Buildresult: linus-rand/arm64-randconfig/arm64-gcc8 built on Dec 24 2021, 07:32
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Dec 24 2021, 07:32
Duration:
0:02:56.354598
Builder:
ka7
Revision:
Merge tag 'sound-5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound (
996a18eb796a5ee61582dea3b76a4f88203887d9)
Target:
linus-rand/arm64-randconfig/arm64-gcc8
Branch:
linus-rand
Compiler:
arm64-gcc8
(aarch64-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
randconfig
(
download
)
Log:
Download original
Possible warnings (1)
.config:5299:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD
Full Log
# git rev-parse -q --verify 996a18eb796a5ee61582dea3b76a4f88203887d9^{commit} 996a18eb796a5ee61582dea3b76a4f88203887d9 already have revision, skipping fetch # git checkout -q -f -B kisskb 996a18eb796a5ee61582dea3b76a4f88203887d9 # git clean -qxdf # < git log -1 # commit 996a18eb796a5ee61582dea3b76a4f88203887d9 # Merge: 3bf6f013980a edca7cc4b0ac # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu Dec 23 09:55:58 2021 -0800 # # Merge tag 'sound-5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound # # Pull sound fixes from Takashi Iwai: # "Quite a few small fixes, hopefully the last batch for 5.16. # # Most of them are device-specific quirks and/or fixes, and nothing # looks scary for the late stage" # # * tag 'sound-5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: # ALSA: hda/realtek: Fix quirk for Clevo NJ51CU # ALSA: rawmidi - fix the uninitalized user_pversion # ALSA: hda: intel-sdw-acpi: go through HDAS ACPI at max depth of 2 # ALSA: hda: intel-sdw-acpi: harden detection of controller # ALSA: hda/hdmi: Disable silent stream on GLK # ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook # ASoC: meson: aiu: Move AIU_I2S_MISC hold setting to aiu-fifo-i2s # ASoC: meson: aiu: fifo: Add missing dma_coerce_mask_and_coherent() # ASoC: tas2770: Fix setting of high sample rates # ASoC: rt5682: fix the wrong jack type detected # ALSA: hda/realtek: Add new alc285-hp-amp-init model # ALSA: hda/realtek: Amp init fixup for HP ZBook 15 G6 # ASoC: tegra: Restore headphones jack name on Nyan Big # ASoC: tegra: Add DAPM switches for headphones and mic jack # ALSA: jack: Check the return value of kstrdup() # ALSA: drivers: opl3: Fix incorrect use of vp->state # ASoC: SOF: Intel: pci-tgl: add new ADL-P variant # ASoC: SOF: Intel: pci-tgl: add ADL-N support # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 996a18eb796a5ee61582dea3b76a4f88203887d9 # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig .config:5299:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- /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; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/arch/arm64/kernel/debug-monitors.c:10: /kisskb/src/arch/arm64/kernel/debug-monitors.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /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/arch/arm64/kernel/fpsimd.c: In function 'sve_proc_do_default_vl': /kisskb/src/arch/arm64/kernel/fpsimd.c:414:6: note: byref variable will be forcibly initialized int vl = get_sve_default_vl(); ^~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/arch/arm64/kernel/fpsimd.c:9: /kisskb/src/arch/arm64/kernel/fpsimd.c: In function 'sve_setup': /kisskb/src/arch/arm64/kernel/fpsimd.c:908:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(tmp_map, SVE_VQ_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/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/init/initramfs.c: In function 'do_utime': /kisskb/src/init/initramfs.c:121:20: note: byref variable will be forcibly initialized struct timespec64 t[2]; ^ /kisskb/src/arch/arm64/kernel/fpsimd.c: In function 'vec_update_vq_map': /kisskb/src/arch/arm64/kernel/fpsimd.c:782:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(tmp_map, SVE_VQ_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/arch/arm64/kernel/fpsimd.c: In function 'vec_verify_vq_map': /kisskb/src/arch/arm64/kernel/fpsimd.c:797:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(tmp_map, SVE_VQ_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/init/initramfs.c: In function 'clean_path': /kisskb/src/init/initramfs.c:311: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:53: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:383: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:173: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:468:14: note: byref variable will be forcibly initialized const char *compress_name; ^~~~~~~~~~~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'fdt_find_hyper_node': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:220: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:139: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, from /kisskb/src/include/linux/thread_info.h:14, 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:68: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:101:25: note: byref variable will be forcibly initialized struct timespec64 now, system_time; ^~~~~~~~~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:101:20: note: byref variable will be forcibly initialized struct timespec64 now, system_time; ^~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:100: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_guest_init': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:318:28: note: byref variable will be forcibly initialized struct xen_add_to_physmap xatp; ^~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_read_wallclock': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:76: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:417: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:178:24: note: byref variable will be forcibly initialized struct sched_shutdown r = { .reason = reason }; ^ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/damon.h:43, from /kisskb/src/mm/damon/core.c:19: /kisskb/src/mm/damon/core.c: In function 'perf_trace_damon_aggregated': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(damon_aggregated, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(damon_aggregated, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/damon.h:43, from /kisskb/src/mm/damon/core.c:19: /kisskb/src/mm/damon/core.c: In function 'trace_event_raw_event_damon_aggregated': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(damon_aggregated, ^~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_check_reset_time_interval': /kisskb/src/mm/damon/core.c:508:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ /kisskb/src/mm/damon/core.c: In function 'damos_wmark_metric_value': /kisskb/src/mm/damon/core.c:928:17: note: byref variable will be forcibly initialized struct sysinfo i; ^ /kisskb/src/mm/damon/core.c: In function 'damon_do_apply_schemes': /kisskb/src/mm/damon/core.c:580:28: note: byref variable will be forcibly initialized struct timespec64 begin, end; ^~~ /kisskb/src/mm/damon/core.c:580:21: note: byref variable will be forcibly initialized struct timespec64 begin, end; ^~~~~ In file included from /kisskb/src/mm/damon/core-test.h:15, from /kisskb/src/mm/damon/core.c:1082: /kisskb/src/mm/damon/core.c: In function 'damon_test_merge_two': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:164:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, i, 1); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:161:3: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, r, r3); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:157:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, r->nr_accesses, 16u); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:156:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, r->ar.end, 300ul); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:155:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, r->ar.start, 0ul); ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/fs/iomap/trace.h:190, from /kisskb/src/fs/iomap/trace.c:12: /kisskb/src/fs/iomap/trace.c: In function 'perf_trace_iomap_readpage_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/iomap/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_readpage_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/iomap/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_readpage_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_test_merge_regions_of': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:207:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, r->ar.end, eaddrs[i]); ^~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'perf_trace_iomap_range_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:206:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, r->ar.start, saddrs[i]); ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:203:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, damon_nr_regions(t), 5u); ^~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'perf_trace_iomap_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/fs/iomap/./trace.h:110:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/fs/iomap/./trace.h:110:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'perf_trace_iomap_iter': /kisskb/src/mm/damon/core.c: In function 'damon_test_regions': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(iomap_iter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(iomap_iter, ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:34:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0u, damon_nr_regions(t)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:31:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 1u, damon_nr_regions(t)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:28:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0u, damon_nr_regions(t)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:25:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0u, r->nr_accesses); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:24:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 2ul, r->ar.end); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:23:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 1ul, r->ar.start); ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/iomap/trace.h:190, from /kisskb/src/fs/iomap/trace.c:12: /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_readpage_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/iomap/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_readpage_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_range_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_range_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/fs/iomap/./trace.h:110:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iomap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_iter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(iomap_iter, ^~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_test_split_regions_of': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:948:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1106:2: note: in expansion of macro 'KUNIT_BASE_LE_MSG_ASSERTION' KUNIT_BASE_LE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1116:2: note: in expansion of macro 'KUNIT_BINARY_LE_MSG_ASSERTION' KUNIT_BINARY_LE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1478:2: note: in expansion of macro 'KUNIT_BINARY_LE_ASSERTION' KUNIT_BINARY_LE_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:229:2: note: in expansion of macro 'KUNIT_EXPECT_LE' KUNIT_EXPECT_LE(test, damon_nr_regions(t), 4u); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:948:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1106:2: note: in expansion of macro 'KUNIT_BASE_LE_MSG_ASSERTION' KUNIT_BASE_LE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1116:2: note: in expansion of macro 'KUNIT_BINARY_LE_MSG_ASSERTION' KUNIT_BINARY_LE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1478:2: note: in expansion of macro 'KUNIT_BINARY_LE_ASSERTION' KUNIT_BINARY_LE_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:222:2: note: in expansion of macro 'KUNIT_EXPECT_LE' KUNIT_EXPECT_LE(test, damon_nr_regions(t), 2u); ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_test_split_at': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:134:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, r->ar.end, 100ul); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:133:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, r->ar.start, 25ul); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:130:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, r->ar.end, 25ul); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:129:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, r->ar.start, 0ul); ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_test_target': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:63:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0u, nr_damon_targets(c)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:60:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 1u, nr_damon_targets(c)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:57:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0u, nr_damon_targets(c)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:56:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 42ul, t->id); ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_test_aggregate': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:114:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 3, it); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:110:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 3, ir); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:106:4: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0u, r->nr_accesses); ^~~~~~~~~~~~~~~ In file included from /kisskb/src/mm/damon/core.c:1082: /kisskb/src/mm/damon/core-test.h:84:16: note: byref variable will be forcibly initialized unsigned long accesses[][3] = {{42, 95, 84}, {10, 20, 30}, {0, 1, 2} }; ^~~~~~~~ /kisskb/src/mm/damon/core-test.h:83:16: note: byref variable will be forcibly initialized unsigned long eaddr[][3] = {{15, 27, 40}, {31, 45, 55}, {23, 44, 66} }; ^~~~~ /kisskb/src/mm/damon/core-test.h:82:16: note: byref variable will be forcibly initialized unsigned long saddr[][3] = {{10, 20, 30}, {5, 42, 49}, {13, 33, 55} }; ^~~~~ /kisskb/src/mm/damon/core-test.h:81:16: note: byref variable will be forcibly initialized unsigned long target_ids[] = {1, 2, 3}; ^~~~~~~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getfmt': /kisskb/src/fs/quota/quota.c:109:8: note: byref variable will be forcibly initialized __u32 fmt; ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getinfo': /kisskb/src/fs/quota/quota.c:123:19: note: byref variable will be forcibly initialized struct if_dqinfo uinfo; ^~~~~ /kisskb/src/fs/quota/quota.c:121: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:150:17: note: byref variable will be forcibly initialized struct qc_info qinfo; ^~~~~ /kisskb/src/fs/quota/quota.c:149: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:315: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:326:8: note: byref variable will be forcibly initialized __u32 flags; ^~~~~ /kisskb/src/arch/arm64/kernel/process.c: In function '__get_wchan': /kisskb/src/arch/arm64/kernel/process.c:533:20: note: byref variable will be forcibly initialized struct stackframe frame; ^~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getstate': /kisskb/src/fs/quota/quota.c:357:18: note: byref variable will be forcibly initialized struct qc_state state; ^~~~~ /kisskb/src/arch/arm64/mm/init.c: In function 'reserve_crashkernel': /kisskb/src/arch/arm64/mm/init.c:77:33: note: byref variable will be forcibly initialized unsigned long long crash_base, crash_size; ^~~~~~~~~~ /kisskb/src/arch/arm64/mm/init.c:77:21: note: byref variable will be forcibly initialized unsigned long long crash_base, crash_size; ^~~~~~~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getxstate': /kisskb/src/fs/quota/quota.c:436:23: note: byref variable will be forcibly initialized struct fs_quota_stat fqs; ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getstatev': /kisskb/src/fs/quota/quota.c:455:18: note: byref variable will be forcibly initialized struct qc_state state; ^~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getxstatev': /kisskb/src/fs/quota/quota.c:499:24: note: byref variable will be forcibly initialized struct fs_quota_statv fqs; ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_rmxquota': /kisskb/src/fs/quota/quota.c:757:8: note: byref variable will be forcibly initialized __u32 flags; ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/quota/quota.c:9: /kisskb/src/fs/quota/quota.c: In function 'quotactl_block': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/syscalls.h:73, from /kisskb/src/arch/arm64/kernel/ptrace.c:45: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'perf_trace_sys_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_enter, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_enter, ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'perf_trace_sys_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_exit, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_exit, ^~~~~~~~~~~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getquota': /kisskb/src/fs/quota/quota.c:206:18: note: byref variable will be forcibly initialized struct if_dqblk idq; ^~~ /kisskb/src/fs/quota/quota.c:205:18: note: byref variable will be forcibly initialized struct qc_dqblk fdq; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/syscalls.h:73, from /kisskb/src/arch/arm64/kernel/ptrace.c:45: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'trace_event_raw_event_sys_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_enter, ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'trace_event_raw_event_sys_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(sys_exit, ^~~~~~~~~~~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_setquota': /kisskb/src/fs/quota/quota.c:291:18: note: byref variable will be forcibly initialized struct if_dqblk idq; ^~~ /kisskb/src/fs/quota/quota.c:290: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:709:18: note: byref variable will be forcibly initialized struct qc_dqblk qdq; ^~~ /kisskb/src/fs/quota/quota.c:708:23: note: byref variable will be forcibly initialized struct fs_disk_quota fdq; ^~~ In file included from /kisskb/src/arch/arm64/kernel/ptrace.c:29: /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/fs/quota/quota.c: In function 'quota_getnextquota': /kisskb/src/fs/quota/quota.c:242:22: note: byref variable will be forcibly initialized struct if_nextdqblk idq; ^~~ /kisskb/src/fs/quota/quota.c:241:18: note: byref variable will be forcibly initialized struct qc_dqblk fdq; ^~~ /kisskb/src/fs/quota/quota.c:240: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:641:18: note: byref variable will be forcibly initialized struct qc_info qinfo; ^~~~~ /kisskb/src/fs/quota/quota.c:628:18: note: byref variable will be forcibly initialized struct qc_dqblk qdq; ^~~ /kisskb/src/fs/quota/quota.c:627: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:736:14: note: byref variable will be forcibly initialized struct kqid qid; ^~~ /kisskb/src/fs/quota/quota.c:735:18: note: byref variable will be forcibly initialized struct qc_dqblk qdq; ^~~ /kisskb/src/fs/quota/quota.c:734:23: note: byref variable will be forcibly initialized struct fs_disk_quota fdq; ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'tagged_addr_ctrl_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1090: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/fs/quota/quota.c: In function '__do_sys_quotactl': /kisskb/src/fs/quota/quota.c:921:14: note: byref variable will be forcibly initialized struct path path, *pathp = NULL; ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'tagged_addr_ctrl_get': /kisskb/src/arch/arm64/kernel/ptrace.c:1076:7: note: byref variable will be forcibly initialized long ctrl = get_tagged_addr_ctrl(target); ^~~~ /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 'sve_set': /kisskb/src/arch/arm64/kernel/ptrace.c:798:25: note: byref variable will be forcibly initialized struct user_sve_header header; ^~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'sve_get': /kisskb/src/arch/arm64/kernel/ptrace.c:746:25: note: byref variable will be forcibly initialized struct user_sve_header header; ^~~~~~ /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:432:33: note: byref variable will be forcibly initialized struct arch_hw_breakpoint_ctrl 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: /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:481:6: note: byref variable will be forcibly initialized u64 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: /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); ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/audit.h:13, from /kisskb/src/arch/arm64/kernel/ptrace.c:11: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'user_single_step_report': /kisskb/src/include/linux/ptrace.h:351:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ In file included from /kisskb/src/include/linux/stackprotector.h:10, from /kisskb/src/init/main.c:22: /kisskb/src/init/main.c: In function 'boot_init_stack_canary': /kisskb/src/arch/arm64/include/asm/stackprotector.h:31:16: note: byref variable will be forcibly initialized unsigned long canary; ^~~~~~ /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; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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/ipc/util.c:47: /kisskb/src/ipc/util.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/ipc/util.c: In function '__rhashtable_insert_fast': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/ipc/util.c:66: /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, 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:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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/ipc/util.c:47: /kisskb/src/ipc/util.c: In function '__rhashtable_remove_fast_one': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/initcall.h:74, from /kisskb/src/init/main.c:110: /kisskb/src/init/main.c: In function 'perf_trace_initcall_level': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_level, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_level, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_level, ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'perf_trace_initcall_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_start, ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'perf_trace_initcall_finish': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_finish, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_finish, ^~~~~~~~~~~ /kisskb/src/ipc/util.c: In function 'ipc_search_maxidx': /kisskb/src/ipc/util.c:469:6: note: byref variable will be forcibly initialized int tmpidx; ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/initcall.h:74, from /kisskb/src/init/main.c:110: /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_level': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_level, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_level, ^~~~~~~~~~~ In file included from /kisskb/src/ipc/util.c:66: /kisskb/src/ipc/util.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/init/main.c: In function 'trace_event_raw_event_initcall_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_start, ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_finish': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(initcall_finish, ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'loglevel': /kisskb/src/init/main.c:250:6: note: byref variable will be forcibly initialized int newlevel; ^~~~~~~~ /kisskb/src/init/main.c: In function 'early_randomize_kstack_offset': /kisskb/src/init/main.c:861:7: note: byref variable will be forcibly initialized bool bool_result; ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'initcall_blacklisted': /kisskb/src/init/main.c:1196: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, 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:926: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:1290:7: note: byref variable will be forcibly initialized char msgbuf[64]; ^~~~~~ /kisskb/src/fs/proc/task_mmu.c: In function 'pagemap_pte_hole': /kisskb/src/fs/proc/task_mmu.c:1334:19: note: byref variable will be forcibly initialized pagemap_entry_t pme = make_pme(0, 0); ^~~ /kisskb/src/fs/proc/task_mmu.c: In function 'show_smap': /kisskb/src/fs/proc/task_mmu.c:818:24: note: byref variable will be forcibly initialized struct mem_size_stats mss; ^~~ /kisskb/src/fs/proc/task_mmu.c: In function 'show_smaps_rollup': /kisskb/src/fs/proc/task_mmu.c:846:24: note: byref variable will be forcibly initialized struct mem_size_stats mss; ^~~ /kisskb/src/fs/proc/task_mmu.c: In function 'pagemap_pmd_range': /kisskb/src/fs/proc/task_mmu.c:1487:19: note: byref variable will be forcibly initialized pagemap_entry_t pme; ^~~ /kisskb/src/fs/proc/task_mmu.c:1461:20: note: byref variable will be forcibly initialized pagemap_entry_t pme = make_pme(frame, flags); ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/include/linux/cgroup.h:26, from /kisskb/src/include/linux/hugetlb.h:9, from /kisskb/src/fs/proc/task_mmu.c:4: /kisskb/src/fs/proc/task_mmu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/proc/task_mmu.c: In function 'clear_refs_write': /kisskb/src/fs/proc/task_mmu.c:1234:29: note: byref variable will be forcibly initialized struct clear_refs_private cp = { ^~ /kisskb/src/fs/proc/task_mmu.c:1233:29: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/fs/proc/task_mmu.c:1213:6: note: byref variable will be forcibly initialized int itype; ^~~~~ /kisskb/src/fs/proc/task_mmu.c:1209:7: note: byref variable will be forcibly initialized char buffer[PROC_NUMBUF]; ^~~~~~ /kisskb/src/fs/proc/task_mmu.c: In function 'pagemap_read': /kisskb/src/fs/proc/task_mmu.c:1586:21: note: byref variable will be forcibly initialized struct pagemapread pm; ^~ /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:189: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:232:11: note: byref variable will be forcibly initialized char *p, dummy; ^~~~~ /kisskb/src/init/do_mounts.c:232:8: note: byref variable will be forcibly initialized char *p, dummy; ^ /kisskb/src/init/do_mounts.c:230:21: note: byref variable will be forcibly initialized unsigned maj, min, offset; ^~~~~~ /kisskb/src/init/do_mounts.c:230:16: note: byref variable will be forcibly initialized unsigned maj, min, offset; ^~~ /kisskb/src/init/do_mounts.c:230: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:400:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/ipc/msg.c: In function 'copy_msqid_from_user': /kisskb/src/ipc/msg.c:374:19: note: byref variable will be forcibly initialized struct msqid_ds tbuf_old; ^~~~~~~~ /kisskb/src/ipc/msg.c: In function 'copy_msqid_to_user': /kisskb/src/ipc/msg.c:327:19: note: byref variable will be forcibly initialized struct msqid_ds out; ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/msg.h:5, from /kisskb/src/ipc/msg.c:27: /kisskb/src/ipc/msg.c: In function 'expunge_all': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/ipc/msg.c:259:3: note: in expansion of macro 'smp_store_release' smp_store_release(&msr->r_msg, ERR_PTR(res)); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/ipc/msg.c:34: /kisskb/src/ipc/msg.c: In function 'freeque': /kisskb/src/ipc/msg.c:278:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/ipc/msg.c: In function 'msgctl_down': /kisskb/src/ipc/msg.c:431:17: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/ipc/msg.c: In function 'ksys_msgctl': /kisskb/src/ipc/msg.c:605:18: note: byref variable will be forcibly initialized struct msginfo msginfo; ^~~~~~~ /kisskb/src/ipc/msg.c:594:20: note: byref variable will be forcibly initialized struct msqid64_ds msqid64; ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/msg.h:5, from /kisskb/src/ipc/msg.c:27: /kisskb/src/ipc/msg.c: In function 'pipelined_send': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/ipc/msg.c:833:5: note: in expansion of macro 'smp_store_release' smp_store_release(&msr->r_msg, msg); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/ipc/msg.c:825:5: note: in expansion of macro 'smp_store_release' smp_store_release(&msr->r_msg, ERR_PTR(-E2BIG)); ^~~~~~~~~~~~~~~~~ /kisskb/src/ipc/msg.c: In function 'do_msgsnd': /kisskb/src/ipc/msg.c:875:21: note: byref variable will be forcibly initialized struct msg_sender s; ^ In file included from /kisskb/src/ipc/msg.c:34: /kisskb/src/ipc/msg.c:849:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/ipc/msg.c: In function 'do_msgrcv': /kisskb/src/ipc/msg.c:1124:23: note: byref variable will be forcibly initialized struct msg_receiver msr_d; ^~~~~ In file included from /kisskb/src/ipc/msg.c:34: /kisskb/src/ipc/msg.c:1099:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/ipc/msg.c: In function 'ksys_msgget': /kisskb/src/ipc/msg.c:304:20: note: byref variable will be forcibly initialized struct ipc_params msg_params; ^~~~~~~~~~ /kisskb/src/arch/arm64/mm/pageattr.c: In function '__change_memory_common': /kisskb/src/arch/arm64/mm/pageattr.c:45: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:158: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:173:26: note: byref variable will be forcibly initialized struct page_change_data data = { ^~~~ /kisskb/src/arch/arm64/mm/ptdump.c: In function 'ptdump_walk': /kisskb/src/arch/arm64/mm/ptdump.c:313:18: note: byref variable will be forcibly initialized struct pg_state st; ^~ /kisskb/src/arch/arm64/mm/ptdump.c:324: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:354:36: note: byref variable will be forcibly initialized .marker = (struct addr_marker[]) { ^ /kisskb/src/arch/arm64/mm/ptdump.c:362:37: note: byref variable will be forcibly initialized .range = (struct ptdump_range[]) { ^ /kisskb/src/ipc/ipc_sysctl.c: In function 'proc_ipc_dointvec': /kisskb/src/ipc/ipc_sysctl.c:29:19: note: byref variable will be forcibly initialized struct ctl_table ipc_table; ^~~~~~~~~ /kisskb/src/ipc/ipc_sysctl.c: In function 'proc_ipc_auto_msgmni': /kisskb/src/ipc/ipc_sysctl.c:76:6: note: byref variable will be forcibly initialized int dummy = 0; ^~~~~ /kisskb/src/ipc/ipc_sysctl.c:75:19: note: byref variable will be forcibly initialized struct ctl_table ipc_table; ^~~~~~~~~ /kisskb/src/ipc/ipc_sysctl.c: In function 'proc_ipc_dointvec_minmax': /kisskb/src/ipc/ipc_sysctl.c:40:19: note: byref variable will be forcibly initialized struct ctl_table ipc_table; ^~~~~~~~~ /kisskb/src/ipc/ipc_sysctl.c: In function 'proc_ipc_doulongvec_minmax': /kisskb/src/ipc/ipc_sysctl.c:64:19: note: byref variable will be forcibly initialized struct ctl_table ipc_table; ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/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 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/sched/core.c: In function 'finish_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/arch/arm64/mm/mmu.c: In function 'map_mem': /kisskb/src/arch/arm64/mm/mmu.c:509:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/arch/arm64/mm/mmu.c:507:21: note: byref variable will be forcibly initialized phys_addr_t start, end; ^~~ /kisskb/src/arch/arm64/mm/mmu.c:507:14: note: byref variable will be forcibly initialized phys_addr_t start, end; ^~~~~ /kisskb/src/arch/arm64/mm/trans_pgd.c: In function 'trans_pgd_idmap_page': /kisskb/src/arch/arm64/mm/trans_pgd.c:237:47: note: byref variable will be forcibly initialized unsigned long level_mask, prev_level_entry, *levels[4]; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, 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/include/linux/compat.h:10, from /kisskb/src/ipc/sem.c:73: /kisskb/src/ipc/sem.c: In function 'complexmode_tryleave': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/ipc/sem.c:374:3: note: in expansion of macro 'smp_store_release' smp_store_release(&sma->use_global_lock, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/ipc/sem.c: In function 'sem_lock': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/ipc/sem.c:426:8: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(&sma->use_global_lock)) { ^~~~~~~~~~~~~~~~ /kisskb/src/ipc/sem.c: In function 'copy_semid_from_user': /kisskb/src/ipc/sem.c:1582:19: note: byref variable will be forcibly initialized struct semid_ds tbuf_old; ^~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/ipc/sem.c:74: /kisskb/src/ipc/sem.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, 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/include/linux/compat.h:10, from /kisskb/src/ipc/sem.c:73: /kisskb/src/ipc/sem.c: In function 'wake_up_sem_queue_prepare': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/ipc/sem.c:795:2: note: in expansion of macro 'smp_store_release' smp_store_release(&q->status, error); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'finish_task': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:4632:2: note: in expansion of macro 'smp_store_release' smp_store_release(&prev->on_cpu, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/ipc/sem.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/ipc/sem.c:87: /kisskb/src/ipc/sem.c: In function 'freeary': /kisskb/src/ipc/sem.c:1150:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/sched.h:738, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_stop': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_stop_ret': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop_ret, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop_ret, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_work_queue_work': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_queue_work, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_work_execute_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_start, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_work_execute_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_end, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_wakeup_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/sched.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_wakeup_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/sched.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_wakeup_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/ipc/sem.c:74: /kisskb/src/ipc/sem.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_switch': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/ipc/sem.c: In function 'semctl_info': /kisskb/src/ipc/sem.c:1312:17: note: byref variable will be forcibly initialized struct seminfo seminfo; ^~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_migrate_task': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:271:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_migrate_task, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:271:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_migrate_task, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_process_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/sched.h:298:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_process_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/sched.h:298:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_process_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_process_wait': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:344:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_wait, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:344:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_wait, ^~~~~~~~~~~ In file included from /kisskb/src/ipc/sem.c:87: /kisskb/src/ipc/sem.c: In function 'semctl_setval': /kisskb/src/ipc/sem.c:1351:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_process_fork': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:369:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_fork, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:369:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_fork, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_process_exec': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/ipc/sem.c: In function 'copy_semid_to_user': /kisskb/src/ipc/sem.c:1203:19: note: byref variable will be forcibly initialized struct semid_ds out; ^~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_stat_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/sched.h:423:39: note: in expansion of macro 'DECLARE_EVENT_CLASS' #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:433:1: note: in expansion of macro 'DECLARE_EVENT_CLASS_SCHEDSTAT' DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/sched.h:423:39: note: in expansion of macro 'DECLARE_EVENT_CLASS' #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:433:1: note: in expansion of macro 'DECLARE_EVENT_CLASS_SCHEDSTAT' DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_stat_runtime': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_pi_setprio': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:525:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_pi_setprio, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:525:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_pi_setprio, ^~~~~~~~~~~ In file included from /kisskb/src/ipc/sem.c:87: /kisskb/src/ipc/sem.c: In function 'semctl_main': /kisskb/src/ipc/sem.c:1414:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/ipc/sem.c:1412:9: note: byref variable will be forcibly initialized ushort fast_sem_io[SEMMSL_FAST]; ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_move_numa': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_numa_pair_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_wake_idle_without_ipi': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:668:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_wake_idle_without_ipi, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:668:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_wake_idle_without_ipi, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sched.h:738, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_stop': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_stop_ret': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_stop_ret, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_queue_work': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_queue_work, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_execute_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_start, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_execute_end': /kisskb/src/ipc/sem.c: In function 'ksys_semctl': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_kthread_work_execute_end, ^~~~~~~~~~~ /kisskb/src/ipc/sem.c:1657:20: note: byref variable will be forcibly initialized struct semid64_ds semid64; ^~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_wakeup_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/sched.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_wakeup_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_switch': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_switch, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_migrate_task': /kisskb/src/ipc/sem.c: In function 'find_alloc_undo': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:271:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_migrate_task, ^~~~~~~~~~~ /kisskb/src/ipc/sem.c:1911:24: note: byref variable will be forcibly initialized struct sem_undo_list *ulp; ^~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/sched.h:298:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_process_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/ipc/sem.c: In function 'ksys_semget': /kisskb/src/ipc/sem.c:610:20: note: byref variable will be forcibly initialized struct ipc_params sem_params; ^~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_wait': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:344:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_wait, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_fork': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:369:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_fork, ^~~~~~~~~~~ In file included from /kisskb/src/ipc/sem.c:87: /kisskb/src/ipc/sem.c: In function '__do_semtimedop': /kisskb/src/ipc/sem.c:2106:17: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/ipc/sem.c:1997:19: note: byref variable will be forcibly initialized struct sem_queue queue; ^~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_exec': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_process_exec, ^~~~~~~~~~~ /kisskb/src/ipc/sem.c: In function 'do_semtimedop': /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_stat_template': /kisskb/src/ipc/sem.c:2229:16: note: byref variable will be forcibly initialized struct sembuf fast_sops[SEMOPM_FAST]; ^~~~~~~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/sched.h:423:39: note: in expansion of macro 'DECLARE_EVENT_CLASS' #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:433:1: note: in expansion of macro 'DECLARE_EVENT_CLASS_SCHEDSTAT' DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_stat_runtime': /kisskb/src/ipc/sem.c: In function 'ksys_semtimedop': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_stat_runtime, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/ipc/sem.c:2264:21: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/ipc/sem.c: In function 'compat_ksys_semtimedop': /kisskb/src/ipc/sem.c:2284:21: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_pi_setprio': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:525:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_pi_setprio, ^~~~~~~~~~~ /kisskb/src/ipc/sem.c: In function 'copy_semundo': /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_move_numa': /kisskb/src/ipc/sem.c:2312:24: note: byref variable will be forcibly initialized struct sem_undo_list *undo_list; ^~~~~~~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_move_numa, ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_numa_pair_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(sched_numa_pair_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/ipc/sem.c:87: /kisskb/src/ipc/sem.c: In function 'exit_sem': /kisskb/src/ipc/sem.c:2355:17: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_wake_idle_without_ipi': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:668:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(sched_wake_idle_without_ipi, ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/setup.c: In function 'reserve_memblock_reserved_regions': /kisskb/src/arch/arm64/kernel/setup.c:265: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:265: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:261: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:183: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:175:6: note: byref variable will be forcibly initialized int fdt_size; ^~~~~~~~ /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/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/fs/kernfs/dir.c: In function '__kernfs_new_node': /kisskb/src/fs/kernfs/dir.c:612: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:821:8: note: byref variable will be forcibly initialized char *p, *name; ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/kernfs/dir.c:10: /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_drain': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/kernfs/dir.c:476:2: note: in expansion of macro 'wait_event' wait_event(root->deactivate_waitq, ^~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_getparam': /kisskb/src/kernel/sched/core.c:7763:21: note: byref variable will be forcibly initialized struct sched_param lp = { .sched_priority = 0 }; ^~ /kisskb/src/ipc/shm.c: In function 'copy_shmid_from_user': /kisskb/src/ipc/shm.c:875:19: note: byref variable will be forcibly initialized struct shmid_ds tbuf_old; ^~~~~~~~ /kisskb/src/ipc/shm.c: In function 'copy_shminfo_to_user': /kisskb/src/ipc/shm.c:898:18: note: byref variable will be forcibly initialized struct shminfo out; ^~~ /kisskb/src/kernel/sched/core.c: In function 'balance_push_set': /kisskb/src/kernel/sched/core.c:8877:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function '__hrtick_start': /kisskb/src/kernel/sched/core.c:736:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_remove_self': /kisskb/src/fs/kernfs/dir.c:1492:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/fs/kernfs/dir.c:1492:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'preserve_sve_context': /kisskb/src/arch/arm64/kernel/signal.c:229:6: note: byref variable will be forcibly initialized u16 reserved[ARRAY_SIZE(ctx->__reserved)]; ^~~~~~~~ In file included from /kisskb/src/kernel/sched/sched.h:1854, from /kisskb/src/kernel/sched/core.c:13: /kisskb/src/kernel/sched/core.c: In function 'psi_ttwu_dequeue': /kisskb/src/kernel/sched/stats.h:166:19: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/ipc/shm.c: In function 'sysvipc_shm_proc_show': /kisskb/src/ipc/shm.c:1834:25: note: byref variable will be forcibly initialized unsigned long rss = 0, swp = 0; ^~~ /kisskb/src/ipc/shm.c:1834:16: note: byref variable will be forcibly initialized unsigned long rss = 0, swp = 0; ^~~ /kisskb/src/kernel/sched/core.c: In function 'sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:8433:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/arch/arm64/kernel/stacktrace.c: In function 'unwind_frame': /kisskb/src/arch/arm64/kernel/stacktrace.c:69:20: note: byref variable will be forcibly initialized struct stack_info info; ^~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:8479:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval_time32': /kisskb/src/kernel/sched/core.c:8492:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/arch/arm64/kernel/stacktrace.c: In function 'dump_backtrace': /kisskb/src/arch/arm64/kernel/stacktrace.c:167: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:230: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; ^~~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'restore_sve_fpsimd_context': /kisskb/src/arch/arm64/kernel/signal.c:264:21: note: byref variable will be forcibly initialized struct sve_context sve; ^~~ /kisskb/src/ipc/shm.c: In function 'newseg': /kisskb/src/arch/arm64/kernel/signal.c:263:27: note: byref variable will be forcibly initialized struct user_fpsimd_state fpsimd; ^~~~~~ /kisskb/src/ipc/shm.c:698:7: note: byref variable will be forcibly initialized char name[13]; ^~~~ /kisskb/src/kernel/sched/core.c: In function 'hrtick': /kisskb/src/kernel/sched/core.c:708:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'restore_fpsimd_context': /kisskb/src/arch/arm64/kernel/signal.c:191: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:496:19: note: byref variable will be forcibly initialized struct user_ctxs user; ^~~~ /kisskb/src/arch/arm64/kernel/signal.c:494:11: note: byref variable will be forcibly initialized sigset_t set; ^~~ /kisskb/src/kernel/sched/core.c: In function '__schedule': /kisskb/src/kernel/sched/core.c:6136:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/ipc/shm.c: In function 'copy_shmid_to_user': /kisskb/src/ipc/shm.c:846:19: note: byref variable will be forcibly initialized struct shmid_ds out; ^~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'setup_rt_frame': /kisskb/src/arch/arm64/kernel/signal.c:772: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/kernel/sched/core.c: In function 'ttwu_runnable': /kisskb/src/arch/arm64/kernel/signal.c:853:17: note: byref variable will be forcibly initialized struct ksignal ksig; ^~~~ /kisskb/src/kernel/sched/core.c:3631:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'minsigstksz_setup': /kisskb/src/arch/arm64/kernel/signal.c:964:33: note: byref variable will be forcibly initialized struct rt_sigframe_user_layout user; ^~~~ /kisskb/src/ipc/shm.c: In function 'ksys_shmctl': /kisskb/src/ipc/shm.c:1251:19: note: byref variable will be forcibly initialized struct shm_info shm_info; ^~~~~~~~ /kisskb/src/ipc/shm.c:1242:20: note: byref variable will be forcibly initialized struct shminfo64 shminfo; ^~~~~~~ /kisskb/src/ipc/shm.c:1233:20: note: byref variable will be forcibly initialized struct shmid64_ds sem64; ^~~~~ /kisskb/src/kernel/sched/core.c: In function 'migration_cpu_stop': /kisskb/src/ipc/shm.c: In function 'ksys_shmget': /kisskb/src/ipc/shm.c:823:20: note: byref variable will be forcibly initialized struct ipc_params shm_params; ^~~~~~~~~~ /kisskb/src/kernel/sched/core.c:2320:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function '__balance_push_cpu_stop': /kisskb/src/kernel/sched/core.c:8784:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/ipc/shm.c: In function 'do_shmat': /kisskb/src/ipc/shm.c:1520:16: note: byref variable will be forcibly initialized unsigned long populate = 0; ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'wait_task_inactive': /kisskb/src/kernel/sched/core.c:3274:12: note: byref variable will be forcibly initialized ktime_t to = NSEC_PER_SEC / HZ; ^~ /kisskb/src/kernel/sched/core.c:3203:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/ipc/shm.c: In function '__do_sys_shmat': /kisskb/src/ipc/shm.c:1682:16: note: byref variable will be forcibly initialized unsigned long ret; ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/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:144:59: 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:191:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:3670:4: note: in expansion of macro 'smp_cond_load_acquire' smp_cond_load_acquire(&p->on_cpu, !VAL); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:3653: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:3710: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:3789:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/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:144:59: 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:191:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4102: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:144:59: 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:4089:6: note: in expansion of macro 'smp_load_acquire' if (smp_load_acquire(&p->on_cpu) && ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'task_call_func': /kisskb/src/kernel/sched/core.c:4148:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'sysctl_schedstats': /kisskb/src/kernel/sched/core.c:4346:6: note: byref variable will be forcibly initialized int state = static_branch_likely(&sched_schedstats); ^~~~~ /kisskb/src/kernel/sched/core.c:4344:19: note: byref variable will be forcibly initialized struct ctl_table t; ^ /kisskb/src/kernel/sched/core.c: In function 'wake_up_new_task': /kisskb/src/kernel/sched/core.c:4479:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_exec': /kisskb/src/kernel/sched/core.c:5094:24: note: byref variable will be forcibly initialized struct migration_arg arg = { p, dest_cpu }; ^~~ /kisskb/src/kernel/sched/core.c: In function 'task_sched_runtime': /kisskb/src/kernel/sched/core.c:5136:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_yield': /kisskb/src/kernel/sched/core.c:8099:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'rt_mutex_setprio': /kisskb/src/kernel/sched/core.c:6729:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'set_user_nice': /kisskb/src/kernel/sched/core.c:6852:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function '__sched_setscheduler': /kisskb/src/kernel/sched/core.c:7200:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'scheduler_tick': /kisskb/src/kernel/sched/core.c:5231:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_setscheduler': /kisskb/src/kernel/sched/core.c:7576:21: note: byref variable will be forcibly initialized struct sched_param lparam; ^~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_setattr': /kisskb/src/kernel/sched/core.c:7692:20: note: byref variable will be forcibly initialized struct sched_attr attr; ^~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_stop_task': /kisskb/src/kernel/sched/core.c:3442:21: note: byref variable will be forcibly initialized struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; ^~~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_fifo': /kisskb/src/kernel/sched/core.c:7548:21: note: byref variable will be forcibly initialized struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_fifo_low': /kisskb/src/kernel/sched/core.c:7558:21: note: byref variable will be forcibly initialized 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:8073:16: note: byref variable will be forcibly initialized cpumask_var_t mask; ^~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/static_call.h:135, from /kisskb/src/include/linux/tracepoint.h:22, from /kisskb/src/include/trace/events/sched.h:10, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'affine_move_task': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 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:2759: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:2867: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:7918:30: note: byref variable will be forcibly initialized cpumask_var_t cpus_allowed, new_mask; ^~~~~~~~ /kisskb/src/kernel/sched/core.c:7918: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:8020:16: note: byref variable will be forcibly initialized cpumask_var_t new_mask; ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'restrict_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:2892:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'force_compatible_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:2944:16: note: byref variable will be forcibly initialized cpumask_var_t new_mask; ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/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:110:59: 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:453: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:8646: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:9001: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:9045:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_dying': /kisskb/src/kernel/sched/core.c:9181:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ In file included from /kisskb/src/arch/arm64/kernel/vdso.c:20: /kisskb/src/arch/arm64/kernel/vdso.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/arch/arm64/kernel/traps.c: In function 'dump_kernel_instr': /kisskb/src/arch/arm64/kernel/traps.c:159:16: note: byref variable will be forcibly initialized unsigned int val, bad; ^~~ /kisskb/src/arch/arm64/kernel/traps.c:152:7: note: byref variable will be forcibly initialized char str[sizeof("00000000 ") * 5 + 2 + 1], *p = str; ^~~ /kisskb/src/fs/iomap/direct-io.c: In function '__iomap_dio_rw': /kisskb/src/fs/iomap/direct-io.c:488:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/arch/arm64/kernel/traps.c: In function 'call_undef_hook': /kisskb/src/arch/arm64/kernel/traps.c:406:10: note: byref variable will be forcibly initialized __le32 instr_le; ^~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/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:171: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_iter': /kisskb/src/fs/iomap/buffered-io.c:265:17: note: byref variable will be forcibly initialized unsigned poff, plen; ^~~~ /kisskb/src/fs/iomap/buffered-io.c:265:11: note: byref variable will be forcibly initialized unsigned poff, plen; ^~~~ /kisskb/src/fs/iomap/buffered-io.c:260:9: note: byref variable will be forcibly initialized loff_t pos = iter->pos + offset; ^~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_read_page_sync': /kisskb/src/fs/iomap/buffered-io.c:540:13: note: byref variable will be forcibly initialized struct bio bio; ^~~ /kisskb/src/fs/iomap/buffered-io.c:539: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:558: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:558: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:556: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_write_iter': /kisskb/src/fs/iomap/buffered-io.c:741:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_unshare_iter': /kisskb/src/fs/iomap/buffered-io.c:839:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/iomap/buffered-io.c: In function '__iomap_zero_iter': /kisskb/src/fs/iomap/buffered-io.c:881:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_finish_ioend': /kisskb/src/fs/iomap/buffered-io.c:1043:24: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/iomap/buffered-io.c:6: /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_writepage_map': /kisskb/src/fs/iomap/buffered-io.c:1303:12: note: byref variable will be forcibly initialized LIST_HEAD(submit_list); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26: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_finish_ioends': /kisskb/src/fs/iomap/buffered-io.c:1072:19: note: byref variable will be forcibly initialized struct list_head tmp; ^~~ /kisskb/src/security/lockdown/lockdown.c: In function 'lockdown_read': /kisskb/src/security/lockdown/lockdown.c:93:7: note: byref variable will be forcibly initialized char temp[80]; ^~~~ /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; ^~~~ /kisskb/src/security/loadpin/loadpin.c: In function 'check_pinning_enforcement': /kisskb/src/security/loadpin/loadpin.c:81:8: note: byref variable will be forcibly initialized char bdev[BDEVNAME_SIZE]; ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/proc_fs.h:10, from /kisskb/src/fs/proc/inode.c:10: /kisskb/src/fs/proc/inode.c: In function 'close_pdeo': /kisskb/src/fs/proc/inode.c:233:30: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(c); ^ /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/proc/inode.c: In function 'proc_entry_rundown': /kisskb/src/fs/proc/inode.c:258:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(c); ^ /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/mm/damon/vaddr.c: In function '__damon_va_three_regions': /kisskb/src/mm/damon/vaddr.c:130:17: note: byref variable will be forcibly initialized struct rb_root rbroot; ^~~~~~ /kisskb/src/mm/damon/vaddr.c: In function '__damon_va_init_regions': /kisskb/src/mm/damon/vaddr.c:244:26: note: byref variable will be forcibly initialized struct damon_addr_range regions[3]; ^~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_va_update': /kisskb/src/mm/damon/vaddr.c:361:26: note: byref variable will be forcibly initialized struct damon_addr_range three_regions[3]; ^~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_va_young': /kisskb/src/mm/damon/vaddr.c:501:34: note: byref variable will be forcibly initialized struct damon_young_walk_private arg = { ^~~ In file included from /kisskb/src/mm/damon/vaddr-test.h:15, from /kisskb/src/mm/damon/vaddr.c:663: /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_three_regions_in_vmas': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:95:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 330ul, regions[2].end); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:94:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 300ul, regions[2].start); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:93:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 220ul, regions[1].end); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:92:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 200ul, regions[1].start); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:91:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 25ul, regions[0].end); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:90:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 10ul, regions[0].start); ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_do_test_apply_three_regions': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:153:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, r->ar.end, expected[i * 2 + 1]); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:152:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, r->ar.start, expected[i * 2]); ^~~~~~~~~~~~~~~ In file included from /kisskb/src/mm/damon/vaddr.c:663: /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_apply_three_regions4': /kisskb/src/mm/damon/vaddr-test.h:245:16: note: byref variable will be forcibly initialized unsigned long expected[] = {5, 7, 30, 32, 65, 68}; ^~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:240:26: note: byref variable will be forcibly initialized struct damon_addr_range new_three_regions[3] = { ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:237:16: note: byref variable will be forcibly initialized unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, ^~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_apply_three_regions3': /kisskb/src/mm/damon/vaddr-test.h:220:16: note: byref variable will be forcibly initialized unsigned long expected[] = {5, 20, 20, 27, 61, 63, ^~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:215:26: note: byref variable will be forcibly initialized struct damon_addr_range new_three_regions[3] = { ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:212:16: note: byref variable will be forcibly initialized unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, ^~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_apply_three_regions2': /kisskb/src/mm/damon/vaddr-test.h:196:16: note: byref variable will be forcibly initialized unsigned long expected[] = {5, 20, 20, 27, 56, 57, ^~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:191:26: note: byref variable will be forcibly initialized struct damon_addr_range new_three_regions[3] = { ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:188:16: note: byref variable will be forcibly initialized unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, ^~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_apply_three_regions1': /kisskb/src/mm/damon/vaddr-test.h:174:16: note: byref variable will be forcibly initialized unsigned long expected[] = {5, 20, 20, 27, 45, 55, ^~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:169:26: note: byref variable will be forcibly initialized struct damon_addr_range new_three_regions[3] = { ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:166:16: note: byref variable will be forcibly initialized unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, ^~~~~~~ In file included from /kisskb/src/mm/damon/vaddr-test.h:15, from /kisskb/src/mm/damon/vaddr.c:663: /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_split_evenly_succ': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:291:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, r->ar.end, end); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:290:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, r->ar.start, start + i * expected_width); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:288:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, r->ar.end, start + i * expected_width); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:286:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:281:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, damon_nr_regions(t), nr_pieces); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:279:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_split_evenly_fail': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:264:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, r->ar.end, end); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:263:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, r->ar.start, start); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:260:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, damon_nr_regions(t), 1u); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:258:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_split_evenly': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:297:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, damon_va_evenly_split_region(NULL, NULL, 5), ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/init.h:5, from /kisskb/src/arch/arm64/kernel/alternative.c:11: /kisskb/src/arch/arm64/kernel/alternative.c: In function '__apply_alternatives_multi_stop': /kisskb/src/arch/arm64/kernel/alternative.c:212: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:201: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:239:20: note: byref variable will be forcibly initialized struct alt_region region = { ^~~~~~ /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; ^~~ /kisskb/src/block/partitions/core.c: In function 'partition_overlaps': /kisskb/src/block/partitions/core.c:439:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/block/partitions/core.c:9: /kisskb/src/block/partitions/core.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133: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:547:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_kf_seq_show': /kisskb/src/fs/sysfs/file.c:46:8: note: byref variable will be forcibly initialized char *buf; ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_file_ns': /kisskb/src/fs/sysfs/file.c:349:9: note: byref variable will be forcibly initialized kgid_t gid; ^~~ /kisskb/src/fs/sysfs/file.c:348: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:384:9: note: byref variable will be forcibly initialized kgid_t gid; ^~~ /kisskb/src/fs/sysfs/file.c:383: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:417: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:562:9: note: byref variable will be forcibly initialized kgid_t gid; ^~~ /kisskb/src/fs/sysfs/file.c:561: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:744: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:772:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/arch/arm64/kernel/cpufeature.c: In function 'parse_kpti': /kisskb/src/arch/arm64/kernel/cpufeature.c:1608: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:3079:6: note: byref variable will be forcibly initialized u64 val; ^~~ /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; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/ipi.h:90, from /kisskb/src/arch/arm64/kernel/smp.c:55: /kisskb/src/arch/arm64/kernel/smp.c: In function 'perf_trace_ipi_raise': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ipi_raise, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ipi_raise, ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'perf_trace_ipi_handler': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ipi.h:38:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ipi_handler, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ipi.h:38:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ipi_handler, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/ipi.h:90, from /kisskb/src/arch/arm64/kernel/smp.c:55: /kisskb/src/arch/arm64/kernel/smp.c: In function 'trace_event_raw_event_ipi_raise': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ipi_raise, ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'trace_event_raw_event_ipi_handler': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ipi.h:38:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ipi_handler, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'smp_send_stop': /kisskb/src/arch/arm64/kernel/smp.c:1007:13: note: byref variable will be forcibly initialized cpumask_t mask; ^~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'crash_smp_send_stop': /kisskb/src/arch/arm64/kernel/smp.c:1033:12: note: byref variable will be forcibly initialized cpumask_t mask; ^~~~ /kisskb/src/arch/arm64/kernel/idreg-override.c: In function 'find_field': /kisskb/src/arch/arm64/kernel/idreg-override.c:111: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:136: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:165:8: note: byref variable will be forcibly initialized char buf[256]; ^~~ /kisskb/src/arch/arm64/kernel/idle.c: In function 'cpu_do_idle': /kisskb/src/arch/arm64/kernel/idle.c:25:33: note: byref variable will be forcibly initialized struct arm_cpuidle_irq_context context; ^~~~~~~ /kisskb/src/arch/arm64/kernel/patching.c: In function 'aarch64_insn_read': /kisskb/src/arch/arm64/kernel/patching.c:60:9: note: byref variable will be forcibly initialized __le32 val; ^~~ /kisskb/src/arch/arm64/kernel/patching.c: In function 'aarch64_insn_patch_text': /kisskb/src/arch/arm64/kernel/patching.c:138:28: note: byref variable will be forcibly initialized struct aarch64_insn_patch patch = { ^~~~~ /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; ^~~~~ /kisskb/src/security/landlock/syscalls.c: In function '__do_sys_landlock_create_ruleset': /kisskb/src/security/landlock/syscalls.c:160:31: note: byref variable will be forcibly initialized struct landlock_ruleset_attr ruleset_attr; ^~~~~~~~~~~~ /kisskb/src/security/landlock/syscalls.c: In function '__do_sys_landlock_add_rule': /kisskb/src/security/landlock/syscalls.c:309:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/security/landlock/syscalls.c:308:36: note: byref variable will be forcibly initialized struct landlock_path_beneath_attr path_beneath_attr; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-al-fic.c: In function 'al_fic_irq_handler': /kisskb/src/drivers/irqchip/irq-al-fic.c:113:16: note: byref variable will be forcibly initialized unsigned long pending; ^~~~~~~ In file included from /kisskb/src/security/commoncap.c:5: /kisskb/src/security/commoncap.c: In function 'cap_combine': /kisskb/src/include/linux/capability.h:121:15: note: byref variable will be forcibly initialized 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; ^~~~ /kisskb/src/crypto/async_tx/async_xor.c: In function 'async_xor_val_offs': /kisskb/src/crypto/async_tx/async_xor.c:322:34: note: byref variable will be forcibly initialized struct dma_async_tx_descriptor *tx = NULL; ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/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:144:59: 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:893:26: note: byref variable will be forcibly initialized bool effective = false, has_fcap = false, is_setid; ^~~~~~~~ /kisskb/src/security/commoncap.c:893:7: note: byref variable will be forcibly initialized bool effective = false, has_fcap = false, is_setid; ^~~~~~~~~ /kisskb/src/arch/arm64/kernel/hw_breakpoint.c: In function 'watchpoint_handler': /kisskb/src/arch/arm64/kernel/hw_breakpoint.c:763:33: note: byref variable will be forcibly initialized struct arch_hw_breakpoint_ctrl ctrl; ^~~~ /kisskb/src/arch/arm64/kernel/hw_breakpoint.c: In function 'breakpoint_handler': /kisskb/src/arch/arm64/kernel/hw_breakpoint.c:628:33: note: byref variable will be forcibly initialized struct arch_hw_breakpoint_ctrl ctrl; ^~~~ /kisskb/src/fs/proc/root.c: In function 'proc_parse_hidepid_param': /kisskb/src/fs/proc/root.c:65:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ /kisskb/src/fs/proc/root.c: In function 'proc_parse_param': /kisskb/src/fs/proc/root.c:118:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/arch/arm64/kernel/suspend.c:2: /kisskb/src/arch/arm64/kernel/suspend.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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:94:33: note: byref variable will be forcibly initialized struct arm_cpuidle_irq_context context; ^~~~~~~ /kisskb/src/arch/arm64/kernel/suspend.c:93:26: note: byref variable will be forcibly initialized struct sleep_stack_data state; ^~~~~ /kisskb/src/fs/sysfs/group.c: In function 'internal_create_group': /kisskb/src/fs/sysfs/group.c:112:9: note: byref variable will be forcibly initialized kgid_t gid; ^~~ /kisskb/src/fs/sysfs/group.c:111: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:330:9: note: byref variable will be forcibly initialized kgid_t gid; ^~~ /kisskb/src/fs/sysfs/group.c:329:9: note: byref variable will be forcibly initialized kuid_t uid; ^~~ /kisskb/src/arch/arm64/kernel/perf_event.c: In function 'armv8pmu_handle_irq': /kisskb/src/arch/arm64/kernel/perf_event.c:777:26: note: byref variable will be forcibly initialized struct perf_sample_data data; ^~~~ /kisskb/src/arch/arm64/kernel/perf_event.c: In function 'armv8pmu_probe_pmu': /kisskb/src/arch/arm64/kernel/perf_event.c:1092:29: note: byref variable will be forcibly initialized struct armv8pmu_probe_info probe = { ^~~~~ /kisskb/src/arch/arm64/kernel/perf_event.c: In function '__armv8pmu_probe_pmu': /kisskb/src/arch/arm64/kernel/perf_event.c:1052:6: note: byref variable will be forcibly initialized u32 pmceid[2]; ^~~~~~ /kisskb/src/arch/arm64/kernel/perf_event.c: In function 'arch_perf_update_userpage': /kisskb/src/arch/arm64/kernel/perf_event.c:1298:15: note: byref variable will be forcibly initialized unsigned int seq; ^~~ /kisskb/src/crypto/async_tx/async_pq.c: In function 'do_async_gen_syndrome': /kisskb/src/crypto/async_tx/async_pq.c:48:13: note: byref variable will be forcibly initialized dma_addr_t dma_dest[2]; ^~~~~~~~ /kisskb/src/crypto/async_tx/async_pq.c: In function 'async_gen_syndrome': /kisskb/src/crypto/async_tx/async_pq.c:199:17: note: byref variable will be forcibly initialized unsigned char coefs[MAX_DISKS]; ^~~~~ /kisskb/src/crypto/async_tx/async_pq.c: In function 'async_syndrome_val': /kisskb/src/crypto/async_tx/async_pq.c:317:14: note: byref variable will be forcibly initialized dma_addr_t pq[2]; ^~ /kisskb/src/crypto/async_tx/async_pq.c:305:16: note: byref variable will be forcibly initialized unsigned char coefs[MAX_DISKS]; ^~~~~ /kisskb/src/crypto/async_tx/async_pq.c:304:34: note: byref variable will be forcibly initialized struct dma_async_tx_descriptor *tx; ^~ /kisskb/src/arch/arm64/kernel/kgdb.c: In function 'kgdb_arch_update_addr': /kisskb/src/arch/arm64/kernel/kgdb.c:163:8: note: byref variable will be forcibly initialized char *ptr; ^~~ /kisskb/src/arch/arm64/kernel/kgdb.c:162:16: note: byref variable will be forcibly initialized unsigned long addr; ^~~~ /kisskb/src/arch/arm64/kernel/paravirt.c: In function 'has_pv_steal_clock': /kisskb/src/arch/arm64/kernel/paravirt.c:129: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:87:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ In file included from /kisskb/src/security/landlock/ruleset.c:16: /kisskb/src/security/landlock/ruleset.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/security/landlock/ruleset.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/block/partitions/aix.c:8: /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, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/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:624: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:89: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:270:10: note: byref variable will be forcibly initialized char tmp[sizeof(n[i].name) + 1]; // null char ^~~ /kisskb/src/block/partitions/aix.c:254:10: note: byref variable will be forcibly initialized char tmp[70]; ^~~ /kisskb/src/block/partitions/aix.c:176:8: note: byref variable will be forcibly initialized char tmp[64]; ^~~ /kisskb/src/block/partitions/aix.c:157:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ /kisskb/src/security/landlock/ruleset.c: In function 'merge_ruleset': /kisskb/src/security/landlock/ruleset.c:287:25: note: byref variable will be forcibly initialized struct landlock_layer layers[] = {{ ^~~~~~ /kisskb/src/security/landlock/ruleset.c: In function 'landlock_insert_rule': /kisskb/src/security/landlock/ruleset.c:233:24: note: byref variable will be forcibly initialized struct landlock_layer layers[] = {{ ^~~~~~ /kisskb/src/block/partitions/cmdline.c: In function 'parse_parts': /kisskb/src/block/partitions/cmdline.c:128:7: note: byref variable will be forcibly initialized char buf[BDEVNAME_SIZE + 32 + 4]; ^~~ In file included from /kisskb/src/block/partitions/cmdline.c:20: /kisskb/src/block/partitions/cmdline.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/cmdline.c: In function 'add_part': /kisskb/src/block/partitions/cmdline.c:258:7: note: byref variable will be forcibly initialized char tmp[sizeof(info->volname) + 4]; ^~~ /kisskb/src/arch/arm64/kernel/machine_kexec.c: In function 'machine_kexec_post_load': /kisskb/src/arch/arm64/kernel/machine_kexec.c:122:24: note: byref variable will be forcibly initialized struct trans_pgd_info info = { ^~~~ /kisskb/src/arch/arm64/kernel/machine_kexec.c:119:9: note: byref variable will be forcibly initialized pgd_t *trans_pgd; ^~~~~~~~~ /kisskb/src/arch/arm64/kernel/kexec_image.c: In function 'image_load': /kisskb/src/arch/arm64/kernel/kexec_image.c:45:19: note: byref variable will be forcibly initialized struct kexec_buf kbuf; ^~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/pid_namespace.h:7, from /kisskb/src/include/linux/ptrace.h:10, from /kisskb/src/include/linux/elfcore.h:11, from /kisskb/src/include/linux/crash_core.h:6, from /kisskb/src/include/linux/kexec.h:18, from /kisskb/src/arch/arm64/kernel/machine_kexec_file.c:15: /kisskb/src/arch/arm64/kernel/machine_kexec_file.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/arch/arm64/kernel/machine_kexec_file.c: In function 'prepare_elf_headers': /kisskb/src/arch/arm64/kernel/machine_kexec_file.c:48:21: note: byref variable will be forcibly initialized phys_addr_t start, end; ^~~ /kisskb/src/arch/arm64/kernel/machine_kexec_file.c:48:14: note: byref variable will be forcibly initialized phys_addr_t start, end; ^~~~~ /kisskb/src/arch/arm64/kernel/machine_kexec_file.c:47:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/arch/arm64/kernel/machine_kexec_file.c: In function 'load_other_segments': /kisskb/src/arch/arm64/kernel/machine_kexec_file.c:89:16: note: byref variable will be forcibly initialized unsigned long headers_sz, initrd_load_addr = 0, dtb_len, ^~~~~~~~~~ /kisskb/src/arch/arm64/kernel/machine_kexec_file.c:88:8: note: byref variable will be forcibly initialized void *headers, *dtb = NULL; ^~~~~~~ /kisskb/src/arch/arm64/kernel/machine_kexec_file.c:87:19: note: byref variable will be forcibly initialized struct kexec_buf kbuf; ^~~~ /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]; ^ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/filemap.h:116, from /kisskb/src/mm/filemap.c:49: /kisskb/src/mm/filemap.c: In function 'perf_trace_mm_filemap_op_page_cache': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/filemap.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/filemap.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'perf_trace_filemap_set_wb_err': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(filemap_set_wb_err, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(filemap_set_wb_err, ^~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'perf_trace_file_check_and_advance_wb_err': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(file_check_and_advance_wb_err, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(file_check_and_advance_wb_err, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/filemap.h:116, from /kisskb/src/mm/filemap.c:49: /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_mm_filemap_op_page_cache': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/filemap.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_filemap_set_wb_err': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(filemap_set_wb_err, ^~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_file_check_and_advance_wb_err': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(file_check_and_advance_wb_err, ^~~~~~~~~~~ /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:79:15: note: byref variable will be forcibly initialized unsigned int type = IRQ_TYPE_NONE; ^~~~ /kisskb/src/drivers/irqchip/irq-dw-apb-ictl.c:78: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:118:18: note: byref variable will be forcibly initialized struct resource r; ^ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'page_cache_delete': /kisskb/src/mm/filemap.c:126:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, page->index); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:293:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, pvec->pages[0]->index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_range_has_writeback': /kisskb/src/mm/filemap.c:652:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/filemap.c: In function '__filemap_fdatawait_range': /kisskb/src/mm/filemap.c:525:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/mm/filemap.c:523:10: note: byref variable will be forcibly initialized pgoff_t index = start_byte >> PAGE_SHIFT; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'list_del_init_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:302: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:110:59: 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:1176: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 'folio_wait_bit_common': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:1366:11: note: in expansion of macro 'smp_load_acquire' flags = smp_load_acquire(&wait->flags); ^~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1298:16: note: byref variable will be forcibly initialized unsigned long pflags; ^~~~~~ /kisskb/src/mm/filemap.c:1294:25: note: byref variable will be forcibly initialized struct wait_page_queue wait_page; ^~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'folio_wake_bit': /kisskb/src/mm/filemap.c:1198:21: note: byref variable will be forcibly initialized wait_queue_entry_t bookmark; ^~~~~~~~ /kisskb/src/mm/filemap.c:1196:23: note: byref variable will be forcibly initialized struct wait_page_key key; ^~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'mapping_get_entry': /kisskb/src/mm/filemap.c:1837:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ In file included from /kisskb/src/block/partitions/mac.c:11: /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/mm/filemap.c: In function 'filemap_get_read_batch': /kisskb/src/mm/filemap.c:2346:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351: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/list.h:11, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/security/security.c:13: /kisskb/src/security/security.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/security.c: In function 'hlist_add_tail_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:627:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_next_rcu(last), n); ^~~~~~~~~~~~~~~~~~ /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; ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_map_pages': /kisskb/src/mm/filemap.c:3299:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start_pgoff); ^~~ /kisskb/src/include/linux/xarray.h:1351: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_range_has_page': /kisskb/src/mm/filemap.c:493:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ In file included from /kisskb/src/include/linux/bpf.h:23, from /kisskb/src/security/security.c:13: /kisskb/src/security/security.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/security/security.c: In function 'ordered_lsm_parse': /kisskb/src/security/security.c:246:21: note: byref variable will be forcibly initialized char *sep, *name, *next; ^~~~ /kisskb/src/security/landlock/fs.c: In function 'check_access_path': /kisskb/src/security/landlock/fs.c:229:14: note: byref variable will be forcibly initialized struct path walker_path; ^~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'replace_page_cache_page': /kisskb/src/mm/filemap.c:857:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, offset); ^~~ /kisskb/src/include/linux/xarray.h:1351: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_add_folio': /kisskb/src/mm/filemap.c:892:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351: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/fs.h:6, from /kisskb/src/security/landlock/fs.c:15: /kisskb/src/security/landlock/fs.c: In function 'hook_sb_delete': /kisskb/src/include/linux/wait_bit.h:246: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/security/landlock/fs.c:439:2: note: in expansion of macro 'wait_var_event' wait_var_event(&landlock_superblock(sb)->inode_refs, !atomic_long_read( ^~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'filemap_add_folio': /kisskb/src/mm/filemap.c:995:8: note: byref variable will be forcibly initialized void *shadow = NULL; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/security/landlock/fs.c:9: /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c:400:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(landlock_inode(inode)->object, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c: In function 'release_inode': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c:71:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(landlock_inode(inode)->object, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c: In function 'get_inode_object': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c:138:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(inode_sec->object, new_object); ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'filemap_fault': /kisskb/src/mm/filemap.c:3056:15: note: byref variable will be forcibly initialized struct file *fpin = NULL; ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'page_cache_next_miss': /kisskb/src/mm/filemap.c:1753:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:1789:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/security/security.c: In function 'security_inode_init_security': /kisskb/src/security/security.c:1077:15: note: byref variable will be forcibly initialized struct xattr new_xattrs[MAX_LSM_EVM_XATTR + 1]; ^~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'find_get_entries': /kisskb/src/mm/filemap.c:2047:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:2099:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:2164:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, *start); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:2215:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:2273:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, *index); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:2615:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'mapping_seek_hole_data': /kisskb/src/mm/filemap.c:2857:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start >> PAGE_SHIFT); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:3620: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:3731:9: note: byref variable will be forcibly initialized void *fsdata; ^~~~~~ /kisskb/src/mm/filemap.c:3727:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/netfs.h:261, from /kisskb/src/fs/netfs/read_helper.c:20: /kisskb/src/fs/netfs/read_helper.c: In function 'perf_trace_netfs_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_read, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_read, ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'perf_trace_netfs_rreq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:155:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_rreq, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:155:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_rreq, ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'perf_trace_netfs_sreq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:179:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_sreq, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:179:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_sreq, ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'perf_trace_netfs_failure': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:218:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_failure, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:218:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_failure, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/netfs.h:261, from /kisskb/src/fs/netfs/read_helper.c:20: /kisskb/src/fs/netfs/read_helper.c: In function 'trace_event_raw_event_netfs_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:125:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_read, ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'trace_event_raw_event_netfs_rreq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:155:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_rreq, ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'trace_event_raw_event_netfs_sreq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:179:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_sreq, ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'trace_event_raw_event_netfs_failure': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:218:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(netfs_failure, ^~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_read_from_cache': /kisskb/src/fs/netfs/read_helper.c:176:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/netfs/read_helper.c:8: /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_rreq_unlock': /kisskb/src/fs/netfs/read_helper.c:377:11: note: byref variable will be forcibly initialized XA_STATE(xas, &rreq->mapping->i_pages, start_page); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/drivers/irqchip/irq-gic.c: In function 'gic_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic.c:1103:15: note: byref variable will be forcibly initialized unsigned int type = IRQ_TYPE_NONE; ^~~~ /kisskb/src/drivers/irqchip/irq-gic.c:1102:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_rreq_unmark_after_write': /kisskb/src/fs/netfs/read_helper.c:248:12: note: byref variable will be forcibly initialized XA_STATE(xas, &rreq->mapping->i_pages, subreq->start / PAGE_SIZE); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_rreq_do_write_to_cache': /kisskb/src/fs/netfs/read_helper.c:297:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_clear_unread': /kisskb/src/fs/netfs/read_helper.c:151:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/drivers/irqchip/irq-gic.c: In function 'gic_check_eoimode': /kisskb/src/drivers/irqchip/irq-gic.c:1326:18: note: byref variable will be forcibly initialized struct resource cpuif_res; ^~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_readahead': /kisskb/src/fs/netfs/read_helper.c:872:15: note: byref variable will be forcibly initialized unsigned int debug_index = 0; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/netfs/read_helper.c:8: /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_readpage': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 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/netfs/read_helper.c:991:3: note: in expansion of macro 'wait_var_event' wait_var_event(&rreq->nr_rd_ops, atomic_read(&rreq->nr_rd_ops) == 1); ^~~~~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c:950:15: note: byref variable will be forcibly initialized unsigned int debug_index = 0; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/netfs/read_helper.c:8: /kisskb/src/fs/netfs/read_helper.c: In function 'netfs_write_begin': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 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/netfs/read_helper.c:1167:3: note: in expansion of macro 'wait_var_event' wait_var_event(&rreq->nr_rd_ops, atomic_read(&rreq->nr_rd_ops) == 1); ^~~~~~~~~~~~~~ /kisskb/src/fs/netfs/read_helper.c:1084:15: note: byref variable will be forcibly initialized unsigned int debug_index = 0, fgp_flags; ^~~~~~~~~~~ /kisskb/src/crypto/async_tx/raid6test.c: In function 'raid6_dual_recov': /kisskb/src/crypto/async_tx/raid6test.c:75:17: note: byref variable will be forcibly initialized struct page *blocks[NDISKS]; ^~~~~~ /kisskb/src/crypto/async_tx/raid6test.c:63:23: note: byref variable will be forcibly initialized enum sum_check_flags result = ~0; ^~~~~~ /kisskb/src/crypto/async_tx/raid6test.c:61:20: note: byref variable will be forcibly initialized struct completion cmp; ^~~ /kisskb/src/crypto/async_tx/raid6test.c:60:26: note: byref variable will be forcibly initialized struct async_submit_ctl submit; ^~~~~~ /kisskb/src/crypto/async_tx/raid6test.c: In function 'test': /kisskb/src/crypto/async_tx/raid6test.c:156:20: note: byref variable will be forcibly initialized struct completion cmp; ^~~ /kisskb/src/crypto/async_tx/raid6test.c:155:26: note: byref variable will be forcibly initialized struct async_submit_ctl submit; ^~~~~~ /kisskb/src/crypto/async_tx/raid6test.c: In function 'raid6_test': /kisskb/src/crypto/async_tx/raid6test.c:195:6: note: byref variable will be forcibly initialized int tests = 0; ^~~~~ /kisskb/src/crypto/async_tx/async_raid6_recov.c: In function 'async_sum_product': /kisskb/src/crypto/async_tx/async_raid6_recov.c:35:14: note: byref variable will be forcibly initialized dma_addr_t pq[2]; ^~ /kisskb/src/crypto/async_tx/async_raid6_recov.c: In function '__2data_recov_4': /kisskb/src/crypto/async_tx/async_raid6_recov.c:162:16: note: byref variable will be forcibly initialized unsigned char coef[2]; ^~~~ /kisskb/src/crypto/async_tx/async_raid6_recov.c:161:15: note: byref variable will be forcibly initialized unsigned int src_offs[2]; ^~~~~~~~ /kisskb/src/crypto/async_tx/async_raid6_recov.c:160:15: note: byref variable will be forcibly initialized struct page *srcs[2]; ^~~~ /kisskb/src/crypto/async_tx/async_raid6_recov.c: In function 'async_mult': /kisskb/src/crypto/async_tx/async_raid6_recov.c:102:14: note: byref variable will be forcibly initialized dma_addr_t dma_dest[2]; ^~~~~~~~ /kisskb/src/crypto/async_tx/async_raid6_recov.c: In function '__2data_recov_5': /kisskb/src/crypto/async_tx/async_raid6_recov.c:212:16: note: byref variable will be forcibly initialized unsigned char coef[2]; ^~~~ /kisskb/src/crypto/async_tx/async_raid6_recov.c:211:15: note: byref variable will be forcibly initialized unsigned int src_offs[2]; ^~~~~~~~ /kisskb/src/crypto/async_tx/async_raid6_recov.c:210:15: note: byref variable will be forcibly initialized struct page *srcs[2]; ^~~~ /kisskb/src/crypto/async_tx/async_raid6_recov.c: In function '__2data_recov_n': /kisskb/src/crypto/async_tx/async_raid6_recov.c:303:16: note: byref variable will be forcibly initialized unsigned char coef[2]; ^~~~ /kisskb/src/crypto/async_tx/async_raid6_recov.c:302:15: note: byref variable will be forcibly initialized unsigned int src_offs[2]; ^~~~~~~~ /kisskb/src/crypto/async_tx/async_raid6_recov.c:301:15: note: byref variable will be forcibly initialized struct page *srcs[2]; ^~~~ /kisskb/src/crypto/async_tx/async_raid6_recov.c: In function 'async_raid6_datap_recov': /kisskb/src/crypto/async_tx/async_raid6_recov.c:485:15: note: byref variable will be forcibly initialized unsigned int src_offs[2]; ^~~~~~~~ /kisskb/src/crypto/async_tx/async_raid6_recov.c:484:15: note: byref variable will be forcibly initialized struct page *srcs[2]; ^~~~ /kisskb/src/fs/proc/generic.c: In function '__proc_create': /kisskb/src/fs/proc/generic.c:399:14: note: byref variable will be forcibly initialized struct qstr qstr; ^~~~ /kisskb/src/fs/proc/generic.c:398:14: note: byref variable will be forcibly initialized const char *fn; ^~ /kisskb/src/fs/proc/generic.c: In function 'proc_create_mount_point': /kisskb/src/fs/proc/generic.c:525:31: note: byref variable will be forcibly initialized struct proc_dir_entry *ent, *parent = NULL; ^~~~~~ /kisskb/src/fs/proc/generic.c: In function 'remove_proc_entry': /kisskb/src/fs/proc/generic.c:686:14: note: byref variable will be forcibly initialized const char *fn = name; ^~ /kisskb/src/fs/proc/generic.c: In function 'remove_proc_subtree': /kisskb/src/fs/proc/generic.c:725:14: note: byref variable will be forcibly initialized const char *fn = name; ^~ /kisskb/src/security/lsm_audit.c: In function 'dump_common_audit_data': /kisskb/src/security/lsm_audit.c:417:19: note: byref variable will be forcibly initialized struct in6_addr sbn_pfx; ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/security/lsm_audit.c:13: /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/security/lsm_audit.c:356:12: note: in expansion of macro 'smp_load_acquire' addr = smp_load_acquire(&u->addr); ^~~~~~~~~~~~~~~~ /kisskb/src/security/lsm_audit.c:313:10: note: byref variable will be forcibly initialized char comm[sizeof(tsk->comm)]; ^~~~ /kisskb/src/security/lsm_audit.c:211:7: note: byref variable will be forcibly initialized char comm[sizeof(current->comm)]; ^~~~ /kisskb/src/fs/configfs/symlink.c: In function 'configfs_symlink': /kisskb/src/fs/configfs/symlink.c:147:22: note: byref variable will be forcibly initialized struct config_item *target_item = NULL; ^~~~~~~~~~~ /kisskb/src/fs/configfs/symlink.c:144:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/configfs/dir.c: In function 'configfs_rmdir': /kisskb/src/fs/configfs/dir.c:1461:18: note: byref variable will be forcibly initialized struct dentry *wait; ^~~~ /kisskb/src/fs/fscache/cache.c: In function 'fscache_init_cache': /kisskb/src/fs/fscache/cache.c:183:10: note: byref variable will be forcibly initialized va_list va; ^~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/fs/fscache/cache.c:9: /kisskb/src/fs/fscache/cache.c: In function 'fscache_withdraw_cache': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fscache/cache.c:403:2: note: in expansion of macro 'wait_event' wait_event(fscache_cache_cleared_wq, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fscache/cache.c:400:2: note: in expansion of macro 'wait_event' wait_event(fscache_cache_cleared_wq, ^~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/fscache/cache.c:9: /kisskb/src/fs/fscache/cache.c:362:12: note: byref variable will be forcibly initialized LIST_HEAD(dying_objects); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/configfs/item.c: In function 'config_item_set_name': /kisskb/src/fs/configfs/item.c:53:10: note: byref variable will be forcibly initialized va_list args; ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/fs/proc/base.c:51: /kisskb/src/fs/proc/base.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_get_link': /kisskb/src/fs/proc/base.c:1746:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_readlink': /kisskb/src/fs/proc/base.c:1793:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/proc/base.c: In function 'timerslack_ns_write': /kisskb/src/fs/proc/base.c:2519:6: note: byref variable will be forcibly initialized u64 slack_ns; ^~~~~~~~ /kisskb/src/fs/fscache/fsdef.c: In function 'fscache_fsdef_netfs_check_aux': /kisskb/src/fs/fscache/fsdef.c:81:11: note: byref variable will be forcibly initialized uint32_t version; ^~~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_coredump_filter_read': /kisskb/src/fs/proc/base.c:2875:7: note: byref variable will be forcibly initialized char buffer[PROC_NUMBUF]; ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_fail_nth_read': /kisskb/src/fs/proc/base.c:1418:7: note: byref variable will be forcibly initialized char numbuf[PROC_NUMBUF]; ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_fault_inject_read': /kisskb/src/fs/proc/base.c:1344:7: note: byref variable will be forcibly initialized char buffer[PROC_NUMBUF]; ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'oom_score_adj_read': /kisskb/src/fs/proc/base.c:1202:7: note: byref variable will be forcibly initialized char buffer[PROC_NUMBUF]; ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'oom_adj_read': /kisskb/src/fs/proc/base.c:1043:7: note: byref variable will be forcibly initialized char buffer[PROC_NUMBUF]; ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_coredump_filter_write': /kisskb/src/fs/proc/base.c:2904:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/fs/proc/base.c: In function 'proc_fail_nth_write': /kisskb/src/fs/proc/base.c:1399:15: note: byref variable will be forcibly initialized unsigned int n; ^ /kisskb/src/fs/proc/base.c: In function 'proc_fault_inject_write': /kisskb/src/fs/proc/base.c:1363:6: note: byref variable will be forcibly initialized int make_it_fail; ^~~~~~~~~~~~ /kisskb/src/fs/proc/base.c:1362:7: note: byref variable will be forcibly initialized char buffer[PROC_NUMBUF]; ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'oom_score_adj_write': /kisskb/src/fs/proc/base.c:1218:6: note: byref variable will be forcibly initialized int oom_score_adj; ^~~~~~~~~~~~~ /kisskb/src/fs/proc/base.c:1217:7: note: byref variable will be forcibly initialized char buffer[PROC_NUMBUF]; ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'oom_adj_write': /kisskb/src/fs/proc/base.c:1158:6: note: byref variable will be forcibly initialized int oom_adj; ^~~~~~~ /kisskb/src/fs/proc/base.c:1157:7: note: byref variable will be forcibly initialized char buffer[PROC_NUMBUF]; ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_limits': /kisskb/src/fs/proc/base.c:602:16: note: byref variable will be forcibly initialized struct rlimit rlim[RLIM_NLIMITS]; ^~~~ /kisskb/src/fs/proc/base.c:600:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/include/linux/cgroup.h:26, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/fs/proc/base.c:68: /kisskb/src/fs/proc/base.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_wchan': /kisskb/src/fs/proc/base.c:390:7: note: byref variable will be forcibly initialized char symname[KSYM_NAME_LEN]; ^~~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_attr_read': /kisskb/src/fs/proc/base.c:2696:8: note: byref variable will be forcibly initialized char *p = NULL; ^ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/fscache/cookie.c:12: /kisskb/src/fs/fscache/cookie.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/atomic-arch-fallback.h:1270:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'get_mm_cmdline': /kisskb/src/fs/proc/base.c:261:14: note: byref variable will be forcibly initialized char *page, c; ^ /kisskb/src/fs/proc/base.c: In function 'proc_pid_syscall': /kisskb/src/fs/proc/base.c:643:22: note: byref variable will be forcibly initialized struct syscall_info info; ^~~~ /kisskb/src/fs/proc/base.c: In function 'comm_write': /kisskb/src/fs/proc/base.c:1670:7: note: byref variable will be forcibly initialized char buffer[TASK_COMM_LEN]; ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'dname_to_vma_addr': /kisskb/src/fs/proc/base.c:2080:27: note: byref variable will be forcibly initialized unsigned long long sval, eval; ^~~~ /kisskb/src/fs/proc/base.c:2080:21: note: byref variable will be forcibly initialized unsigned long long sval, eval; ^~~~ /kisskb/src/fs/proc/base.c: In function 'map_files_get_link': /kisskb/src/fs/proc/base.c:2167:26: note: byref variable will be forcibly initialized unsigned long vm_start, vm_end; ^~~~~~ /kisskb/src/fs/proc/base.c:2167:16: note: byref variable will be forcibly initialized unsigned long vm_start, vm_end; ^~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'map_files_d_revalidate': /kisskb/src/fs/proc/base.c:2116:26: note: byref variable will be forcibly initialized unsigned long vm_start, vm_end; ^~~~~~ /kisskb/src/fs/proc/base.c:2116:16: note: byref variable will be forcibly initialized unsigned long vm_start, vm_end; ^~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_map_files_lookup': /kisskb/src/fs/proc/base.c:2264:26: note: byref variable will be forcibly initialized unsigned long vm_start, vm_end; ^~~~~~ /kisskb/src/fs/proc/base.c:2264:16: note: byref variable will be forcibly initialized unsigned long vm_start, vm_end; ^~~~~~~~ In file included from /kisskb/src/fs/fscache/cookie.c:13: /kisskb/src/fs/fscache/cookie.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/fs/proc/base.c:51: /kisskb/src/fs/proc/base.c: In function 'proc_fill_cache': /kisskb/src/fs/proc/base.c:2048:35: note: byref variable will be forcibly initialized 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/proc/base.c: In function 'proc_map_files_readdir': /kisskb/src/fs/proc/base.c:2386:8: note: byref variable will be forcibly initialized char buf[4 * sizeof(long) + 2]; /* max: %lx-%lx\0 */ ^~~ /kisskb/src/fs/proc/base.c:2323:34: note: byref variable will be forcibly initialized GENRADIX(struct map_files_info) fa; ^~ /kisskb/src/fs/proc/base.c: In function 'proc_task_readdir': /kisskb/src/fs/proc/base.c:3805:8: note: byref variable will be forcibly initialized char name[10 + 1]; ^~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_readdir': /kisskb/src/fs/proc/base.c:3465:8: note: byref variable will be forcibly initialized char name[10 + 1]; ^~~~ /kisskb/src/fs/fscache/cookie.c: In function 'fscache_cookies_seq_show': /kisskb/src/fs/fscache/cookie.c:986:7: note: byref variable will be forcibly initialized char _type[3], *type; ^~~~~ In file included from /kisskb/src/block/partitions/ultrix.c:10: /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; ^~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/fscache/cookie.c:12: /kisskb/src/fs/fscache/cookie.c: In function '__fscache_disable_cookie': /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/fscache/cookie.c:770:3: note: in expansion of macro 'wait_var_event' wait_var_event(&cookie->n_active, ^~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c: In function 'fscache_cookie_put': /kisskb/src/fs/fscache/cookie.c:864:6: note: byref variable will be forcibly initialized int ref; ^~~ /kisskb/src/fs/fscache/cookie.c: In function 'fscache_cookie_get': /kisskb/src/fs/fscache/cookie.c:893:6: note: byref variable will be forcibly initialized int ref; ^~~ In file included from /kisskb/src/block/partitions/karma.c:10: /kisskb/src/block/partitions/karma.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 'read_lba': /kisskb/src/block/partitions/efi.c:247:10: note: byref variable will be forcibly initialized Sector sect; ^~~~ /kisskb/src/block/partitions/karma.c: In function 'karma_partition': /kisskb/src/block/partitions/karma.c:19:9: note: byref variable will be forcibly initialized Sector sect; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/fscache.h:523, from /kisskb/src/fs/fscache/internal.h:28, from /kisskb/src/fs/fscache/main.c:16: /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_cookie': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:162:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_cookie, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:162:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_cookie, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_netfs': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:186:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_netfs, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:186:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_netfs, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_acquire': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_acquire, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_relinquish': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_relinquish, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_relinquish, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_enable': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_enable, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_disable': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:292:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_disable, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:292:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_disable, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_osm': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:318:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_osm, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:318:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_osm, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_page': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_check_page': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:380:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_check_page, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:380:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_check_page, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_wake_cookie': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:404:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wake_cookie, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:404:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wake_cookie, ^~~~~~~~~~~ /kisskb/src/block/partitions/efi.c: In function 'find_valid_gpt': /kisskb/src/block/partitions/efi.c:625:12: note: byref variable will be forcibly initialized sector_t agpt_sector; ^~~~~~~~~~~ /kisskb/src/block/partitions/efi.c:586:28: note: byref variable will be forcibly initialized gpt_entry *pptes = NULL, *aptes = NULL; ^~~~~ /kisskb/src/block/partitions/efi.c:586:13: note: byref variable will be forcibly initialized gpt_entry *pptes = NULL, *aptes = NULL; ^~~~~ /kisskb/src/block/partitions/efi.c:585:28: note: byref variable will be forcibly initialized gpt_header *pgpt = NULL, *agpt = NULL; ^~~~ /kisskb/src/block/partitions/efi.c:585:14: note: byref variable will be forcibly initialized gpt_header *pgpt = NULL, *agpt = NULL; ^~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_op': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:420:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_op, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:420:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_op, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_page_op': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:443:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page_op, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:443:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page_op, ^~~~~~~~~~~ In file included from /kisskb/src/block/partitions/efi.c:90: /kisskb/src/block/partitions/efi.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized char tmp[1 + BDEVNAME_SIZE + 10 + 1]; ^~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_wrote_page': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:469:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wrote_page, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:469:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wrote_page, ^~~~~~~~~~~ /kisskb/src/block/partitions/efi.c: In function 'efi_partition': /kisskb/src/block/partitions/efi.c:716:13: note: byref variable will be forcibly initialized gpt_entry *ptes = NULL; ^~~~ /kisskb/src/block/partitions/efi.c:715:14: note: byref variable will be forcibly initialized gpt_header *gpt = NULL; ^~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_gang_lookup': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_gang_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_gang_lookup, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fscache.h:523, from /kisskb/src/fs/fscache/internal.h:28, from /kisskb/src/fs/fscache/main.c:16: /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_cookie': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:162:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_cookie, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_netfs': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:186:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_netfs, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_acquire': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_acquire, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_relinquish': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_relinquish, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_enable': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_enable, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_disable': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:292:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_disable, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_osm': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:318:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_osm, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_page': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_check_page': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:380:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_check_page, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_wake_cookie': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:404:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wake_cookie, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_op': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:420:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_op, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_page_op': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:443:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_page_op, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_wrote_page': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:469:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_wrote_page, ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_gang_lookup': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fscache_gang_lookup, ^~~~~~~~~~~ /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/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; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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:624: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:310:19: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_peek_irq': /kisskb/src/drivers/irqchip/irq-gic-v3.c:340: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:463: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:357:6: note: byref variable will be forcibly initialized u32 index, mask; ^~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/irqchip/irq-gic-v3.c:9: /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_irq_domain_select': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1522:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1521:15: note: byref variable will be forcibly initialized unsigned int type, ret, ppi_idx; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_ipi_send_mask': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1189: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:579: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:1238: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:1468:15: note: byref variable will be forcibly initialized unsigned int type = IRQ_TYPE_NONE; ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1467:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, 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:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_populate_ppi_partitions': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1901:21: note: byref variable will be forcibly initialized struct irq_fwspec ppi_fwspec = { ^~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1873:8: note: byref variable will be forcibly initialized u32 cpu_phandle; ^~~~~~~~~~~ /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/drivers/irqchip/irq-gic-v3.c: In function 'partition_domain_translate': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1559:16: note: byref variable will be forcibly initialized unsigned long ppi_intid; ^~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_of_setup_kvm_info': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1930:6: note: byref variable will be forcibly initialized u32 gicv_idx; ^~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1929: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:1983:19: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1957:6: note: byref variable will be forcibly initialized u32 nr_redist_regions; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1956:6: note: byref variable will be forcibly initialized u64 redist_stride; ^~~~~~~~~~~~~ /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 'is_reusable': /kisskb/src/fs/reiserfs/bitmap.c:64:21: note: byref variable will be forcibly initialized unsigned int bmap, offset; ^~~~~~ /kisskb/src/fs/reiserfs/bitmap.c:64:15: note: byref variable will be forcibly initialized unsigned int bmap, offset; ^~~~ /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 'show_alloc_options': /kisskb/src/fs/reiserfs/bitmap.c:693:6: note: byref variable will be forcibly initialized int first = 1; ^~~~~ /kisskb/src/fs/reiserfs/bitmap.c: In function '_reiserfs_free_block': /kisskb/src/fs/reiserfs/bitmap.c:424:19: note: byref variable will be forcibly initialized unsigned int nr, offset; ^~~~~~ /kisskb/src/fs/reiserfs/bitmap.c:424:15: note: byref variable will be forcibly initialized unsigned int nr, offset; ^~ /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:354:23: note: byref variable will be forcibly initialized unsigned int end_bm, end_off; ^~~~~~~ /kisskb/src/fs/reiserfs/bitmap.c:354:15: note: byref variable will be forcibly initialized unsigned int end_bm, end_off; ^~~~~~ /kisskb/src/fs/reiserfs/bitmap.c:353:19: note: byref variable will be forcibly initialized unsigned int bm, off; ^~~ /kisskb/src/fs/reiserfs/bitmap.c:353:15: note: byref variable will be forcibly initialized unsigned int bm, off; ^~ /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/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/namei.c: In function 'de_still_valid': /kisskb/src/fs/reiserfs/namei.c:1265:28: note: byref variable will be forcibly initialized struct reiserfs_dir_entry tmp = *de; ^~~ /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/namei.c: In function 'reiserfs_find_entry': /kisskb/src/fs/reiserfs/namei.c:309:17: note: byref variable will be forcibly initialized struct cpu_key key_to_search; ^~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_unlink': /kisskb/src/fs/reiserfs/namei.c:1002:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^~ /kisskb/src/fs/reiserfs/namei.c:1000: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:358:28: note: byref variable will be forcibly initialized struct reiserfs_dir_entry de; ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_rmdir': /kisskb/src/fs/reiserfs/namei.c:906:28: note: byref variable will be forcibly initialized struct reiserfs_dir_entry de; ^~ /kisskb/src/fs/reiserfs/namei.c:903:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^~ /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; ^~ In file included from /kisskb/src/drivers/irqchip/irq-gic-v4.c:9: /kisskb/src/drivers/irqchip/irq-gic-v4.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_add_entry': /kisskb/src/fs/reiserfs/namei.c:448: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, 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:441: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:440:28: note: byref variable will be forcibly initialized struct reiserfs_dir_entry de; ^~ /kisskb/src/fs/reiserfs/namei.c:437:17: note: byref variable will be forcibly initialized struct cpu_key entry_key; ^~~~~~~~~ /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/samples/kobject/kobject-example.c: In function 'b_store': /kisskb/src/samples/kobject/kobject-example.c:69:6: note: byref variable will be forcibly initialized int var, ret; ^~~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_link': /kisskb/src/fs/reiserfs/namei.c:1205:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^~ /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/drivers/irqchip/irq-gic-v4.c: In function 'its_map_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/fs/reiserfs/namei.c: In function 'reiserfs_symlink': /kisskb/src/fs/reiserfs/namei.c:1108:34: note: byref variable will be forcibly initialized struct reiserfs_security_handle security; ^~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v4.c: In function 'its_get_vlpi': /kisskb/src/drivers/irqchip/irq-gic-v4.c:337:22: note: byref variable will be forcibly initialized struct its_cmd_info info = { ^~~~ /kisskb/src/fs/reiserfs/namei.c:1107: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:791:34: note: byref variable will be forcibly initialized struct reiserfs_security_handle security; ^~~~~~~~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'do_balance': /kisskb/src/fs/reiserfs/namei.c:790:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^~ /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]; ^~~~~~~~~~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_create': /kisskb/src/fs/reiserfs/namei.c:637:34: note: byref variable will be forcibly initialized struct reiserfs_security_handle security; ^~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:636:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_mknod': /kisskb/src/fs/reiserfs/namei.c:708:34: note: byref variable will be forcibly initialized struct reiserfs_security_handle security; ^~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:707:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_rename': /kisskb/src/fs/reiserfs/namei.c:1322:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^~ /kisskb/src/fs/reiserfs/namei.c:1320: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:1320: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:1320: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:1319: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:1319: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:1319: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_get_parent': /kisskb/src/fs/reiserfs/namei.c:405:28: note: byref variable will be forcibly initialized struct reiserfs_dir_entry de; ^~ /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; ^~~~~~~~ /kisskb/src/arch/arm64/lib/insn.c: In function 'aarch64_insn_decode_immediate': /kisskb/src/arch/arm64/lib/insn.c:176:6: note: byref variable will be forcibly initialized int shift; ^~~~~ /kisskb/src/arch/arm64/lib/insn.c:175:20: note: byref variable will be forcibly initialized u32 immlo, immhi, mask; ^~~~ /kisskb/src/arch/arm64/lib/insn.c: In function 'aarch64_insn_encode_immediate': /kisskb/src/arch/arm64/lib/insn.c:201:6: note: byref variable will be forcibly initialized int shift; ^~~~~ /kisskb/src/arch/arm64/lib/insn.c:200:20: note: byref variable will be forcibly initialized u32 immlo, immhi, mask; ^~~~ /kisskb/src/samples/kobject/kset-example.c: In function 'b_store': /kisskb/src/samples/kobject/kset-example.c:153:6: note: byref variable will be forcibly initialized int var, ret; ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'gic_check_reserved_range': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2193:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2192:26: note: byref variable will be forcibly initialized phys_addr_t start, end, addr_end; ^~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2192:21: note: byref variable will be forcibly initialized phys_addr_t start, end, addr_end; ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2192: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, 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:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_cpu_init_lpis': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3044:14: note: byref variable will be forcibly initialized phys_addr_t paddr; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_mapc': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1196: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:1239: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_discard': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1229: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_mapti': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1206: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_movi': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1218: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_clear': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1165: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:1155: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:1175: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:1185: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:1276: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:1331: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_invdb': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1381: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_configure_sgi': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:4163: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:1339: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:1263: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:1249: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:1353: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:1367: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:3357:6: note: byref variable will be forcibly initialized int nr_lpis; ^~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3356: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:3513: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:4461:12: note: byref variable will be forcibly initialized int base, nr_ids, i, err = 0; ^~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:4461: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_enable_quirk_socionext_synquacer': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:4662:6: note: byref variable will be forcibly initialized u32 pre_its_window[2]; ^~~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_alloc_tables': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2585: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:1573:16: note: byref variable will be forcibly initialized cpumask_var_t tmpmask; ^~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'direct_lpi_inv': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1434:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/fs/reiserfs/reiserfs.h:9, from /kisskb/src/fs/reiserfs/inode.c:7: /kisskb/src/fs/reiserfs/inode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3540:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_of_probe': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:5211:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /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; ^~~ In file included from /kisskb/src/include/kunit/test.h:22, from /kisskb/src/lib/kunit/test.c:9: /kisskb/src/lib/kunit/test.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /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/lib/kunit/test.c: In function 'kunit_log_append': /kisskb/src/lib/kunit/test.c:107:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/kunit/test.c:106:7: note: byref variable will be forcibly initialized char line[KUNIT_LOG_SIZE]; ^~~~ /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/lib/kunit/test.c: In function 'kunit_run_case_catch_errors': /kisskb/src/lib/kunit/test.c:420: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:504:29: note: byref variable will be forcibly initialized struct kunit_result_stats param_stats = { 0 }; ^~~~~~~~~~~ /kisskb/src/lib/kunit/test.c:503:16: note: byref variable will be forcibly initialized struct kunit test = { .param_value = NULL, .param_index = 0 }; ^~~~ /kisskb/src/lib/kunit/test.c:495:7: note: byref variable will be forcibly initialized char param_desc[KUNIT_PARAM_DESC_SIZE]; ^~~~~~~~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_write_end': /kisskb/src/fs/reiserfs/inode.c:2925:38: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle myth; ^~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_kmalloc_array': /kisskb/src/lib/kunit/test.c:729:36: note: byref variable will be forcibly initialized struct kunit_kmalloc_array_params params = { ^~~~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_commit_write': /kisskb/src/fs/reiserfs/inode.c:3016:38: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle myth; ^~~~ /kisskb/src/lib/kunit/test.c: In function '__kunit_fail_current_test': /kisskb/src/lib/kunit/test.c:27:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_do_assertion': /kisskb/src/lib/kunit/test.c:283:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /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/fscache/page.c: In function 'fscache_write_op': /kisskb/src/fs/fscache/page.c:790:8: note: byref variable will be forcibly initialized void *results[1]; ^~~~~~~ /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; ^~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/fs/fscache/page.c:9: /kisskb/src/fs/fscache/page.c: In function 'release_page_wait_timeout': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/page.c:54:9: note: in expansion of macro 'wait_event_timeout' return wait_event_timeout(*wq, !__fscache_check_page_write(cookie, page), ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/page.c: In function '__fscache_wait_on_page_write': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fscache/page.c:41:2: note: in expansion of macro 'wait_event' wait_event(*wq, !__fscache_check_page_write(cookie, page)); ^~~~~~~~~~ /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/fscache/page.c: In function 'fscache_invalidate_writes': /kisskb/src/fs/fscache/page.c:891:8: note: byref variable will be forcibly initialized void *results[16]; ^~~~~~~ /kisskb/src/fs/proc/array.c: In function 'task_cap': /kisskb/src/fs/proc/array.c:312:14: note: byref variable will be forcibly initialized cap_bset, cap_ambient; ^~~~~~~~~~~ /kisskb/src/fs/proc/array.c:312:4: note: byref variable will be forcibly initialized cap_bset, cap_ambient; ^~~~~~~~ /kisskb/src/fs/proc/array.c:311:47: note: byref variable will be forcibly initialized kernel_cap_t cap_inheritable, cap_permitted, cap_effective, ^~~~~~~~~~~~~ /kisskb/src/fs/proc/array.c:311:32: note: byref variable will be forcibly initialized kernel_cap_t cap_inheritable, cap_permitted, cap_effective, ^~~~~~~~~~~~~ /kisskb/src/fs/proc/array.c:311:15: note: byref variable will be forcibly initialized kernel_cap_t cap_inheritable, cap_permitted, cap_effective, ^~~~~~~~~~~~~~~ /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/fscache/page.c: In function '__fscache_uncache_all_inode_pages': /kisskb/src/fs/proc/array.c: In function 'proc_task_name': /kisskb/src/fs/fscache/page.c:1214:10: note: byref variable will be forcibly initialized pgoff_t next; ^~~~ /kisskb/src/fs/proc/array.c:101:7: note: byref variable will be forcibly initialized char tcomm[64]; ^~~~~ /kisskb/src/fs/fscache/page.c:1213:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /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/proc/array.c: In function 'do_task_stat': /kisskb/src/fs/proc/array.c:470:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/fs/proc/array.c:467:29: note: byref variable will be forcibly initialized u64 cutime, cstime, utime, stime; ^~~~~ /kisskb/src/fs/reiserfs/inode.c:1931:17: note: byref variable will be forcibly initialized struct cpu_key key; ^~~ /kisskb/src/fs/proc/array.c:467:22: note: byref variable will be forcibly initialized u64 cutime, cstime, utime, stime; ^~~~~ /kisskb/src/fs/proc/array.c:458:19: note: byref variable will be forcibly initialized sigset_t sigign, sigcatch; ^~~~~~~~ /kisskb/src/fs/proc/array.c:458:11: note: byref variable will be forcibly initialized sigset_t sigign, sigcatch; ^~~~~~ /kisskb/src/fs/reiserfs/inode.c:1929:28: note: byref variable will be forcibly initialized struct reiserfs_iget_args args; ^~~~ /kisskb/src/fs/proc/array.c: In function 'task_sig': /kisskb/src/fs/proc/array.c:259:49: note: byref variable will be forcibly initialized sigset_t pending, shpending, blocked, ignored, caught; ^~~~~~ /kisskb/src/fs/proc/array.c:259:40: note: byref variable will be forcibly initialized sigset_t pending, shpending, blocked, ignored, caught; ^~~~~~~ /kisskb/src/fs/proc/array.c:259:31: note: byref variable will be forcibly initialized sigset_t pending, shpending, blocked, ignored, caught; ^~~~~~~ /kisskb/src/fs/proc/array.c:259:20: note: byref variable will be forcibly initialized sigset_t pending, shpending, blocked, ignored, caught; ^~~~~~~~~ /kisskb/src/fs/proc/array.c:259:11: note: byref variable will be forcibly initialized sigset_t pending, shpending, blocked, ignored, caught; ^~~~~~~ /kisskb/src/fs/proc/array.c:258:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_setattr': /kisskb/src/fs/reiserfs/inode.c:3355:38: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^~ /kisskb/src/fs/reiserfs/inode.c:3322:40: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^~ /kisskb/src/fs/proc/array.c: In function 'proc_pid_statm': /kisskb/src/fs/proc/array.c:665:17: note: byref variable will be forcibly initialized unsigned long data = 0; ^~~~ /kisskb/src/fs/proc/array.c:664:17: note: byref variable will be forcibly initialized unsigned long text = 0; ^~~~ /kisskb/src/fs/proc/array.c:663:17: note: byref variable will be forcibly initialized unsigned long shared = 0; ^~~~~~ /kisskb/src/fs/proc/array.c:662:17: note: byref variable will be forcibly initialized unsigned long resident = 0; ^~~~~~~~ /kisskb/src/drivers/irqchip/irq-partition-percpu.c: In function 'partition_domain_alloc': /kisskb/src/drivers/irqchip/irq-partition-percpu.c:140:15: note: byref variable will be forcibly initialized unsigned int type; ^~~~ /kisskb/src/drivers/irqchip/irq-partition-percpu.c:139:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^~~~~ /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; ^~~~ /kisskb/src/block/bdev.c: In function 'bdev_write_inode': /kisskb/src/block/bdev.c:59:9: note: byref variable will be forcibly initialized char name[BDEVNAME_SIZE]; ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/block/bdev.c:9: /kisskb/src/block/bdev.c: In function 'bd_prepare_to_claim': /kisskb/src/block/bdev.c:589:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/block/bdev.c:589:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/block/bdev.c: In function 'lookup_bdev': /kisskb/src/block/bdev.c:979:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/block/bdev.c: In function 'blkdev_get_by_path': /kisskb/src/block/bdev.c:884:8: note: byref variable will be forcibly initialized dev_t dev; ^~~ /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c: In function 'mtk_sysirq_domain_alloc': /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c:98:20: note: byref variable will be forcibly initialized struct irq_fwspec gic_fwspec = *fwspec; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c:7: /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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:166:19: note: byref variable will be forcibly initialized struct resource res; ^~~ In file included from /kisskb/src/include/linux/crypto.h:17, from /kisskb/src/include/crypto/algapi.h:10, from /kisskb/src/crypto/algapi.c:8: /kisskb/src/crypto/algapi.c: In function 'crypto_remove_spawns': /kisskb/src/crypto/algapi.c:147:12: note: byref variable will be forcibly initialized LIST_HEAD(top); ^~~ /kisskb/src/include/linux/list.h:26: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:26: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:26: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:305:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26: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:452:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26: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:543:12: note: byref variable will be forcibly initialized LIST_HEAD(users); ^~~~~ /kisskb/src/include/linux/list.h:26: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:660:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /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, 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_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/irqchip/irq-mtk-cirq.c: In function 'mtk_cirq_suspend': /kisskb/src/drivers/irqchip/irq-mtk-cirq.c:165:16: note: byref variable will be forcibly initialized bool pending, masked; ^~~~~~ /kisskb/src/drivers/irqchip/irq-mtk-cirq.c:165:7: note: byref variable will be forcibly initialized bool pending, masked; ^~~~~~~ /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:386:15: note: byref variable will be forcibly initialized unsigned int type; ^~~~ /kisskb/src/drivers/irqchip/irq-meson-gpio.c:385:7: note: byref variable will be forcibly initialized u32 *channel_hwirq; ^~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-meson-gpio.c:384:16: note: byref variable will be forcibly initialized unsigned long hwirq; ^~~~~ /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/ext4/balloc.c: In function 'ext4_get_group_number': /kisskb/src/fs/ext4/balloc.c:38:15: note: byref variable will be forcibly initialized ext4_group_t group; ^~~~~ /kisskb/src/fs/ext4/balloc.c: In function 'ext4_new_meta_blocks': /kisskb/src/fs/ext4/balloc.c:689:33: note: byref variable will be forcibly initialized struct ext4_allocation_request ar; ^~ /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/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 = { ^~~~~~~ In file included from /kisskb/src/fs/ext4/bitmap.c:12: /kisskb/src/fs/ext4/bitmap.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized } desc; ^~~~ /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 = { ^~~~~~~ /kisskb/src/fs/proc/fd.c: In function 'tid_fd_revalidate': /kisskb/src/fs/proc/fd.c:141:11: note: byref variable will be forcibly initialized fmode_t f_mode; ^~~~~~ /kisskb/src/fs/proc/fd.c: In function 'proc_readfd_common': /kisskb/src/fs/proc/fd.c:247:8: note: byref variable will be forcibly initialized char name[10 + 1]; ^~~~ /kisskb/src/fs/proc/fd.c:246:18: note: byref variable will be forcibly initialized struct fd_data data; ^~~~ /kisskb/src/fs/proc/fd.c:235:15: note: byref variable will be forcibly initialized unsigned int fd; ^~ /kisskb/src/drivers/irqchip/irq-mst-intc.c: In function 'mst_intc_domain_alloc': /kisskb/src/drivers/irqchip/irq-mst-intc.c:207:20: note: byref variable will be forcibly initialized struct irq_fwspec parent_fwspec, *fwspec = data; ^~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-mst-intc.c: In function 'mst_intc_of_init': /kisskb/src/drivers/irqchip/irq-mst-intc.c:250:17: note: byref variable will be forcibly initialized u32 irq_start, irq_end; ^~~~~~~ /kisskb/src/drivers/irqchip/irq-mst-intc.c:250:6: note: byref variable will be forcibly initialized u32 irq_start, irq_end; ^~~~~~~~~ /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/mm/mempool.c:14: /kisskb/src/mm/mempool.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:680:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/mm/mempool.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/mm/mempool.c: In function 'mempool_alloc': /kisskb/src/mm/mempool.c:378:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^~~~ /kisskb/src/fs/ext2/balloc.c: In function 'ext2_try_to_allocate_with_rsv': /kisskb/src/fs/ext2/balloc.c:1074:16: note: byref variable will be forcibly initialized unsigned long num = *count; ^~~ /kisskb/src/fs/ext2/balloc.c: In function 'ext2_free_blocks': /kisskb/src/fs/ext2/balloc.c:480:23: note: byref variable will be forcibly initialized struct buffer_head * bh2; ^~~ /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/ext2/balloc.c: In function 'ext2_new_blocks': /kisskb/src/fs/ext2/balloc.c:1226:16: note: byref variable will be forcibly initialized unsigned long num = *count; ^~~ /kisskb/src/fs/ext2/balloc.c:1209:22: note: byref variable will be forcibly initialized struct buffer_head *gdp_bh; ^~~~~~ /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/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/ext2/balloc.c: In function 'ext2_new_block': /kisskb/src/fs/ext2/balloc.c:1435:16: note: byref variable will be forcibly initialized unsigned long count = 1; ^~~~~ /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/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/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/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:1216: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_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:1728:28: note: byref variable will be forcibly initialized struct reiserfs_dir_entry de; ^~ /kisskb/src/fs/reiserfs/super.c:1726: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_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:1898:8: note: byref variable will be forcibly initialized char *jdev_name; ^~~~~~~~~ /kisskb/src/fs/reiserfs/super.c:1896:28: note: byref variable will be forcibly initialized struct reiserfs_iget_args args; ^~~~ /kisskb/src/fs/reiserfs/super.c:1894:15: note: byref variable will be forcibly initialized unsigned int commit_max_age = 0; ^~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/super.c:1893:16: note: byref variable will be forcibly initialized unsigned long blocks; ^~~~~~ /kisskb/src/fs/reiserfs/super.c:1891: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:1436:15: note: byref variable will be forcibly initialized unsigned int commit_max_age = (unsigned int)-1; ^~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/super.c:1434:16: note: byref variable will be forcibly initialized unsigned long mount_options = REISERFS_SB(s)->s_mount_opt; ^~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/super.c:1433:16: note: byref variable will be forcibly initialized unsigned long blocks; ^~~~~~ /kisskb/src/fs/reiserfs/super.c:1432:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^~ In file included from /kisskb/src/crypto/seqiv.c:13: /kisskb/src/crypto/seqiv.c: In function 'seqiv_aead_encrypt': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized 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/fs/proc/consoles.c: In function 'show_console_dev': /kisskb/src/fs/proc/consoles.c:35:7: note: byref variable will be forcibly initialized int index; ^~~~~ /kisskb/src/fs/proc/consoles.c:28:7: note: byref variable will be forcibly initialized char flags[ARRAY_SIZE(con_flags) + 1]; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/oom.h:195, from /kisskb/src/mm/oom_kill.c:53: /kisskb/src/mm/oom_kill.c: In function 'perf_trace_oom_score_adj_update': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(oom_score_adj_update, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(oom_score_adj_update, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_reclaim_retry_zone': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_mark_victim': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mark_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mark_victim, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_wake_reaper': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(wake_reaper, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(wake_reaper, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_start_task_reaping': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(start_task_reaping, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(start_task_reaping, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_finish_task_reaping': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(finish_task_reaping, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(finish_task_reaping, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_skip_task_reaping': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skip_task_reaping, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skip_task_reaping, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_compact_retry': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(compact_retry, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(compact_retry, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/oom.h:195, from /kisskb/src/mm/oom_kill.c:53: /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_oom_score_adj_update': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(oom_score_adj_update, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_reclaim_retry_zone': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(reclaim_retry_zone, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_mark_victim': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mark_victim, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_wake_reaper': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(wake_reaper, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_start_task_reaping': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(start_task_reaping, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_finish_task_reaping': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(finish_task_reaping, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_skip_task_reaping': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(skip_task_reaping, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_compact_retry': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(compact_retry, ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__oom_reap_task_mm': /kisskb/src/mm/oom_kill.c:544:22: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ /kisskb/src/mm/oom_kill.c:543:30: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/include/linux/oom.h:6, from /kisskb/src/mm/oom_kill.c:21: /kisskb/src/mm/oom_kill.c: In function 'oom_reaper': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:364:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:384:11: note: in expansion of macro '__wait_event_freezable' __ret = __wait_event_freezable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c:649: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 '__do_sys_process_mrelease': /kisskb/src/mm/oom_kill.c:1151:15: note: byref variable will be forcibly initialized unsigned int f_flags; ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/include/linux/oom.h:6, from /kisskb/src/mm/oom_kill.c:21: /kisskb/src/mm/oom_kill.c: In function 'oom_killer_disable': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c:776: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:1053:16: note: byref variable will be forcibly initialized unsigned long freed = 0; ^~~~~ /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/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: /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; ^~~~~~ /kisskb/src/fs/ramfs/inode.c: In function 'ramfs_parse_param': /kisskb/src/fs/ramfs/inode.c:202:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ /kisskb/src/kernel/locking/mutex.c: In function '__mutex_lock_common': /kisskb/src/kernel/locking/mutex.c:577:22: note: byref variable will be forcibly initialized struct mutex_waiter waiter; ^~~~~~ In file included from /kisskb/src/kernel/locking/mutex.c:25: /kisskb/src/kernel/locking/mutex.c: In function '__mutex_unlock_slowpath': /kisskb/src/kernel/locking/mutex.c:897:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/kernel/locking/mutex.c: In function 'mutex_lock_io_nested': /kisskb/src/kernel/locking/mutex.c:577:22: note: byref variable will be forcibly initialized struct mutex_waiter waiter; ^~~~~~ /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; ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jbd2/transaction.c:18: /kisskb/src/fs/jbd2/transaction.c: In function 'add_transaction_credits': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:320:3: note: in expansion of macro 'wait_event' wait_event(journal->j_wait_reserved, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:273: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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:404: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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:861: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:1889:12: note: byref variable will be forcibly initialized ktime_t expires = ktime_add_ns(ktime_get(), ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/block/fops.c:9: /kisskb/src/block/fops.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/block/fops.c: In function '__blkdev_direct_IO_simple': /kisskb/src/block/fops.c:62:13: note: byref variable will be forcibly initialized struct bio bio; ^~~ /kisskb/src/block/fops.c:59:17: note: byref variable will be forcibly initialized struct bio_vec inline_vecs[DIO_INLINE_BIO_VECS], *vecs; ^~~~~~~~~~~ /kisskb/src/block/fops.c: In function '__blkdev_direct_IO': /kisskb/src/block/fops.c:189:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/block/fops.c: In function 'blkdev_write_iter': /kisskb/src/block/fops.c:531:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/crypto/shash.c: In function 'shash_update_unaligned': /kisskb/src/crypto/shash.c:103: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:145: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, 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:224: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:269: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:292:26: note: byref variable will be forcibly initialized struct crypto_hash_walk walk; ^~~~ /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, 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:33, 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:110:59: 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:453: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:110:59: 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:453: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); ^~~~~~~~~~~~~~~~~~ /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/proc/loadavg.c: In function 'loadavg_proc_show': /kisskb/src/fs/proc/loadavg.c:15:16: note: byref variable will be forcibly initialized unsigned long avnrun[3]; ^~~~~~ /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/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/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/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/block/elevator.c: In function '__elevator_change': /kisskb/src/block/elevator.c:746:7: note: byref variable will be forcibly initialized char elevator_name[ELV_NAME_MAX]; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/block/bio.c:5: /kisskb/src/block/bio.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171: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:366:24: note: byref variable will be forcibly initialized struct bio_list punt, nopunt; ^~~~~~ /kisskb/src/block/bio.c:366:18: note: byref variable will be forcibly initialized struct bio_list punt, nopunt; ^~~~ /kisskb/src/block/bio.c: In function 'bio_truncate': /kisskb/src/block/bio.c:554:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/bio.c: In function 'zero_fill_bio': /kisskb/src/block/bio.c:534:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/bio.c:533:17: note: byref variable will be forcibly initialized struct bio_vec bv; ^~ /kisskb/src/mm/fadvise.c: In function 'generic_fadvise': /kisskb/src/mm/fadvise.c:144:18: note: byref variable will be forcibly initialized unsigned long nr_pagevec = 0; ^~~~~~~~~~ /kisskb/src/block/bio.c: In function '__bio_iov_append_get_pages': /kisskb/src/block/bio.c:1165:8: note: byref variable will be forcibly initialized bool same_page = false; ^~~~~~~~~ /kisskb/src/block/bio.c:1145:9: note: byref variable will be forcibly initialized size_t offset; ^~~~~~ /kisskb/src/block/bio.c: In function 'bio_add_pc_page': /kisskb/src/block/bio.c:943:7: note: byref variable will be forcibly initialized bool same_page = false; ^~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/include/kunit/test.h:21, 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/block/bio.c: In function 'bio_add_zone_append_page': /kisskb/src/block/bio.c:969:7: note: byref variable will be forcibly initialized bool same_page = false; ^~~~~~~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'search_by_key': /kisskb/src/fs/reiserfs/stree.c:625:14: note: byref variable will be forcibly initialized b_blocknr_t reada_blocks[SEARCH_BY_KEY_READA]; ^~~~~~~~~~~~ /kisskb/src/fs/reiserfs/stree.c:624:22: note: byref variable will be forcibly initialized struct buffer_head *reada_bh[SEARCH_BY_KEY_READA]; ^~~~~~~~ /kisskb/src/fs/reiserfs/stree.c:620:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/block/bio.c: In function '__bio_iov_iter_get_pages': /kisskb/src/block/bio.c:1099:9: note: byref variable will be forcibly initialized size_t offset; ^~~~~~ /kisskb/src/block/bio.c:1096: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:1025: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:1038: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, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/block/bio.c:5: /kisskb/src/block/bio.c: In function 'submit_bio_wait': /kisskb/src/block/bio.c:1247:33: note: byref variable will be forcibly initialized 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_iter': /kisskb/src/block/bio.c:1284:18: note: byref variable will be forcibly initialized struct bio_vec dst_bv = bio_iter_iovec(dst, *dst_iter); ^~~~~~ /kisskb/src/block/bio.c:1283:18: note: byref variable will be forcibly initialized struct bio_vec src_bv = bio_iter_iovec(src, *src_iter); ^~~~~~ /kisskb/src/block/bio.c: In function 'bio_copy_data': /kisskb/src/block/bio.c:1309:19: note: byref variable will be forcibly initialized struct bvec_iter dst_iter = dst->bi_iter; ^~~~~~~~ /kisskb/src/block/bio.c:1308: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:1318: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:1357:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'search_for_position_by_key': /kisskb/src/fs/reiserfs/stree.c:863:28: note: byref variable will be forcibly initialized struct reiserfs_dir_entry de; ^~ /kisskb/src/block/bio.c: In function 'bio_check_pages_dirty': /kisskb/src/block/bio.c:1406:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'prepare_for_delete_or_cut': /kisskb/src/fs/reiserfs/stree.c:1079: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:1260:27: note: byref variable will be forcibly initialized int ret_value, del_size, removed; ^~~~~~~ /kisskb/src/fs/reiserfs/stree.c:1260:17: note: byref variable will be forcibly initialized int ret_value, del_size, removed; ^~~~~~~~ /kisskb/src/fs/reiserfs/stree.c:1257:19: note: byref variable will be forcibly initialized struct item_head s_ih; ^~~~ /kisskb/src/fs/reiserfs/stree.c:1256: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:1600: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:1412:17: note: byref variable will be forcibly initialized struct cpu_key cpu_key; ^~~~~~~ /kisskb/src/fs/reiserfs/stree.c:1408: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:1658:7: note: byref variable will be forcibly initialized char mode; /* Mode of the balance. */ ^~~~ /kisskb/src/fs/reiserfs/stree.c:1656:6: note: byref variable will be forcibly initialized int removed = 0; /* Number of the removed unformatted nodes. */ ^~~~~~~ /kisskb/src/fs/reiserfs/stree.c:1654:6: note: byref variable will be forcibly initialized int cut_size = 0; /* Amount to be cut. */ ^~~~~~~~ /kisskb/src/fs/reiserfs/stree.c:1652: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:1893:17: note: byref variable will be forcibly initialized struct cpu_key s_item_key; ^~~~~~~~~~ /kisskb/src/fs/ext4/dir.c: In function 'ext4_readdir': /kisskb/src/fs/ext4/dir.c:171:26: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/dir.c:157:7: note: byref variable will be forcibly initialized int has_inline_data = 1; ^~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_paste_into_item': /kisskb/src/fs/reiserfs/stree.c:2095: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:2190:22: note: byref variable will be forcibly initialized struct tree_balance s_ins_balance; ^~~~~~~~~~~~~ /kisskb/src/fs/proc/meminfo.c: In function 'meminfo_proc_show': /kisskb/src/fs/proc/meminfo.c:34:17: note: byref variable will be forcibly initialized struct sysinfo i; ^ /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:626: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:966:6: note: byref variable will be forcibly initialized u64 val = cpustat[usage]; ^~~ /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/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; ^~~~~~ /kisskb/src/fs/ext2/dir.c: In function 'ext2_readdir': /kisskb/src/fs/ext2/dir.c:284:9: note: byref variable will be forcibly initialized char *kaddr, *limit; ^~~~~ /kisskb/src/fs/ext2/dir.c: In function 'ext2_find_entry': /kisskb/src/fs/ext2/dir.c:360:8: note: byref variable will be forcibly initialized void *page_addr; ^~~~~~~~~ /kisskb/src/fs/ext2/dir.c: In function 'ext2_dotdot': /kisskb/src/fs/ext2/dir.c:431:8: note: byref variable will be forcibly initialized void *page_addr; ^~~~~~~~~ /kisskb/src/fs/ext2/dir.c: In function 'ext2_inode_by_name': /kisskb/src/fs/ext2/dir.c:447:8: note: byref variable will be forcibly initialized void *page_addr; ^~~~~~~~~ /kisskb/src/fs/ext2/dir.c:446:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/ext2/dir.c: In function 'ext2_add_link': /kisskb/src/fs/ext2/dir.c:496:8: note: byref variable will be forcibly initialized void *page_addr = NULL; ^~~~~~~~~ /kisskb/src/fs/ext2/dir.c: In function 'ext2_empty_dir': /kisskb/src/fs/ext2/dir.c:672:8: note: byref variable will be forcibly initialized void *page_addr = NULL; ^~~~~~~~~ /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/fs/proc/stat.c: In function 'show_stat': /kisskb/src/fs/proc/stat.c:166:25: note: byref variable will be forcibly initialized struct kernel_cpustat kcpustat; ^~~~~~~~ /kisskb/src/fs/proc/stat.c:126:25: note: byref variable will be forcibly initialized struct kernel_cpustat kcpustat; ^~~~~~~~ /kisskb/src/fs/proc/stat.c:116:20: note: byref variable will be forcibly initialized struct timespec64 boottime; ^~~~~~~~ /kisskb/src/drivers/bus/brcmstb_gisb.c: In function 'brcmstb_gisb_arb_decode_addr': /kisskb/src/drivers/bus/brcmstb_gisb.c:245:7: note: byref variable will be forcibly initialized char m_fmt[11]; ^~~~~ /kisskb/src/drivers/bus/brcmstb_gisb.c: In function 'brcmstb_gisb_bp_handler': /kisskb/src/drivers/bus/brcmstb_gisb.c:319:7: note: byref variable will be forcibly initialized char m_fmt[11]; ^~~~~ /kisskb/src/drivers/bus/brcmstb_gisb.c: In function 'gisb_arb_set_timeout': /kisskb/src/drivers/bus/brcmstb_gisb.c:210:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /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/drivers/bus/hisi_lpc.c: In function 'hisi_lpc_comm_in': /kisskb/src/drivers/bus/hisi_lpc.c:212:9: note: byref variable will be forcibly initialized __le32 rd_data = 0; ^~~~~~~ /kisskb/src/drivers/bus/hisi_lpc.c:210:24: note: byref variable will be forcibly initialized struct lpc_cycle_para iopara; ^~~~~~ /kisskb/src/drivers/bus/hisi_lpc.c: In function 'hisi_lpc_comm_ins': /kisskb/src/drivers/bus/hisi_lpc.c:277:24: note: byref variable will be forcibly initialized struct lpc_cycle_para iopara; ^~~~~~ /kisskb/src/drivers/bus/hisi_lpc.c: In function 'hisi_lpc_comm_outs': /kisskb/src/drivers/bus/hisi_lpc.c:315:24: note: byref variable will be forcibly initialized struct lpc_cycle_para iopara; ^~~~~~ /kisskb/src/drivers/bus/hisi_lpc.c: In function 'hisi_lpc_comm_out': /kisskb/src/drivers/bus/hisi_lpc.c:247:9: note: byref variable will be forcibly initialized __le32 _val = cpu_to_le32(val); ^~~~ /kisskb/src/drivers/bus/hisi_lpc.c:244:24: note: byref variable will be forcibly initialized struct lpc_cycle_para iopara; ^~~~~~ /kisskb/src/drivers/bus/hisi_lpc.c: In function 'hisi_lpc_probe': /kisskb/src/drivers/bus/hisi_lpc.c:623:18: note: byref variable will be forcibly initialized resource_size_t io_end; ^~~~~~ /kisskb/src/fs/proc/uptime.c: In function 'uptime_proc_show': /kisskb/src/fs/proc/uptime.c:21:25: note: byref variable will be forcibly initialized struct kernel_cpustat kcs; ^~~ /kisskb/src/fs/proc/uptime.c:13:20: note: byref variable will be forcibly initialized struct timespec64 uptime; ^~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/fs/reiserfs/resize.c:12: /kisskb/src/fs/reiserfs/resize.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133: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/kernel/sched/idle.c: In function 'play_idle_precise': /kisskb/src/kernel/sched/idle.c:363:20: note: byref variable will be forcibly initialized struct idle_timer it; ^~ In file included from /kisskb/src/include/kunit/test.h:22, from /kisskb/src/lib/kunit/executor.c:4: /kisskb/src/lib/kunit/executor.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/kunit/executor.c: In function 'kunit_filter_suites': /kisskb/src/lib/kunit/executor.c:154:27: note: byref variable will be forcibly initialized struct kunit_test_filter filter; ^~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:4: /kisskb/src/lib/kunit/executor.c: In function 'parse_filter_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1233:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1253:2: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' KUNIT_BINARY_STR_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1260: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:1544:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_ASSERTION' KUNIT_BINARY_STR_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:39:2: note: in expansion of macro 'KUNIT_EXPECT_STREQ' KUNIT_EXPECT_STREQ(test, filter.test_glob, "test"); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1233:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1253:2: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' KUNIT_BINARY_STR_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1260: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:1544:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_ASSERTION' KUNIT_BINARY_STR_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:38:2: note: in expansion of macro 'KUNIT_EXPECT_STREQ' KUNIT_EXPECT_STREQ(test, filter.suite_glob, "suite"); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:841:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:849: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:1341:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:33:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, filter.test_glob); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1233:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1253:2: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' KUNIT_BINARY_STR_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1260: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:1544:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_ASSERTION' KUNIT_BINARY_STR_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:32:2: note: in expansion of macro 'KUNIT_EXPECT_STREQ' KUNIT_EXPECT_STREQ(test, filter.suite_glob, "suite"); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:260: /kisskb/src/lib/kunit/executor_test.c:29:27: note: byref variable will be forcibly initialized struct kunit_test_filter filter = {NULL, NULL}; ^~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:4: /kisskb/src/lib/kunit/executor.c: In function 'filter_suites_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1233:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1253:2: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' KUNIT_BINARY_STR_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1260: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:1544:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_ASSERTION' KUNIT_BINARY_STR_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:153:2: note: in expansion of macro 'KUNIT_EXPECT_STREQ' KUNIT_EXPECT_STREQ(test, (const char *)filtered.start[0][0]->name, "suite0"); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1864: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/executor_test.c:152:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, filtered.start[0][0]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1864: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/executor_test.c:151:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, filtered.start[0]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1864: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/executor_test.c:150:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, filtered.start); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1650:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_ASSERTION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:148:2: note: in expansion of macro 'KUNIT_ASSERT_EQ' KUNIT_ASSERT_EQ(test, filtered.end - filtered.start, (ptrdiff_t)1); ^~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:260: /kisskb/src/lib/kunit/executor_test.c:139:19: note: byref variable will be forcibly initialized struct suite_set filtered = {.start = NULL, .end = NULL}; ^~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:135:25: note: byref variable will be forcibly initialized const struct suite_set suite_set = { ^~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:131:37: note: byref variable will be forcibly initialized struct kunit_suite * const * const suites[2] = { ^~~~~~ /kisskb/src/lib/kunit/executor_test.c:126:22: note: byref variable will be forcibly initialized struct kunit_suite *subsuites[2][2] = { ^~~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:4: /kisskb/src/lib/kunit/executor.c: In function 'filter_subsuite_to_empty_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:841:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1344:2: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' KUNIT_FALSE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:110:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' KUNIT_EXPECT_FALSE_MSG(test, filtered, ^~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:260: /kisskb/src/lib/kunit/executor_test.c:99:27: note: byref variable will be forcibly initialized struct kunit_test_filter filter = { ^~~~~~ /kisskb/src/lib/kunit/executor_test.c:97:22: note: byref variable will be forcibly initialized struct kunit_suite *subsuite[3] = {NULL, NULL, NULL}; ^~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:4: /kisskb/src/lib/kunit/executor.c: In function 'filter_subsuite_test_glob_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:841:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:849: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:1341:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:92:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, filtered[0]->test_cases[1].name); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1233:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1253:2: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' KUNIT_BINARY_STR_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1260: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:1544:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_ASSERTION' KUNIT_BINARY_STR_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:91:2: note: in expansion of macro 'KUNIT_EXPECT_STREQ' KUNIT_EXPECT_STREQ(test, (const char *)filtered[0]->test_cases[0].name, "test2"); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1864: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/executor_test.c:90:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, filtered[0]->test_cases); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:841:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:849: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:1341:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:87:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, filtered[1]); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1233:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1253:2: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' KUNIT_BINARY_STR_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1260: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:1544:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_ASSERTION' KUNIT_BINARY_STR_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:86:2: note: in expansion of macro 'KUNIT_EXPECT_STREQ' KUNIT_EXPECT_STREQ(test, (const char *)filtered[0]->name, "suite2"); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1864: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/executor_test.c:85:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, filtered[0]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1864: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/executor_test.c:81:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, filtered); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:260: /kisskb/src/lib/kunit/executor_test.c:71:27: note: byref variable will be forcibly initialized struct kunit_test_filter filter = { ^~~~~~ /kisskb/src/lib/kunit/executor_test.c:69:22: note: byref variable will be forcibly initialized struct kunit_suite *subsuite[3] = {NULL, NULL, NULL}; ^~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:4: /kisskb/src/lib/kunit/executor.c: In function 'filter_subsuite_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:841:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:849: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:1341:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:64:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, filtered[1]); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1233:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1253:2: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' KUNIT_BINARY_STR_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1260: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:1544:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_ASSERTION' KUNIT_BINARY_STR_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:63:2: note: in expansion of macro 'KUNIT_EXPECT_STREQ' KUNIT_EXPECT_STREQ(test, (const char *)filtered[0]->name, "suite2"); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1864: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/executor_test.c:62:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, filtered[0]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1864: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/executor_test.c:58:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, filtered); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:260: /kisskb/src/lib/kunit/executor_test.c:48:27: note: byref variable will be forcibly initialized struct kunit_test_filter filter = { ^~~~~~ /kisskb/src/lib/kunit/executor_test.c:46:22: note: byref variable will be forcibly initialized struct kunit_suite *subsuite[3] = {NULL, NULL, NULL}; ^~~~~~~~ /kisskb/src/lib/kunit/executor.c: In function 'kunit_run_all_tests': /kisskb/src/lib/kunit/executor.c:235:19: note: byref variable will be forcibly initialized struct suite_set suite_set = { ^~~~~~~~~ /kisskb/src/kernel/locking/semaphore.c: In function '__down_common': /kisskb/src/kernel/locking/semaphore.c:211:26: note: byref variable will be forcibly initialized struct semaphore_waiter waiter; ^~~~~~ /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; ^~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/fs/reiserfs/journal.c:40: /kisskb/src/fs/reiserfs/journal.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/fs/reiserfs/reiserfs.h:9, from /kisskb/src/fs/reiserfs/journal.c:41: /kisskb/src/fs/reiserfs/journal.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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:2963: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:2320: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:1722:22: note: byref variable will be forcibly initialized struct buffer_chunk chunk; ^~~~~ /kisskb/src/fs/reiserfs/item_ops.c: In function 'indirect_print_item': /kisskb/src/fs/reiserfs/item_ops.c:265:6: note: byref variable will be forcibly initialized int num = 0; ^~~ /kisskb/src/fs/reiserfs/journal.c: In function 'journal_read': /kisskb/src/fs/reiserfs/journal.c:2374:16: note: byref variable will be forcibly initialized unsigned long newest_mount_id = 9; ^~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/journal.c:2370: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:799:19: note: byref variable will be forcibly initialized struct list_head tmp; ^~~ /kisskb/src/fs/reiserfs/journal.c:798:22: note: byref variable will be forcibly initialized struct buffer_chunk chunk; ^~~~~ /kisskb/src/fs/reiserfs/journal.c:795: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:973:22: note: byref variable will be forcibly initialized struct buffer_head *tbh = NULL; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/page-flags.h:13, from /kisskb/src/arch/arm64/include/asm/mte.h:14, from /kisskb/src/arch/arm64/include/asm/pgtable.h:12, from /kisskb/src/arch/arm64/include/asm/vmalloc.h:5, from /kisskb/src/include/linux/vmalloc.h:13, from /kisskb/src/fs/reiserfs/journal.c:40: /kisskb/src/fs/reiserfs/journal.c: In function 'reiserfs_wait_on_write_block': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/reiserfs/journal.c:2957: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:3029: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:1904: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:3562: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:3842:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^~ /kisskb/src/fs/fat/cache.c: In function 'fat_get_cluster': /kisskb/src/fs/fat/cache.c:231:22: note: byref variable will be forcibly initialized struct fat_cache_id cid; ^~~ /kisskb/src/fs/fat/cache.c:230:19: note: byref variable will be forcibly initialized struct fat_entry fatent; ^~~~~~ /kisskb/src/fs/fat/cache.c: In function 'fat_bmap_cluster': /kisskb/src/fs/fat/cache.c:294:18: note: byref variable will be forcibly initialized int ret, fclus, dclus; ^~~~~ /kisskb/src/fs/fat/cache.c:294:11: note: byref variable will be forcibly initialized int ret, fclus, dclus; ^~~~~ /kisskb/src/fs/fat/cache.c: In function 'fat_bmap': /kisskb/src/fs/fat/cache.c:362:11: note: byref variable will be forcibly initialized sector_t last_block; ^~~~~~~~~~ /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/block/blk-sysfs.c: In function 'queue_io_timeout_store': /kisskb/src/block/blk-sysfs.c:451:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_poll_delay_store': /kisskb/src/block/blk-sysfs.c:409:11: note: byref variable will be forcibly initialized int err, val; ^~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_var_store64': /kisskb/src/block/blk-sysfs.c:52:6: note: byref variable will be forcibly initialized s64 v; ^ /kisskb/src/block/blk-sysfs.c: In function 'queue_wb_lat_store': /kisskb/src/block/blk-sysfs.c:476:6: note: byref variable will be forcibly initialized s64 val; ^~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_var_store': /kisskb/src/block/blk-sysfs.c:38:16: note: byref variable will be forcibly initialized unsigned long v; ^ /kisskb/src/block/blk-sysfs.c: In function 'queue_random_store': /kisskb/src/block/blk-sysfs.c:288:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/block/blk-sysfs.c:304:1: note: in expansion of macro 'QUEUE_SYSFS_BIT_FNS' QUEUE_SYSFS_BIT_FNS(random, ADD_RANDOM, 0); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_stable_writes_store': /kisskb/src/block/blk-sysfs.c:288:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/block/blk-sysfs.c:306:1: note: in expansion of macro 'QUEUE_SYSFS_BIT_FNS' QUEUE_SYSFS_BIT_FNS(stable_writes, STABLE_WRITES, 0); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_iostats_store': /kisskb/src/block/blk-sysfs.c:288:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/block/blk-sysfs.c:305:1: note: in expansion of macro 'QUEUE_SYSFS_BIT_FNS' QUEUE_SYSFS_BIT_FNS(iostats, IO_STAT, 0); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_rq_affinity_store': /kisskb/src/block/blk-sysfs.c:374:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_nomerges_store': /kisskb/src/block/blk-sysfs.c:345:16: note: byref variable will be forcibly initialized unsigned long nm; ^~ /kisskb/src/block/blk-sysfs.c: In function 'queue_nonrot_store': /kisskb/src/block/blk-sysfs.c:288:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/block/blk-sysfs.c:303:1: note: in expansion of macro 'QUEUE_SYSFS_BIT_FNS' QUEUE_SYSFS_BIT_FNS(nonrot, NONROT, 1); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_discard_max_store': /kisskb/src/block/blk-sysfs.c:189:16: note: byref variable will be forcibly initialized unsigned long max_discard; ^~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_max_sectors_store': /kisskb/src/block/blk-sysfs.c:242:16: note: byref variable will be forcibly initialized unsigned long max_sectors_kb, ^~~~~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_ra_store': /kisskb/src/block/blk-sysfs.c:103:16: note: byref variable will be forcibly initialized unsigned long ra_kb; ^~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_requests_store': /kisskb/src/block/blk-sysfs.c:70:16: note: byref variable will be forcibly initialized unsigned long nr; ^~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_buffer': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/block.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_buffer, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/block.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_buffer, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'perf_trace_block_plug': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_plug, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_plug, ^~~~~~~~~~~ /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/block/blk-core.c: In function 'perf_trace_block_unplug': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_unplug, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_unplug, ^~~~~~~~~~~~~~~~~~~ /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; ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_buffer': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/block.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_buffer, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_plug': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_plug, ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_unplug': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_unplug, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_rq_requeue': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_requeue, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_requeue, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_requeue': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_requeue, ^~~~~~~~~~~ /kisskb/src/fs/reiserfs/xattr.c: In function 'update_ctime': /kisskb/src/fs/reiserfs/xattr.c:474:20: note: byref variable will be forcibly initialized struct timespec64 now = current_time(inode); ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_rq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/block.h:147:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_rq, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/block.h:147:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_rq, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/block.h:147:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_rq, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_bio': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/block.h:261:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/block.h:261:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_bio, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_bio': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/block.h:261:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(block_bio, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_split': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:418:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_split, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:418:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_split, ^~~~~~~~~~~ /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 = { ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_split': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:418:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_split, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_bio_remap': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ /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/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_bio_remap': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_remap, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_rq_remap': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_remap': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_remap, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/block/blk-core.c:17: /kisskb/src/block/blk-core.c: In function 'percpu_ref_tryget_live_rcu': /kisskb/src/include/linux/percpu-refcount.h:277:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'handle_bad_sector': /kisskb/src/block/blk-core.c:578:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/block/blk-core.c: In function 'bio_check_ro': /kisskb/src/block/blk-core.c:625:8: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-core.c:16: /kisskb/src/block/blk-core.c: In function 'flush_plug_callbacks': /kisskb/src/block/blk-core.c:1548:12: note: byref variable will be forcibly initialized LIST_HEAD(callbacks); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_rq_complete': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_complete': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_rq_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_bio_complete': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_bio_complete': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(block_bio_complete, ^~~~~~~~~~~ /kisskb/src/crypto/testmgr.c: In function 'valid_testvec_config': /kisskb/src/crypto/testmgr.c:486:6: note: byref variable will be forcibly initialized int flags = 0; ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/block/blk-core.c:16: /kisskb/src/block/blk-core.c: In function 'blk_queue_enter': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/block/blk-core.c:412:3: note: in expansion of macro 'wait_event' wait_event(q->mq_freeze_wq, ^~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bio_queue_enter': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/block/blk-core.c:443: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:886:26: note: byref variable will be forcibly initialized struct bio_list lower, same; ^~~~ /kisskb/src/block/blk-core.c:886:19: note: byref variable will be forcibly initialized struct bio_list lower, same; ^~~~~ /kisskb/src/block/blk-core.c:877: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:1005:17: note: byref variable will be forcibly initialized unsigned long pflags; ^~~~~~ /kisskb/src/drivers/bus/qcom-ebi2.c: In function 'qcom_ebi2_setup_chipselect': /kisskb/src/drivers/bus/qcom-ebi2.c:234:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/bus/qcom-ebi2.c: In function 'qcom_ebi2_probe': /kisskb/src/drivers/bus/qcom-ebi2.c:352:7: note: byref variable will be forcibly initialized u32 csindex; ^~~~~~~ /kisskb/src/block/blk-core.c: In function 'rq_flush_dcache_pages': /kisskb/src/block/blk-core.c:1354:22: note: byref variable will be forcibly initialized struct req_iterator iter; ^~~~ /kisskb/src/crypto/testmgr.c: In function 'test_akcipher_one': /kisskb/src/crypto/testmgr.c:3925:31: note: byref variable will be forcibly initialized struct scatterlist src, dst, src_tab[3]; ^~~~~~~ /kisskb/src/crypto/testmgr.c:3925:26: note: byref variable will be forcibly initialized struct scatterlist src, dst, src_tab[3]; ^~~ /kisskb/src/crypto/testmgr.c:3925:21: note: byref variable will be forcibly initialized struct scatterlist src, dst, src_tab[3]; ^~~ /kisskb/src/crypto/testmgr.c:3922:21: note: byref variable will be forcibly initialized struct crypto_wait wait; ^~~~ /kisskb/src/crypto/testmgr.c:3918:8: note: byref variable will be forcibly initialized char *xbuf[XBUFSIZE]; ^~~~ /kisskb/src/crypto/testmgr.c: In function 'do_test_kpp': /kisskb/src/crypto/testmgr.c:3743:26: note: byref variable will be forcibly initialized struct scatterlist src, dst; ^~~ /kisskb/src/crypto/testmgr.c:3743:21: note: byref variable will be forcibly initialized struct scatterlist src, dst; ^~~ /kisskb/src/crypto/testmgr.c:3740:21: note: byref variable will be forcibly initialized struct crypto_wait wait; ^~~~ /kisskb/src/crypto/testmgr.c: In function 'drbg_cavs_test': /kisskb/src/crypto/testmgr.c:3644:34: note: byref variable will be forcibly initialized struct drbg_string addtl, pers, testentropy; ^~~~~~~~~~~ /kisskb/src/crypto/testmgr.c:3644:28: note: byref variable will be forcibly initialized struct drbg_string addtl, pers, testentropy; ^~~~ /kisskb/src/crypto/testmgr.c:3644:21: note: byref variable will be forcibly initialized struct drbg_string addtl, pers, testentropy; ^~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_cprng': /kisskb/src/crypto/testmgr.c:3449:7: note: byref variable will be forcibly initialized char result[32]; ^~~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_acomp': /kisskb/src/crypto/testmgr.c:3284:21: note: byref variable will be forcibly initialized struct crypto_wait wait; ^~~~ /kisskb/src/crypto/testmgr.c:3282:26: note: byref variable will be forcibly initialized struct scatterlist src, dst; ^~~ /kisskb/src/crypto/testmgr.c:3282:21: note: byref variable will be forcibly initialized struct scatterlist src, dst; ^~~ /kisskb/src/crypto/testmgr.c: In function 'test_comp': /kisskb/src/crypto/testmgr.c:3234:16: note: byref variable will be forcibly initialized unsigned int dlen = COMP_BUF_SIZE; ^~~~ /kisskb/src/crypto/testmgr.c:3189:16: note: byref variable will be forcibly initialized unsigned int dlen = COMP_BUF_SIZE; ^~~~ /kisskb/src/fs/reiserfs/procfs.c: In function 'reiserfs_proc_info_init': /kisskb/src/fs/reiserfs/procfs.c:410:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/fs/reiserfs/procfs.c: In function 'reiserfs_proc_info_done': /kisskb/src/fs/reiserfs/procfs.c:440:8: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/crypto/testmgr.c: In function 'build_hash_sglist': /kisskb/src/crypto/testmgr.c:1132:18: note: byref variable will be forcibly initialized struct iov_iter input; ^~~~~ /kisskb/src/crypto/testmgr.c:1131:14: note: byref variable will be forcibly initialized struct kvec kv; ^~ /kisskb/src/crypto/testmgr.c: In function 'test_shash_vec_cfg': /kisskb/src/crypto/testmgr.c:804:21: note: byref variable will be forcibly initialized const u8 *keybuf, *keyptr; \ ^~~~~~ /kisskb/src/crypto/testmgr.c:1191:9: note: in expansion of macro 'do_setkey' err = do_setkey(crypto_shash_setkey, tfm, vec->key, vec->ksize, ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:804:12: note: byref variable will be forcibly initialized const u8 *keybuf, *keyptr; \ ^~~~~~ /kisskb/src/crypto/testmgr.c:1191:9: note: in expansion of macro 'do_setkey' err = do_setkey(crypto_shash_setkey, tfm, vec->key, vec->ksize, ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:1186:5: note: byref variable will be forcibly initialized u8 result[HASH_MAX_DIGESTSIZE + TESTMGR_POISON_LEN]; ^~~~~~ /kisskb/src/crypto/testmgr.c:1184:33: note: byref variable will be forcibly initialized const struct test_sg_division *divs[XBUFSIZE]; ^~~~ /kisskb/src/crypto/testmgr.c: In function 'build_cipher_test_sglists': /kisskb/src/crypto/testmgr.c:750:18: note: byref variable will be forcibly initialized struct iov_iter input; ^~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_ahash_vec_cfg': /kisskb/src/crypto/testmgr.c:804:21: note: byref variable will be forcibly initialized const u8 *keybuf, *keyptr; \ ^~~~~~ /kisskb/src/crypto/testmgr.c:1379:9: note: in expansion of macro 'do_setkey' err = do_setkey(crypto_ahash_setkey, tfm, vec->key, vec->ksize, ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:804:12: note: byref variable will be forcibly initialized const u8 *keybuf, *keyptr; \ ^~~~~~ /kisskb/src/crypto/testmgr.c:1379:9: note: in expansion of macro 'do_setkey' err = do_setkey(crypto_ahash_setkey, tfm, vec->key, vec->ksize, ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:1374:5: note: byref variable will be forcibly initialized u8 result[HASH_MAX_DIGESTSIZE + TESTMGR_POISON_LEN]; ^~~~~~ In file included from /kisskb/src/include/crypto/aead.h:11, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/crypto/testmgr.c:1370:22: note: byref variable will be forcibly initialized DECLARE_CRYPTO_WAIT(wait); ^~~~ /kisskb/src/include/linux/crypto.h:583:21: note: in definition of macro 'DECLARE_CRYPTO_WAIT' struct crypto_wait _wait = { \ ^~~~~ /kisskb/src/crypto/testmgr.c:1369:33: note: byref variable will be forcibly initialized const struct test_sg_division *divs[XBUFSIZE]; ^~~~ /kisskb/src/crypto/testmgr.c: In function 'test_hash_vec': /kisskb/src/crypto/testmgr.c:1552:7: note: byref variable will be forcibly initialized char vec_name[16]; ^~~~~~~~ /kisskb/src/crypto/testmgr.c: In function '__alg_test_hash': /kisskb/src/crypto/testmgr.c:1799:21: note: byref variable will be forcibly initialized struct shash_desc *desc = NULL; ^~~~ /kisskb/src/crypto/testmgr.c:1798:23: note: byref variable will be forcibly initialized struct crypto_shash *stfm = NULL; ^~~~ In file included from /kisskb/src/crypto/testmgr.c:20: /kisskb/src/crypto/testmgr.c: In function 'alg_test_crc32c': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^~ /kisskb/src/crypto/testmgr.c:3592:3: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(shash, tfm); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/testmgr.c:3568:9: note: byref variable will be forcibly initialized __le32 val; ^~~ /kisskb/src/crypto/testmgr.c: In function 'test_aead_vec_cfg': /kisskb/src/crypto/testmgr.c:2062:8: note: byref variable will be forcibly initialized char expected_error[32]; ^~~~~~~~~~~~~~ /kisskb/src/crypto/testmgr.c:804:21: note: byref variable will be forcibly initialized const u8 *keybuf, *keyptr; \ ^~~~~~ /kisskb/src/crypto/testmgr.c:1947:8: note: in expansion of macro 'do_setkey' err = do_setkey(crypto_aead_setkey, tfm, vec->key, vec->klen, ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:804:12: note: byref variable will be forcibly initialized const u8 *keybuf, *keyptr; \ ^~~~~~ /kisskb/src/crypto/testmgr.c:1947:8: note: in expansion of macro 'do_setkey' err = do_setkey(crypto_aead_setkey, tfm, vec->key, vec->klen, ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:1938:14: note: byref variable will be forcibly initialized struct kvec input[2]; ^~~~~ /kisskb/src/crypto/testmgr.c:1934:5: note: byref variable will be forcibly initialized u8 _iv[3 * (MAX_ALGAPI_ALIGNMASK + 1) + MAX_IVLEN]; ^~~ In file included from /kisskb/src/include/crypto/aead.h:11, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/crypto/testmgr.c:1933:22: note: byref variable will be forcibly initialized DECLARE_CRYPTO_WAIT(wait); ^~~~ /kisskb/src/include/linux/crypto.h:583:21: note: in definition of macro 'DECLARE_CRYPTO_WAIT' struct crypto_wait _wait = { \ ^~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_aead_vec': /kisskb/src/crypto/testmgr.c:2107:7: note: byref variable will be forcibly initialized char vec_name[16]; ^~~~~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_skcipher_vec_cfg': /kisskb/src/crypto/testmgr.c:804:21: note: byref variable will be forcibly initialized const u8 *keybuf, *keyptr; \ ^~~~~~ /kisskb/src/crypto/testmgr.c:2712:8: note: in expansion of macro 'do_setkey' err = do_setkey(crypto_skcipher_setkey, tfm, vec->key, vec->klen, ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:804:12: note: byref variable will be forcibly initialized const u8 *keybuf, *keyptr; \ ^~~~~~ /kisskb/src/crypto/testmgr.c:2712:8: note: in expansion of macro 'do_setkey' err = do_setkey(crypto_skcipher_setkey, tfm, vec->key, vec->klen, ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:2703:14: note: byref variable will be forcibly initialized struct kvec input; ^~~~~ /kisskb/src/crypto/testmgr.c:2699:5: note: byref variable will be forcibly initialized u8 _iv[3 * (MAX_ALGAPI_ALIGNMASK + 1) + MAX_IVLEN]; ^~~ In file included from /kisskb/src/include/crypto/aead.h:11, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/crypto/testmgr.c:2698:22: note: byref variable will be forcibly initialized DECLARE_CRYPTO_WAIT(wait); ^~~~ /kisskb/src/include/linux/crypto.h:583:21: note: in definition of macro 'DECLARE_CRYPTO_WAIT' struct crypto_wait _wait = { \ ^~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_skcipher_vec': /kisskb/src/crypto/testmgr.c:2855:7: note: byref variable will be forcibly initialized char vec_name[16]; ^~~~~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_cipher': /kisskb/src/crypto/testmgr.c:2609:8: note: byref variable will be forcibly initialized char *xbuf[XBUFSIZE]; ^~~~ /kisskb/src/crypto/testmgr.c: In function 'alg_test': /kisskb/src/crypto/testmgr.c:5639:8: note: byref variable will be forcibly initialized char nalg[CRYPTO_MAX_ALG_NAME]; ^~~~ In file included from /kisskb/src/include/linux/random.h:13, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:42, 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:93, 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/include/linux/crypto.h:20, from /kisskb/src/include/crypto/aead.h:11, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized unsigned long ___flags; \ ^~~~~~~~ /kisskb/src/crypto/testmgr.c:5636:2: note: in expansion of macro 'DO_ONCE' DO_ONCE(testmgr_onetime_init); ^~~~~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'count_tags': /kisskb/src/fs/jbd2/recovery.c:199:22: note: byref variable will be forcibly initialized journal_block_tag_t tag; ^~~ In file included from /kisskb/src/fs/jbd2/recovery.c:18: /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_chksum': /kisskb/src/include/linux/jbd2.h:1788:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_block_tag_csum_verify': /kisskb/src/fs/jbd2/recovery.c:440:9: note: byref variable will be forcibly initialized __be32 seq; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, 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:110:59: 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:552:3: note: in expansion of macro 'smp_store_release' smp_store_release(&waiter->task, NULL); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:410:19: note: byref variable will be forcibly initialized struct list_head wlist; ^~~~~ /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:394:22: note: byref variable will be forcibly initialized struct buffer_head *obh; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, 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:144:59: 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:1029: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: /kisskb/src/kernel/locking/rwsem.c:946:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/kernel/locking/rwsem.c:945:22: note: byref variable will be forcibly initialized struct rwsem_waiter waiter; ^~~~~~ /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/kernel/locking/rwsem.c: In function '__down_read_common': /kisskb/src/kernel/locking/rwsem.c:1220:7: note: byref variable will be forcibly initialized long count; ^~~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'do_one_pass': /kisskb/src/fs/jbd2/recovery.c:500:24: note: byref variable will be forcibly initialized struct buffer_head * obh; ^~~ /kisskb/src/fs/jbd2/recovery.c:499:23: note: byref variable will be forcibly initialized journal_block_tag_t tag; ^~~ /kisskb/src/fs/jbd2/recovery.c:467:10: note: byref variable will be forcibly initialized __u32 crc32_sum = ~0; /* Transactional Checksums */ ^~~~~~~~~ /kisskb/src/fs/jbd2/recovery.c:463:23: note: byref variable will be forcibly initialized struct buffer_head * bh; ^~ /kisskb/src/fs/jbd2/recovery.c:459:17: note: byref variable will be forcibly initialized unsigned long next_log_block; ^~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/locking/rwsem.c:24: /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_wake': /kisskb/src/kernel/locking/rwsem.c:1181:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_journal_recover': /kisskb/src/fs/jbd2/recovery.c:288:23: note: byref variable will be forcibly initialized struct recovery_info info; ^~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_downgrade_wake': /kisskb/src/kernel/locking/rwsem.c:1202:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_journal_skip_recovery': /kisskb/src/fs/jbd2/recovery.c:352:23: note: byref variable will be forcibly initialized struct recovery_info info; ^~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_down_write_slowpath': /kisskb/src/kernel/locking/rwsem.c:1065:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/kernel/locking/rwsem.c:1064:22: note: byref variable will be forcibly initialized struct rwsem_waiter waiter; ^~~~~~ In file included from /kisskb/src/fs/jbd2/commit.c:15: /kisskb/src/fs/jbd2/commit.c: In function 'jbd2_chksum': /kisskb/src/include/linux/jbd2.h:1788:4: note: byref variable will be forcibly initialized } 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; ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jbd2/commit.c:14: /kisskb/src/fs/jbd2/commit.c: In function 'jbd2_journal_commit_transaction': /kisskb/src/fs/jbd2/commit.c:489:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1173: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:1173: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, 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:26: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:26: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; ^~~~~~~ /kisskb/src/fs/jbd2/commit.c:383:29: note: byref variable will be forcibly initialized struct transaction_stats_s stats; ^~~~~ /kisskb/src/block/blk-flush.c: In function 'blkdev_issue_flush': /kisskb/src/block/blk-flush.c:453:13: note: byref variable will be forcibly initialized struct bio bio; ^~~ /kisskb/src/fs/proc/namespaces.c: In function 'proc_ns_get_link': /kisskb/src/fs/proc/namespaces.c:48:14: note: byref variable will be forcibly initialized struct path ns_path; ^~~~~~~ /kisskb/src/fs/proc/namespaces.c: In function 'proc_ns_readlink': /kisskb/src/fs/proc/namespaces.c:76:7: note: byref variable will be forcibly initialized char name[50]; ^~~~ /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; ^~~~ In file included from /kisskb/src/fs/ext4/ext4_jbd2.h:17, from /kisskb/src/fs/ext4/extents.c:32: /kisskb/src/fs/ext4/extents.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized } desc; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/include/linux/jbd2.h:23, from /kisskb/src/fs/ext4/extents.c:22: /kisskb/src/fs/ext4/extents.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_grow_indepth': /kisskb/src/fs/ext4/extents.c:1310:6: note: byref variable will be forcibly initialized int err = 0; ^~~ In file included from /kisskb/src/include/crypto/internal/hash.h:12, from /kisskb/src/crypto/hmac.c:15: /kisskb/src/crypto/hmac.c: In function 'hmac_setkey': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized 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); ^~~~~~~~~~~~~~~~~~~ /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; ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_split': /kisskb/src/fs/ext4/extents.c:1058:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_put_gap_in_cache': /kisskb/src/fs/ext4/extents.c:2278:23: note: byref variable will be forcibly initialized struct extent_status es; ^~ /kisskb/src/fs/ext4/extents.c: In function 'skip_hole': /kisskb/src/fs/ext4/extents.c:5950:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_alloc_file_blocks': /kisskb/src/fs/ext4/extents.c:4435:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/extents.c:4433: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:4870: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:2186:23: note: byref variable will be forcibly initialized struct extent_status es; ^~ /kisskb/src/fs/ext4/extents.c:2185: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/mm/page-writeback.c: In function '__wb_calc_thresh': /kisskb/src/mm/page-writeback.c:757:27: note: byref variable will be forcibly initialized unsigned long numerator, denominator; ^~~~~~~~~~~ /kisskb/src/mm/page-writeback.c:757:16: note: byref variable will be forcibly initialized unsigned long numerator, denominator; ^~~~~~~~~ /kisskb/src/fs/reiserfs/xattr_acl.c: In function '__reiserfs_set_acl': /kisskb/src/fs/reiserfs/xattr_acl.c:254:9: note: byref variable will be forcibly initialized size_t size = 0; ^~~~ /kisskb/src/fs/reiserfs/xattr_acl.c: In function 'reiserfs_set_acl': /kisskb/src/fs/reiserfs/xattr_acl.c:29:10: note: byref variable will be forcibly initialized umode_t mode = inode->i_mode; ^~~~ /kisskb/src/fs/reiserfs/xattr_acl.c:25:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^~ /kisskb/src/mm/page-writeback.c: In function 'balance_dirty_pages': /kisskb/src/mm/page-writeback.c:1574:6: note: byref variable will be forcibly initialized int nr_dirtied_pause; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/xattr_acl.c: In function 'reiserfs_inherit_default_acl': /kisskb/src/fs/reiserfs/xattr_acl.c:309:34: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~ /kisskb/src/fs/reiserfs/xattr_acl.c:309:20: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~~~~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_shift_extents': /kisskb/src/fs/ext4/extents.c:5127:14: note: byref variable will be forcibly initialized ext4_lblk_t stop, *iterator, ex_start, ex_end; ^~~~ /kisskb/src/fs/ext4/extents.c:5124:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path; ^~~~ /kisskb/src/mm/page-writeback.c: In function 'writeback_set_ratelimit': /kisskb/src/mm/page-writeback.c:2069:16: note: byref variable will be forcibly initialized unsigned long dirty_thresh; ^~~~~~~~~~~~ /kisskb/src/mm/page-writeback.c:2068:16: note: byref variable will be forcibly initialized unsigned long background_thresh; ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/page-writeback.c:18: /kisskb/src/mm/page-writeback.c: In function 'tag_pages_for_writeback': /kisskb/src/mm/page-writeback.c:2127:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:2186:10: note: byref variable will be forcibly initialized pgoff_t index; ^~~~~ /kisskb/src/mm/page-writeback.c:2184: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:2338:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_split_extent_at': /kisskb/src/fs/ext4/extents.c:3184:42: note: byref variable will be forcibly initialized struct ext4_extent *ex, newex, orig_ex, zero_ex; ^~~~~~~ /kisskb/src/fs/ext4/extents.c:3184:33: note: byref variable will be forcibly initialized struct ext4_extent *ex, newex, orig_ex, zero_ex; ^~~~~~~ /kisskb/src/fs/ext4/extents.c:3184:26: note: byref variable will be forcibly initialized struct ext4_extent *ex, newex, orig_ex, zero_ex; ^~~~~ /kisskb/src/crypto/xcbc.c: In function 'crypto_xcbc_digest_setkey': /kisskb/src/crypto/xcbc.c:58:5: note: byref variable will be forcibly initialized u8 key1[XCBC_BLOCKSIZE]; ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/page-writeback.c:18: /kisskb/src/mm/page-writeback.c: In function '__folio_start_writeback': /kisskb/src/mm/page-writeback.c:2854:12: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, folio_index(folio)); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_short2lower_uni': /kisskb/src/fs/fat/dir.c:217:17: note: byref variable will be forcibly initialized unsigned char nc = t->charset2lower[*c]; ^~ /kisskb/src/fs/fat/dir.c:210:10: note: byref variable will be forcibly initialized wchar_t wc; ^~ /kisskb/src/crypto/xcbc.c: In function 'xcbc_create': /kisskb/src/crypto/xcbc.c:195:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_convert_to_initialized': /kisskb/src/fs/ext4/extents.c:3424:31: note: byref variable will be forcibly initialized struct ext4_extent zero_ex1, zero_ex2; ^~~~~~~~ /kisskb/src/fs/fat/dir.c: In function 'fat__get_entry': /kisskb/src/fs/fat/dir.c:87:16: note: byref variable will be forcibly initialized unsigned long mapped_blocks; ^~~~~~~~~~~~~ /kisskb/src/fs/fat/dir.c:86:11: note: byref variable will be forcibly initialized sector_t phys, iblock; ^~~~ /kisskb/src/fs/ext4/extents.c:3424:21: note: byref variable will be forcibly initialized struct ext4_extent zero_ex1, zero_ex2; ^~~~~~~~ /kisskb/src/fs/ext4/extents.c:3423:25: note: byref variable will be forcibly initialized struct ext4_map_blocks split_map; ^~~~~~~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_parse_short': /kisskb/src/fs/fat/dir.c:359:19: note: byref variable will be forcibly initialized unsigned char c, work[MSDOS_NAME]; ^~~~ /kisskb/src/fs/fat/dir.c:358:10: note: byref variable will be forcibly initialized wchar_t uni_name[14]; ^~~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_insert_range': /kisskb/src/fs/ext4/extents.c:5407:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path; ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/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:144:59: 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/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:110:59: 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/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_remove_space': /kisskb/src/fs/ext4/extents.c:2846:16: note: byref variable will be forcibly initialized ext4_fsblk_t pblk; ^~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, 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/fs/ext4/extents.c:2845:33: note: byref variable will be forcibly initialized ext4_lblk_t ee_block, ex_end, lblk; ^~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ext4/extents.c:2816:25: note: byref variable will be forcibly initialized struct partial_cluster partial; ^~~~~~~ /kisskb/src/fs/ext4/extents.c:2815:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path = NULL; ^~~~ /kisskb/src/fs/fat/dir.c: In function '__fat_readdir': /kisskb/src/fs/fat/dir.c:567:9: note: byref variable will be forcibly initialized loff_t cpos; ^~~~ /kisskb/src/fs/fat/dir.c:563:16: note: byref variable will be forcibly initialized unsigned char bufname[FAT_MAX_SHORT_SIZE]; ^~~~~~~ /kisskb/src/fs/fat/dir.c:562:11: note: byref variable will be forcibly initialized wchar_t *unicode = NULL; ^~~~~~~ /kisskb/src/fs/fat/dir.c:561:16: note: byref variable will be forcibly initialized unsigned char nr_slots; ^~~~~~~~ /kisskb/src/fs/fat/dir.c:560:26: note: byref variable will be forcibly initialized struct msdos_dir_entry *de; ^~ /kisskb/src/fs/fat/dir.c:559:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/fat/dir.c: In function '__fat_remove_entries': /kisskb/src/fs/fat/dir.c:998:26: note: byref variable will be forcibly initialized struct msdos_dir_entry *de, *endp; ^~ /kisskb/src/fs/fat/dir.c:997:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /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]; ^~~~~~~~~~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_add_new_entries': /kisskb/src/fs/fat/dir.c:1207:25: note: byref variable will be forcibly initialized int err, i, n, offset, cluster[2]; ^~~~~~~ /kisskb/src/fs/fat/dir.c:1204:22: note: byref variable will be forcibly initialized struct buffer_head *bhs[MAX_BUF_PER_PAGE]; ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_map_blocks': /kisskb/src/fs/ext4/extents.c:4182:15: note: byref variable will be forcibly initialized ext4_lblk_t hole_start, hole_len; ^~~~~~~~~~ /kisskb/src/fs/ext4/extents.c:4094:33: note: byref variable will be forcibly initialized struct ext4_allocation_request ar; ^~ /kisskb/src/fs/ext4/extents.c:4092:15: note: byref variable will be forcibly initialized unsigned int allocated = 0, offset = 0; ^~~~~~~~~ /kisskb/src/fs/ext4/extents.c:4091:6: note: byref variable will be forcibly initialized int err = 0, depth, ret; ^~~ /kisskb/src/fs/ext4/extents.c:4088:33: note: byref variable will be forcibly initialized struct ext4_extent newex, *ex, ex2; ^~~ /kisskb/src/fs/ext4/extents.c:4088:21: note: byref variable will be forcibly initialized struct ext4_extent newex, *ex, ex2; ^~~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_search_long': /kisskb/src/fs/fat/dir.c:473:9: note: byref variable will be forcibly initialized loff_t cpos = 0; ^~~~ /kisskb/src/fs/fat/dir.c:472:16: note: byref variable will be forcibly initialized unsigned char bufname[FAT_MAX_SHORT_SIZE]; ^~~~~~~ /kisskb/src/fs/fat/dir.c:471:11: note: byref variable will be forcibly initialized wchar_t *unicode = NULL; ^~~~~~~ /kisskb/src/fs/ext4/extents.c:4087:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path = NULL; ^~~~ /kisskb/src/fs/fat/dir.c:470:16: note: byref variable will be forcibly initialized unsigned char nr_slots; ^~~~~~~~ /kisskb/src/fs/fat/dir.c:469:26: note: byref variable will be forcibly initialized struct msdos_dir_entry *de; ^~ /kisskb/src/fs/fat/dir.c:468:22: note: byref variable will be forcibly initialized struct buffer_head *bh = NULL; ^~ /kisskb/src/fs/fat/dir.c: In function 'fat_get_dotdot_entry': /kisskb/src/fs/fat/dir.c:893:9: note: byref variable will be forcibly initialized loff_t offset = 0; ^~~~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_dir_empty': /kisskb/src/fs/fat/dir.c:909:9: note: byref variable will be forcibly initialized loff_t cpos; ^~~~ /kisskb/src/fs/fat/dir.c:908:26: note: byref variable will be forcibly initialized struct msdos_dir_entry *de; ^~ /kisskb/src/fs/fat/dir.c:907:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/fat/dir.c: In function 'fat_subdirs': /kisskb/src/fs/fat/dir.c:934:9: note: byref variable will be forcibly initialized loff_t cpos; ^~~~ /kisskb/src/fs/fat/dir.c:933:26: note: byref variable will be forcibly initialized struct msdos_dir_entry *de; ^~ /kisskb/src/fs/fat/dir.c:932:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/sysctl.h:25, from /kisskb/src/fs/proc/proc_sysctl.c:6: /kisskb/src/fs/proc/proc_sysctl.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_alloc_new_dir': /kisskb/src/fs/fat/dir.c:1142:11: note: byref variable will be forcibly initialized int err, cluster; ^~~~~~~ /kisskb/src/fs/fat/dir.c:1141:5: note: byref variable will be forcibly initialized u8 time_cs; ^~~~~~~ /kisskb/src/fs/fat/dir.c:1140:15: note: byref variable will be forcibly initialized __le16 date, time; ^~~~ /kisskb/src/fs/fat/dir.c:1140:9: note: byref variable will be forcibly initialized __le16 date, time; ^~~~ /kisskb/src/fs/fat/dir.c:1137:22: note: byref variable will be forcibly initialized struct buffer_head *bhs[MAX_BUF_PER_PAGE]; ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_extents': /kisskb/src/fs/ext4/extents.c:4784:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/fat/dir.c: In function 'fat_add_entries': /kisskb/src/fs/fat/dir.c:1369:16: note: byref variable will be forcibly initialized int cluster, nr_cluster; ^~~~~~~~~~ /kisskb/src/fs/fat/dir.c:1289:14: note: byref variable will be forcibly initialized loff_t pos, i_pos; ^~~~~ /kisskb/src/fs/fat/dir.c:1289:9: note: byref variable will be forcibly initialized loff_t pos, i_pos; ^~~ /kisskb/src/fs/fat/dir.c:1287:26: note: byref variable will be forcibly initialized struct msdos_dir_entry *de; ^~ /kisskb/src/fs/fat/dir.c:1286:34: note: byref variable will be forcibly initialized struct buffer_head *bh, *prev, *bhs[3]; /* 32*slots (672bytes) */ ^~~ /kisskb/src/fs/fat/dir.c:1286:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *prev, *bhs[3]; /* 32*slots (672bytes) */ ^~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_swap_extents': /kisskb/src/fs/ext4/extents.c:5613:34: note: byref variable will be forcibly initialized struct ext4_extent *ex1, *ex2, tmp_ex; ^~~~~~ /kisskb/src/fs/ext4/extents.c:5597:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path2 = NULL; ^~~~~ /kisskb/src/fs/ext4/extents.c:5596: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:5856:38: note: byref variable will be forcibly initialized struct ext4_ext_path *path = NULL, *ppath; ^~~~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'find_subdir': /kisskb/src/fs/proc/proc_sysctl.c:934:27: note: byref variable will be forcibly initialized struct ctl_table_header *head; ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'cpu_runnable_without': /kisskb/src/kernel/sched/fair.c:5809:15: note: byref variable will be forcibly initialized unsigned int runnable; ^~~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_replay_set_iblocks': /kisskb/src/fs/ext4/extents.c:5972:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/extents.c:5969:14: note: byref variable will be forcibly initialized ext4_lblk_t cur = 0, end; ^~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'get_links': /kisskb/src/fs/proc/proc_sysctl.c:1195:27: note: byref variable will be forcibly initialized struct ctl_table_header *head; ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_clear_bb': /kisskb/src/kernel/sched/fair.c: In function 'cpu_util_next': /kisskb/src/fs/ext4/extents.c:6072:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/kernel/sched/fair.c:6607:26: note: byref variable will be forcibly initialized unsigned long util_est, util = READ_ONCE(cfs_rq->avg.util_avg); ^~~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'lookup_entry': /kisskb/src/fs/proc/proc_sysctl.c:335:27: note: byref variable will be forcibly initialized struct ctl_table_header *head; ^~~~ In file included from /kisskb/src/include/linux/security.h:30, from /kisskb/src/fs/proc/proc_sysctl.c:10: /kisskb/src/fs/proc/proc_sysctl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/sched/fair.c: In function 'cpu_load_without': /kisskb/src/kernel/sched/fair.c:5786:15: note: byref variable will be forcibly initialized unsigned int load; ^~~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'sysctl_err': /kisskb/src/fs/proc/proc_sysctl.c:1083:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/proc/proc_sysctl.c:1082:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/kernel/sched/fair.c: In function 'calculate_imbalance': /kisskb/src/kernel/sched/fair.c:9378:17: note: byref variable will be forcibly initialized unsigned int nr_diff = busiest->sum_nr_running; ^~~~~~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'start_unregistering': /kisskb/src/fs/proc/proc_sysctl.c:280:21: note: byref variable will be forcibly initialized struct completion wait; ^~~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'put_links': /kisskb/src/fs/proc/proc_sysctl.c:1616:28: note: byref variable will be forcibly initialized struct ctl_table_header *link_head; ^~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'setup_sched_thermal_decay_shift': /kisskb/src/kernel/sched/fair.c:98:6: note: byref variable will be forcibly initialized int _shift = 0; ^~~~~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'sysctl_follow_link': /kisskb/src/fs/proc/proc_sysctl.c:1049:27: note: byref variable will be forcibly initialized struct ctl_table_header *head; ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'sched_slice': /kisskb/src/kernel/sched/fair.c:698:22: note: byref variable will be forcibly initialized struct load_weight lw; ^~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'proc_sys_lookup': /kisskb/src/fs/proc/proc_sysctl.c:501:20: note: byref variable will be forcibly initialized struct ctl_table *p; ^ /kisskb/src/fs/proc/proc_sysctl.c:499:27: note: byref variable will be forcibly initialized struct ctl_table_header *h = NULL; ^ /kisskb/src/kernel/sched/fair.c: In function 'cpu_util_without': /kisskb/src/kernel/sched/fair.c:6566:16: note: byref variable will be forcibly initialized unsigned int estimated = ^~~~~~~~~ /kisskb/src/kernel/sched/fair.c:6527:15: note: byref variable will be forcibly initialized unsigned int util; ^~~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'proc_sys_call_handler': /kisskb/src/fs/proc/proc_sysctl.c:545:9: note: byref variable will be forcibly initialized size_t count = iov_iter_count(iter); ^~~~~ In file included from /kisskb/src/include/linux/sysctl.h:27, from /kisskb/src/fs/proc/proc_sysctl.c:6: /kisskb/src/fs/proc/proc_sysctl.c: In function 'proc_sys_fill_cache': /kisskb/src/fs/proc/proc_sysctl.c:681:35: 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/proc/proc_sysctl.c:671:14: note: byref variable will be forcibly initialized struct qstr qname; ^~~~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'proc_sys_readdir': /kisskb/src/fs/proc/proc_sysctl.c:760:16: note: byref variable will be forcibly initialized unsigned long pos; ^~~ /kisskb/src/fs/proc/proc_sysctl.c:758:20: note: byref variable will be forcibly initialized struct ctl_table *entry; ^~~~~ /kisskb/src/fs/proc/proc_sysctl.c:757:27: note: byref variable will be forcibly initialized struct ctl_table_header *h = NULL; ^ /kisskb/src/fs/proc/proc_sysctl.c: In function 'process_sysctl_arg': /kisskb/src/fs/proc/proc_sysctl.c:1761:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ /kisskb/src/kernel/sched/fair.c: In function 'task_fork_fair': /kisskb/src/kernel/sched/fair.c:11191:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/fs/proc/proc_sysctl.c: In function '__register_sysctl_paths': /kisskb/src/fs/proc/proc_sysctl.c:1510:58: note: byref variable will be forcibly initialized struct ctl_table_header *header = NULL, **subheaders, **subheader; ^~~~~~~~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'do_sysctl_args': /kisskb/src/fs/proc/proc_sysctl.c:1850:19: note: byref variable will be forcibly initialized struct vfsmount *proc_mnt = NULL; ^~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'find_idlest_group': /kisskb/src/kernel/sched/fair.c:9068:32: note: byref variable will be forcibly initialized struct sg_lb_stats local_sgs, tmp_sgs; ^~~~~~~ /kisskb/src/kernel/sched/fair.c:9068:21: note: byref variable will be forcibly initialized struct sg_lb_stats local_sgs, tmp_sgs; ^~~~~~~~~ /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; ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'find_energy_efficient_cpu': /kisskb/src/kernel/sched/fair.c:6781:28: note: byref variable will be forcibly initialized unsigned long cur_delta, spare_cap, max_spare_cap = 0; ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/lib/math/prime_numbers.c:4: /kisskb/src/lib/math/prime_numbers.c: In function 'free_primes': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/math/prime_numbers.c: In function 'expand_to_next_prime': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/kernel/sched/fair.c: In function 'update_blocked_averages': /kisskb/src/kernel/sched/fair.c:8254:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/fair.c: In function 'attach_one_task': /kisskb/src/kernel/sched/fair.c:8038:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/fair.c: In function 'active_load_balance_cpu_stop': /kisskb/src/kernel/sched/fair.c:10196:17: note: byref variable will be forcibly initialized struct lb_env env = { ^~~ /kisskb/src/kernel/sched/fair.c:10161:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/fair.c: In function 'attach_tasks': /kisskb/src/kernel/sched/fair.c:8054:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/linux/ktime.h:24, from /kisskb/src/lib/math/test_div64.c:9: /kisskb/src/lib/math/test_div64.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^~~~~~~~ /kisskb/src/lib/math/test_div64.c: In function 'test_div64_init': /kisskb/src/lib/math/test_div64.c:222:29: note: byref variable will be forcibly initialized struct timespec64 ts, ts0, ts1; ^~~ /kisskb/src/lib/math/test_div64.c:222:24: note: byref variable will be forcibly initialized struct timespec64 ts, ts0, ts1; ^~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_status_set_failure_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362: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:450:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, fake.status, (enum kunit_status)KUNIT_FAILURE); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362: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:448:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, fake.status, (enum kunit_status)KUNIT_SUCCESS); ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:444:15: note: byref variable will be forcibly initialized struct kunit fake; ^~~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_init_resources': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322: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_test_no_catch': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:789:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:808: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_status_mark_skipped_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1233:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1253:2: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' KUNIT_BINARY_STR_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1260: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:1544:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_ASSERTION' KUNIT_BINARY_STR_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:468:2: note: in expansion of macro 'KUNIT_EXPECT_STREQ' KUNIT_EXPECT_STREQ(test, fake.status_comment, "Accepts format string: YES"); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362: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:467:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, fake.status, (enum kunit_status)KUNIT_SKIPPED); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1233:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1253:2: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' KUNIT_BINARY_STR_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1260: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:1544:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_ASSERTION' KUNIT_BINARY_STR_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:461:2: note: in expansion of macro 'KUNIT_EXPECT_STREQ' KUNIT_EXPECT_STREQ(test, fake.status_comment, ""); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362: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:460:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, fake.status, KUNIT_SUCCESS); ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:455:15: note: byref variable will be forcibly initialized struct kunit fake; ^~~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_log_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1587: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:435: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1587: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:433:2: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' KUNIT_EXPECT_NOT_ERR_OR_NULL(test, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'update_sd_lb_stats': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1587: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:431: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1587: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:429:2: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' KUNIT_EXPECT_NOT_ERR_OR_NULL(test, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c:9224:6: note: byref variable will be forcibly initialized int sg_status = 0; ^~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1864: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:421:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, suite.log); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c:9223:21: note: byref variable will be forcibly initialized struct sg_lb_stats tmp_sgs; ^~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_init': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1864: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_try_catch_test_init': /kisskb/src/kernel/sched/fair.c: In function 'find_busiest_group': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1864: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/kernel/sched/fair.c:9482:21: note: byref variable will be forcibly initialized struct sd_lb_stats sds; ^~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1864: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); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'load_balance': /kisskb/src/kernel/sched/fair.c:9853:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_named': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362: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; ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'newidle_balance': /kisskb/src/kernel/sched/fair.c:10916:7: note: byref variable will be forcibly initialized int continue_balancing = 1; ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c:10860:16: note: byref variable will be forcibly initialized unsigned long next_balance = jiffies + HZ; ^~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_static': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362: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: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_proper_free_ordering': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322: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/kernel/sched/fair.c: In function 'rebalance_domains': /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_destroy_resource': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322: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/kernel/sched/fair.c:10274:6: note: byref variable will be forcibly initialized int continue_balancing = 1; ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:841:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:849: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:1341: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:841:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:849: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:1630: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1864: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_test_try_catch_unsuccessful_try_does_catch': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322: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/fs/ext2/ialloc.c: In function 'ext2_release_inode': /kisskb/src/fs/ext2/ialloc.c:69:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/ext2/ialloc.c: In function 'ext2_new_inode': /kisskb/src/fs/ext2/ialloc.c:433:22: note: byref variable will be forcibly initialized struct buffer_head *bh2; ^~~ In file included from /kisskb/src/lib/math/rational-test.c:3: /kisskb/src/lib/math/rational-test.c: In function 'rational_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/math/rational-test.c:41:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, d, param->exp_den); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/math/rational-test.c:40:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, n, param->exp_num); ^~~~~~~~~~~~~~~ /kisskb/src/lib/math/rational-test.c:37:23: note: byref variable will be forcibly initialized unsigned long n = 0, d = 0; ^ /kisskb/src/lib/math/rational-test.c:37:16: note: byref variable will be forcibly initialized unsigned long n = 0, d = 0; ^ /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/fs/proc/kcore.c: In function 'read_kcore': /kisskb/src/fs/proc/kcore.c:423:10: note: byref variable will be forcibly initialized size_t i = 0; ^ /kisskb/src/fs/proc/kcore.c:418:23: note: byref variable will be forcibly initialized struct elf_prpsinfo prpsinfo = { ^~~~~~~~ /kisskb/src/fs/proc/kcore.c:417:23: note: byref variable will be forcibly initialized struct elf_prstatus prstatus = {}; ^~~~~~~~ /kisskb/src/fs/proc/kcore.c:338:17: note: byref variable will be forcibly initialized struct elfhdr ehdr = { ^~~~ /kisskb/src/fs/proc/kcore.c:320:6: note: byref variable will be forcibly initialized int nphdr; ^~~~~ /kisskb/src/fs/proc/kcore.c:317:20: note: byref variable will be forcibly initialized size_t phdrs_len, notes_len; ^~~~~~~~~ /kisskb/src/fs/proc/kcore.c:317:9: note: byref variable will be forcibly initialized size_t phdrs_len, notes_len; ^~~~~~~~~ /kisskb/src/fs/proc/kcore.c:315:37: note: byref variable will be forcibly initialized size_t phdrs_offset, notes_offset, data_offset; ^~~~~~~~~~~ /kisskb/src/fs/proc/kcore.c: In function 'kcore_update_ram': /kisskb/src/fs/proc/kcore.c:261:31: note: byref variable will be forcibly initialized size_t phdrs_len, notes_len, data_offset; ^~~~~~~~~~~ /kisskb/src/fs/proc/kcore.c:261:20: note: byref variable will be forcibly initialized size_t phdrs_len, notes_len, data_offset; ^~~~~~~~~ /kisskb/src/fs/proc/kcore.c:261:9: note: byref variable will be forcibly initialized size_t phdrs_len, notes_len, data_offset; ^~~~~~~~~ /kisskb/src/fs/proc/kcore.c:260:6: note: byref variable will be forcibly initialized int nphdr; ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/task_stack.h:9, from /kisskb/src/include/linux/elfcore.h:7, from /kisskb/src/include/linux/crash_core.h:6, from /kisskb/src/fs/proc/kcore.c:13: /kisskb/src/fs/proc/kcore.c:259:12: note: byref variable will be forcibly initialized LIST_HEAD(garbage); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/proc/kcore.c:258:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /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]; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/kernel/locking/percpu-rwsem.c:2: /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'arch_atomic_read_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/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:110:59: 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/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:110:59: 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:453: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:110:59: 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:453: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:110:59: 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:144:59: 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/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; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, 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:110:59: 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:453: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, 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:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'es_reclaim_extents': /kisskb/src/fs/ext4/extents_status.c:1739:6: note: byref variable will be forcibly initialized int nr_shrunk = 0; ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, 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:110:59: 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:453: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/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/jbd2/checkpoint.c: In function '__flush_batch': /kisskb/src/fs/jbd2/checkpoint.c:175: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:385:16: note: byref variable will be forcibly initialized unsigned long blocknr; ^~~~~~~ /kisskb/src/fs/jbd2/checkpoint.c:384: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:204:16: note: byref variable will be forcibly initialized int result, batch_count = 0; ^~~~~~~~~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_insert_extent': /kisskb/src/fs/ext4/extents_status.c:819:23: note: byref variable will be forcibly initialized 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/jbd2/checkpoint.c: In function 'jbd2_journal_shrink_checkpoint_list': /kisskb/src/fs/jbd2/checkpoint.c:509:7: note: byref variable will be forcibly initialized bool released; ^~~~~~~~ /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:1988:23: note: byref variable will be forcibly initialized struct extent_status newes; ^~~~~ /kisskb/src/crypto/rmd160.c: In function 'rmd160_final': /kisskb/src/crypto/rmd160.c:313:9: note: byref variable will be forcibly initialized __le64 bits; ^~~~ In file included from /kisskb/src/lib/842/842_compress.c:16: /kisskb/src/lib/842/842_compress.c: In function 'sw842_debugfs_create': /kisskb/src/lib/842/842_debugfs.h:27:8: note: byref variable will be forcibly initialized char name[32]; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/include/linux/jbd2.h:23, from /kisskb/src/fs/jbd2/revoke.c:85: /kisskb/src/fs/jbd2/revoke.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /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/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/kernel/power/main.c: In function 'pm_debug_messages_store': /kisskb/src/kernel/power/main.c:524:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/power/main.c: In function 'pm_print_times_store': /kisskb/src/kernel/power/main.c:484:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/power/main.c: In function 'sync_on_suspend_store': /kisskb/src/kernel/power/main.c:212:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/power/main.c: In function 'pm_async_store': /kisskb/src/kernel/power/main.c:109:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/power/main.c: In function 'wakeup_count_store': /kisskb/src/kernel/power/main.c:715:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/kernel/power/main.c: In function 'wakeup_count_show': /kisskb/src/kernel/power/main.c:705:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/phy/amlogic/phy-meson8b-usb2.c: In function 'phy_meson8b_usb2_power_on': /kisskb/src/drivers/phy/amlogic/phy-meson8b-usb2.c:143:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/kernel/power/main.c: In function '__pm_pr_dbg': /kisskb/src/kernel/power/main.c:556:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/power/main.c:555:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ In file included from /kisskb/src/lib/kunit/string-stream-test.c:9: /kisskb/src/lib/kunit/string-stream-test.c: In function 'string_stream_test_get_string': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1233:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1253:2: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' KUNIT_BINARY_STR_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1260: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:1821: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:841:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:849: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:1341: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322: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/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]; ^ /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)); ^~~~~~ /kisskb/src/drivers/phy/amlogic/phy-meson-g12a-usb3-pcie.c: In function 'phy_g12a_usb3_init': /kisskb/src/drivers/phy/amlogic/phy-meson-g12a-usb3-pcie.c:199:6: note: byref variable will be forcibly initialized int data, ret; ^~~~ /kisskb/src/drivers/phy/amlogic/phy-meson-g12a-usb3-pcie.c: In function 'phy_g12a_usb3_pcie_cr_bus_addr': /kisskb/src/drivers/phy/amlogic/phy-meson-g12a-usb3-pcie.c:74:15: note: byref variable will be forcibly initialized unsigned int val, reg; ^~~ /kisskb/src/drivers/phy/amlogic/phy-meson-g12a-usb3-pcie.c: In function 'phy_g12a_usb3_pcie_cr_bus_write': /kisskb/src/drivers/phy/amlogic/phy-meson-g12a-usb3-pcie.c:138:15: note: byref variable will be forcibly initialized unsigned int val, reg; ^~~ /kisskb/src/drivers/phy/amlogic/phy-meson-g12a-usb3-pcie.c: In function 'phy_g12a_usb3_pcie_cr_bus_read': /kisskb/src/drivers/phy/amlogic/phy-meson-g12a-usb3-pcie.c:105:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/block/blk-map.c:8: /kisskb/src/block/blk-map.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/block/blk-map.c: In function 'bio_copy_kern_endio_read': /kisskb/src/block/blk-map.c:400:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /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/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/fs/isofs/namei.c: In function 'isofs_find_entry': /kisskb/src/fs/isofs/namei.c:42:51: note: byref variable will be forcibly initialized unsigned long block, f_pos, offset, block_saved, offset_saved; ^~~~~~~~~~~~ /kisskb/src/fs/isofs/namei.c:42:38: note: byref variable will be forcibly initialized unsigned long block, f_pos, offset, block_saved, offset_saved; ^~~~~~~~~~~ /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/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/block/blk-map.c: In function 'blk_rq_append_bio': /kisskb/src/block/blk-map.c:484:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/blk-map.c: In function 'bio_map_user_iov': /kisskb/src/block/blk-map.c:270:10: note: byref variable will be forcibly initialized bool same_page = false; ^~~~~~~~~ /kisskb/src/block/blk-map.c:252:10: note: byref variable will be forcibly initialized size_t offs, added = 0; ^~~~ /kisskb/src/block/blk-map.c:250:17: note: byref variable will be forcibly initialized struct page **pages; ^~~~~ /kisskb/src/block/blk-map.c: In function 'blk_rq_map_user_iov': /kisskb/src/block/blk-map.c:528:18: note: byref variable will be forcibly initialized struct iov_iter i; ^ /kisskb/src/block/blk-map.c: In function 'blk_rq_map_user': /kisskb/src/block/blk-map.c:570:18: note: byref variable will be forcibly initialized struct iov_iter i; ^ /kisskb/src/block/blk-map.c:569:15: note: byref variable will be forcibly initialized struct iovec iov; ^~~ /kisskb/src/crypto/sm3_generic.c: In function 'sm3_transform': /kisskb/src/crypto/sm3_generic.c:127:15: note: byref variable will be forcibly initialized unsigned int wt[64]; ^~ /kisskb/src/crypto/sm3_generic.c:126:15: note: byref variable will be forcibly initialized unsigned int w[68]; ^ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/block/blk-exec.c:6: /kisskb/src/block/blk-exec.c: In function 'blk_execute_rq': /kisskb/src/block/blk-exec.c:98:29: note: byref variable will be forcibly initialized 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/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/fs/ext2/inode.c: In function '__ext2_write_inode': /kisskb/src/fs/ext2/inode.c:1542:23: note: byref variable will be forcibly initialized struct buffer_head * bh; ^~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_find_shared': /kisskb/src/fs/ext2/inode.c:1054:9: note: byref variable will be forcibly initialized int k, err; ^~~ /kisskb/src/fs/ext2/inode.c: In function '__ext2_truncate_blocks': /kisskb/src/fs/ext2/inode.c:1190:9: note: byref variable will be forcibly initialized __le32 nr = 0; ^~ /kisskb/src/fs/ext2/inode.c:1188:11: note: byref variable will be forcibly initialized Indirect chain[4]; ^~~~~ /kisskb/src/fs/ext2/inode.c:1187:6: note: byref variable will be forcibly initialized int offsets[4]; ^~~~~~~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_alloc_blocks': /kisskb/src/fs/ext2/inode.c:400:16: note: byref variable will be forcibly initialized unsigned long count = 0; ^~~~~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_alloc_branch': /kisskb/src/fs/ext2/inode.c:484:15: note: byref variable will be forcibly initialized ext2_fsblk_t new_blocks[4]; ^~~~~~~~~~ /kisskb/src/fs/ext2/inode.c:481:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_get_blocks': /kisskb/src/fs/ext2/inode.c:634:6: note: byref variable will be forcibly initialized int count = 0; ^~~~~ /kisskb/src/fs/ext2/inode.c:631:6: note: byref variable will be forcibly initialized int blocks_to_boundary = 0; ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext2/inode.c:627:11: note: byref variable will be forcibly initialized Indirect chain[4]; ^~~~~ /kisskb/src/fs/ext2/inode.c:626:6: note: byref variable will be forcibly initialized int offsets[4]; ^~~~~~~ /kisskb/src/fs/ext2/inode.c:625:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_get_block': /kisskb/src/fs/ext2/inode.c:784:6: note: byref variable will be forcibly initialized u32 bno; ^~~ /kisskb/src/fs/ext2/inode.c:783:20: note: byref variable will be forcibly initialized bool new = false, boundary = false; ^~~~~~~~ /kisskb/src/fs/ext2/inode.c:783:7: note: byref variable will be forcibly initialized bool new = false, boundary = false; ^~~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_iomap_begin': /kisskb/src/fs/ext2/inode.c:810:6: note: byref variable will be forcibly initialized u32 bno; ^~~ /kisskb/src/fs/ext2/inode.c:809:20: note: byref variable will be forcibly initialized bool new = false, boundary = false; ^~~~~~~~ /kisskb/src/fs/ext2/inode.c:809:7: note: byref variable will be forcibly initialized bool new = false, boundary = false; ^~~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_iget': /kisskb/src/fs/ext2/inode.c:1406:23: note: byref variable will be forcibly initialized struct buffer_head * bh = NULL; ^~ /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 'wp384_final': /kisskb/src/crypto/wp512.c:1100:5: note: byref variable will be forcibly initialized u8 D[64]; ^ /kisskb/src/crypto/wp512.c: In function 'wp256_final': /kisskb/src/crypto/wp512.c:1111:5: note: byref variable will be forcibly initialized u8 D[64]; ^ /kisskb/src/fs/fat/fatent.c: In function 'fat_ra_init': /kisskb/src/fs/fat/fatent.c:652:6: note: byref variable will be forcibly initialized int offset; ^~~~~~ /kisskb/src/fs/fat/fatent.c:651:20: note: byref variable will be forcibly initialized sector_t blocknr, block_end; ^~~~~~~~~ /kisskb/src/fs/fat/fatent.c:651:11: note: byref variable will be forcibly initialized sector_t blocknr, block_end; ^~~~~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'get_name': /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_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/fs/fat/fatent.c: In function 'fat_ent_read_block': /kisskb/src/fs/fat/fatent.c:440:6: note: byref variable will be forcibly initialized int offset; ^~~~~~ /kisskb/src/fs/fat/fatent.c:439:11: note: byref variable will be forcibly initialized sector_t blocknr; ^~~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_ent_reada': /kisskb/src/fs/fat/fatent.c:693:7: note: byref variable will be forcibly initialized int offset; ^~~~~~ /kisskb/src/fs/fat/fatent.c:692:12: note: byref variable will be forcibly initialized sector_t blocknr, diff; ^~~~~~~ /kisskb/src/fs/fat/fatent.c:691:19: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_ent_read': /kisskb/src/fs/fat/fatent.c:354:11: note: byref variable will be forcibly initialized sector_t blocknr; ^~~~~~~ /kisskb/src/fs/fat/fatent.c:353:11: note: byref variable will be forcibly initialized int err, offset; ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_free_clusters': /kisskb/src/fs/fat/fatent.c:560:14: note: byref variable will be forcibly initialized int i, err, nr_bhs; ^~~~~~ /kisskb/src/fs/fat/fatent.c:559:22: note: byref variable will be forcibly initialized struct buffer_head *bhs[MAX_BUF_PER_PAGE]; ^~~ /kisskb/src/fs/fat/fatent.c:558:19: note: byref variable will be forcibly initialized struct fat_entry fatent; ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_alloc_clusters': /kisskb/src/fs/fat/fatent.c:472:21: note: byref variable will be forcibly initialized int i, count, err, nr_bhs, idx_clus; ^~~~~~ /kisskb/src/fs/fat/fatent.c:471:22: note: byref variable will be forcibly initialized struct buffer_head *bhs[MAX_BUF_PER_PAGE]; ^~~ /kisskb/src/fs/fat/fatent.c:470:27: note: byref variable will be forcibly initialized struct fat_entry fatent, prev_ent; ^~~~~~~~ /kisskb/src/fs/fat/fatent.c:470:19: note: byref variable will be forcibly initialized struct fat_entry fatent, prev_ent; ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_count_free_clusters': /kisskb/src/fs/fat/fatent.c:720:19: note: byref variable will be forcibly initialized struct fatent_ra fatent_ra; ^~~~~~~~~ /kisskb/src/fs/fat/fatent.c:719:19: note: byref variable will be forcibly initialized struct fat_entry fatent; ^~~~~~ /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/fs/fat/fatent.c: In function 'fat_trim_fs': /kisskb/src/fs/fat/fatent.c:767:19: note: byref variable will be forcibly initialized struct fatent_ra fatent_ra; ^~~~~~~~~ /kisskb/src/fs/fat/fatent.c:766:19: note: byref variable will be forcibly initialized struct fat_entry fatent; ^~~~~~ In file included from /kisskb/src/lib/kunit/kunit-example-test.c:9: /kisskb/src/lib/kunit/kunit-example-test.c: In function 'example_simple_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362: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/fs/ext4/file.c: In function 'ext4_sample_last_mounted': /kisskb/src/fs/ext4/file.c:797:7: note: byref variable will be forcibly initialized char buf[64], *cp; ^~~ /kisskb/src/fs/ext4/file.c:796: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:480:7: note: byref variable will be forcibly initialized bool ilock_shared = true; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/file.c:479:7: note: byref variable will be forcibly initialized bool extend = false, unaligned_io = false; ^~~~~~ /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]; ^~~ /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/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/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/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/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; ^ /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/crypto/gf128mul.c: In function 'gf128mul_64k_bbe': /kisskb/src/crypto/gf128mul.c:315:8: note: byref variable will be forcibly initialized be128 r[1]; ^ In file included from /kisskb/src/lib/842/842_decompress.c:14: /kisskb/src/lib/842/842_decompress.c: In function 'sw842_debugfs_create': /kisskb/src/lib/842/842_debugfs.h:27:8: note: byref variable will be forcibly initialized char name[32]; ^~~~ /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]; ^ /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; ^ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/jbd2.h:501, from /kisskb/src/fs/jbd2/journal.c:46: /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_checkpoint': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_commit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/jbd2.h:34:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(jbd2_commit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/jbd2.h:34:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(jbd2_commit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_end_commit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_end_commit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_end_commit, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_submit_inode_data': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:116:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_submit_inode_data, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:116:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_submit_inode_data, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_handle_start_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(jbd2_handle_start_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(jbd2_handle_start_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_handle_extend': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_extend, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_extend, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_handle_stats': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_run_stats': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_run_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_run_stats, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_checkpoint_stats': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint_stats, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_update_log_tail': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_update_log_tail, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_update_log_tail, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_write_superblock': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_write_superblock, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_write_superblock, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_lock_buffer_stall': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:376:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_lock_buffer_stall, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:376:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_lock_buffer_stall, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_journal_shrink': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/jbd2.h:397:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(jbd2_journal_shrink, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/jbd2.h:397:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(jbd2_journal_shrink, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_shrink_scan_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_shrink_checkpoint_list': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/jbd2.h:501, from /kisskb/src/fs/jbd2/journal.c:46: /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_checkpoint': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_commit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/jbd2.h:34:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(jbd2_commit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_end_commit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:92:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_end_commit, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_submit_inode_data': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:116:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_submit_inode_data, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_handle_start_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(jbd2_handle_start_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_handle_extend': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_extend, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_handle_stats': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_handle_stats, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_run_stats': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_run_stats, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_checkpoint_stats': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_checkpoint_stats, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_update_log_tail': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_update_log_tail, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_write_superblock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_write_superblock, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_lock_buffer_stall': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:376:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_lock_buffer_stall, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_journal_shrink': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/jbd2.h:397:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(jbd2_journal_shrink, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_shrink_scan_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_shrink_checkpoint_list': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(jbd2_shrink_checkpoint_list, ^~~~~~~~~~~ /kisskb/src/crypto/pcbc.c: In function 'crypto_pcbc_decrypt_inplace': /kisskb/src/crypto/pcbc.c:117:5: note: byref variable will be forcibly initialized u8 tmpbuf[MAX_CIPHER_BLOCKSIZE] __aligned(__alignof__(u32)); ^~~~~~ /kisskb/src/crypto/pcbc.c: In function 'crypto_pcbc_decrypt': /kisskb/src/crypto/pcbc.c:135:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'journal_kill_thread': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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); ^~~~~~~~~~ /kisskb/src/crypto/pcbc.c: In function 'crypto_pcbc_encrypt_inplace': /kisskb/src/crypto/pcbc.c:50:5: note: byref variable will be forcibly initialized u8 tmpbuf[MAX_CIPHER_BLOCKSIZE]; ^~~~~~ In file included from /kisskb/src/fs/jbd2/journal.c:25: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_chksum': /kisskb/src/include/linux/jbd2.h:1788:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/crypto/pcbc.c: In function 'crypto_pcbc_encrypt': /kisskb/src/crypto/pcbc.c:68:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_shrink_scan': /kisskb/src/fs/jbd2/journal.c:1296:16: note: byref variable will be forcibly initialized unsigned long nr_to_scan = sc->nr_to_scan; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/include/linux/jbd2.h:23, from /kisskb/src/fs/jbd2/journal.c:25: /kisskb/src/fs/jbd2/journal.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'journal_get_superblock': /kisskb/src/fs/jbd2/journal.c:1890:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_start_thread': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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; ^~~~ /kisskb/src/fs/jbd2/journal.c:107:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function '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:1173: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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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:1173: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:1480: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:968: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:1005: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; ^~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__jbd2_journal_erase': /kisskb/src/fs/jbd2/journal.c:1757:21: note: byref variable will be forcibly initialized unsigned long long phys_block, block_start, block_stop; /* physical */ ^~~~~~~~~~ /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; ^~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_release_jbd_inode': /kisskb/src/fs/jbd2/journal.c:3055:19: note: byref variable will be forcibly initialized 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/kernel/sched/deadline.c: In function 'dl_add_task_root_domain': /kisskb/src/kernel/sched/deadline.c:2494:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/deadline.c: In function 'inactive_task_timer': /kisskb/src/kernel/sched/deadline.c:1352:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/fs/isofs/inode.c: In function 'parse_options': /kisskb/src/fs/isofs/inode.c:366:15: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/isofs/inode.c:341:15: note: byref variable will be forcibly initialized unsigned int uv; ^~ /kisskb/src/fs/isofs/inode.c:340: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:572:29: note: byref variable will be forcibly initialized struct cdrom_multisession ms_info; ^~~~~~~ /kisskb/src/fs/isofs/inode.c:553: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:1534:35: note: byref variable will be forcibly initialized struct isofs_iget5_callback_data data; ^~~~ /kisskb/src/kernel/power/suspend_test.c: In function 'test_wakealarm': /kisskb/src/kernel/power/suspend_test.c:74:20: note: byref variable will be forcibly initialized struct rtc_wkalrm alm; ^~~ /kisskb/src/fs/isofs/inode.c: In function 'isofs_bmap': /kisskb/src/fs/isofs/inode.c:1158:21: note: byref variable will be forcibly initialized struct buffer_head dummy; ^~~~~ /kisskb/src/fs/isofs/inode.c: In function 'isofs_fill_super': /kisskb/src/fs/isofs/inode.c:626:25: note: byref variable will be forcibly initialized struct iso9660_options opt; ^~~ /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/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; ^ /kisskb/src/crypto/xts.c: In function 'xts_xor_tweak': /kisskb/src/crypto/xts.c:90:8: note: byref variable will be forcibly initialized le128 t = rctx->t; ^ /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; ^~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/kernel/power/suspend.c:17: /kisskb/src/kernel/power/suspend.c: In function 's2idle_enter': /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^~~~~~ /kisskb/src/include/linux/swait.h:183:8: note: in expansion of macro '___swait_event' (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:190:2: note: in expansion of macro '__swait_event' __swait_event(wq, condition); \ ^~~~~~~~~~~~~ /kisskb/src/kernel/power/suspend.c:104:2: note: in expansion of macro 'swait_event_exclusive' swait_event_exclusive(s2idle_wait_head, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/power/suspend.c: In function 'suspend_devices_and_enter': /kisskb/src/kernel/power/suspend.c:479:7: note: byref variable will be forcibly initialized bool wakeup = false; ^~~~~~ /kisskb/src/block/blk-merge.c: In function 'blk_bio_segment_split': /kisskb/src/block/blk-merge.c:285:22: note: byref variable will be forcibly initialized unsigned nsegs = 0, sectors = 0; ^~~~~~~ /kisskb/src/block/blk-merge.c:285:11: note: byref variable will be forcibly initialized unsigned nsegs = 0, sectors = 0; ^~~~~ /kisskb/src/block/blk-merge.c:284:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/blk-merge.c:283:21: note: byref variable will be forcibly initialized struct bio_vec bv, bvprv, *bvprvp = NULL; ^~~~~ /kisskb/src/block/blk-merge.c:283: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:514:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/blk-merge.c:513:17: note: byref variable will be forcibly initialized struct bio_vec bvec, bvprv = { NULL }; ^~~~ /kisskb/src/block/blk-merge.c: In function 'bio_get_last_bvec': /kisskb/src/block/blk-merge.c:25:19: note: byref variable will be forcibly initialized struct bvec_iter iter = bio->bi_iter; ^~~~ /kisskb/src/block/blk-merge.c: In function 'bio_will_gap': /kisskb/src/block/blk-merge.c:52:21: note: byref variable will be forcibly initialized struct bio_vec pb, nb; ^~ /kisskb/src/block/blk-merge.c:52: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:387: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:399:17: note: byref variable will be forcibly initialized struct bio_vec bv; ^~ /kisskb/src/block/blk-merge.c:398:22: note: byref variable will be forcibly initialized struct req_iterator iter; ^~~~ /kisskb/src/block/blk-merge.c:397:15: note: byref variable will be forcibly initialized unsigned int nr_sectors = 0; ^~~~~~~~~~ /kisskb/src/block/blk-merge.c:396: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:1144:18: note: byref variable will be forcibly initialized struct request *rq; ^~ /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/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 */ ^~~~~ /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/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; ^~~~~~~~~~~~ /kisskb/src/mm/readahead.c: In function 'read_pages': /kisskb/src/mm/readahead.c:121:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ In file included from /kisskb/src/lib/reed_solomon/reed_solomon.c:37: /kisskb/src/lib/reed_solomon/reed_solomon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/readahead.c:12: /kisskb/src/mm/readahead.c: In function 'page_cache_ra_unbounded': /kisskb/src/mm/readahead.c:178:12: note: byref variable will be forcibly initialized LIST_HEAD(page_pool); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/crypto/internal/skcipher.h:13, from /kisskb/src/crypto/gcm.c:10: /kisskb/src/crypto/gcm.c: In function 'crypto_rfc4543_copy_src_to_dst': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized 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); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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/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/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/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/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/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/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/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/fat/file.c:11: /kisskb/src/fs/fat/file.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/fat/file.c: In function 'fat_ioctl_fitrim': /kisskb/src/fs/fat/file.c:129:22: note: byref variable will be forcibly initialized struct fstrim_range range; ^~~~~ /kisskb/src/fs/fat/file.c: In function 'fat_free': /kisskb/src/fs/fat/file.c:343:19: note: byref variable will be forcibly initialized int ret, fclus, dclus; ^~~~~ /kisskb/src/fs/fat/file.c:343:12: note: byref variable will be forcibly initialized int ret, fclus, dclus; ^~~~~ /kisskb/src/fs/fat/file.c:342:20: note: byref variable will be forcibly initialized struct fat_entry fatent; ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/locking/lockdep.c:30: /kisskb/src/kernel/locking/lockdep.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:591: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:110:59: 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/fs/fat/file.c: In function 'fat_ioctl_set_attributes': /kisskb/src/fs/fat/file.c:41:15: note: byref variable will be forcibly initialized struct iattr ia; ^~ /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)]; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/lock.h:87, from /kisskb/src/kernel/locking/lockdep.c:64: /kisskb/src/kernel/locking/lockdep.c: In function 'perf_trace_lock_acquire': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'perf_trace_lock': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/lock.h:87, from /kisskb/src/kernel/locking/lockdep.c:64: /kisskb/src/kernel/locking/lockdep.c: In function 'trace_event_raw_event_lock_acquire': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(lock_acquire, ^~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'trace_event_raw_event_lock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(lock, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/locking/lockdep.c:31: /kisskb/src/kernel/locking/lockdep.c: In function '__bfs_next': /kisskb/src/include/linux/rculist.h:373:20: note: byref variable will be forcibly initialized struct list_head *__next = READ_ONCE(__ptr->next); \ ^~~~~~ /kisskb/src/kernel/locking/lockdep.c:1657:9: note: in expansion of macro 'list_next_or_null_rcu' return list_next_or_null_rcu(get_dep_list(lock->parent, offset), ^~~~~~~~~~~~~~~~~~~~~ /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/locking/lockdep.c: In function 'assign_lock_key': /kisskb/src/kernel/locking/lockdep.c:925:16: note: byref variable will be forcibly initialized unsigned long can_addr, addr = (unsigned long)lock; ^~~~~~~~ /kisskb/src/fs/ext2/namei.c: In function 'ext2_unlink': /kisskb/src/fs/ext2/namei.c:283:8: note: byref variable will be forcibly initialized void *page_addr; ^~~~~~~~~ /kisskb/src/fs/ext2/namei.c:282:16: note: byref variable will be forcibly initialized struct page * page; ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/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:144:59: 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:320: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/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/locking/lockdep.c:30: /kisskb/src/kernel/locking/lockdep.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext2/namei.c: In function 'ext2_rename': /kisskb/src/fs/ext2/namei.c:366:16: note: byref variable will be forcibly initialized struct page *new_page; ^~~~~~~~ /kisskb/src/fs/ext2/namei.c:365:9: note: byref variable will be forcibly initialized void *page_addr; ^~~~~~~~~ /kisskb/src/fs/ext2/namei.c:335:8: note: byref variable will be forcibly initialized void *old_page_addr; ^~~~~~~~~~~~~ /kisskb/src/fs/ext2/namei.c:334:16: note: byref variable will be forcibly initialized struct page * old_page; ^~~~~~~~ /kisskb/src/fs/ext2/namei.c:332:8: note: byref variable will be forcibly initialized void *dir_page_addr; ^~~~~~~~~~~~~ /kisskb/src/fs/ext2/namei.c:331:16: note: byref variable will be forcibly initialized struct page * dir_page = NULL; ^~~~~~~~ /kisskb/src/kernel/sched/wait.c: In function 'list_del_init_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:302:2: note: in expansion of macro 'smp_store_release' smp_store_release(&entry->next, entry); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext2/namei.c: In function 'ext2_lookup': /kisskb/src/fs/ext2/namei.c:59:8: note: byref variable will be forcibly initialized ino_t ino; ^~~ /kisskb/src/fs/ext2/namei.c: In function 'ext2_get_parent': /kisskb/src/fs/ext2/namei.c:84:8: note: byref variable will be forcibly initialized ino_t ino; ^~~ /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/kernel/locking/lockdep.c: In function 'lock_stats': /kisskb/src/kernel/locking/lockdep.c:267:26: note: byref variable will be forcibly initialized struct lock_class_stats stats; ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__print_lock_name': /kisskb/src/kernel/locking/lockdep.c:685:7: note: byref variable will be forcibly initialized char str[KSYM_NAME_LEN]; ^~~ /kisskb/src/kernel/locking/lockdep.c: In function 'print_lockdep_cache': /kisskb/src/kernel/locking/lockdep.c:717:7: note: byref variable will be forcibly initialized char str[KSYM_NAME_LEN]; ^~~ /kisskb/src/kernel/power/wakelock.c: In function 'pm_wake_lock': /kisskb/src/kernel/power/wakelock.c:210:6: note: byref variable will be forcibly initialized u64 timeout_ns = 0; ^~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'print_lock_name': /kisskb/src/kernel/locking/lockdep.c:703:7: note: byref variable will be forcibly initialized char usage[LOCK_USAGE_CHARS]; ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_contended': /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/kernel/locking/lockdep.c:5778: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:5820:6: note: byref variable will be forcibly initialized int i, cpu; ^ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_final': /kisskb/src/crypto/aegis128-core.c:351:20: note: byref variable will be forcibly initialized union aegis_block tmp; ^~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_decrypt_chunk': /kisskb/src/crypto/aegis128-core.c:259:21: note: byref variable will be forcibly initialized union aegis_block msg = {}; ^~~ /kisskb/src/crypto/aegis128-core.c:217: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:102: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:198:21: note: byref variable will be forcibly initialized union aegis_block msg = {}; ^~~ /kisskb/src/crypto/aegis128-core.c:156: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:282:20: note: byref variable will be forcibly initialized union aegis_block buf; ^~~ /kisskb/src/crypto/aegis128-core.c:281: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:419:21: note: byref variable will be forcibly initialized struct aegis_state state; ^~~~~ /kisskb/src/crypto/aegis128-core.c:418:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^~~~ /kisskb/src/crypto/aegis128-core.c:414: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:396:21: note: byref variable will be forcibly initialized struct aegis_state state; ^~~~~ /kisskb/src/crypto/aegis128-core.c:395:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lockdep_count_forward_deps': /kisskb/src/kernel/locking/lockdep.c:2044:20: note: byref variable will be forcibly initialized struct lock_list *target_entry; ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2043:17: note: byref variable will be forcibly initialized unsigned long count = 0; ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'lockdep_count_forward_deps': /kisskb/src/kernel/locking/lockdep.c:2053:19: note: byref variable will be forcibly initialized struct lock_list this; ^~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'check_usage_forwards': /kisskb/src/kernel/locking/lockdep.c:4025:20: note: byref variable will be forcibly initialized struct lock_list *target_entry; ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:4024:19: note: byref variable will be forcibly initialized struct lock_list root; ^~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'check_noncircular': /kisskb/src/kernel/locking/lockdep.c:2125:19: note: byref variable will be forcibly initialized struct lock_list src_entry; ^~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2124:20: note: byref variable will be forcibly initialized struct lock_list *target_entry; ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lockdep_count_backward_deps': /kisskb/src/kernel/locking/lockdep.c:2069:20: note: byref variable will be forcibly initialized struct lock_list *target_entry; ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2068:17: note: byref variable will be forcibly initialized unsigned long count = 0; ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'lockdep_count_backward_deps': /kisskb/src/kernel/locking/lockdep.c:2079:19: note: byref variable will be forcibly initialized struct lock_list this; ^~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'check_usage_backwards': /kisskb/src/kernel/locking/lockdep.c:4060:20: note: byref variable will be forcibly initialized struct lock_list *target_entry; ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:4059:19: note: byref variable will be forcibly initialized struct lock_list root; ^~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'check_irq_usage': /kisskb/src/kernel/locking/lockdep.c:2746:25: note: byref variable will be forcibly initialized struct lock_list this, that; ^~~~ /kisskb/src/kernel/locking/lockdep.c:2746:19: note: byref variable will be forcibly initialized struct lock_list this, that; ^~~~ /kisskb/src/kernel/locking/lockdep.c:2745:20: note: byref variable will be forcibly initialized struct lock_list *target_entry; ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2744:20: note: byref variable will be forcibly initialized struct lock_list *target_entry1; ^~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2743:39: note: byref variable will be forcibly initialized enum lock_usage_bit forward_bit = 0, backward_bit = 0; ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2743:22: note: byref variable will be forcibly initialized enum lock_usage_bit forward_bit = 0, backward_bit = 0; ^~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2742:16: note: byref variable will be forcibly initialized unsigned long usage_mask = 0, forward_mask, backward_mask; ^~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'check_prevs_add': /kisskb/src/kernel/locking/lockdep.c:3162:21: note: byref variable will be forcibly initialized struct lock_trace *trace = NULL; ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_downgrade': /kisskb/src/kernel/locking/lockdep.c:5241:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/kernel/locking/lockdep.c:5239: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:5295:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/kernel/locking/lockdep.c:5293:22: note: byref variable will be forcibly initialized unsigned int depth, merged = 1; ^~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'lock_acquire': /kisskb/src/kernel/locking/lockdep.c:5616:21: note: byref variable will be forcibly initialized struct held_lock hlock; ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_set_class': /kisskb/src/kernel/locking/lockdep.c:5196:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/kernel/locking/lockdep.c:5193:22: note: byref variable will be forcibly initialized unsigned int depth, merged = 0; ^~~~~~ In file included from /kisskb/src/include/crypto/internal/skcipher.h:13, from /kisskb/src/crypto/cryptd.c:17: /kisskb/src/crypto/cryptd.c: In function 'cryptd_skcipher_decrypt': /kisskb/src/include/crypto/skcipher.h: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_create_skcipher': /kisskb/src/crypto/cryptd.c:377:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/crypto/cryptd.c:376:6: note: byref variable will be forcibly initialized u32 type; ^~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_create_hash': /kisskb/src/crypto/cryptd.c:643:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/crypto/cryptd.c:642:6: note: byref variable will be forcibly initialized u32 type; ^~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_create_aead': /kisskb/src/crypto/cryptd.c:830:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/crypto/cryptd.c:829:6: note: byref variable will be forcibly initialized u32 type; ^~~~ /kisskb/src/block/blk-lib.c: In function '__blkdev_issue_discard': /kisskb/src/block/blk-lib.c:53:8: note: byref variable will be forcibly initialized char dev_name[BDEVNAME_SIZE]; ^~~~~~~~ /kisskb/src/block/blk-lib.c: In function 'blkdev_issue_discard': /kisskb/src/block/blk-lib.c:136:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/block/blk-lib.c:135: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:232:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/block/blk-lib.c:231: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:399:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/block/blk-lib.c:398:14: note: byref variable will be forcibly initialized struct bio *bio; ^~~ /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/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/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/fs/isofs/dir.c: In function 'do_isofs_readdir': /kisskb/src/fs/isofs/dir.c:88:44: note: byref variable will be forcibly initialized unsigned long block, offset, block_saved, offset_saved; ^~~~~~~~~~~~ /kisskb/src/fs/isofs/dir.c:88:31: note: byref variable will be forcibly initialized unsigned long block, offset, block_saved, offset_saved; ^~~~~~~~~~~ In file included from /kisskb/src/lib/reed_solomon/test_rslib.c:13: /kisskb/src/lib/reed_solomon/test_rslib.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/reed_solomon/test_rslib.c: In function 'ex_rs_helper': /kisskb/src/lib/reed_solomon/test_rslib.c:322:15: note: byref variable will be forcibly initialized struct estat stat = {0, 0, 0, 0}; ^~~~ /kisskb/src/lib/reed_solomon/test_rslib.c: In function 'exercise_rs_bc': /kisskb/src/lib/reed_solomon/test_rslib.c:410:16: note: byref variable will be forcibly initialized struct bcstat stat = {0, 0, 0, 0}; ^~~~ /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]; ^~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function '__chacha20poly1305_encrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:65:4: note: byref variable will be forcibly initialized } b; ^ /kisskb/src/lib/crypto/chacha20poly1305.c:61:27: note: byref variable will be forcibly initialized struct poly1305_desc_ctx poly1305_state; ^~~~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'xchacha_init': /kisskb/src/lib/crypto/chacha20poly1305.c:39:5: note: byref variable will be forcibly initialized u8 iv[CHACHA_IV_SIZE]; ^~ /kisskb/src/lib/crypto/chacha20poly1305.c:38:6: note: byref variable will be forcibly initialized u32 k[CHACHA_KEY_WORDS]; ^ /kisskb/src/lib/crypto/chacha20poly1305.c: In function '__chacha20poly1305_decrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:136:4: note: byref variable will be forcibly initialized } b; ^ /kisskb/src/lib/crypto/chacha20poly1305.c:129:27: note: byref variable will be forcibly initialized struct poly1305_desc_ctx poly1305_state; ^~~~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'chacha20poly1305_crypt_sg_inplace': /kisskb/src/lib/crypto/chacha20poly1305.c:234:4: note: byref variable will be forcibly initialized } b __aligned(16); ^ /kisskb/src/lib/crypto/chacha20poly1305.c:218:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c:217:6: note: byref variable will be forcibly initialized u32 chacha_state[CHACHA_STATE_WORDS]; ^~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c:216:27: note: byref variable will be forcibly initialized struct poly1305_desc_ctx poly1305_state; ^~~~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'chacha20poly1305_encrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:97:9: note: byref variable will be forcibly initialized __le64 iv[2]; ^~ /kisskb/src/lib/crypto/chacha20poly1305.c:96:6: note: byref variable will be forcibly initialized u32 k[CHACHA_KEY_WORDS]; ^ /kisskb/src/lib/crypto/chacha20poly1305.c:95:6: note: byref variable will be forcibly initialized u32 chacha_state[CHACHA_STATE_WORDS]; ^~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'xchacha20poly1305_encrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:117:6: note: byref variable will be forcibly initialized u32 chacha_state[CHACHA_STATE_WORDS]; ^~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'chacha20poly1305_decrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:175:9: note: byref variable will be forcibly initialized __le64 iv[2]; ^~ /kisskb/src/lib/crypto/chacha20poly1305.c:174:6: note: byref variable will be forcibly initialized u32 k[CHACHA_KEY_WORDS]; ^ /kisskb/src/lib/crypto/chacha20poly1305.c:173:6: note: byref variable will be forcibly initialized u32 chacha_state[CHACHA_STATE_WORDS]; ^~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'xchacha20poly1305_decrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:199:6: note: byref variable will be forcibly initialized u32 chacha_state[CHACHA_STATE_WORDS]; ^~~~~~~~~~~~ /kisskb/src/fs/ext2/super.c: In function 'get_sb_block': /kisskb/src/fs/ext2/super.c:411:10: note: byref variable will be forcibly initialized char *options = (char *) *data; ^~~~~~~ In file included from /kisskb/src/fs/ext2/super.c:23: /kisskb/src/fs/ext2/super.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_msg': /kisskb/src/fs/ext2/super.c:88:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/ext2/super.c:87:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/ext2/super.c: In function 'parse_options': /kisskb/src/fs/ext2/super.c:475:6: note: byref variable will be forcibly initialized int option; ^~~~~~ /kisskb/src/fs/ext2/super.c:474:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_error': /kisskb/src/fs/ext2/super.c:53:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/ext2/super.c:52:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_fill_super': /kisskb/src/fs/ext2/super.c:821:28: note: byref variable will be forcibly initialized struct ext2_mount_options opts; ^~~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_remount': /kisskb/src/fs/ext2/super.c:1316:28: note: byref variable will be forcibly initialized struct ext2_mount_options new_opts; ^~~~~~~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_setup128': /kisskb/src/crypto/camellia_generic.c:542:6: note: byref variable will be forcibly initialized u32 subR[26]; ^~~~ /kisskb/src/crypto/camellia_generic.c:541:6: note: byref variable will be forcibly initialized u32 subL[26]; ^~~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_setup256': /kisskb/src/crypto/camellia_generic.c:649:6: note: byref variable will be forcibly initialized u32 subR[34]; ^~~~ /kisskb/src/crypto/camellia_generic.c:648:6: note: byref variable will be forcibly initialized u32 subL[34]; ^~~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_setup192': /kisskb/src/crypto/camellia_generic.c:795:12: note: byref variable will be forcibly initialized u32 krll, krlr, krrl, krrr; ^~~~ /kisskb/src/crypto/camellia_generic.c:795:6: note: byref variable will be forcibly initialized u32 krll, krlr, krrl, krrr; ^~~~ /kisskb/src/crypto/camellia_generic.c:794:16: note: byref variable will be forcibly initialized unsigned char kk[32]; ^~ /kisskb/src/lib/crypto/chacha20poly1305-selftest.c: In function 'chacha20poly1305_encrypt_bignonce': /kisskb/src/lib/crypto/chacha20poly1305-selftest.c:8841:6: note: byref variable will be forcibly initialized u32 le_key[8]; ^~~~~~ /kisskb/src/lib/crypto/chacha20poly1305-selftest.c:8835:6: note: byref variable will be forcibly initialized u32 chacha20_state[CHACHA_STATE_WORDS]; ^~~~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305-selftest.c:8834:27: note: byref variable will be forcibly initialized struct poly1305_desc_ctx poly1305_state; ^~~~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305-selftest.c: In function 'chacha20poly1305_selftest': /kisskb/src/lib/crypto/chacha20poly1305-selftest.c:8891:21: note: byref variable will be forcibly initialized struct scatterlist sg_src[3]; ^~~~~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_encrypt': /kisskb/src/crypto/camellia_generic.c:991:6: note: byref variable will be forcibly initialized u32 tmp[4]; ^~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_decrypt': /kisskb/src/crypto/camellia_generic.c:1017:6: note: byref variable will be forcibly initialized u32 tmp[4]; ^~~ /kisskb/src/fs/fat/inode.c: In function 'fat_get_block_bmap': /kisskb/src/fs/fat/inode.c:302:16: note: byref variable will be forcibly initialized unsigned long mapped_blocks; ^~~~~~~~~~~~~ /kisskb/src/fs/fat/inode.c:301:11: note: byref variable will be forcibly initialized sector_t bmap; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/pagemap.h:83, from /kisskb/src/mm/swap.c:44: /kisskb/src/mm/swap.c: In function 'perf_trace_mm_lru_insertion': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_insertion, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_insertion, ^~~~~~~~~~~ /kisskb/src/fs/fat/inode.c: In function 'fat_calc_dir_size': /kisskb/src/fs/fat/inode.c:483:18: note: byref variable will be forcibly initialized int ret, fclus, dclus; ^~~~~ /kisskb/src/fs/fat/inode.c:483:11: note: byref variable will be forcibly initialized int ret, fclus, dclus; ^~~~~ /kisskb/src/mm/swap.c: In function 'perf_trace_mm_lru_activate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_activate, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_activate, ^~~~~~~~~~~ /kisskb/src/fs/fat/inode.c: In function 'is_exec': /kisskb/src/fs/fat/inode.c:472:16: note: byref variable will be forcibly initialized unsigned char exe_extensions[] = "EXECOMBAT", *walk; ^~~~~~~~~~~~~~ /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]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/kernel/printk/printk.c:22: /kisskb/src/kernel/printk/printk.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /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]; ^~~~~ /kisskb/src/fs/fat/inode.c: In function '__fat_write_inode': /kisskb/src/fs/fat/inode.c:889:10: note: byref variable will be forcibly initialized __le16 atime; ^~~~~ /kisskb/src/mm/swap.c: In function '__page_cache_release': /kisskb/src/mm/swap.c:85:17: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/fs/fat/inode.c: In function 'parse_options': /kisskb/src/fs/fat/inode.c:1132:6: note: byref variable will be forcibly initialized int option; ^~~~~~ /kisskb/src/fs/fat/inode.c:1131:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/fat/inode.c: In function 'fat_add_cluster': /kisskb/src/fs/fat/inode.c:106:11: note: byref variable will be forcibly initialized int err, cluster; ^~~~~~~ /kisskb/src/fs/fat/inode.c: In function '__fat_get_block': /kisskb/src/fs/fat/inode.c:126:11: note: byref variable will be forcibly initialized sector_t phys, last_block; ^~~~ /kisskb/src/fs/fat/inode.c:125:16: note: byref variable will be forcibly initialized unsigned long mapped_blocks; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/pagemap.h:83, from /kisskb/src/mm/swap.c:44: /kisskb/src/mm/swap.c: In function 'trace_event_raw_event_mm_lru_insertion': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_insertion, ^~~~~~~~~~~ /kisskb/src/fs/fat/inode.c: In function 'fat_get_block': /kisskb/src/fs/fat/inode.c:187:16: note: byref variable will be forcibly initialized unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits; ^~~~~~~~~~ /kisskb/src/mm/swap.c: In function 'trace_event_raw_event_mm_lru_activate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_lru_activate, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/fs/fat/inode.c: In function 'fat_fill_super': /kisskb/src/fs/fat/inode.c:1613:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/fat/inode.c:1612:7: note: byref variable will be forcibly initialized char buf[50]; ^~~ /kisskb/src/fs/fat/inode.c:1610:6: note: byref variable will be forcibly initialized int debug; ^~~~~ /kisskb/src/fs/fat/inode.c:1606:30: note: byref variable will be forcibly initialized struct fat_bios_param_block bpb; ^~~ /kisskb/src/kernel/printk/printk.c: In function 'add_to_rb': /kisskb/src/kernel/printk/printk.c:1035:23: note: byref variable will be forcibly initialized struct printk_record dest_r; ^~~~~~ /kisskb/src/kernel/printk/printk.c:1034:28: note: byref variable will be forcibly initialized struct prb_reserved_entry e; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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:144:59: 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:796:13: note: in expansion of macro 'smp_load_acquire' this_gen = smp_load_acquire(&lru_drain_gen); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/printk.h:37, from /kisskb/src/kernel/printk/printk.c:56: /kisskb/src/kernel/printk/printk.c: In function 'perf_trace_console': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(console, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(console, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/printk.h:37, from /kisskb/src/kernel/printk/printk.c:56: /kisskb/src/kernel/printk/printk.c: In function 'trace_event_raw_event_console': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(console, ^~~~~~~~~~~ /kisskb/src/mm/swap.c: In function 'release_pages': /kisskb/src/mm/swap.c:907:16: note: byref variable will be forcibly initialized unsigned long flags = 0; ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c:905:12: note: byref variable will be forcibly initialized LIST_HEAD(pages_to_free); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'info_print_ext_header': /kisskb/src/kernel/printk/printk.c:555:7: note: byref variable will be forcibly initialized char caller[20]; ^~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'msg_add_ext_text': /kisskb/src/kernel/printk/printk.c:576:8: note: byref variable will be forcibly initialized char *p = buf, *e = buf + size; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, 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:144:59: 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:320:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/mm/swap.c: In function 'pagevec_lru_move_fn': /kisskb/src/mm/swap.c:198:16: note: byref variable will be forcibly initialized unsigned long flags = 0; ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/printk/printk.c:23: /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:736:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(log_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_poll': /kisskb/src/kernel/printk/printk.c:815:21: note: byref variable will be forcibly initialized struct printk_info info; ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'print_caller': /kisskb/src/kernel/printk/printk.c:1268:7: note: byref variable will be forcibly initialized char caller[12]; ^~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'record_print_text': /kisskb/src/kernel/printk/printk.c:1322:7: note: byref variable will be forcibly initialized char prefix[PREFIX_MAX]; ^~~~~~ /kisskb/src/mm/swap.c: In function '__pagevec_lru_add': /kisskb/src/mm/swap.c:1065:16: note: byref variable will be forcibly initialized unsigned long flags = 0; ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/printk/printk.c:23: /kisskb/src/kernel/printk/printk.c: In function 'syslog_print': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:1503:9: note: in expansion of macro 'wait_event_interruptible' len = wait_event_interruptible(log_wait, prb_read_valid(prb, seq, NULL)); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:1482:23: note: byref variable will be forcibly initialized struct printk_record r; ^ /kisskb/src/kernel/printk/printk.c:1481:21: note: byref variable will be forcibly initialized struct printk_info info; ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'get_record_print_text_size': /kisskb/src/kernel/printk/printk.c:1421:7: note: byref variable will be forcibly initialized char prefix[PREFIX_MAX]; ^~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'find_first_fitting_seq': /kisskb/src/kernel/printk/printk.c:1445:15: note: byref variable will be forcibly initialized unsigned int line_count; ^~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:1444:21: note: byref variable will be forcibly initialized struct printk_info info; ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'syslog_print_all': /kisskb/src/kernel/printk/printk.c:1575:23: note: byref variable will be forcibly initialized struct printk_record r; ^ /kisskb/src/kernel/printk/printk.c:1574:21: note: byref variable will be forcibly initialized struct printk_info info; ^~~~ /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; ^~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'console_setup': /kisskb/src/kernel/printk/printk.c:2377:7: note: byref variable will be forcibly initialized char buf[sizeof(console_cmdline[0].name) + 4]; /* 4 for "ttyS" */ ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/kernel/printk/printk.c:22: /kisskb/src/kernel/printk/printk.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /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 'vprintk_store': /kisskb/src/kernel/printk/printk.c:2112:10: note: byref variable will be forcibly initialized va_list args2; ^~~~~ /kisskb/src/kernel/printk/printk.c:2111:6: note: byref variable will be forcibly initialized u16 reserve_size; ^~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:2109:7: note: byref variable will be forcibly initialized char prefix_buf[8]; ^~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:2108:6: note: byref variable will be forcibly initialized u16 trunc_msg_len = 0; ^~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:2106:23: note: byref variable will be forcibly initialized struct printk_record r; ^ /kisskb/src/kernel/printk/printk.c:2105:25: note: byref variable will be forcibly initialized enum printk_info_flags flags = 0; ^~~~~ /kisskb/src/kernel/printk/printk.c:2104:28: note: byref variable will be forcibly initialized struct prb_reserved_entry e; ^ /kisskb/src/kernel/printk/printk.c: In function '_printk': /kisskb/src/kernel/printk/printk.c:2262:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'setup_log_buf': /kisskb/src/kernel/printk/printk.c:1064:23: note: byref variable will be forcibly initialized struct printk_record r; ^ /kisskb/src/kernel/printk/printk.c:1063:21: note: byref variable will be forcibly initialized struct printk_info info; ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'do_syslog': /kisskb/src/kernel/printk/printk.c:1720:17: note: byref variable will be forcibly initialized unsigned int line_count; ^~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:1634:21: note: byref variable will be forcibly initialized struct printk_info info; ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'console_unlock': /kisskb/src/kernel/printk/printk.c:2609:23: note: byref variable will be forcibly initialized struct printk_record r; ^ /kisskb/src/kernel/printk/printk.c:2608:21: note: byref variable will be forcibly initialized struct printk_info info; ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_emit': /kisskb/src/kernel/printk/printk.c:643:10: note: byref variable will be forcibly initialized va_list args; ^~~~ In file included from /kisskb/src/include/linux/backing-dev-defs.h:10, from /kisskb/src/include/linux/writeback.h:12, from /kisskb/src/include/linux/backing-dev.h:16, from /kisskb/src/block/blk-mq.c:10: /kisskb/src/block/blk-mq.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_write': /kisskb/src/kernel/printk/printk.c:697:9: note: byref variable will be forcibly initialized char *endp = NULL; ^~~~ /kisskb/src/block/blk-mq.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'percpu_ref_tryget_many': /kisskb/src/include/linux/percpu-refcount.h:238:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c: In function '_printk_deferred': /kisskb/src/kernel/printk/printk.c:3273:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/block/blk-mq.c: In function '__blk_mq_alloc_requests_batch': /kisskb/src/block/blk-mq.c:406:20: note: byref variable will be forcibly initialized unsigned int tag, tag_offset; ^~~~~~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'kmsg_dump_get_line': /kisskb/src/kernel/printk/printk.c:3453:23: note: byref variable will be forcibly initialized struct printk_record r; ^ /kisskb/src/kernel/printk/printk.c:3452:15: note: byref variable will be forcibly initialized unsigned int line_count; ^~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:3451:21: note: byref variable will be forcibly initialized struct printk_info info; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/block/blk-stat.c:9: /kisskb/src/block/blk-stat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/printk/printk.c: In function 'kmsg_dump_get_buffer': /kisskb/src/kernel/printk/printk.c:3510:23: note: byref variable will be forcibly initialized struct printk_record r; ^ /kisskb/src/kernel/printk/printk.c:3509:21: note: byref variable will be forcibly initialized struct printk_info info; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, 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:110:59: 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:453: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:84: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/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/writeback.h:13, from /kisskb/src/include/linux/backing-dev.h:16, from /kisskb/src/block/blk-mq.c:10: /kisskb/src/block/blk-mq.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:680:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/block/blk-mq.c: In function '__blk_mq_issue_directly': /kisskb/src/block/blk-mq.c:2320:27: note: byref variable will be forcibly initialized struct blk_mq_queue_data bd = { ^~ In file included from /kisskb/src/include/linux/blkdev.h:18, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/block/blk-mq-tag.c:12: /kisskb/src/block/blk-mq-tag.c: In function '__sbitmap_for_each_set': /kisskb/src/include/linux/sbitmap.h:252:17: note: byref variable will be forcibly initialized unsigned long word; ^~~~ /kisskb/src/block/blk-mq-tag.c: In function 'bt_tags_for_each': /kisskb/src/block/blk-mq-tag.c:346:27: note: byref variable will be forcibly initialized struct bt_tags_iter_data iter_data = { ^~~~~~~~~ In file included from /kisskb/src/include/linux/blkdev.h:18, from /kisskb/src/block/blk-mq.c:12: /kisskb/src/block/blk-mq.c: In function '__sbitmap_for_each_set': /kisskb/src/include/linux/sbitmap.h:252:17: note: byref variable will be forcibly initialized unsigned long word; ^~~~ /kisskb/src/block/blk-mq-tag.c: In function 'bt_for_each': /kisskb/src/block/blk-mq-tag.c:279:22: note: byref variable will be forcibly initialized struct bt_iter_data iter_data = { ^~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/block/blk-mq-tag.c:12: /kisskb/src/block/blk-mq-tag.c: In function 'percpu_ref_tryget_many': /kisskb/src/include/linux/percpu-refcount.h:238:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function '__blk_mq_run_hw_queue': /kisskb/src/block/blk-mq.c:1774:6: note: byref variable will be forcibly initialized int srcu_idx; ^~~~~~~~ /kisskb/src/block/blk-mq-tag.c: In function 'blk_mq_tagset_wait_completed_request': /kisskb/src/block/blk-mq-tag.c:435:12: note: byref variable will be forcibly initialized unsigned count = 0; ^~~~~ In file included from /kisskb/src/include/linux/backing-dev-defs.h:10, from /kisskb/src/include/linux/writeback.h:12, from /kisskb/src/include/linux/backing-dev.h:16, from /kisskb/src/block/blk-mq.c:10: /kisskb/src/block/blk-mq.c: In function 'percpu_ref_tryget_live_rcu': /kisskb/src/include/linux/percpu-refcount.h:277:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /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/block/blk-mq.c: In function 'blk_mq_timeout_work': /kisskb/src/block/blk-mq.c:1253:16: note: byref variable will be forcibly initialized unsigned long next = 0; ^~~~ /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/block/blk-mq.c: In function 'blk_mq_poll_hybrid': /kisskb/src/block/blk-mq.c:4316: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:2959:22: note: byref variable will be forcibly initialized struct rq_iter_data data = { ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_mq_freeze_queue_wait': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/block/blk-mq.c:178: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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-mq.c:185:9: note: in expansion of macro 'wait_event_timeout' return wait_event_timeout(q->mq_freeze_wq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/isofs/export.c: In function 'isofs_export_get_parent': /kisskb/src/fs/isofs/export.c:47:16: note: byref variable will be forcibly initialized unsigned long parent_offset = 0; ^~~~~~~~~~~~~ /kisskb/src/fs/isofs/export.c:46:16: note: byref variable will be forcibly initialized unsigned long parent_block = 0; ^~~~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_end_request_batch': /kisskb/src/block/blk-mq.c:847:6: note: byref variable will be forcibly initialized int tags[TAG_COMP_BATCH], nr_tags = 0; ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_queue_inflight': /kisskb/src/block/blk-mq.c:1182: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:1318: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:1356: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:1898: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:1633: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, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c:1622:12: note: byref variable will be forcibly initialized LIST_HEAD(zone_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26: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:3029:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp); ^~~ /kisskb/src/include/linux/list.h:26: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:2408:6: note: byref variable will be forcibly initialized int srcu_idx; ^~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_mq_requeue_work': /kisskb/src/block/blk-mq.c:1091:12: note: byref variable will be forcibly initialized LIST_HEAD(rq_list); ^~~~~~~ /kisskb/src/include/linux/list.h:26: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:2426:6: note: byref variable will be forcibly initialized int srcu_idx; ^~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_plug_issue_direct': /kisskb/src/block/blk-mq.c:2209:6: note: byref variable will be forcibly initialized int queued = 0; ^~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_mq_flush_plug_list': /kisskb/src/block/blk-mq.c:2252:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26: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_submit_bio': /kisskb/src/block/blk-mq.c:2619:15: note: byref variable will be forcibly initialized unsigned int nr_segs = 1; ^~~~~~~ /kisskb/src/block/blk-mq.c:2618:7: note: byref variable will be forcibly initialized bool same_queue_rq = false; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/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:144:59: 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:320: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, 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:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function '__blk_mq_update_nr_hw_queues': /kisskb/src/block/blk-mq.c:4171:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/zstd/common/entropy_common.c: In function 'FSE_readNCount_body': /kisskb/src/lib/zstd/common/entropy_common.c:76:14: note: byref variable will be forcibly initialized char buffer[8] = {0}; ^~~~~~ /kisskb/src/lib/zstd/common/entropy_common.c: In function 'HUF_readStats': /kisskb/src/lib/zstd/common/entropy_common.c:255:9: note: byref variable will be forcibly initialized U32 wksp[HUF_READ_STATS_WORKSPACE_SIZE_U32]; ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'data_make_reusable': /kisskb/src/kernel/printk/printk_ringbuffer.c:571:18: note: byref variable will be forcibly initialized struct prb_desc desc; ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'data_push_tail': /kisskb/src/kernel/printk/printk_ringbuffer.c:634:16: note: byref variable will be forcibly initialized unsigned long next_lpos; ^~~~~~~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'desc_push_tail': /kisskb/src/kernel/printk/printk_ringbuffer.c:769:18: note: byref variable will be forcibly initialized struct prb_desc desc; ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'desc_reopen_last': /kisskb/src/kernel/printk/printk_ringbuffer.c:1264:6: note: byref variable will be forcibly initialized u32 cid; ^~~ /kisskb/src/kernel/printk/printk_ringbuffer.c:1261:18: note: byref variable will be forcibly initialized struct prb_desc desc; ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'desc_read_finalized_seq': /kisskb/src/kernel/printk/printk_ringbuffer.c:1750:6: note: byref variable will be forcibly initialized u64 s; ^ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_first_seq': /kisskb/src/kernel/printk/printk_ringbuffer.c:1830:6: note: byref variable will be forcibly initialized u64 seq; ^~~ /kisskb/src/kernel/printk/printk_ringbuffer.c:1828:18: note: byref variable will be forcibly initialized struct prb_desc desc; ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'copy_data': /kisskb/src/kernel/printk/printk_ringbuffer.c:1698:15: note: byref variable will be forcibly initialized unsigned int data_size; ^~~~~~~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_read': /kisskb/src/kernel/printk/printk_ringbuffer.c:1792:18: note: byref variable will be forcibly initialized struct prb_desc desc; ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_reserve_in_last': /kisskb/src/kernel/printk/printk_ringbuffer.c:1354:16: note: byref variable will be forcibly initialized unsigned long id; ^~ /kisskb/src/kernel/printk/printk_ringbuffer.c:1352:15: note: byref variable will be forcibly initialized unsigned int data_size; ^~~~~~~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_reserve': /kisskb/src/kernel/printk/printk_ringbuffer.c:1485:16: note: byref variable will be forcibly initialized unsigned long id; ^~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_read_valid_info': /kisskb/src/kernel/printk/printk_ringbuffer.c:1959:23: note: byref variable will be forcibly initialized struct printk_record r; ^ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_first_valid_seq': /kisskb/src/kernel/printk/printk_ringbuffer.c:1983:6: note: byref variable will be forcibly initialized u64 seq = 0; ^~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_next_seq': /kisskb/src/kernel/printk/printk_ringbuffer.c:2008:6: note: byref variable will be forcibly initialized u64 seq = 0; ^~~ /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/zstd/common/fse_decompress.c: In function 'FSE_decompress_usingDTable_generic': /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized FSE_DState_t state2; ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized FSE_DState_t state1; ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized BIT_DStream_t bitD; ^~~~ /kisskb/src/lib/zstd/common/fse_decompress.c: In function 'FSE_decompress_wksp_body': /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized FSE_DState_t state1; ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized FSE_DState_t state2; ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized BIT_DStream_t bitD; ^~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized FSE_DState_t state1; ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized FSE_DState_t state2; ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:328:14: note: byref variable will be forcibly initialized unsigned maxSymbolValue = FSE_MAX_SYMBOL_VALUE; ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:327:14: note: byref variable will be forcibly initialized unsigned tableLog; ^~~~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c: In function 'FSE_decompress_wksp_body_default': /kisskb/src/lib/zstd/common/fse_decompress.c:327:14: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/common/fse_decompress.c:328:14: note: byref variable will be forcibly initialized unsigned maxSymbolValue = FSE_MAX_SYMBOL_VALUE; ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c: In function 'FSE_decompress_usingDTable': /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized BIT_DStream_t bitD; ^~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized FSE_DState_t state1; ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized FSE_DState_t state2; ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized BIT_DStream_t bitD; ^~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized FSE_DState_t state1; ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized FSE_DState_t state2; ^~~~~~ /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/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 }; ^~~ /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_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/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:794: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:722: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:533:6: note: byref variable will be forcibly initialized int blocks_to_boundary = 0; ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/indirect.c:530:11: note: byref variable will be forcibly initialized Indirect chain[4]; ^~~~~ /kisskb/src/fs/ext4/indirect.c:529:14: note: byref variable will be forcibly initialized ext4_lblk_t offsets[4]; ^~~~~~~ /kisskb/src/fs/ext4/indirect.c:528:6: note: byref variable will be forcibly initialized int err = -EIO; ^~~ /kisskb/src/fs/ext4/indirect.c:527: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:1112:9: note: byref variable will be forcibly initialized __le32 nr = 0; ^~ /kisskb/src/fs/ext4/indirect.c:1110:11: note: byref variable will be forcibly initialized Indirect chain[4]; ^~~~~ /kisskb/src/fs/ext4/indirect.c:1109: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:1230:17: note: byref variable will be forcibly initialized __le32 nr = 0, nr2 = 0; ^~~ /kisskb/src/fs/ext4/indirect.c:1230:9: note: byref variable will be forcibly initialized __le32 nr = 0, nr2 = 0; ^~ /kisskb/src/fs/ext4/indirect.c:1226:21: note: byref variable will be forcibly initialized Indirect chain[4], chain2[4]; ^~~~~~ /kisskb/src/fs/ext4/indirect.c:1226:11: note: byref variable will be forcibly initialized Indirect chain[4], chain2[4]; ^~~~~ /kisskb/src/fs/ext4/indirect.c:1225:26: note: byref variable will be forcibly initialized ext4_lblk_t offsets[4], offsets2[4]; ^~~~~~~~ /kisskb/src/fs/ext4/indirect.c:1225:14: note: byref variable will be forcibly initialized ext4_lblk_t offsets[4], offsets2[4]; ^~~~~~~ /kisskb/src/fs/ext4/ialloc.c: In function 'find_group_orlov': /kisskb/src/fs/ext4/ialloc.c:440:22: note: byref variable will be forcibly initialized struct dx_hash_info hinfo; ^~~~~ /kisskb/src/fs/ext4/ialloc.c:438:21: note: byref variable will be forcibly initialized struct orlov_stats stats; ^~~~~ In file included from /kisskb/src/fs/ext4/ialloc.c:29: /kisskb/src/fs/ext4/ialloc.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized } 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/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/fs/ext4/ialloc.c: In function 'ext4_mark_inode_used': /kisskb/src/fs/ext4/ialloc.c:755:47: note: byref variable will be forcibly initialized struct buffer_head *inode_bitmap_bh = NULL, *group_desc_bh = NULL; ^~~~~~~~~~~~~ /kisskb/src/fs/ext4/ialloc.c: In function '__ext4_new_inode': /kisskb/src/fs/ext4/ialloc.c:1289:10: note: byref variable will be forcibly initialized __le32 gen = cpu_to_le32(inode->i_generation); ^~~ /kisskb/src/fs/ext4/ialloc.c:1288:10: note: byref variable will be forcibly initialized __le32 inum = cpu_to_le32(inode->i_ino); ^~~~ /kisskb/src/fs/ext4/ialloc.c:936:16: note: byref variable will be forcibly initialized unsigned long ino = 0; ^~~ /kisskb/src/fs/ext4/ialloc.c:935:24: note: byref variable will be forcibly initialized ext4_group_t ngroups, group = 0; ^~~~~ /kisskb/src/fs/ext4/ialloc.c:934:22: note: byref variable will be forcibly initialized struct buffer_head *group_desc_bh; ^~~~~~~~~~~~~ /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/fs/ext4/ialloc.c: In function 'ext4_init_inode_table': /kisskb/src/fs/ext4/ialloc.c:1519:22: note: byref variable will be forcibly initialized struct buffer_head *group_desc_bh; ^~~~~~~~~~~~~ /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_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 */ ^~~~~~~ In file included from /kisskb/src/include/crypto/internal/skcipher.h:13, from /kisskb/src/crypto/authenc.c:10: /kisskb/src/crypto/authenc.c: In function 'crypto_authenc_copy_assoc': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized 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/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, 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/lib/zstd/compress/fse_compress.c: In function 'FSE_compress_usingCTable_generic': /kisskb/src/lib/zstd/compress/fse_compress.c:559:27: note: byref variable will be forcibly initialized FSE_CState_t CState1, CState2; ^~~~~~~ /kisskb/src/lib/zstd/compress/fse_compress.c:559:18: note: byref variable will be forcibly initialized FSE_CState_t CState1, CState2; ^~~~~~~ /kisskb/src/lib/zstd/compress/fse_compress.c:558:19: note: byref variable will be forcibly initialized BIT_CStream_t bitC; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/fs/isofs/compress.c:16: /kisskb/src/fs/isofs/compress.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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/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/fs/ntfs3/attrib.c: In function 'run_deallocate_ex': /kisskb/src/fs/ntfs3/attrib.c:121:9: note: byref variable will be forcibly initialized size_t idx; ^~~ /kisskb/src/fs/ntfs3/attrib.c:120:34: note: byref variable will be forcibly initialized CLST vcn_next, vcn0 = vcn, lcn, clen, dn = 0; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:120:29: note: byref variable will be forcibly initialized CLST vcn_next, vcn0 = vcn, lcn, clen, dn = 0; ^~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_allocate_clusters': /kisskb/src/fs/ntfs3/attrib.c:175:7: note: byref variable will be forcibly initialized CLST flen, vcn0 = vcn, pre = pre_alloc ? *pre_alloc : 0; ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_make_nonresident': /kisskb/src/fs/ntfs3/attrib.c:243:12: note: byref variable will be forcibly initialized CLST len, alen; ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_set_size': /kisskb/src/fs/ntfs3/attrib.c:421:18: note: byref variable will be forcibly initialized CLST next_svcn, pre_alloc = -1, done = 0; ^~~~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:420:18: note: byref variable will be forcibly initialized CLST alen, vcn, lcn, new_alen, old_alen, svcn, evcn; ^~~ /kisskb/src/fs/ntfs3/attrib.c:420:13: note: byref variable will be forcibly initialized CLST alen, vcn, lcn, new_alen, old_alen, svcn, evcn; ^~~ /kisskb/src/fs/ntfs3/attrib.c:420:7: note: byref variable will be forcibly initialized CLST alen, vcn, lcn, new_alen, old_alen, svcn, evcn; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:419:25: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:419:20: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~ /kisskb/src/fs/ntfs3/attrib.c:418:31: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:418:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~ /kisskb/src/fs/ntfs3/attrib.c:417:31: note: byref variable will be forcibly initialized struct ATTRIB *attr = NULL, *attr_b; ^~~~~~ /kisskb/src/fs/ntfs3/attrib.c:417:17: note: byref variable will be forcibly initialized struct ATTRIB *attr = NULL, *attr_b; ^~~~ /kisskb/src/kernel/printk/index.c: In function 'pi_show': /kisskb/src/kernel/printk/index.c:77:25: note: byref variable will be forcibly initialized enum printk_info_flags flags = 0; ^~~~~ /kisskb/src/kernel/printk/index.c:76:6: note: byref variable will be forcibly initialized int level = LOGLEVEL_DEFAULT; ^~~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_data_get_block': /kisskb/src/fs/ntfs3/attrib.c:816:54: note: byref variable will be forcibly initialized CLST hint, svcn, to_alloc, evcn1, next_svcn, asize, end; ^~~ /kisskb/src/fs/ntfs3/attrib.c:816:13: note: byref variable will be forcibly initialized CLST hint, svcn, to_alloc, evcn1, next_svcn, asize, end; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:816:7: note: byref variable will be forcibly initialized CLST hint, svcn, to_alloc, evcn1, next_svcn, asize, end; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:815:25: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:815:20: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~ /kisskb/src/fs/ntfs3/attrib.c:814:31: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:814:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~ /kisskb/src/fs/ntfs3/attrib.c:813:17: note: byref variable will be forcibly initialized struct ATTRIB *attr = NULL, *attr_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_data_write_resident': /kisskb/src/fs/ntfs3/attrib.c:1102:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_load_runs_range': /kisskb/src/fs/ntfs3/attrib.c:1178:12: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1178:7: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~ /kisskb/src/fs/fat/misc.c: In function 'fat_msg': /kisskb/src/fs/fat/misc.c:51:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/fat/misc.c:50:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/fat/misc.c: In function '__fat_fs_error': /kisskb/src/fs/fat/misc.c:25:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/fat/misc.c:24:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_wof_frame_info': /kisskb/src/fs/ntfs3/attrib.c:1209:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/fat/misc.c: In function 'fat_chain_add': /kisskb/src/fs/fat/misc.c:124:20: note: byref variable will be forcibly initialized struct fat_entry fatent; ^~~~~~ /kisskb/src/fs/fat/misc.c:113:14: note: byref variable will be forcibly initialized int fclus, dclus; ^~~~~ /kisskb/src/fs/fat/misc.c:113:7: note: byref variable will be forcibly initialized int fclus, dclus; ^~~~~ /kisskb/src/fs/fat/misc.c: In function 'fat_time_unix2fat': /kisskb/src/fs/fat/misc.c:240:12: note: byref variable will be forcibly initialized struct tm tm; ^~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_is_frame_compressed': /kisskb/src/fs/ntfs3/attrib.c:1351:9: note: byref variable will be forcibly initialized size_t idx; ^~~ /kisskb/src/fs/ntfs3/attrib.c:1350:18: note: byref variable will be forcibly initialized CLST clen, lcn, vcn, alen, slen, vcn_next; ^~~ /kisskb/src/fs/ntfs3/attrib.c:1350:13: note: byref variable will be forcibly initialized CLST clen, lcn, vcn, alen, slen, vcn_next; ^~~ /kisskb/src/fs/ntfs3/attrib.c:1350:7: note: byref variable will be forcibly initialized CLST clen, lcn, vcn, alen, slen, vcn_next; ^~~~ /kisskb/src/fs/fat/misc.c: In function 'fat_truncate_time': /kisskb/src/fs/fat/misc.c:299:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_allocate_frame': /kisskb/src/fs/ntfs3/attrib.c:1525:14: note: byref variable will be forcibly initialized CLST alen, hint = 0; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1525:8: note: byref variable will be forcibly initialized CLST alen, hint = 0; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1459:17: note: byref variable will be forcibly initialized CLST vcn, end, clst_data; ^~~~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:1459:12: note: byref variable will be forcibly initialized CLST vcn, end, clst_data; ^~~ /kisskb/src/fs/ntfs3/attrib.c:1459:7: note: byref variable will be forcibly initialized CLST vcn, end, clst_data; ^~~ /kisskb/src/fs/ntfs3/attrib.c:1458:31: note: byref variable will be forcibly initialized CLST svcn, evcn1, next_svcn, lcn, len; ^~~ /kisskb/src/fs/ntfs3/attrib.c:1458:7: note: byref variable will be forcibly initialized CLST svcn, evcn1, next_svcn, lcn, len; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1457:25: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1457:20: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~ /kisskb/src/fs/ntfs3/attrib.c:1456:31: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1456:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~ /kisskb/src/fs/ntfs3/attrib.c:1455:17: note: byref variable will be forcibly initialized struct ATTRIB *attr = NULL, *attr_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_collapse_range': /kisskb/src/fs/ntfs3/attrib.c:1778:20: note: byref variable will be forcibly initialized CLST vcn1, eat, next_svcn; ^~~~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:1722:7: note: byref variable will be forcibly initialized u64 new_valid = min(ni->i_valid, vbo); ^~~~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:1681:7: note: byref variable will be forcibly initialized CLST vcn, end; ^~~ /kisskb/src/fs/ntfs3/attrib.c:1680:25: note: byref variable will be forcibly initialized CLST svcn, evcn1, len, dealloc, alen; ^~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:1680:7: note: byref variable will be forcibly initialized CLST svcn, evcn1, len, dealloc, alen; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1679:25: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1679:20: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~ /kisskb/src/fs/ntfs3/attrib.c:1678:31: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1678:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~ /kisskb/src/fs/ntfs3/attrib.c:1677:17: note: byref variable will be forcibly initialized struct ATTRIB *attr = NULL, *attr_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_punch_hole': /kisskb/src/fs/ntfs3/attrib.c:1939:41: note: byref variable will be forcibly initialized CLST svcn, evcn1, vcn, len, end, alen, dealloc; ^~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:1939:20: note: byref variable will be forcibly initialized CLST svcn, evcn1, vcn, len, end, alen, dealloc; ^~~ /kisskb/src/fs/ntfs3/attrib.c:1939:7: note: byref variable will be forcibly initialized CLST svcn, evcn1, vcn, len, end, alen, dealloc; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1938:25: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1938:20: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_b; ^~ /kisskb/src/fs/ntfs3/attrib.c:1937:31: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1937:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le, *le_b; ^~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/sched/coredump.h:5, from /kisskb/src/kernel/sched/sched.h:9, from /kisskb/src/kernel/sched/completion.c:14: /kisskb/src/kernel/sched/completion.c: In function 'do_wait_for_common': /kisskb/src/kernel/sched/completion.c:75:22: note: byref variable will be forcibly initialized 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/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_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, 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:26: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_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_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, 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:26: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:26: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, 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:26: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, 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:26: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, 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:26: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, 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:26: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/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/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; ^~~~ /kisskb/src/crypto/zstd.c: In function '__zstd_compress': /kisskb/src/crypto/zstd.c:155:24: note: byref variable will be forcibly initialized const zstd_parameters params = zstd_params(); ^~~~~~ /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; ^~ /kisskb/src/crypto/zstd.c: In function 'zstd_comp_init': /kisskb/src/crypto/zstd.c:35:24: note: byref variable will be forcibly initialized const zstd_parameters params = zstd_params(); ^~~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_slow': /kisskb/src/crypto/ecc.c:618:7: note: byref variable will be forcibly initialized u64 *v[2] = { tmp, product }; ^ /kisskb/src/crypto/ecc.c:617:6: note: byref variable will be forcibly initialized u64 tmp[2 * ECC_MAX_DIGITS]; ^~~ /kisskb/src/crypto/ecc.c:616: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:535:6: note: byref variable will be forcibly initialized u64 r[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/crypto/ecc.c:534: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:585:7: note: byref variable will be forcibly initialized u64 qc[ECC_MAX_DIGITS * 2]; ^~ /kisskb/src/crypto/ecc.c:570:6: note: byref variable will be forcibly initialized u64 m[ECC_MAX_DIGITS * 2]; /* expanded mod */ ^ /kisskb/src/crypto/ecc.c:569:6: note: byref variable will be forcibly initialized u64 r[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/crypto/ecc.c:568: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:667:6: note: byref variable will be forcibly initialized u64 r[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/crypto/ecc.c:666: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:913: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:979: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:969: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:1147: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:1085:6: note: byref variable will be forcibly initialized u64 t5[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1084: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:1159: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:1186: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:1231:6: note: byref variable will be forcibly initialized u64 t7[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1230:6: note: byref variable will be forcibly initialized u64 t6[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1229: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:1421: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:958: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:994:25: note: byref variable will be forcibly initialized u64 u[ECC_MAX_DIGITS], v[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:994:6: note: byref variable will be forcibly initialized u64 u[ECC_MAX_DIGITS], v[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:993:25: note: byref variable will be forcibly initialized u64 a[ECC_MAX_DIGITS], b[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:993: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:1346:6: note: byref variable will be forcibly initialized u64 py[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1345:6: note: byref variable will be forcibly initialized u64 px[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1344: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:1289:6: note: byref variable will be forcibly initialized u64 sk[2][ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1288:6: note: byref variable will be forcibly initialized u64 z[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:1287:6: note: byref variable will be forcibly initialized u64 ry[2][ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1286: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:1402:8: note: byref variable will be forcibly initialized u64 tz[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1401:8: note: byref variable will be forcibly initialized u64 ty[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1400:8: note: byref variable will be forcibly initialized u64 tx[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecc.c:1374:26: note: byref variable will be forcibly initialized const struct ecc_point *points[4]; ^~~~~~ /kisskb/src/crypto/ecc.c:1373: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:1368:6: note: byref variable will be forcibly initialized u64 sump[2][ECC_MAX_DIGITS]; ^~~~ /kisskb/src/crypto/ecc.c:1367: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:1470: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:1551: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:1551: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:1551:6: note: byref variable will be forcibly initialized u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; ^~ /kisskb/src/kernel/locking/lockdep_proc.c: In function 'print_name': /kisskb/src/kernel/locking/lockdep_proc.c:43:7: note: byref variable will be forcibly initialized char str[KSYM_NAME_LEN]; ^~~ /kisskb/src/kernel/locking/lockdep_proc.c: In function 'seq_time': /kisskb/src/kernel/locking/lockdep_proc.c:416:7: note: byref variable will be forcibly initialized char num[15]; ^~~ /kisskb/src/crypto/ecc.c: In function 'ecc_make_pub_key': /kisskb/src/crypto/ecc.c:1513:6: note: byref variable will be forcibly initialized u64 priv[ECC_MAX_DIGITS]; ^~~~ /kisskb/src/crypto/ecc.c: In function 'crypto_ecdh_shared_secret': /kisskb/src/crypto/ecc.c:1614:6: note: byref variable will be forcibly initialized u64 rand_z[ECC_MAX_DIGITS]; ^~~~~~ /kisskb/src/crypto/ecc.c:1613:6: note: byref variable will be forcibly initialized u64 priv[ECC_MAX_DIGITS]; ^~~~ /kisskb/src/kernel/locking/lockdep_proc.c: In function 'seq_stats': /kisskb/src/kernel/locking/lockdep_proc.c:522:8: note: byref variable will be forcibly initialized char ip[32]; ^~ /kisskb/src/kernel/locking/lockdep_proc.c:507:8: note: byref variable will be forcibly initialized char ip[32]; ^~ /kisskb/src/kernel/locking/lockdep_proc.c:458:8: note: byref variable will be forcibly initialized char str[KSYM_NAME_LEN]; ^~~ /kisskb/src/kernel/locking/lockdep_proc.c:438:7: note: byref variable will be forcibly initialized char name[39]; ^~~~ /kisskb/src/kernel/locking/lockdep_proc.c: In function 'l_show': /kisskb/src/kernel/locking/lockdep_proc.c:62:7: note: byref variable will be forcibly initialized char usage[LOCK_USAGE_CHARS]; ^~~~~ /kisskb/src/lib/zstd/compress/huf_compress.c: In function 'HUF_compress1X_usingCTable_internal_body': /kisskb/src/lib/zstd/compress/huf_compress.c:586:19: note: byref variable will be forcibly initialized BIT_CStream_t bitC; ^~~~ /kisskb/src/lib/zstd/compress/huf_compress.c: In function 'HUF_compressWeights': /kisskb/src/lib/zstd/compress/huf_compress.c:73:14: note: byref variable will be forcibly initialized unsigned maxSymbolValue = HUF_TABLELOG_MAX; ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/huf_compress.c: In function 'HUF_setMaxHeight': /kisskb/src/lib/zstd/compress/huf_compress.c:277:17: note: byref variable will be forcibly initialized U32 rankLast[HUF_TABLELOG_MAX+2]; ^~~~~~~~ /kisskb/src/lib/zstd/compress/huf_compress.c: In function 'HUF_writeCTable': /kisskb/src/lib/zstd/compress/huf_compress.c:155:25: note: byref variable will be forcibly initialized HUF_WriteCTableWksp wksp; ^~~~ /kisskb/src/lib/zstd/compress/huf_compress.c: In function 'HUF_readCTable': /kisskb/src/lib/zstd/compress/huf_compress.c:165:9: note: byref variable will be forcibly initialized U32 nbSymbols = 0; ^~~~~~~~~ /kisskb/src/lib/zstd/compress/huf_compress.c:164:9: note: byref variable will be forcibly initialized U32 tableLog = 0; ^~~~~~~~ /kisskb/src/lib/zstd/compress/huf_compress.c:163:9: note: byref variable will be forcibly initialized U32 rankVal[HUF_TABLELOG_ABSOLUTEMAX + 1]; /* large enough for values from 0 to 16 */ ^~~~~~~ /kisskb/src/lib/zstd/compress/huf_compress.c:162:10: note: byref variable will be forcibly initialized BYTE huffWeight[HUF_SYMBOLVALUE_MAX + 1]; /* init not required, even though some static analyzer may complain */ ^~~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/backing-dev.h:13, from /kisskb/src/mm/truncate.c:12: /kisskb/src/mm/truncate.c: In function '__clear_shadow_entry': /kisskb/src/mm/truncate.c:37:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:482:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/mm/truncate.c:481: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:300:11: note: byref variable will be forcibly initialized pgoff_t indices[PAGEVEC_SIZE]; ^~~~~~~ /kisskb/src/mm/truncate.c:299: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:627:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/mm/truncate.c:626:10: note: byref variable will be forcibly initialized pgoff_t indices[PAGEVEC_SIZE]; ^~~~~~~ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c: In function 'get_best_ratio': /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c:133:6: note: byref variable will be forcibly initialized u32 d[] = {1, 0}; ^ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c:132:6: note: byref variable will be forcibly initialized u32 n[] = {0, 1}; ^ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c: In function 'mixel_dphy_config_from_opts': /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c:160:23: note: byref variable will be forcibly initialized u32 lp_t, numerator, denominator; ^~~~~~~~~~~ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c:160:12: note: byref variable will be forcibly initialized u32 lp_t, numerator, denominator; ^~~~~~~~~ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c: In function 'mixel_dphy_power_on': /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c:379:6: note: byref variable will be forcibly initialized u32 locked; ^~~~~~ /kisskb/src/crypto/curve25519-generic.c: In function 'curve25519_compute_value': /kisskb/src/crypto/curve25519-generic.c:29:5: note: byref variable will be forcibly initialized u8 buf[CURVE25519_KEY_SIZE]; ^~~ /kisskb/src/crypto/curve25519-generic.c:28:5: note: byref variable will be forcibly initialized u8 public_key[CURVE25519_KEY_SIZE]; ^~~~~~~~~~ /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, 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/fs/fat/nfs.c: In function 'fat_rebuild_parent': /kisskb/src/fs/fat/nfs.c:220:23: note: byref variable will be forcibly initialized struct fat_slot_info sinfo; ^~~~~ /kisskb/src/fs/fat/nfs.c: In function 'fat_get_parent': /kisskb/src/fs/fat/nfs.c:266:26: note: byref variable will be forcibly initialized struct msdos_dir_entry *de; ^~ /kisskb/src/fs/fat/nfs.c:265:22: note: byref variable will be forcibly initialized struct buffer_head *bh = NULL; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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:110:59: 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/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/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/vmscan.h:498, from /kisskb/src/mm/vmscan.c:63: /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_kswapd_sleep': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_sleep, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_sleep, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_kswapd_wake': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_wakeup_kswapd': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:87:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:87:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_direct_reclaim_begin_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/vmscan.h:113:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/vmscan.h:113:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_direct_reclaim_end_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/vmscan.h:157:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/vmscan.h:157:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_shrink_slab_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_shrink_slab_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:242:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:242:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_lru_isolate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:279:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:279:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_lru_shrink_inactive': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:351:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:351:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_lru_shrink_active': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_node_reclaim_begin': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:438:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_node_reclaim_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:438:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_node_reclaim_begin, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_throttled': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:469:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_throttled, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:469:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_throttled, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/vmscan.h:498, from /kisskb/src/mm/vmscan.c:63: /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_kswapd_sleep': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_sleep, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_kswapd_wake': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:64:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_kswapd_wake, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_wakeup_kswapd': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:87:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_wakeup_kswapd, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_direct_reclaim_begin_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/vmscan.h:113:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_direct_reclaim_end_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/vmscan.h:157:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_shrink_slab_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_start, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_shrink_slab_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:242:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_shrink_slab_end, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_isolate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:279:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_isolate, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_shrink_inactive': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:351:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_inactive, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_shrink_active': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_lru_shrink_active, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_node_reclaim_begin': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:438:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_node_reclaim_begin, ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_throttled': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:469:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_throttled, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/vmscan.h:498, from /kisskb/src/mm/vmscan.c:63: /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_writepage': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:328:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_writepage, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:328:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_writepage, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/vmscan.h:498, from /kisskb/src/mm/vmscan.c:63: /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_writepage': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:328:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_vmscan_writepage, ^~~~~~~~~~~ /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/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/fat/namei_vfat.c: In function 'vfat_unlink': /kisskb/src/fs/fat/namei_vfat.c:827:23: note: byref variable will be forcibly initialized struct fat_slot_info sinfo; ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_rmdir': /kisskb/src/fs/fat/namei_vfat.c:796:23: note: byref variable will be forcibly initialized struct fat_slot_info sinfo; ^~~~~ In file included from /kisskb/src/fs/fat/namei_vfat.c:21: /kisskb/src/fs/fat/namei_vfat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'xlate_to_uni': /kisskb/src/fs/fat/namei_vfat.c:534:8: note: byref variable will be forcibly initialized u8 uc[2]; ^~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_find_form': /kisskb/src/fs/fat/namei_vfat.c:238:23: note: byref variable will be forcibly initialized struct fat_slot_info sinfo; ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_create_shortname': /kisskb/src/fs/fat/namei_vfat.c:338:35: note: byref variable will be forcibly initialized struct shortname_info base_info, ext_info; ^~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:338:24: note: byref variable will be forcibly initialized struct shortname_info base_info, ext_info; ^~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:334:16: note: byref variable will be forcibly initialized unsigned char charbuf[NLS_MAX_CHARSET_SIZE]; ^~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:333:33: note: byref variable will be forcibly initialized unsigned char base[9], ext[4], buf[5], *p; ^~~ /kisskb/src/fs/fat/namei_vfat.c:333:25: note: byref variable will be forcibly initialized unsigned char base[9], ext[4], buf[5], *p; ^~~ /kisskb/src/fs/fat/namei_vfat.c:333:16: note: byref variable will be forcibly initialized unsigned char base[9], ext[4], buf[5], *p; ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_slab': /kisskb/src/mm/vmscan.c:927:25: note: byref variable will be forcibly initialized struct shrink_control sc = { ^~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_build_slots': /kisskb/src/fs/fat/namei_vfat.c:593:17: note: byref variable will be forcibly initialized int err, ulen, usize, i; ^~~~~ /kisskb/src/fs/fat/namei_vfat.c:593:11: note: byref variable will be forcibly initialized int err, ulen, usize, i; ^~~~ /kisskb/src/fs/fat/namei_vfat.c:592:5: note: byref variable will be forcibly initialized u8 time_cs; ^~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:591:15: note: byref variable will be forcibly initialized __le16 time, date; ^~~~ /kisskb/src/fs/fat/namei_vfat.c:591:9: note: byref variable will be forcibly initialized __le16 time, date; ^~~~ /kisskb/src/fs/fat/namei_vfat.c:589:16: note: byref variable will be forcibly initialized unsigned char msdos_name[MSDOS_NAME]; ^~~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:588:23: note: byref variable will be forcibly initialized unsigned char cksum, lcase; ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_add_entry': /kisskb/src/fs/fat/namei_vfat.c:662:11: note: byref variable will be forcibly initialized int err, nr_slots; ^~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_rename': /kisskb/src/fs/fat/namei_vfat.c:904:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/fat/namei_vfat.c:903:34: note: byref variable will be forcibly initialized struct fat_slot_info old_sinfo, sinfo; ^~~~~ /kisskb/src/fs/fat/namei_vfat.c:903:23: note: byref variable will be forcibly initialized struct fat_slot_info old_sinfo, sinfo; ^~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:901:26: note: byref variable will be forcibly initialized struct msdos_dir_entry *dotdot_de; ^~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:900:22: note: byref variable will be forcibly initialized struct buffer_head *dotdot_bh; ^~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_mkdir': /kisskb/src/fs/fat/namei_vfat.c:855:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/fat/namei_vfat.c:854:23: note: byref variable will be forcibly initialized struct fat_slot_info sinfo; ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_create': /kisskb/src/fs/fat/namei_vfat.c:765:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/fat/namei_vfat.c:764:23: note: byref variable will be forcibly initialized struct fat_slot_info sinfo; ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_lookup': /kisskb/src/fs/fat/namei_vfat.c:705:23: note: byref variable will be forcibly initialized struct fat_slot_info sinfo; ^~~~~ /kisskb/src/mm/vmscan.c: In function 'page_check_references': /kisskb/src/mm/vmscan.c:1341: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:1166:28: note: byref variable will be forcibly initialized struct writeback_control wbc = { ^~~ /kisskb/src/mm/vmscan.c: In function 'demote_page_list': /kisskb/src/mm/vmscan.c:1446:15: note: byref variable will be forcibly initialized unsigned int nr_succeeded; ^~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_page_list': /kisskb/src/mm/vmscan.c:1492:15: note: byref variable will be forcibly initialized bool dirty, writeback, may_enter_fs; ^~~~~~~~~ /kisskb/src/mm/vmscan.c:1492: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, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:1478:12: note: byref variable will be forcibly initialized LIST_HEAD(demote_pages); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c:1477:12: note: byref variable will be forcibly initialized LIST_HEAD(free_pages); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c:1476:12: note: byref variable will be forcibly initialized LIST_HEAD(ret_pages); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26: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, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'throttle_direct_reclaim': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:908:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:930:11: note: in expansion of macro '__wait_event_killable' __ret = __wait_event_killable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3731:3: note: in expansion of macro 'wait_event_killable' wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3727:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(pgdat->pfmemalloc_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_read_inline_page': /kisskb/src/fs/ext4/inline.c:473:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'move_pages_to_lru': /kisskb/src/mm/vmscan.c:2271:12: note: byref variable will be forcibly initialized LIST_HEAD(pages_to_free); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26: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:1934:12: note: byref variable will be forcibly initialized LIST_HEAD(clean_pages); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c:1931:22: note: byref variable will be forcibly initialized struct reclaim_stat stat; ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'isolate_lru_pages': /kisskb/src/mm/vmscan.c:2086:12: note: byref variable will be forcibly initialized LIST_HEAD(pages_skipped); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data_to_extent': /kisskb/src/fs/ext4/inline.c:538:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c:535:6: note: byref variable will be forcibly initialized int retries = 0, sem_held = 0; ^~~~~~~ /kisskb/src/fs/ext4/inline.c:533:26: note: byref variable will be forcibly initialized int ret, needed_blocks, no_expand; ^~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_inactive_list': /kisskb/src/mm/vmscan.c:2356:22: note: byref variable will be forcibly initialized struct reclaim_stat stat; ^~~~ /kisskb/src/mm/vmscan.c:2353:16: note: byref variable will be forcibly initialized unsigned long nr_scanned; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:2352:12: note: byref variable will be forcibly initialized LIST_HEAD(page_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_add_dirent_to_inline': /kisskb/src/fs/ext4/inline.c:1036:27: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 *de; ^~ /kisskb/src/mm/vmscan.c: In function 'shrink_active_list': /kisskb/src/mm/vmscan.c:2466:12: note: byref variable will be forcibly initialized LIST_HEAD(l_inactive); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c:2465:12: note: byref variable will be forcibly initialized LIST_HEAD(l_active); ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c:2464:12: note: byref variable will be forcibly initialized LIST_HEAD(l_hold); /* The pages which were snipped off */ ^~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/vmscan.c:2463:16: note: byref variable will be forcibly initialized unsigned long vm_flags; ^~~~~~~~ /kisskb/src/mm/vmscan.c:2462:16: note: byref variable will be forcibly initialized unsigned long nr_scanned; ^~~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data_nolock': /kisskb/src/fs/ext4/inline.c:1192:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/mm/vmscan.c: In function 'shrink_lruvec': /kisskb/src/mm/vmscan.c:2907:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/mm/vmscan.c:2902:16: note: byref variable will be forcibly initialized unsigned long targets[NR_LRU_LISTS]; ^~~~~~~ /kisskb/src/mm/vmscan.c:2901:16: note: byref variable will be forcibly initialized unsigned long nr[NR_LRU_LISTS]; ^~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_get_max_inline_size': /kisskb/src/fs/ext4/inline.c:95:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_prepare_inline_data': /kisskb/src/fs/ext4/inline.c:385:17: note: byref variable will be forcibly initialized 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:658: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:740:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c:738:6: note: byref variable will be forcibly initialized int no_expand; ^~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_journalled_write_inline_data': /kisskb/src/fs/ext4/inline.c:823:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c:821: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:918:6: note: byref variable will be forcibly initialized int retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/inline.c:917:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/mm/vmscan.c: In function 'balance_pgdat': /kisskb/src/mm/vmscan.c:4087:16: note: byref variable will be forcibly initialized unsigned long pflags; ^~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_add_inline_entry': /kisskb/src/fs/ext4/inline.c:1280:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c:1278: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:1359:21: note: byref variable will be forcibly initialized struct fscrypt_str tmp_str; ^~~~~~~ /kisskb/src/fs/ext4/inline.c:1358:26: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 fake; ^~~~ /kisskb/src/fs/ext4/inline.c:1356:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/mm/vmscan.c: In function 'reclaim_pages': /kisskb/src/mm/vmscan.c:2556:22: note: byref variable will be forcibly initialized struct reclaim_stat dummy_stat; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:2555:12: note: byref variable will be forcibly initialized LIST_HEAD(node_page_list); ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_cmp': /kisskb/src/fs/fat/namei_msdos.c:171:42: note: byref variable will be forcibly initialized unsigned char a_msdos_name[MSDOS_NAME], b_msdos_name[MSDOS_NAME]; ^~~~~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c:171:16: note: byref variable will be forcibly initialized unsigned char a_msdos_name[MSDOS_NAME], b_msdos_name[MSDOS_NAME]; ^~~~~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_hash': /kisskb/src/fs/fat/namei_msdos.c:154:16: note: byref variable will be forcibly initialized unsigned char msdos_name[MSDOS_NAME]; ^~~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_find': /kisskb/src/fs/fat/namei_msdos.c:123:16: note: byref variable will be forcibly initialized unsigned char msdos_name[MSDOS_NAME]; ^~~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_unlink': /kisskb/src/fs/fat/namei_msdos.c:406:23: note: byref variable will be forcibly initialized struct fat_slot_info sinfo; ^~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_rmdir': /kisskb/src/fs/fat/namei_msdos.c:314:23: note: byref variable will be forcibly initialized struct fat_slot_info sinfo; ^~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_read_inline_dir': /kisskb/src/fs/ext4/inline.c:1471:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_get_first_inline_block': /kisskb/src/fs/ext4/inline.c:1595:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_add_entry': /kisskb/src/fs/fat/namei_msdos.c:233:15: note: byref variable will be forcibly initialized __le16 time, date; ^~~~ /kisskb/src/fs/fat/namei_msdos.c:233:9: note: byref variable will be forcibly initialized __le16 time, date; ^~~~ /kisskb/src/fs/fat/namei_msdos.c:232:25: note: byref variable will be forcibly initialized struct msdos_dir_entry de; ^~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_create_inline_dir': /kisskb/src/fs/ext4/inline.c:1615:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_find_inline_entry': /kisskb/src/fs/ext4/inline.c:1650:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'do_msdos_rename': /kisskb/src/fs/fat/namei_msdos.c:437:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/fat/namei_msdos.c:436:34: note: byref variable will be forcibly initialized struct fat_slot_info old_sinfo, sinfo; ^~~~~ /kisskb/src/fs/fat/namei_msdos.c:436:23: note: byref variable will be forcibly initialized struct fat_slot_info old_sinfo, sinfo; ^~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c:434:26: note: byref variable will be forcibly initialized struct msdos_dir_entry *dotdot_de; ^~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c:433:22: note: byref variable will be forcibly initialized struct buffer_head *dotdot_bh; ^~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_delete_inline_entry': /kisskb/src/fs/ext4/inline.c:1699:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c:1698: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:1780:8: note: byref variable will be forcibly initialized void *inline_pos; ^~~~~~~~~~ /kisskb/src/fs/ext4/inline.c:1778:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c:1777:11: note: byref variable will be forcibly initialized int err, inline_size; ^~~~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_rename': /kisskb/src/fs/fat/namei_msdos.c:603:44: note: byref variable will be forcibly initialized unsigned char old_msdos_name[MSDOS_NAME], new_msdos_name[MSDOS_NAME]; ^~~~~~~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c:603:16: note: byref variable will be forcibly initialized unsigned char old_msdos_name[MSDOS_NAME], new_msdos_name[MSDOS_NAME]; ^~~~~~~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_mkdir': /kisskb/src/fs/fat/namei_msdos.c:349:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/fat/namei_msdos.c:348:16: note: byref variable will be forcibly initialized unsigned char msdos_name[MSDOS_NAME]; ^~~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c:346:23: note: byref variable will be forcibly initialized struct fat_slot_info sinfo; ^~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_destroy_inline_data': /kisskb/src/fs/ext4/inline.c:1841:11: note: byref variable will be forcibly initialized int ret, no_expand; ^~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_inline_data_iomap': /kisskb/src/fs/ext4/inline.c:1854:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_create': /kisskb/src/fs/fat/namei_msdos.c:271:16: note: byref variable will be forcibly initialized unsigned char msdos_name[MSDOS_NAME]; ^~~~~~~~~~ /kisskb/src/fs/fat/namei_msdos.c:270:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/fat/namei_msdos.c:269:23: note: byref variable will be forcibly initialized struct fat_slot_info sinfo; ^~~~~ /kisskb/src/fs/fat/namei_msdos.c: In function 'msdos_lookup': /kisskb/src/fs/fat/namei_msdos.c:205:23: note: byref variable will be forcibly initialized struct fat_slot_info sinfo; ^~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_inline_data_truncate': /kisskb/src/fs/ext4/inline.c:1885:45: note: byref variable will be forcibly initialized int inline_size, value_len, needed_blocks, no_expand, err = 0; ^~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data': /kisskb/src/fs/ext4/inline.c:2002:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/inline.c:2000:28: note: byref variable will be forcibly initialized int error, needed_blocks, no_expand; ^~~~~~~~~ /kisskb/src/fs/ntfs3/attrlist.c: In function 'al_find_le': /kisskb/src/fs/ntfs3/attrlist.c:156:7: note: byref variable will be forcibly initialized CLST svcn = attr_svcn(attr); ^~~~ /kisskb/src/fs/ntfs3/attrlist.c: In function 'al_add_le': /kisskb/src/fs/ntfs3/attrlist.c:280:6: note: byref variable will be forcibly initialized u64 new_size; ^~~~~~~~ /kisskb/src/fs/ntfs3/attrlist.c:275:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/crypto/sm2.c: In function 'sm2_z_digest_update': /kisskb/src/crypto/sm2.c:221:15: note: byref variable will be forcibly initialized unsigned int inlen; ^~~~~ /kisskb/src/fs/ntfs3/attrlist.c: In function 'al_update': /kisskb/src/fs/ntfs3/attrlist.c:426:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/crypto/sm2.c: In function 'sm2_ecc_os2ec': /kisskb/src/crypto/sm2.c:136:9: note: byref variable will be forcibly initialized size_t n; ^ /kisskb/src/crypto/sm2.c: In function '_sm2_verify': /kisskb/src/crypto/sm2.c:299:28: note: byref variable will be forcibly initialized struct gcry_mpi_point sG, tP; ^~ /kisskb/src/crypto/sm2.c:299:24: note: byref variable will be forcibly initialized struct gcry_mpi_point sG, tP; ^~ /kisskb/src/crypto/sm2.c: In function 'sm2_verify': /kisskb/src/crypto/sm2.c:353:27: note: byref variable will be forcibly initialized struct sm2_signature_ctx sig; ^~~ In file included from /kisskb/src/crypto/sm2.c:15: /kisskb/src/crypto/sm2.c: In function 'sm2_compute_z_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/sm2.c:268:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(desc, NULL); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/sm2.c:267:16: note: byref variable will be forcibly initialized unsigned char entl[2]; ^~~~ /kisskb/src/kernel/irq/handle.c: In function 'handle_irq_event_percpu': /kisskb/src/kernel/irq/handle.c:196:15: note: byref variable will be forcibly initialized unsigned int flags = 0; ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_createCDict_advanced_internal': /kisskb/src/lib/zstd/compress/zstd_compress.c:3652:20: note: byref variable will be forcibly initialized ZSTD_cwksp ws; ^~ In file included from /kisskb/src/lib/zstd/compress/zstd_compress.c:22: /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_updateRep': /kisskb/src/lib/zstd/compress/zstd_compress_internal.h:401:16: note: byref variable will be forcibly initialized repcodes_t newReps; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_copySequencesToSeqStoreNoBlockDelim': /kisskb/src/lib/zstd/compress/zstd_compress.c:4553:16: note: byref variable will be forcibly initialized repcodes_t updatedRepcodes; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_copySequencesToSeqStoreExplicitBlockDelim': /kisskb/src/lib/zstd/compress/zstd_compress.c:4485:16: note: byref variable will be forcibly initialized repcodes_t updatedRepcodes; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_initStaticCCtx': /kisskb/src/lib/zstd/compress/zstd_compress.c:105:16: note: byref variable will be forcibly initialized ZSTD_cwksp ws; ^~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_copyBlockSequences': /kisskb/src/lib/zstd/compress/zstd_compress.c:2479:16: note: byref variable will be forcibly initialized repcodes_t updatedRepcodes; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_makeCCtxParamsFromCParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:206:22: note: byref variable will be forcibly initialized ZSTD_CCtx_params cctxParams; ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_entropyCompressSequences_internal': /kisskb/src/lib/zstd/compress/zstd_compress.c:2230:18: note: byref variable will be forcibly initialized { unsigned max = MaxML; ^~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:2202:18: note: byref variable will be forcibly initialized { unsigned max = MaxOff; ^~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:2176:18: note: byref variable will be forcibly initialized { unsigned max = MaxLL; ^~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_buildSeqStore': /kisskb/src/lib/zstd/compress/zstd_compress.c:2442:27: note: byref variable will be forcibly initialized rawSeqStore_t ldmSeqStore = kNullRawSeqStore; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/arch/arm64/include/asm/mmu_context.h:19, from /kisskb/src/include/linux/mmu_context.h:5, from /kisskb/src/include/linux/cpuset.h:18, from /kisskb/src/kernel/sched/sched.h:44, from /kisskb/src/kernel/sched/cpupri.c:25: /kisskb/src/kernel/sched/cpupri.c: In function 'kmalloc_array': /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressSequences_internal': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:4693:27: note: byref variable will be forcibly initialized ZSTD_sequencePosition seqPos = {0, 0, 0}; ^~~~~~ /kisskb/src/crypto/ecdsa.c: In function 'ecdsa_get_signature_rs': /kisskb/src/crypto/ecdsa.c:41:5: note: byref variable will be forcibly initialized u8 rs[ECC_MAX_BYTES]; ^~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_resetCCtx_byAttachingCDict': /kisskb/src/lib/zstd/compress/zstd_compress.c:1772:36: note: byref variable will be forcibly initialized ZSTD_compressionParameters adjusted_cdict_cParams = cdict->matchState.cParams; ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/ecdsa.c: In function '_ecdsa_verify': /kisskb/src/crypto/ecdsa.c:103:19: note: byref variable will be forcibly initialized struct ecc_point res = ECC_POINT_INIT(x1, y1, ndigits); ^~~ /kisskb/src/crypto/ecdsa.c:102:6: note: byref variable will be forcibly initialized u64 y1[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecdsa.c:101:6: note: byref variable will be forcibly initialized u64 x1[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecdsa.c:100:6: note: byref variable will be forcibly initialized u64 u2[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecdsa.c:99:6: note: byref variable will be forcibly initialized u64 u1[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecdsa.c:98:6: note: byref variable will be forcibly initialized u64 s1[ECC_MAX_DIGITS]; ^~ /kisskb/src/crypto/ecdsa.c: In function 'ecdsa_verify': /kisskb/src/crypto/ecdsa.c:146:6: note: byref variable will be forcibly initialized u64 hash[ECC_MAX_DIGITS]; ^~~~ /kisskb/src/crypto/ecdsa.c:145:5: note: byref variable will be forcibly initialized u8 rawhash[ECC_MAX_BYTES]; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_loadCEntropy': /kisskb/src/lib/zstd/compress/zstd_compress.c:3194:45: note: byref variable will be forcibly initialized unsigned litlengthMaxValue = MaxLL, litlengthLog; ^~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3194:18: note: byref variable will be forcibly initialized unsigned litlengthMaxValue = MaxLL, litlengthLog; ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3193:15: note: byref variable will be forcibly initialized { short litlengthNCount[MaxLL+1]; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3180:47: note: byref variable will be forcibly initialized unsigned matchlengthMaxValue = MaxML, matchlengthLog; ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3180:18: note: byref variable will be forcibly initialized unsigned matchlengthMaxValue = MaxML, matchlengthLog; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3179:15: note: byref variable will be forcibly initialized { short matchlengthNCount[MaxML+1]; ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3165:18: note: byref variable will be forcibly initialized { unsigned offcodeLog; ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3151:18: note: byref variable will be forcibly initialized unsigned hasZeroWeights = 1; ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3150:18: note: byref variable will be forcibly initialized { unsigned maxSymbolValue = 255; ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3144:14: note: byref variable will be forcibly initialized unsigned offcodeMaxValue = MaxOff; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3143:11: note: byref variable will be forcibly initialized short offcodeNCount[MaxOff+1]; ^~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_initStaticCDict': /kisskb/src/lib/zstd/compress/zstd_compress.c:3803:20: note: byref variable will be forcibly initialized ZSTD_cwksp ws; ^~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3798:22: note: byref variable will be forcibly initialized ZSTD_CCtx_params params; ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressBegin_advanced': /kisskb/src/lib/zstd/compress/zstd_compress.c:3382:22: note: byref variable will be forcibly initialized ZSTD_CCtx_params cctxParams; ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compress_advanced': /kisskb/src/lib/zstd/compress/zstd_compress.c:3488:22: note: byref variable will be forcibly initialized ZSTD_CCtx_params cctxParams; ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_getCParamsFromCCtxParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1218:32: note: byref variable will be forcibly initialized ZSTD_compressionParameters cParams; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCCtxSize_usingCCtxParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1304:38: note: byref variable will be forcibly initialized ZSTD_compressionParameters const cParams = ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCCtxSize_usingCParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1317:28: note: byref variable will be forcibly initialized ZSTD_CCtx_params const params = ZSTD_makeCCtxParamsFromCParams(cParams); ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCStreamSize_usingCCtxParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1349:42: note: byref variable will be forcibly initialized { ZSTD_compressionParameters const cParams = ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCStreamSize_usingCParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1367:28: note: byref variable will be forcibly initialized ZSTD_CCtx_params const params = ZSTD_makeCCtxParamsFromCParams(cParams); ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCCtxSize_internal': /kisskb/src/lib/zstd/compress/zstd_compress.c:1328:42: note: byref variable will be forcibly initialized ZSTD_compressionParameters const cParams = ZSTD_getCParams_internal(compressionLevel, srcSizeTiers[tier], 0, ZSTD_cpm_noAttachDict); ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCStreamSize_internal': /kisskb/src/lib/zstd/compress/zstd_compress.c:1373:38: note: byref variable will be forcibly initialized ZSTD_compressionParameters const cParams = ZSTD_getCParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKNOWN, 0, ZSTD_cpm_noAttachDict); ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_getParams_internal': /kisskb/src/lib/zstd/compress/zstd_compress.c:5094:38: note: byref variable will be forcibly initialized ZSTD_compressionParameters const cParams = ZSTD_getCParams_internal(compressionLevel, srcSizeHint, dictSize, mode); ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:5093:21: note: byref variable will be forcibly initialized ZSTD_parameters params; ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressBegin_usingDict': /kisskb/src/lib/zstd/compress/zstd_compress.c:3394:31: note: byref variable will be forcibly initialized ZSTD_parameters const params = ZSTD_getParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKNOWN, dictSize, ZSTD_cpm_noAttachDict); ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3392:22: note: byref variable will be forcibly initialized ZSTD_CCtx_params cctxParams; ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compress_usingDict': /kisskb/src/lib/zstd/compress/zstd_compress.c:3522:31: note: byref variable will be forcibly initialized ZSTD_parameters const params = ZSTD_getParams_internal(compressionLevel, srcSize, dict ? dictSize : 0, ZSTD_cpm_noAttachDict); ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3520:22: note: byref variable will be forcibly initialized ZSTD_CCtx_params cctxParams; ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCDictSize': /kisskb/src/lib/zstd/compress/zstd_compress.c:3571:38: note: byref variable will be forcibly initialized ZSTD_compressionParameters const cParams = ZSTD_getCParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKNOWN, dictSize, ZSTD_cpm_createCDict); ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_dedicatedDictSearch_getCParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:4978:32: note: byref variable will be forcibly initialized ZSTD_compressionParameters cParams = ZSTD_getCParams_internal(compressionLevel, 0, dictSize, ZSTD_cpm_createCDict); ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_createCDict_advanced2': /kisskb/src/lib/zstd/compress/zstd_compress.c:3697:32: note: byref variable will be forcibly initialized ZSTD_compressionParameters cParams; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3696:22: note: byref variable will be forcibly initialized ZSTD_CCtx_params cctxParams = *originalCctxParams; ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_createCDict_advanced': /kisskb/src/lib/zstd/compress/zstd_compress.c:3678:22: note: byref variable will be forcibly initialized ZSTD_CCtx_params cctxParams; ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_CCtx_init_compressStream2': /kisskb/src/lib/zstd/compress/zstd_compress.c:4311:22: note: byref variable will be forcibly initialized ZSTD_CCtx_params params = cctx->requestedParams; ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressStream2_simpleArgs': /kisskb/src/lib/zstd/compress/zstd_compress.c:4395:20: note: byref variable will be forcibly initialized ZSTD_inBuffer input = { src, srcSize, *srcPos }; ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:4394:20: note: byref variable will be forcibly initialized ZSTD_outBuffer output = { dst, dstCapacity, *dstPos }; ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compress2': /kisskb/src/lib/zstd/compress/zstd_compress.c:4415:16: note: byref variable will be forcibly initialized size_t iPos = 0; ^~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:4414:16: note: byref variable will be forcibly initialized { size_t oPos = 0; ^~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_flushStream': /kisskb/src/lib/zstd/compress/zstd_compress.c:4842:19: note: byref variable will be forcibly initialized ZSTD_inBuffer input = { NULL, 0, 0 }; ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_endStream': /kisskb/src/lib/zstd/compress/zstd_compress.c:4849:19: note: byref variable will be forcibly initialized ZSTD_inBuffer input = { NULL, 0, 0 }; ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_createCDict': /kisskb/src/lib/zstd/compress/zstd_compress.c:3738:32: note: byref variable will be forcibly initialized ZSTD_compressionParameters cParams = ZSTD_getCParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKNOWN, dictSize, ZSTD_cpm_createCDict); ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_createCDict_byReference': /kisskb/src/lib/zstd/compress/zstd_compress.c:3749:32: note: byref variable will be forcibly initialized ZSTD_compressionParameters cParams = ZSTD_getCParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKNOWN, dictSize, ZSTD_cpm_createCDict); ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressBegin_usingCDict_advanced': /kisskb/src/lib/zstd/compress/zstd_compress.c:3854:25: note: byref variable will be forcibly initialized ZSTD_parameters params; ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3849:22: note: byref variable will be forcibly initialized ZSTD_CCtx_params cctxParams; ^~~~~~~~~~ /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/autofs/inode.c: In function 'parse_options': /kisskb/src/fs/autofs/inode.c:138:6: note: byref variable will be forcibly initialized int pipefd = -1; ^~~~~~ /kisskb/src/fs/autofs/inode.c:137:6: note: byref variable will be forcibly initialized int option; ^~~~~~ /kisskb/src/fs/autofs/inode.c:136:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/autofs/inode.c: In function 'autofs_fill_super': /kisskb/src/fs/autofs/inode.c:228:7: note: byref variable will be forcibly initialized bool pgrp_set = false; ^~~~~~~~ /kisskb/src/fs/autofs/inode.c:227:6: note: byref variable will be forcibly initialized int pgrp = 0; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, 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:144:59: 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:320: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, from /kisskb/src/block/blk-mq-sched.c:8: /kisskb/src/block/blk-mq-sched.c: In function 'blk_mq_dispatch_hctx_list': /kisskb/src/block/blk-mq-sched.c:90:12: note: byref variable will be forcibly initialized LIST_HEAD(hctx_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/phy/intel/phy-intel-keembay-emmc.c: In function 'keembay_emmc_phy_power': /kisskb/src/drivers/phy/intel/phy-intel-keembay-emmc.c:57:15: note: byref variable will be forcibly initialized unsigned int dllrdy; ^~~~~~ /kisskb/src/drivers/phy/intel/phy-intel-keembay-emmc.c:56:15: note: byref variable will be forcibly initialized unsigned int caldone; ^~~~~~~ /kisskb/src/block/blk-mq-sched.c: In function '__blk_mq_do_dispatch_sched': /kisskb/src/block/blk-mq-sched.c:123:12: note: byref variable will be forcibly initialized LIST_HEAD(rq_list); ^~~~~~~ /kisskb/src/include/linux/list.h:26: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:240:12: note: byref variable will be forcibly initialized LIST_HEAD(rq_list); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/block/blk-mq-sched.c:9: /kisskb/src/block/blk-mq-sched.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/block/blk-mq-sched.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq-sched.c:8: /kisskb/src/block/blk-mq-sched.c: In function '__blk_mq_sched_dispatch_requests': /kisskb/src/block/blk-mq-sched.c:297:12: note: byref variable will be forcibly initialized LIST_HEAD(rq_list); ^~~~~~~ /kisskb/src/include/linux/list.h:26: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:465:13: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/fs/fat/fat_test.c:9: /kisskb/src/fs/fat/fat_test.c: In function 'fat_time_unix2fat_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:176:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:172:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:168:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:159:5: note: byref variable will be forcibly initialized u8 cs; ^~ /kisskb/src/fs/fat/fat_test.c:158:15: note: byref variable will be forcibly initialized __le16 date, time; ^~~~ /kisskb/src/fs/fat/fat_test.c:158:9: note: byref variable will be forcibly initialized __le16 date, time; ^~~~ In file included from /kisskb/src/fs/fat/fat_test.c:9: /kisskb/src/fs/fat/fat_test.c: In function 'fat_checksum_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:20:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, fat_checksum("ABCDEFGHA "), (u8)98); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:18:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, fat_checksum("README TXT"), (u8)115); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:16:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, fat_checksum("VMLINUX "), (u8)44); ^~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c: In function 'fat_time_fat2unix_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:149:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:145:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/fat_test.c:134:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ In file included from /kisskb/src/include/linux/phy/phy.h:15, from /kisskb/src/drivers/phy/marvell/phy-berlin-sata.c:12: /kisskb/src/drivers/phy/marvell/phy-berlin-sata.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/phy/marvell/phy-berlin-sata.c: In function 'phy_berlin_sata_probe': /kisskb/src/drivers/phy/marvell/phy-berlin-sata.c:196:6: note: byref variable will be forcibly initialized u32 phy_id; ^~~~~~ /kisskb/src/block/ioctl.c: In function 'blkdev_getgeo': /kisskb/src/block/ioctl.c:378:21: note: byref variable will be forcibly initialized struct hd_geometry geo; ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_register': /kisskb/src/block/ioctl.c:259: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:277: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:295: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:313: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:331:18: note: byref variable will be forcibly initialized struct pr_clear c; ^ /kisskb/src/block/ioctl.c: In function 'blkpg_do_ioctl': /kisskb/src/block/ioctl.c:20: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:113: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:155:11: note: byref variable will be forcibly initialized uint64_t range[2]; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/inode.c:22: /kisskb/src/fs/ext4/inode.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:320: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/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/util.c:2: /kisskb/src/mm/util.c: In function 'vm_mmap_pgoff': /kisskb/src/mm/util.c:513:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^~ /kisskb/src/include/linux/list.h:26: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:800:6: note: byref variable will be forcibly initialized int new_policy = -1; ^~~~~~~~~~ /kisskb/src/mm/util.c:799:19: note: byref variable will be forcibly initialized struct ctl_table t; ^ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:320:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_affinity_notify': /kisskb/src/kernel/irq/manage.c:510:16: note: byref variable will be forcibly initialized cpumask_var_t cpumask; ^~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread_check_affinity': /kisskb/src/kernel/irq/manage.c:1124:16: note: byref variable will be forcibly initialized cpumask_var_t mask; ^~~~ In file included from /kisskb/src/fs/ext4/ext4_jbd2.h:17, from /kisskb/src/fs/ext4/inode.c:45: /kisskb/src/fs/ext4/inode.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread': /kisskb/src/kernel/irq/manage.c:1256:23: note: byref variable will be forcibly initialized struct callback_head on_exit_work; ^~~~~~~~~~~~ /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/kernel/irq/manage.c: In function 'irq_update_affinity_desc': /kisskb/src/kernel/irq/manage.c:392:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_affinity_hint': /kisskb/src/kernel/irq/manage.c:491:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_vcpu_affinity': /kisskb/src/kernel/irq/manage.c:645:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__disable_irq_nosync': /kisskb/src/kernel/irq/manage.c:682:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'enable_irq': /kisskb/src/kernel/irq/manage.c:810:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_irq_wake': /kisskb/src/kernel/irq/manage.c:874:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'can_request_irq': /kisskb/src/kernel/irq/manage.c:923:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_parent': /kisskb/src/kernel/irq/manage.c:997:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'enable_percpu_irq': /kisskb/src/kernel/irq/manage.c:2343:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_percpu_is_enabled': /kisskb/src/kernel/irq/manage.c:2390:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'disable_percpu_irq': /kisskb/src/kernel/irq/manage.c:2407:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'prepare_percpu_nmi': /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_is_delalloc': /kisskb/src/kernel/irq/manage.c:2702:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/fs/ext4/inode.c:3473:23: note: byref variable will be forcibly initialized struct extent_status es; ^~ /kisskb/src/kernel/irq/manage.c: In function 'teardown_percpu_nmi': /kisskb/src/kernel/irq/manage.c:2745:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__synchronize_hardirq': /kisskb/src/kernel/irq/manage.c:41:7: note: byref variable will be forcibly initialized bool inprogress; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, from /kisskb/src/kernel/irq/manage.c:11: /kisskb/src/kernel/irq/manage.c: In function 'synchronize_irq': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c:137: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:2805: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:2839:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_swapin': /kisskb/src/mm/shmem.c:1511:24: note: byref variable will be forcibly initialized struct vm_area_struct pvma; ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'mpage_prepare_extent_to_map': /kisskb/src/fs/ext4/inode.c:2555:10: note: byref variable will be forcibly initialized pgoff_t index = mpd->first_page; ^~~~~ /kisskb/src/fs/ext4/inode.c:2552:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_alloc_page': /kisskb/src/mm/shmem.c:1575:24: note: byref variable will be forcibly initialized struct vm_area_struct pvma; ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'mpage_map_and_submit_buffers': /kisskb/src/fs/ext4/inode.c:2317:7: note: byref variable will be forcibly initialized bool map_bh = false; ^~~~~~ /kisskb/src/fs/ext4/inode.c:2315:15: note: byref variable will be forcibly initialized ext4_fsblk_t pblock; ^~~~~~ /kisskb/src/fs/ext4/inode.c:2314:14: note: byref variable will be forcibly initialized ext4_lblk_t lblk; ^~~~ /kisskb/src/fs/ext4/inode.c:2313:10: note: byref variable will be forcibly initialized pgoff_t start, end; ^~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_replace_entry': /kisskb/src/fs/ext4/inode.c:2309:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/mm/shmem.c:413:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'mpage_release_unused_pages': /kisskb/src/fs/ext4/inode.c:1547:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/ext4/inode.c:1546:10: note: byref variable will be forcibly initialized pgoff_t index, end; ^~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_alloc_hugepage': /kisskb/src/mm/shmem.c:1553:10: note: byref variable will be forcibly initialized pgoff_t hindex; ^~~~~~ /kisskb/src/mm/shmem.c:1551:24: note: byref variable will be forcibly initialized struct vm_area_struct pvma; ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_add_to_page_cache': /kisskb/src/mm/shmem.c:696:17: note: byref variable will be forcibly initialized XA_STATE_ORDER(xas, &mapping->i_pages, index, compound_order(page)); ^~~ /kisskb/src/include/linux/xarray.h:1365:18: note: in definition of macro 'XA_STATE_ORDER' struct xa_state name = __XA_STATE(array, \ ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_swapin_page': /kisskb/src/mm/shmem.c:1718:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_unused_huge_shrink': /kisskb/src/mm/shmem.c:552:12: note: byref variable will be forcibly initialized LIST_HEAD(to_remove); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/shmem.c:551:12: note: byref variable will be forcibly initialized LIST_HEAD(list), *pos, *next; ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_try_to_expand_extra_isize': /kisskb/src/fs/ext4/inode.c:5787:6: note: byref variable will be forcibly initialized int no_expand; ^~~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unuse_swap_entries': /kisskb/src/mm/shmem.c:1221:16: note: byref variable will be forcibly initialized struct page *page = pvec.pages[i]; ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_find_swap_entries': /kisskb/src/mm/shmem.c:1170:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unuse_inode': /kisskb/src/mm/shmem.c:1250:10: note: byref variable will be forcibly initialized pgoff_t indices[PAGEVEC_SIZE]; ^~~~~~~ /kisskb/src/mm/shmem.c:1249:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_get_inode_loc': /kisskb/src/fs/ext4/inode.c:4394:19: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_get_inode_loc_noinmem': /kisskb/src/fs/ext4/inode.c:4526:15: note: byref variable will be forcibly initialized ext4_fsblk_t err_blk; ^~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_map_blocks': /kisskb/src/fs/ext4/inode.c:504:23: note: byref variable will be forcibly initialized struct extent_status es; ^~ /kisskb/src/mm/shmem.c: In function 'shmem_get_inode': /kisskb/src/mm/shmem.c:2284:8: note: byref variable will be forcibly initialized ino_t ino; ^~~ /kisskb/src/fs/ext4/inode.c: In function '_ext4_get_block': /kisskb/src/fs/ext4/inode.c:784:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_begin_report': /kisskb/src/fs/ext4/inode.c:3499:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/mm/shmem.c: In function 'shmem_parse_one': /kisskb/src/mm/shmem.c:3340:8: note: byref variable will be forcibly initialized char *rest; ^~~~ /kisskb/src/mm/shmem.c:3338:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_getblk': /kisskb/src/fs/ext4/inode.c:837:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/mm/shmem.c: In function 'shmem_enabled_store': /kisskb/src/mm/shmem.c:3942:7: note: byref variable will be forcibly initialized char tmp[16]; ^~~ /kisskb/src/mm/shmem.c: In function 'shmem_getpage_gfp': /kisskb/src/mm/shmem.c:1819:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_da_map_blocks': /kisskb/src/fs/ext4/inode.c:1689:23: note: byref variable will be forcibly initialized struct extent_status es; ^~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_da_get_block_prep': /kisskb/src/fs/ext4/inode.c:1813:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/inode.c:22: /kisskb/src/fs/ext4/inode.c: In function 'ext4_break_layouts': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c:3913:11: note: in expansion of macro '___wait_var_event' error = ___wait_var_event(&page->_refcount, ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/root.c: In function 'do_expire_wait': /kisskb/src/fs/autofs/root.c:273:21: note: byref variable will be forcibly initialized const struct path this = { .mnt = path->mnt, .dentry = expiring }; ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_undo_range': /kisskb/src/mm/shmem.c:978:16: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ /kisskb/src/mm/shmem.c:963:16: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ /kisskb/src/mm/shmem.c:923:10: note: byref variable will be forcibly initialized pgoff_t indices[PAGEVEC_SIZE]; ^~~~~~~ /kisskb/src/mm/shmem.c:922:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_get_inode_loc': /kisskb/src/fs/ext4/inode.c:4541:15: note: byref variable will be forcibly initialized ext4_fsblk_t err_blk; ^~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_file_read_iter': /kisskb/src/mm/shmem.c:2533:16: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_iget': /kisskb/src/fs/ext4/inode.c:4761:10: note: byref variable will be forcibly initialized __le32 gen = raw_inode->i_generation; ^~~ /kisskb/src/fs/ext4/inode.c:4760:10: note: byref variable will be forcibly initialized __le32 inum = cpu_to_le32(inode->i_ino); ^~~~ /kisskb/src/fs/ext4/inode.c:4684:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_symlink': /kisskb/src/mm/shmem.c:3032:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_get_link': /kisskb/src/mm/shmem.c:3090:15: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ /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:32:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_fault': /kisskb/src/mm/shmem.c:2083:21: note: byref variable will be forcibly initialized DEFINE_WAIT_FUNC(shmem_fault_wait, synchronous_wake_function); ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/mm/shmem.c:2053:13: note: byref variable will be forcibly initialized vm_fault_t ret = VM_FAULT_LOCKED; ^~~ /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/fs/ntfs/debug.c:75:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_partial_swap_usage': /kisskb/src/mm/shmem.c:807:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unlock_mapping': /kisskb/src/mm/shmem.c:868:10: note: byref variable will be forcibly initialized pgoff_t index = 0; ^~~~~ /kisskb/src/mm/shmem.c:867:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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/fs/ext4/inode.c: In function 'ext4_write_inode': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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)) ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c:5196:20: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_fallocate': /kisskb/src/mm/shmem.c:2725:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c:2658:35: note: byref variable will be forcibly initialized DECLARE_WAIT_QUEUE_HEAD_ONSTACK(shmem_falloc_waitq); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) ^~~~ /kisskb/src/mm/shmem.c:2645:22: note: byref variable will be forcibly initialized struct shmem_falloc shmem_falloc; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_alloc': /kisskb/src/fs/ext4/inode.c:3326:37: note: byref variable will be forcibly initialized int ret, dio_credits, m_flags = 0, retries = 0; ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_evict_inode': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 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/mm/shmem.c:1149:4: note: in expansion of macro 'wait_var_event' wait_var_event(&info->stop_eviction, ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_begin': /kisskb/src/fs/ext4/inode.c:3387:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_expand_extra_isize': /kisskb/src/fs/ext4/inode.c:5821:6: note: byref variable will be forcibly initialized int no_expand; ^~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_mark_inode_dirty': /kisskb/src/fs/ext4/inode.c:5876:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_read_mapping_page_gfp': /kisskb/src/mm/shmem.c:4165:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_writepage': /kisskb/src/fs/ext4/inode.c:1994:24: note: byref variable will be forcibly initialized struct ext4_io_submit io_submit; ^~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_writepages': /kisskb/src/fs/ext4/inode.c:2650:7: note: byref variable will be forcibly initialized bool give_up_on_write = false; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c:2649:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/ext4/inode.c:2645:23: note: byref variable will be forcibly initialized struct mpage_da_data mpd; ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_truncate': /kisskb/src/fs/ext4/inode.c:4156:7: note: byref variable will be forcibly initialized int has_inline = 1; ^~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_write_begin': /kisskb/src/fs/ext4/inode.c:1139:6: note: byref variable will be forcibly initialized int retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_da_write_begin': /kisskb/src/fs/ext4/inode.c:2928:11: note: byref variable will be forcibly initialized int ret, retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_evict_inode': /kisskb/src/fs/ext4/inode.c:177:33: note: byref variable will be forcibly initialized struct ext4_xattr_inode_array *ea_inode_array = NULL; ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_journalled_write_end': /kisskb/src/fs/ext4/inode.c:1387:6: note: byref variable will be forcibly initialized int partial = 0; ^~~~~~~ /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/fs/ext4/inode.c: In function 'ext4_page_mkwrite': /kisskb/src/fs/ext4/inode.c:6031:6: note: byref variable will be forcibly initialized int retries = 0; ^~~~~~~ /kisskb/src/kernel/irq/chip.c: In function 'handle_untracked_irq': /kisskb/src/kernel/irq/chip.c:578:15: note: byref variable will be forcibly initialized unsigned int flags = 0; ^~~~~ /kisskb/src/kernel/irq/chip.c: In function '__irq_set_handler': /kisskb/src/kernel/irq/chip.c:1049:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chained_handler_and_data': /kisskb/src/kernel/irq/chip.c:1064:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_modify_status': /kisskb/src/kernel/irq/chip.c:1088:16: note: byref variable will be forcibly initialized unsigned long flags, trigger, tmp; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/kernel/locking/qspinlock.c:16: /kisskb/src/kernel/locking/qspinlock.c: In function 'queued_spin_lock_slowpath': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:144:59: 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:191: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:144:59: 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:191: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:144:59: 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:191: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)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/ntfs/compress.c:11: /kisskb/src/fs/ntfs/compress.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 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; ^~~~~~~~ /kisskb/src/fs/nls/nls_euc-jp.c: In function 'uni2char': /kisskb/src/fs/nls/nls_euc-jp.c:449:18: note: byref variable will be forcibly initialized unsigned char euc[3], i; ^~~ /kisskb/src/fs/nls/nls_euc-jp.c: In function 'char2uni': /kisskb/src/fs/nls/nls_euc-jp.c:482:16: note: byref variable will be forcibly initialized unsigned char sjis_temp[2]; ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/arch/arm64/include/asm/mmu_context.h:19, from /kisskb/src/include/linux/mmu_context.h:5, from /kisskb/src/include/linux/cpuset.h:18, from /kisskb/src/kernel/sched/sched.h:44, from /kisskb/src/kernel/sched/cpudeadline.c:9: /kisskb/src/kernel/sched/cpudeadline.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/phy/intel/phy-intel-keembay-usb.c: In function 'keembay_usb_phy_init': /kisskb/src/drivers/phy/intel/phy-intel-keembay-usb.c:153:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/phy/hisilicon/phy-hi3670-usb3.c: In function 'hi3670_is_abbclk_selected': /kisskb/src/drivers/phy/hisilicon/phy-hi3670-usb3.c:324:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/phy/hisilicon/phy-hi3670-usb3.c: In function 'hi3670_config_phy_clock': /kisskb/src/drivers/phy/hisilicon/phy-hi3670-usb3.c:344:6: note: byref variable will be forcibly initialized u32 val, mask; ^~~ /kisskb/src/drivers/phy/hisilicon/phy-hi3670-usb3.c: In function 'hi3670_config_tca': /kisskb/src/drivers/phy/hisilicon/phy-hi3670-usb3.c:417:6: note: byref variable will be forcibly initialized u32 val, mask; ^~~ /kisskb/src/drivers/phy/hisilicon/phy-hi3670-usb3.c: In function 'hi3670_phy_cr_wait_ack': /kisskb/src/drivers/phy/hisilicon/phy-hi3670-usb3.c:185:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/phy/hisilicon/phy-hi3670-usb3.c: In function 'hi3670_phy_cr_set_addr': /kisskb/src/drivers/phy/hisilicon/phy-hi3670-usb3.c:208:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/phy/hisilicon/phy-hi3670-usb3.c: In function 'hi3670_phy_cr_read': /kisskb/src/drivers/phy/hisilicon/phy-hi3670-usb3.c:223:6: note: byref variable will be forcibly initialized int reg, i, ret; ^~~ /kisskb/src/drivers/phy/hisilicon/phy-hi3670-usb3.c: In function 'hi3670_phy_set_params': /kisskb/src/drivers/phy/hisilicon/phy-hi3670-usb3.c:289:6: note: byref variable will be forcibly initialized u32 reg; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/ntfs3/bitmap.c:13: /kisskb/src/fs/ntfs3/bitmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ntfs3/bitmap.c: In function 'wnd_map': /kisskb/src/fs/ntfs3/bitmap.c:688:12: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/bitmap.c:688:7: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~ /kisskb/src/mm/vmstat.c: In function 'extfrag_show_print': /kisskb/src/mm/vmstat.c:2186:26: note: byref variable will be forcibly initialized struct contig_page_info info; ^~~~ /kisskb/src/mm/vmstat.c: In function 'unusable_show_print': /kisskb/src/mm/vmstat.c:2134:26: note: byref variable will be forcibly initialized struct contig_page_info info; ^~~~ In file included from /kisskb/src/mm/vmstat.c:17: /kisskb/src/mm/vmstat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ntfs3/bitmap.c: In function 'wnd_extend': /kisskb/src/fs/ntfs3/bitmap.c:1352:17: note: byref variable will be forcibly initialized u64 vbo, lbo, bytes; ^~~~~ /kisskb/src/fs/ntfs3/bitmap.c:1352:12: note: byref variable will be forcibly initialized u64 vbo, lbo, bytes; ^~~ /kisskb/src/fs/ntfs3/bitmap.c: In function 'wnd_rescan': /kisskb/src/fs/ntfs3/bitmap.c:515:12: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/bitmap.c:515:7: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~ /kisskb/src/fs/ntfs3/bitmap.c: In function 'wnd_find': /kisskb/src/fs/ntfs3/bitmap.c:1079:19: note: byref variable will be forcibly initialized struct rb_root start_tree; ^~~~~~~~~~ /kisskb/src/fs/ntfs3/bitmap.c:965:13: note: byref variable will be forcibly initialized size_t iw, prev_tail, nwnd, wbit, ebit, zbit, zend; ^~~~~~~~~ /kisskb/src/fs/ntfs3/bitmap.c:964:32: note: byref variable will be forcibly initialized size_t fnd, max_alloc, b_len, b_pos; ^~~~~ /kisskb/src/fs/ntfs3/bitmap.c:964:25: note: byref variable will be forcibly initialized size_t fnd, max_alloc, b_len, b_pos; ^~~~~ /kisskb/src/mm/vmstat.c: In function 'extfrag_for_order': /kisskb/src/mm/vmstat.c:1129:26: note: byref variable will be forcibly initialized struct contig_page_info info; ^~~~ /kisskb/src/mm/vmstat.c: In function 'fragmentation_index': /kisskb/src/mm/vmstat.c:1143:26: note: byref variable will be forcibly initialized struct contig_page_info info; ^~~~ /kisskb/src/kernel/sched/topology.c: In function 'dattrs_equal': /kisskb/src/kernel/sched/topology.c:2382:27: note: byref variable will be forcibly initialized struct sched_domain_attr tmp; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/arch/arm64/include/asm/mmu_context.h:19, from /kisskb/src/include/linux/mmu_context.h:5, from /kisskb/src/include/linux/cpuset.h:18, from /kisskb/src/kernel/sched/sched.h:44, from /kisskb/src/kernel/sched/topology.c:5: /kisskb/src/kernel/sched/topology.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/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:110:59: 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:453: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:110:59: 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:453: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:110:59: 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:453: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:110:59: 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:453: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:110:59: 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:453: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); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c: In function 'cpu_attach_domain': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:738:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(rq->sd, sd); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/locking/rtmutex_api.c:9: /kisskb/src/kernel/locking/rtmutex_api.c: In function 'try_to_take_rt_mutex': /kisskb/src/kernel/locking/rtmutex.c:308:27: note: byref variable will be forcibly initialized &(struct rt_mutex_waiter){ .prio = __waiter_prio(p), .deadline = (p)->dl.deadline } ^ /kisskb/src/kernel/locking/rtmutex.c:1031:24: note: in expansion of macro 'task_to_waiter' if (!rt_mutex_steal(task_to_waiter(task), ^~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c: In function 'build_sched_domains': /kisskb/src/kernel/sched/topology.c:2196:16: note: byref variable will be forcibly initialized struct s_data d; ^ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_get_req': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:630:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:638: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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:908:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:930:11: note: in expansion of macro '__wait_event_killable' __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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __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/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/writeback.h:13, from /kisskb/src/include/linux/backing-dev.h:16, from /kisskb/src/fs/fuse/fuse_i.h:23, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /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_notify_poll': /kisskb/src/fs/fuse/dev.c:1419: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:1440: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:1468:14: note: byref variable will be forcibly initialized struct qstr name; ^~~~ /kisskb/src/fs/fuse/dev.c:1465:37: note: byref variable will be forcibly initialized struct fuse_notify_inval_entry_out outarg; ^~~~~~ /kisskb/src/kernel/locking/rtmutex_api.c: In function '__rt_mutex_slowlock_locked': /kisskb/src/kernel/locking/rtmutex.c:1609:25: note: byref variable will be forcibly initialized struct rt_mutex_waiter waiter; ^~~~~~ In file included from /kisskb/src/kernel/locking/rtmutex.c:27, from /kisskb/src/kernel/locking/rtmutex_api.c:9: /kisskb/src/kernel/locking/rtmutex_api.c: In function 'rt_mutex_slowunlock': /kisskb/src/kernel/locking/rtmutex.c:1288:19: note: byref variable will be forcibly initialized DEFINE_RT_WAKE_Q(wqh); ^~~ /kisskb/src/kernel/locking/rtmutex_common.h:56:24: note: in definition of macro 'DEFINE_RT_WAKE_Q' struct rt_wake_q_head name = { \ ^~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_copy_page': /kisskb/src/fs/fuse/dev.c:959:10: note: byref variable will be forcibly initialized void *buf = mapaddr + offset; ^~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_store': /kisskb/src/fs/fuse/dev.c:1605:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/fuse/dev.c:1561:31: note: byref variable will be forcibly initialized struct fuse_notify_store_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_delete': /kisskb/src/fs/fuse/dev.c:1516:14: note: byref variable will be forcibly initialized struct qstr name; ^~~~ /kisskb/src/fs/fuse/dev.c:1513:32: note: byref variable will be forcibly initialized struct fuse_notify_delete_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_read_interrupt': /kisskb/src/fs/fuse/dev.c:1050:27: note: byref variable will be forcibly initialized struct fuse_interrupt_in arg; ^~~ /kisskb/src/fs/fuse/dev.c:1049:24: note: byref variable will be forcibly initialized struct fuse_in_header ih; ^~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/kernel/irq/devres.c:3: /kisskb/src/kernel/irq/devres.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171: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/kernel/locking/rtmutex_api.c: In function 'rt_mutex_futex_unlock': /kisskb/src/kernel/locking/rtmutex_api.c:168:19: note: byref variable will be forcibly initialized DEFINE_RT_WAKE_Q(wqh); ^~~ /kisskb/src/kernel/locking/rtmutex_common.h:56:24: note: in definition of macro 'DEFINE_RT_WAKE_Q' struct rt_wake_q_head name = { \ ^~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_retrieve': /kisskb/src/fs/fuse/dev.c:1740:21: note: byref variable will be forcibly initialized struct fuse_mount *fm; ^~ /kisskb/src/fs/fuse/dev.c:1739: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:1852: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:1966: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:1944: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:1078: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:1104: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:1136:11: note: byref variable will be forcibly initialized unsigned count; ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_do_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:617:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:625:11: note: in expansion of macro '__wait_event_interruptible_exclusive' __ret = __wait_event_interruptible_exclusive(wq, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:1238:9: note: in expansion of macro 'wait_event_interruptible_exclusive' err = wait_event_interruptible_exclusive(fiq->waitq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/block/genhd.c: In function 'set_disk_ro_uevent': /kisskb/src/block/genhd.c:1395:8: note: byref variable will be forcibly initialized char *envp[] = { event, NULL }; ^~~~ /kisskb/src/block/genhd.c:1394: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:345:8: note: byref variable will be forcibly initialized char tbuf[BDEVT_SIZE]; ^~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_splice_read': /kisskb/src/fs/fuse/dev.c:1372:25: note: byref variable will be forcibly initialized struct fuse_copy_state cs; ^~ /kisskb/src/block/genhd.c: In function 'show_partition': /kisskb/src/block/genhd.c:815:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_read': /kisskb/src/fs/fuse/dev.c:1350:25: note: byref variable will be forcibly initialized struct fuse_copy_state cs; ^~ /kisskb/src/fs/autofs/waitq.c: In function 'validate_request': /kisskb/src/fs/autofs/waitq.c:269:15: note: byref variable will be forcibly initialized struct path this; ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_abort_conn': /kisskb/src/fs/fuse/dev.c:2128:13: note: byref variable will be forcibly initialized LIST_HEAD(to_end); ^~~~~~ /kisskb/src/include/linux/list.h:26: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:2199:13: note: byref variable will be forcibly initialized LIST_HEAD(to_end); ^~~~~~ /kisskb/src/include/linux/list.h:26: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, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_wait_aborted': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:2189:2: note: in expansion of macro 'wait_event' wait_event(fc->blocked_waitq, atomic_read(&fc->num_waiting) == 0); ^~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c: In function 'autofs_notify_daemon': /kisskb/src/fs/autofs/waitq.c:86:4: note: byref variable will be forcibly initialized } pkt; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/fs/autofs/waitq.c:7: /kisskb/src/fs/autofs/waitq.c: In function 'autofs_wait': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:908:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:930:11: note: in expansion of macro '__wait_event_killable' __ret = __wait_event_killable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c:439:2: note: in expansion of macro 'wait_event_killable' wait_event_killable(wq->queue, wq->name.name == NULL); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c:307:14: note: byref variable will be forcibly initialized struct qstr qstr; ^~~~ /kisskb/src/block/genhd.c: In function 'part_stat_show': /kisskb/src/fs/autofs/waitq.c:306:28: note: byref variable will be forcibly initialized struct autofs_wait_queue *wq; ^~ /kisskb/src/block/genhd.c:917:20: note: byref variable will be forcibly initialized struct disk_stats stat; ^~~~ /kisskb/src/block/genhd.c: In function 'diskstats_show': /kisskb/src/block/genhd.c:1167:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/block/genhd.c:1166: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:961:15: note: byref variable will be forcibly initialized unsigned int inflight[2]; ^~~~~~~~ /kisskb/src/block/genhd.c: In function 'part_fail_store': /kisskb/src/block/genhd.c:1030:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/block/genhd.c: In function 'set_capacity_and_notify': /kisskb/src/block/genhd.c:73:8: note: byref variable will be forcibly initialized char *envp[] = { "RESIZE=1", NULL }; ^~~~ /kisskb/src/block/genhd.c: In function 'disk_uevent': /kisskb/src/block/genhd.c:357:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/block/genhd.c: In function 'printk_all_partitions': /kisskb/src/block/genhd.c:717:17: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/block/genhd.c:716:8: note: byref variable will be forcibly initialized char devt_buf[BDEVT_SIZE]; ^~~~~~~~ /kisskb/src/block/genhd.c:709: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:1260:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/kernel/locking/spinlock_debug.c:9: /kisskb/src/kernel/locking/spinlock_debug.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:110:59: 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); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/expire.c: In function 'autofs_expire_run': /kisskb/src/fs/autofs/expire.c:541:30: note: byref variable will be forcibly initialized struct autofs_packet_expire pkt; ^~~ /kisskb/src/fs/autofs/expire.c: In function 'autofs_do_expire_multi': /kisskb/src/fs/autofs/expire.c:588:21: note: byref variable will be forcibly initialized const struct path path = { .mnt = mnt, .dentry = dentry }; ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/ioctl.c:11: /kisskb/src/fs/ext4/ioctl.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/lib/zstd/compress/zstd_compress_literals.c: In function 'ZSTD_compressLiterals': /kisskb/src/lib/zstd/compress/zstd_compress_literals.c:101:20: note: byref variable will be forcibly initialized { HUF_repeat repeat = prevHuf->repeatMode; ^~~~~~ In file included from /kisskb/src/fs/ext4/ext4_jbd2.h:17, from /kisskb/src/fs/ext4/ioctl.c:24: /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_setflags': /kisskb/src/fs/ext4/ioctl.c:345:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_getfsmap_format': /kisskb/src/fs/ext4/ioctl.c:612:15: note: byref variable will be forcibly initialized struct fsmap fm; ^~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioc_getfsmap': /kisskb/src/fs/ext4/ioctl.c:630:20: note: byref variable will be forcibly initialized struct fsmap_head head; ^~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_get_es_cache': /kisskb/src/fs/ext4/ioctl.c:776:16: note: byref variable will be forcibly initialized struct fiemap fiemap; ^~~~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_checkpoint': /kisskb/src/fs/ext4/ioctl.c:805:8: note: byref variable will be forcibly initialized __u32 flags = 0; ^~~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_reset_inode_seed': /kisskb/src/fs/ext4/ioctl.c:95:9: note: byref variable will be forcibly initialized __le32 gen = cpu_to_le32(inode->i_generation); ^~~ /kisskb/src/fs/ext4/ioctl.c:94: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:1100:23: note: byref variable will be forcibly initialized struct fstrim_range range; ^~~~~ /kisskb/src/fs/ext4/ioctl.c:1060:16: note: byref variable will be forcibly initialized ext4_fsblk_t n_blocks_count; ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/ioctl.c:1001:30: note: byref variable will be forcibly initialized struct ext4_new_group_data input; ^~~~~ /kisskb/src/fs/ext4/ioctl.c:950:22: note: byref variable will be forcibly initialized struct move_extent me; ^~ /kisskb/src/fs/ext4/ioctl.c:870:20: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/mm/backing-dev.c: In function 'max_ratio_store': /kisskb/src/mm/backing-dev.c:186:15: note: byref variable will be forcibly initialized unsigned int ratio; ^~~~~ /kisskb/src/mm/backing-dev.c: In function 'min_ratio_store': /kisskb/src/mm/backing-dev.c:167:15: note: byref variable will be forcibly initialized unsigned int ratio; ^~~~~ /kisskb/src/mm/backing-dev.c: In function 'read_ahead_kb_store': /kisskb/src/mm/backing-dev.c:139:16: note: byref variable will be forcibly initialized unsigned long read_ahead_kb; ^~~~~~~~~~~~~ /kisskb/src/mm/backing-dev.c: In function 'bdi_debug_stats_show': /kisskb/src/mm/backing-dev.c:55:16: note: byref variable will be forcibly initialized unsigned long dirty_thresh; ^~~~~~~~~~~~ /kisskb/src/mm/backing-dev.c:54:16: note: byref variable will be forcibly initialized unsigned long background_thresh; ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:110:59: 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:453: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:84: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:875: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:909:10: note: byref variable will be forcibly initialized va_list args; ^~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/kernel/irq/generic-chip.c:7: /kisskb/src/kernel/irq/generic-chip.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/kernel/irq/generic-chip.c:11: /kisskb/src/kernel/irq/generic-chip.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c: In function 'ZSTD_encodeSequences_body': /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:298:19: note: byref variable will be forcibly initialized FSE_CState_t stateLitLength; ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:297:19: note: byref variable will be forcibly initialized FSE_CState_t stateOffsetBits; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:296:19: note: byref variable will be forcibly initialized FSE_CState_t stateMatchLength; ^~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:295:19: note: byref variable will be forcibly initialized BIT_CStream_t blockStream; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c: In function 'ZSTD_NCountCost': /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:74:9: note: byref variable will be forcibly initialized S16 norm[MaxSeq + 1]; ^~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:73:10: note: byref variable will be forcibly initialized BYTE wksp[FSE_NCOUNTBOUND]; ^~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c: In function 'ZSTD_fseBitCost': /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:110:18: note: byref variable will be forcibly initialized FSE_CState_t cstate; ^~~~~~ In file included from /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:18: /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_updateRep': /kisskb/src/lib/zstd/compress/zstd_compress_internal.h:401:16: note: byref variable will be forcibly initialized repcodes_t newReps; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_estimateSubBlockSize_literal': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:589:14: note: byref variable will be forcibly initialized unsigned maxSymbolValue = 255; ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_buildSuperBlockEntropy_literal': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:75:14: note: byref variable will be forcibly initialized unsigned maxSymbolValue = 255; ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_buildSuperBlockEntropy_sequences': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:246:18: note: byref variable will be forcibly initialized unsigned max = MaxML; ^~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:222:18: note: byref variable will be forcibly initialized unsigned max = MaxOff; ^~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:199:18: note: byref variable will be forcibly initialized unsigned max = MaxLL; ^~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_estimateSubBlockSize_symbolType': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:617:14: note: byref variable will be forcibly initialized unsigned max = maxCode; ^~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_compressSubBlock_multi': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:818:24: note: byref variable will be forcibly initialized repcodes_t rep; ^~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:764:17: note: byref variable will be forcibly initialized int seqEntropyWritten = 0; ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:763:17: note: byref variable will be forcibly initialized int litEntropyWritten = 0; ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_compressSuperBlock': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:834:35: note: byref variable will be forcibly initialized ZSTD_entropyCTablesMetadata_t entropyMetadata; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/argv_split.c:9: /kisskb/src/lib/argv_split.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/irq_sim.h:12, from /kisskb/src/kernel/irq/irq_sim.c:8: /kisskb/src/kernel/irq/irq_sim.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/kernel/irq/irqdomain.c:5: /kisskb/src/kernel/irq/irqdomain.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/kernel/irq/irqdomain.c:5: /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_set_mapping': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:525:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(domain->revmap[hwirq], irq_data); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_clear_mapping': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:510:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(domain->revmap[hwirq], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_fix_revmap': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:1519:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(d->domain->revmap[d->hwirq], d); ^~~~~~~~~~~~~~~~~~ /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/kernel/irq/irqdomain.c: In function 'irq_domain_xlate_twocell': /kisskb/src/kernel/irq/irqdomain.c:965:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/kernel/irq/irqdomain.c:5: /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_create_fwspec_mapping': /kisskb/src/kernel/irq/irqdomain.c:765:15: note: byref variable will be forcibly initialized unsigned int type = IRQ_TYPE_NONE; ^~~~ /kisskb/src/kernel/irq/irqdomain.c:764: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:853:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/phy/mediatek/phy-mtk-tphy.c:16: /kisskb/src/drivers/phy/mediatek/phy-mtk-tphy.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'copy_dev_ioctl': /kisskb/src/fs/autofs/dev-ioctl.c:84:26: note: byref variable will be forcibly initialized struct autofs_dev_ioctl tmp, *res; ^~~ /kisskb/src/drivers/phy/mediatek/phy-mtk-tphy.c: In function 'phy_type_syscon_get': /kisskb/src/drivers/phy/mediatek/phy-mtk-tphy.c:989:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/phy/mediatek/phy-mtk-tphy.c: In function 'mtk_tphy_probe': /kisskb/src/drivers/phy/mediatek/phy-mtk-tphy.c:1236:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'find_autofs_mount': /kisskb/src/fs/autofs/dev-ioctl.c:188:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_ismountpoint': /kisskb/src/fs/autofs/dev-ioctl.c:538:9: note: byref variable will be forcibly initialized dev_t dev = sbi->sb->s_dev; ^~~ /kisskb/src/fs/autofs/dev-ioctl.c:510:15: note: byref variable will be forcibly initialized unsigned int type; ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c:508:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_requester': /kisskb/src/fs/autofs/dev-ioctl.c:426:8: note: byref variable will be forcibly initialized dev_t devid; ^~~~~ /kisskb/src/fs/autofs/dev-ioctl.c:425:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_open_mountpoint': /kisskb/src/fs/autofs/dev-ioctl.c:234:15: note: byref variable will be forcibly initialized struct path path; ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/kernel/locking/qrwlock.c:9: /kisskb/src/kernel/locking/qrwlock.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:144:59: 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:191: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:144:59: 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:191: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)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/kernel/locking/locktorture.c:22: /kisskb/src/kernel/locking/locktorture.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/kernel/locking/locktorture.c:30: /kisskb/src/kernel/locking/locktorture.c: In function 'lock_torture_reader': /kisskb/src/kernel/locking/locktorture.c:710:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(rand); ^~~~ /kisskb/src/include/linux/torture.h:78:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^~~~ /kisskb/src/kernel/locking/locktorture.c: In function 'lock_torture_writer': /kisskb/src/kernel/locking/locktorture.c:671:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(rand); ^~~~ /kisskb/src/include/linux/torture.h:78:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^~~~ /kisskb/src/kernel/locking/locktorture.c: In function 'torture_ww_mutex_lock': /kisskb/src/kernel/locking/locktorture.c:406:4: note: byref variable will be forcibly initialized } locks[3], *ll, *ln; ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/locking/locktorture.c:15: /kisskb/src/kernel/locking/locktorture.c:402:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/ntfs3/dir.c: In function '_utf8s_to_utf16s': /kisskb/src/fs/ntfs3/dir.c:119:12: note: byref variable will be forcibly initialized unicode_t u; ^ /kisskb/src/fs/ntfs3/dir.c: In function 'ntfs_dir_count': /kisskb/src/fs/ntfs3/dir.c:497:20: note: byref variable will be forcibly initialized struct indx_node *node = NULL; ^~~~ /kisskb/src/fs/ntfs3/dir.c:495:28: note: byref variable will be forcibly initialized size_t drs = 0, fles = 0, bit = 0; ^~~ /kisskb/src/fs/ntfs3/dir.c: In function 'ntfs_utf16_to_nls': /kisskb/src/fs/ntfs3/dir.c:41:8: note: byref variable will be forcibly initialized char dump[5]; ^~~~ /kisskb/src/fs/ntfs3/dir.c: In function 'ntfs_readdir': /kisskb/src/fs/ntfs3/dir.c:379:20: note: byref variable will be forcibly initialized struct indx_node *node = NULL; ^~~~ /kisskb/src/fs/ntfs3/dir.c:369:9: note: byref variable will be forcibly initialized size_t bit; ^~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy_generic': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized { size_t offsetFound = 999999999; ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/dir.c: In function 'dir_search_u': /kisskb/src/fs/ntfs3/dir.c:241:6: note: byref variable will be forcibly initialized int diff; ^~~~ /kisskb/src/fs/ntfs3/dir.c:240:18: note: byref variable will be forcibly initialized struct NTFS_DE *e; ^ /kisskb/src/fs/ntfs3/dir.c: In function 'dir_is_empty': /kisskb/src/fs/ntfs3/dir.c:578:7: note: byref variable will be forcibly initialized bool is_empty = false; ^~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy_extDict_generic': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1328:28: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1297:24: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1263:20: note: byref variable will be forcibly initialized { size_t offsetFound = 999999999; ^~~~~~~~~~~ /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/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_insertDUBT1': /kisskb/src/lib/zstd/compress/zstd_lazy.c:85:9: note: byref variable will be forcibly initialized U32 dummy32; /* to be nullified at the end */ ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_DUBT_findBestMatch': /kisskb/src/lib/zstd/compress/zstd_lazy.c:306:13: note: byref variable will be forcibly initialized U32 dummy32; /* to be nullified at the end */ ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_btlazy2': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized { size_t offsetFound = 999999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy2': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized { size_t offsetFound = 999999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized { size_t offsetFound = 999999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_greedy': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized { size_t offsetFound = 999999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_btlazy2_dictMatchState': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy2_dictMatchState': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized { size_t offsetFound = 999999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy_dictMatchState': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized { size_t offsetFound = 999999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_greedy_dictMatchState': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized { size_t offsetFound = 999999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy2_dedicatedDictSearch': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy_dedicatedDictSearch': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized { size_t offsetFound = 999999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/kernel/irq/proc.c: In function 'irq_affinity_hint_proc_show': /kisskb/src/kernel/irq/proc.c:87:16: note: byref variable will be forcibly initialized cpumask_var_t mask; ^~~~ /kisskb/src/kernel/irq/proc.c: In function 'write_irq_affinity': /kisskb/src/kernel/irq/proc.c:141:16: note: byref variable will be forcibly initialized cpumask_var_t new_value; ^~~~~~~~~ /kisskb/src/kernel/irq/proc.c: In function 'default_affinity_write': /kisskb/src/kernel/irq/proc.c:238:16: note: byref variable will be forcibly initialized cpumask_var_t new_value; ^~~~~~~~~ /kisskb/src/kernel/irq/proc.c: In function 'register_handler_proc': /kisskb/src/kernel/irq/proc.c:321:7: note: byref variable will be forcibly initialized char name [MAX_NAMELEN]; ^~~~ /kisskb/src/kernel/irq/proc.c: In function 'register_irq_proc': /kisskb/src/kernel/irq/proc.c:342:7: note: byref variable will be forcibly initialized char name [MAX_NAMELEN]; ^~~~ /kisskb/src/kernel/irq/proc.c: In function 'unregister_irq_proc': /kisskb/src/kernel/irq/proc.c:395:7: note: byref variable will be forcibly initialized char name [MAX_NAMELEN]; ^~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_chunk_refresh_hint': /kisskb/src/mm/percpu.c:752:15: note: byref variable will be forcibly initialized int bit_off, bits; ^~~~ /kisskb/src/mm/percpu.c:752:6: note: byref variable will be forcibly initialized int bit_off, bits; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_greedy_dedicatedDictSearch': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized { size_t offsetFound = 999999999; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/memblock.h:13, from /kisskb/src/mm/percpu.c:73: /kisskb/src/mm/percpu.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_greedy_extDict': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1263:20: note: byref variable will be forcibly initialized { size_t offsetFound = 999999999; ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_dump_alloc_info': /kisskb/src/mm/percpu.c:2489:7: note: byref variable will be forcibly initialized char empty_str[] = "--------"; ^~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_block_refresh_hint': /kisskb/src/mm/percpu.c:782:19: note: byref variable will be forcibly initialized unsigned int rs, re, start; /* region start, region end */ ^~ /kisskb/src/mm/percpu.c:782:15: note: byref variable will be forcibly initialized unsigned int rs, re, start; /* region start, region end */ ^~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy_extDict': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1263:20: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/compress/zstd_lazy.c:1297:24: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1328:28: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_is_populated': /kisskb/src/mm/percpu.c:1073:41: note: byref variable will be forcibly initialized unsigned int page_start, page_end, rs, re; ^~ /kisskb/src/mm/percpu.c:1073: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:1110:21: note: byref variable will be forcibly initialized int bit_off, bits, next_off; ^~~~~~~~ /kisskb/src/mm/percpu.c:1110:15: note: byref variable will be forcibly initialized int bit_off, bits, next_off; ^~~~ /kisskb/src/mm/percpu.c:1110:6: note: byref variable will be forcibly initialized int bit_off, bits, next_off; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy2_extDict': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1263:20: note: byref variable will be forcibly initialized { size_t offsetFound = 999999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1297:24: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1328:28: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_btlazy2_extDict': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1263:20: note: byref variable will be forcibly initialized { size_t offsetFound = 999999999; ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1297:24: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1328:28: note: byref variable will be forcibly initialized { size_t offset2=999999999; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/percpu.h:126, from /kisskb/src/mm/percpu.c:98: /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_alloc_percpu': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_free_percpu': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_alloc_percpu_fail': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_create_chunk': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_create_chunk, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_create_chunk, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_destroy_chunk': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_destroy_chunk, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_destroy_chunk, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/percpu.h:126, from /kisskb/src/mm/percpu.c:98: /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_alloc_percpu': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_free_percpu': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_free_percpu, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_alloc_percpu_fail': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_alloc_percpu_fail, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_create_chunk': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_create_chunk, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_destroy_chunk': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(percpu_destroy_chunk, ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_alloc_area': /kisskb/src/mm/percpu.c:1217:30: note: byref variable will be forcibly initialized unsigned long area_off = 0, area_bits = 0; ^~~~~~~~~ /kisskb/src/mm/percpu.c:1217: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_populated': /kisskb/src/mm/percpu.c:2072:34: note: byref variable will be forcibly initialized unsigned int nr_unpop = 0, rs, re; ^~ /kisskb/src/mm/percpu.c:2072:30: note: byref variable will be forcibly initialized unsigned int nr_unpop = 0, rs, re; ^~ /kisskb/src/mm/percpu.c: In function 'pcpu_balance_free': /kisskb/src/mm/percpu.c:2014:20: note: byref variable will be forcibly initialized unsigned int rs, re; ^~ /kisskb/src/mm/percpu.c:2014:16: note: byref variable will be forcibly initialized unsigned int rs, re; ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/memblock.h:13, from /kisskb/src/mm/percpu.c:73: /kisskb/src/mm/percpu.c:1988:12: note: byref variable will be forcibly initialized LIST_HEAD(to_free); ^~~~~~~ /kisskb/src/include/linux/list.h:26: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:1854:42: note: byref variable will be forcibly initialized unsigned int page_start, page_end, rs, re; ^~ /kisskb/src/mm/percpu.c:1854:38: note: byref variable will be forcibly initialized unsigned int page_start, page_end, rs, re; ^~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'perf_trace_kmem_alloc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_kmem_alloc_node': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_kfree': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_kmem_cache_free': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page_free': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page_free_batched': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free_batched, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free_batched, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page_alloc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page_pcpu_drain': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_alloc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_alloc_node': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kmem_alloc_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kfree': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kfree, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_cache_free': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kmem_cache_free, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_free': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_free_batched': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_free_batched, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_alloc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc, ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_pcpu_drain': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_pcpu_drain, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page_alloc_extfrag': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_alloc_extfrag': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_page_alloc_extfrag, ^~~~~~~~~~~ In file included from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'mm_ptr_to_hash': /kisskb/src/include/trace/events/kmem.h:334:16: note: byref variable will be forcibly initialized unsigned long hashval; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'perf_trace_rss_stat': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_rss_stat': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rss_stat, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/mm/slab_common.c:7: /kisskb/src/mm/slab_common.c: In function 'slab_caches_to_rcu_destroy_workfn': /kisskb/src/mm/slab_common.c:421:12: note: byref variable will be forcibly initialized LIST_HEAD(to_destroy); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/slab_common.c: In function 'cache_show': /kisskb/src/mm/slab_common.c:1065:18: note: byref variable will be forcibly initialized struct slabinfo sinfo; ^~~~~ /kisskb/src/mm/slab_common.c: In function 'kmalloc_fix_flags': /kisskb/src/mm/slab_common.c:925:8: note: byref variable will be forcibly initialized gfp_t invalid_mask = flags & GFP_SLAB_BUG_MASK; ^~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'dump_unreclaimable_slab': /kisskb/src/mm/slab_common.c:1095:18: note: byref variable will be forcibly initialized struct slabinfo sinfo; ^~~~~ /kisskb/src/kernel/irq/pm.c: In function 'rearm_wake_irq': /kisskb/src/kernel/irq/pm.c:211:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/mm/compaction.c:11: /kisskb/src/mm/compaction.c: In function 'move_freelist_head': /kisskb/src/mm/compaction.c:1296:12: note: byref variable will be forcibly initialized LIST_HEAD(sublist); ^~~~~~~ /kisskb/src/include/linux/list.h:26: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:1313:12: note: byref variable will be forcibly initialized LIST_HEAD(sublist); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/compaction.h:361, from /kisskb/src/mm/compaction.c:46: /kisskb/src/mm/compaction.c: In function 'perf_trace_mm_compaction_isolate_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/compaction.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_compaction_isolate_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/compaction.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_compaction_isolate_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'perf_trace_mm_compaction_migratepages': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_compaction_migratepages, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_compaction_migratepages, ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'perf_trace_mm_compaction_begin': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_compaction_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_compaction_begin, ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'perf_trace_mm_compaction_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:136:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_compaction_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:136:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_compaction_end, ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'perf_trace_mm_compaction_try_to_compact_pages': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:170:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_compaction_try_to_compact_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:170:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_compaction_try_to_compact_pages, ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'perf_trace_mm_compaction_suitable_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/compaction.h:197:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_compaction_suitable_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/compaction.h:197:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_compaction_suitable_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'perf_trace_mm_compaction_defer_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/compaction.h:244:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_compaction_defer_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/compaction.h:244:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_compaction_defer_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'perf_trace_mm_compaction_kcompactd_sleep': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_compaction_kcompactd_sleep, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_compaction_kcompactd_sleep, ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'perf_trace_kcompactd_wake_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/compaction.h:315:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kcompactd_wake_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/compaction.h:315:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kcompactd_wake_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/compaction.h:361, from /kisskb/src/mm/compaction.c:46: /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_isolate_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/compaction.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_compaction_isolate_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_migratepages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_compaction_migratepages, ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_begin': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:106:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_compaction_begin, ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:136:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_compaction_end, ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_try_to_compact_pages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:170:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_compaction_try_to_compact_pages, ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_suitable_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/compaction.h:197:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_compaction_suitable_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_defer_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/compaction.h:244:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mm_compaction_defer_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_kcompactd_sleep': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_compaction_kcompactd_sleep, ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_kcompactd_wake_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/compaction.h:315:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(kcompactd_wake_template, ^~~~~~~~~~~~~~~~~~~ /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:1155:24: note: byref variable will be forcibly initialized struct fuse_access_in inarg; ^~~~~ /kisskb/src/fs/udf/balloc.c: In function 'read_block_bitmap': /kisskb/src/fs/udf/balloc.c:40:24: note: byref variable will be forcibly initialized struct kernel_lb_addr loc; ^~~ In file included from /kisskb/src/fs/fuse/dir.c:9: /kisskb/src/fs/fuse/dir.c: In function 'fuse_dentry_revalidate': /kisskb/src/fs/fuse/dir.c:210:13: note: byref variable will be forcibly initialized FUSE_ARGS(args); ^~~~ /kisskb/src/fs/fuse/fuse_i.h:275: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:976:23: note: byref variable will be forcibly initialized struct fuse_attr_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dir.c:975:25: note: byref variable will be forcibly initialized struct fuse_getattr_in inarg; ^~~~~ /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/fuse/dir.c: In function 'create_new_entry': /kisskb/src/fs/fuse/dir.c:618:24: note: byref variable will be forcibly initialized struct fuse_entry_out outarg; ^~~~~~ In file included from /kisskb/src/fs/fuse/dir.c:9: /kisskb/src/fs/fuse/dir.c: In function 'fuse_symlink': /kisskb/src/fs/fuse/dir.c:730:12: note: byref variable will be forcibly initialized FUSE_ARGS(args); ^~~~ /kisskb/src/fs/fuse/fuse_i.h:275:42: note: in definition of macro 'FUSE_ARGS' #define FUSE_ARGS(args) struct fuse_args args = {} ^~~~ /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/fuse/dir.c: In function 'fuse_mkdir': /kisskb/src/fs/fuse/dir.c:706:23: note: byref variable will be forcibly initialized struct fuse_mkdir_in inarg; ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_mknod': /kisskb/src/fs/fuse/dir.c:677:23: note: byref variable will be forcibly initialized struct fuse_mknod_in inarg; ^~~~~ /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; ^~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_create_open': /kisskb/src/fs/fuse/dir.c:476:24: note: byref variable will be forcibly initialized struct fuse_entry_out outentry; ^~~~~~~~ /kisskb/src/fs/fuse/dir.c:475:23: note: byref variable will be forcibly initialized struct fuse_open_out outopen; ^~~~~~~ /kisskb/src/fs/fuse/dir.c:474:24: note: byref variable will be forcibly initialized struct fuse_create_in inarg; ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_lookup': /kisskb/src/fs/fuse/dir.c:415:16: note: byref variable will be forcibly initialized struct inode *inode; ^~~~~ /kisskb/src/fs/fuse/dir.c:414:24: note: byref variable will be forcibly initialized struct fuse_entry_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_link': /kisskb/src/fs/fuse/dir.c:919:22: note: byref variable will be forcibly initialized struct fuse_link_in inarg; ^~~~~ /kisskb/src/mm/compaction.c: In function 'isolate_freepages_block': /kisskb/src/mm/compaction.c:560:7: note: byref variable will be forcibly initialized bool locked = false; ^~~~~~ /kisskb/src/mm/compaction.c:559: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:1324:16: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_rename_common': /kisskb/src/fs/fuse/dir.c:837:25: note: byref variable will be forcibly initialized struct fuse_rename2_in inarg; ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/mm/compaction.c:11: /kisskb/src/mm/compaction.c: In function 'split_map_pages': /kisskb/src/mm/compaction.c:91:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:26: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:1546:16: note: byref variable will be forcibly initialized unsigned long isolate_start_pfn; /* exact pfn we start at */ ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dir.c:9: /kisskb/src/fs/fuse/dir.c: In function 'fuse_set_nowrite': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dir.c:1463: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:1513:23: note: byref variable will be forcibly initialized struct fuse_attr_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dir.c:1512: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:1553:23: note: byref variable will be forcibly initialized struct fuse_attr_out outarg; ^~~~~~ /kisskb/src/fs/fuse/dir.c:1552:25: note: byref variable will be forcibly initialized struct fuse_setattr_in inarg; ^~~~~ /kisskb/src/mm/compaction.c: In function 'isolate_migratepages_block': /kisskb/src/mm/compaction.c:806: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:2093: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:711: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, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/mm/compaction.c:11: /kisskb/src/mm/compaction.c:699:12: note: byref variable will be forcibly initialized LIST_HEAD(freelist); ^~~~~~~~ /kisskb/src/include/linux/list.h:26: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:2506:25: note: byref variable will be forcibly initialized struct capture_control capc = { ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/mm/compaction.c:11: /kisskb/src/mm/compaction.c: In function 'kcompactd': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:422:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:435:11: note: in expansion of macro '__wait_event_freezable_timeout' __ret = __wait_event_freezable_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c:2936:7: note: in expansion of macro 'wait_event_freezable_timeout' if (wait_event_freezable_timeout(pgdat->kcompactd_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c:2927:17: note: byref variable will be forcibly initialized unsigned long pflags; ^~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_pages_realloc': /kisskb/src/fs/fuse/file.c:1995:25: note: byref variable will be forcibly initialized struct fuse_page_desc *descs; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/writeback.h:13, from /kisskb/src/include/linux/backing-dev.h:16, 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:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_send_open': /kisskb/src/fs/fuse/file.c:26:22: note: byref variable will be forcibly initialized struct fuse_open_in inarg; ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_bmap': /kisskb/src/fs/fuse/file.c:2579:23: note: byref variable will be forcibly initialized struct fuse_bmap_out outarg; ^~~~~~ /kisskb/src/fs/fuse/file.c:2578:22: note: byref variable will be forcibly initialized struct fuse_bmap_in inarg; ^~~~~ /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; ^~~~~ In file included from /kisskb/src/include/asm-generic/div64.h:26, from ./arch/arm64/include/generated/asm/div64.h:1, from /kisskb/src/include/linux/math.h:5, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/phy/motorola/phy-mapphone-mdm6600.c:7: /kisskb/src/drivers/phy/motorola/phy-mapphone-mdm6600.c: In function 'phy_mdm6600_cmd': /kisskb/src/drivers/phy/motorola/phy-mapphone-mdm6600.c:187:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(values, PHY_MDM6600_NR_CMD_LINES); ^~~~~~ /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/phy/motorola/phy-mapphone-mdm6600.c: In function 'phy_mdm6600_status': /kisskb/src/drivers/phy/motorola/phy-mapphone-mdm6600.c:204:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(values, PHY_MDM6600_NR_STATUS_LINES); ^~~~~~ /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/fuse/file.c: In function 'fuse_register_polled_file': /kisskb/src/fs/fuse/file.c:2719:27: note: byref variable will be forcibly initialized struct rb_node **link, *parent; ^~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_file_poll': /kisskb/src/fs/fuse/file.c:2734:23: note: byref variable will be forcibly initialized struct fuse_poll_out outarg; ^~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, 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:1112:11: note: byref variable will be forcibly initialized XA_STATE(xas, &rac->mapping->i_pages, 0); ^~~ /kisskb/src/include/linux/xarray.h:1351: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/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function 'fuse_wait_on_page_writeback': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fuse/file.c:449: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:2800:15: note: byref variable will be forcibly initialized struct iattr attr; ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_lseek': /kisskb/src/fs/fuse/file.c:2614:24: note: byref variable will be forcibly initialized struct fuse_lseek_out outarg; ^~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_file_open': /kisskb/src/fs/fuse/file.c:142: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:2506: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:2487:21: note: byref variable will be forcibly initialized struct fuse_lk_out outarg; ^~~~~~ /kisskb/src/fs/fuse/file.c:2486: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:472: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:531: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:3037:24: note: byref variable will be forcibly initialized struct fuse_write_out outarg; ^~~~~~ /kisskb/src/fs/fuse/file.c:3028: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:1238: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:1462: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:2823:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, 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:2819: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:1536: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:2222:27: note: byref variable will be forcibly initialized struct fuse_fill_wb_data data; ^~~~ /kisskb/src/kernel/irq/msi.c: In function 'msi_domain_deactivate': /kisskb/src/kernel/irq/msi.c:270:17: note: byref variable will be forcibly initialized struct msi_msg msg[2]; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/kernel/irq/msi.c:13: /kisskb/src/kernel/irq/msi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/irq/msi.c: In function 'msi_mode_show': /kisskb/src/kernel/irq/msi.c:80:16: note: byref variable will be forcibly initialized unsigned long irq; ^~~ In file included from /kisskb/src/kernel/irq/msi.c:14: /kisskb/src/kernel/irq/msi.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/kernel/irq/affinity.c:6: /kisskb/src/kernel/irq/affinity.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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/drivers/phy/microchip/sparx5_serdes.c: In function 'sparx5_sd25g28_config': /kisskb/src/kernel/irq/affinity.c:258:13: note: byref variable will be forcibly initialized nodemask_t nodemsk = NODE_MASK_NONE; ^~~~~~~ /kisskb/src/drivers/phy/microchip/sparx5_serdes.c:1865:31: note: byref variable will be forcibly initialized struct sparx5_sd25g28_params params; ^~~~~~ /kisskb/src/drivers/phy/microchip/sparx5_serdes.c:1857:36: note: byref variable will be forcibly initialized struct sparx5_sd25g28_mode_preset mode; ^~~~ /kisskb/src/drivers/phy/microchip/sparx5_serdes.c:1856:37: note: byref variable will be forcibly initialized struct sparx5_sd25g28_media_preset media = media_presets_25g[macro->media]; ^~~~~ /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/drivers/phy/microchip/sparx5_serdes.c: In function 'sparx5_sd10g28_config': /kisskb/src/drivers/phy/microchip/sparx5_serdes.c:1880:31: note: byref variable will be forcibly initialized struct sparx5_sd10g28_params params; ^~~~~~ /kisskb/src/drivers/phy/microchip/sparx5_serdes.c:1879:36: note: byref variable will be forcibly initialized struct sparx5_sd10g28_mode_preset mode; ^~~~ /kisskb/src/drivers/phy/microchip/sparx5_serdes.c:1878:37: note: byref variable will be forcibly initialized struct sparx5_sd10g28_media_preset media = media_presets_10g[macro->media]; ^~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/fs/ntfs3/fsntfs.c:8: /kisskb/src/fs/ntfs3/fsntfs.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_extend_init': /kisskb/src/fs/ntfs3/fsntfs.c:189:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_refresh_zone': /kisskb/src/fs/ntfs3/fsntfs.c:784:9: note: byref variable will be forcibly initialized size_t lcn_s, zlen; ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:783:39: note: byref variable will be forcibly initialized CLST zone_limit, zone_max, lcn, vcn, len; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:783:29: note: byref variable will be forcibly initialized CLST zone_limit, zone_max, lcn, vcn, len; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_look_for_free_space': /kisskb/src/fs/ntfs3/fsntfs.c:363:9: note: byref variable will be forcibly initialized size_t alcn, zlen, zeroes, zlcn, zlen2, ztrim, new_zlen; ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_buddy_mark_free': /kisskb/src/fs/ext4/mballoc.c:1726:6: note: byref variable will be forcibly initialized int max; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_set_state': /kisskb/src/fs/ntfs3/fsntfs.c:900:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_find_order_for_block': /kisskb/src/fs/ext4/mballoc.c:1630:17: note: byref variable will be forcibly initialized int order = 1, max; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_sb_write_run': /kisskb/src/fs/ntfs3/fsntfs.c:1087:9: note: byref variable will be forcibly initialized size_t idx; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1085:18: note: byref variable will be forcibly initialized CLST lcn, clen, vcn = vbo >> cluster_bits, vcn_next; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1085:12: note: byref variable will be forcibly initialized CLST lcn, clen, vcn = vbo >> cluster_bits, vcn_next; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1085:7: note: byref variable will be forcibly initialized CLST lcn, clen, vcn = vbo >> cluster_bits, vcn_next; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_bread_run': /kisskb/src/fs/ntfs3/fsntfs.c:1132:7: note: byref variable will be forcibly initialized CLST lcn; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_read_run_nb': /kisskb/src/fs/ntfs3/fsntfs.c:1155:9: note: byref variable will be forcibly initialized size_t idx; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1153:12: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1153:7: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1152:17: note: byref variable will be forcibly initialized CLST vcn_next, vcn = vbo >> cluster_bits; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_get_bh': /kisskb/src/fs/ntfs3/fsntfs.c:1284:9: note: byref variable will be forcibly initialized size_t idx; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1282:12: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1282:7: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1279:17: note: byref variable will be forcibly initialized CLST vcn_next, vcn = vbo >> cluster_bits; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/include/linux/jbd2.h:23, from /kisskb/src/fs/ext4/ext4_jbd2.h:16, from /kisskb/src/fs/ext4/mballoc.c:12: /kisskb/src/fs/ext4/mballoc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_find_extent': /kisskb/src/fs/ext4/mballoc.c:1868:6: note: byref variable will be forcibly initialized int max, order; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_clear_mft_tail': /kisskb/src/fs/ntfs3/fsntfs.c:756:23: note: byref variable will be forcibly initialized struct ntfs_buffers nb; ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_find_next_bit': /kisskb/src/fs/ext4/mballoc.c:501:6: note: byref variable will be forcibly initialized int fix = 0, ret, tmpmax; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_extend_mft': /kisskb/src/fs/ntfs3/fsntfs.c:475:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:474:21: note: byref variable will be forcibly initialized u64 new_mft_bytes, new_bitmap_bytes; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_find_next_zero_bit': /kisskb/src/fs/ext4/mballoc.c:488:6: note: byref variable will be forcibly initialized int fix = 0, ret, tmpmax; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_look_free_mft': /kisskb/src/fs/ntfs3/fsntfs.c:533:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:531:31: note: byref variable will be forcibly initialized size_t zbit, zlen, from, to, fr; ^~ /kisskb/src/fs/ntfs3/fsntfs.c:531:9: note: byref variable will be forcibly initialized size_t zbit, zlen, from, to, fr; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_bio_pages': /kisskb/src/fs/ntfs3/fsntfs.c:1474:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1473:9: note: byref variable will be forcibly initialized size_t run_idx; ^~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1470:18: note: byref variable will be forcibly initialized CLST lcn, clen, vcn, vcn_next; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1470:12: note: byref variable will be forcibly initialized CLST lcn, clen, vcn, vcn_next; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1470:7: note: byref variable will be forcibly initialized CLST lcn, clen, vcn, vcn_next; ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/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:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_bio_fill_1': /kisskb/src/fs/ntfs3/fsntfs.c:1577:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1574:9: note: byref variable will be forcibly initialized size_t run_idx; ^~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1572:12: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1572:7: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_loadlog_and_replay': /kisskb/src/fs/ntfs3/fsntfs.c:256:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:255:7: note: byref variable will be forcibly initialized bool initialized = false; ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_vbo_to_lbo': /kisskb/src/fs/ntfs3/fsntfs.c:1646:12: note: byref variable will be forcibly initialized CLST lcn, len; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1646:7: note: byref variable will be forcibly initialized CLST lcn, len; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_security_init': /kisskb/src/fs/ntfs3/fsntfs.c:1845:18: note: byref variable will be forcibly initialized struct NTFS_DE *ne; ^~ /kisskb/src/fs/ntfs3/fsntfs.c:1844:9: note: byref variable will be forcibly initialized size_t off; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1842:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le; ^~ /kisskb/src/fs/ntfs3/fsntfs.c:1840:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_show_pa': /kisskb/src/fs/ext4/mballoc.c:5077:17: note: byref variable will be forcibly initialized ext4_grpblk_t start; ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_get_security_by_id': /kisskb/src/fs/ntfs3/fsntfs.c:1961:22: note: byref variable will be forcibly initialized struct SECURITY_HDR d_security; ^~~~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1959:22: note: byref variable will be forcibly initialized struct NTFS_DE_SII *sii_e; ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1955:6: note: byref variable will be forcibly initialized int diff; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_insert_security': /kisskb/src/fs/ntfs3/fsntfs.c:2068:16: note: byref variable will be forcibly initialized u64 mirr_off, new_sds_size; ^~~~~~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2064:22: note: byref variable will be forcibly initialized struct SECURITY_KEY hash_key; ^~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2060:21: note: byref variable will be forcibly initialized struct NTFS_DE_SII sii_e; ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2059:21: note: byref variable will be forcibly initialized struct NTFS_DE_SDH sdh_e; ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2058:22: note: byref variable will be forcibly initialized struct NTFS_DE_SDH *e; ^ /kisskb/src/fs/ntfs3/fsntfs.c:2054:11: note: byref variable will be forcibly initialized int err, diff; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_reparse_init': /kisskb/src/fs/ntfs3/fsntfs.c:2260:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le; ^~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_objid_init': /kisskb/src/fs/ntfs3/fsntfs.c:2298:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le; ^~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_insert_reparse': /kisskb/src/fs/ntfs3/fsntfs.c:2352:19: note: byref variable will be forcibly initialized struct NTFS_DE_R re; ^~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_remove_reparse': /kisskb/src/fs/ntfs3/fsntfs.c:2384:20: note: byref variable will be forcibly initialized struct NTFS_DE_R *re; ^~ /kisskb/src/fs/ntfs3/fsntfs.c:2383:21: note: byref variable will be forcibly initialized struct REPARSE_KEY rkey; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2379:11: note: byref variable will be forcibly initialized int err, diff; ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'run_deallocate': /kisskb/src/fs/ntfs3/fsntfs.c:2495:12: note: byref variable will be forcibly initialized CLST lcn, len; ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:2495:7: note: byref variable will be forcibly initialized CLST lcn, len; ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_initialize_context': /kisskb/src/fs/ext4/mballoc.c:5204:16: note: byref variable will be forcibly initialized ext4_grpblk_t block; ^~~~~ /kisskb/src/fs/ext4/mballoc.c:5201: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:5811:16: note: byref variable will be forcibly initialized ext4_grpblk_t blkoff; ^~~~~~ /kisskb/src/fs/ext4/mballoc.c:5810:15: note: byref variable will be forcibly initialized ext4_group_t group; ^~~~~ /kisskb/src/fs/ext4/mballoc.c:5809:22: note: byref variable will be forcibly initialized struct buffer_head *gdp_bh; ^~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_release_inode_pa': /kisskb/src/fs/ext4/mballoc.c:4742:16: note: byref variable will be forcibly initialized ext4_grpblk_t bit; ^~~ /kisskb/src/fs/ext4/mballoc.c:4741: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:4793:16: note: byref variable will be forcibly initialized ext4_grpblk_t bit; ^~~ /kisskb/src/fs/ext4/mballoc.c:4792:15: note: byref variable will be forcibly initialized ext4_group_t group; ^~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_generate_from_pa': /kisskb/src/fs/ext4/mballoc.c:4455:16: note: byref variable will be forcibly initialized ext4_grpblk_t start; ^~~~~ /kisskb/src/fs/ext4/mballoc.c:4454: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:1194: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:1414:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_seq_groups_show': /kisskb/src/fs/ext4/mballoc.c:2872:4: note: byref variable will be forcibly initialized } sg; ^~ /kisskb/src/fs/ext4/mballoc.c:2864: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:3640: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:4218: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:4823:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /kisskb/src/fs/ext4/mballoc.c:4822:19: note: byref variable will be forcibly initialized struct list_head list; ^~~~ /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/ext4/mballoc.c: In function 'ext4_mb_discard_lg_preallocations': /kisskb/src/fs/ext4/mballoc.c:5254:19: note: byref variable will be forcibly initialized struct list_head discard_list; ^~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_ldm.c: In function 'ZSTD_ldm_generateSequences_internal': /kisskb/src/lib/zstd/compress/zstd_ldm.c:323:14: note: byref variable will be forcibly initialized unsigned numSplits; ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_ldm.c:319:27: note: byref variable will be forcibly initialized ldmRollingHashState_t hashState; ^~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:5253: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:1932:6: note: byref variable will be forcibly initialized int max = 0; ^~~ /kisskb/src/lib/zstd/compress/zstd_ldm.c: In function 'ZSTD_ldm_fillHashTable': /kisskb/src/lib/zstd/compress/zstd_ldm.c:250:14: note: byref variable will be forcibly initialized unsigned numSplits; ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_ldm.c:248:27: note: byref variable will be forcibly initialized ldmRollingHashState_t hashState; ^~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_trim_extent': /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 */ ^~~~~~ /kisskb/src/fs/ext4/mballoc.c:6270:26: note: byref variable will be forcibly initialized struct ext4_free_extent ex; ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_discard_work': /kisskb/src/fs/ext4/mballoc.c:3338:19: note: byref variable will be forcibly initialized struct list_head discard_list; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:3337:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_trim_all_free': /kisskb/src/fs/ext4/mballoc.c:6361:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /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/ext4/mballoc.c: In function 'ext4_mb_find_by_goal': /kisskb/src/fs/ext4/mballoc.c:2203:26: note: byref variable will be forcibly initialized struct ext4_free_extent ex; ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_simple_scan_group': /kisskb/src/fs/ext4/mballoc.c:2271:6: note: byref variable will be forcibly initialized int max; ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_scan_aligned': /kisskb/src/fs/ext4/mballoc.c:2385:26: note: byref variable will be forcibly initialized struct ext4_free_extent ex; ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_check_limits': /kisskb/src/fs/ext4/mballoc.c:2064:26: note: byref variable will be forcibly initialized struct ext4_free_extent ex; ^~ /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; ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_complex_scan_group': /kisskb/src/fs/ext4/mballoc.c:2319:26: note: byref variable will be forcibly initialized struct ext4_free_extent ex; ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_try_best_found': /kisskb/src/fs/ext4/mballoc.c:2170:26: note: byref variable will be forcibly initialized struct ext4_free_extent ex = ac->ac_b_ex; ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_mark_diskspace_used': /kisskb/src/fs/ext4/mballoc.c:3779:22: note: byref variable will be forcibly initialized struct buffer_head *gdp_bh; ^~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_prefetch': /kisskb/src/fs/ext4/mballoc.c:2563:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_regular_allocator': /kisskb/src/fs/ext4/mballoc.c:2713:17: note: byref variable will be forcibly initialized int ret = 0, new_cr; ^~~~~~ /kisskb/src/fs/ext4/mballoc.c:2641:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /kisskb/src/fs/ext4/mballoc.c:2638:23: note: byref variable will be forcibly initialized unsigned int nr = 0, prefetch_ios = 0; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:2635:42: note: byref variable will be forcibly initialized ext4_group_t prefetch_grp = 0, ngroups, group, i; ^~~~~ In file included from /kisskb/src/include/linux/rcu_sync.h:13, from /kisskb/src/kernel/rcu/sync.c:10: /kisskb/src/kernel/rcu/sync.c: In function 'rcu_sync_enter': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/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:110:59: 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:453: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:3109: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:3695:19: note: byref variable will be forcibly initialized struct list_head freed_data_list; ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_mark_bb': /kisskb/src/fs/ext4/mballoc.c:3901:16: note: byref variable will be forcibly initialized ext4_grpblk_t blkoff; ^~~~~~ /kisskb/src/fs/ext4/mballoc.c:3900:15: note: byref variable will be forcibly initialized ext4_group_t group; ^~~~~ /kisskb/src/fs/ext4/mballoc.c:3898: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:5759:16: note: byref variable will be forcibly initialized ext4_grpblk_t blkoff; ^~~~~~ /kisskb/src/fs/ext4/mballoc.c:5758: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:4936:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /kisskb/src/fs/ext4/mballoc.c:4935: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:5511:6: note: byref variable will be forcibly initialized u64 seq; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/rcu.h:840, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_utilization': /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_free_blocks': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_utilization, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_utilization, ^~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:5865:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /kisskb/src/fs/ext4/mballoc.c:5863:15: note: byref variable will be forcibly initialized ext4_group_t block_group; ^~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:5862:22: note: byref variable will be forcibly initialized struct buffer_head *gd_bh; ^~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_grace_period': /kisskb/src/fs/ext4/mballoc.c:5861:16: note: byref variable will be forcibly initialized ext4_grpblk_t bit; ^~~ /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_future_grace_period': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_grace_period_init': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_exp_grace_period': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_exp_funnel_lock': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_preempt_task': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_unlock_preempted_task': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_group_add_blocks': /kisskb/src/fs/ext4/mballoc.c:6132:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /kisskb/src/fs/ext4/mballoc.c:6128:16: note: byref variable will be forcibly initialized ext4_grpblk_t bit; ^~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_quiescent_state_report': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:6127:15: note: byref variable will be forcibly initialized ext4_group_t block_group; ^~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:6126:22: note: byref variable will be forcibly initialized struct buffer_head *gd_bh; ^~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_fqs': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_stall_warning': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_stall_warning, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_stall_warning, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_dyntick': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_callback': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_trim_fs': /kisskb/src/fs/ext4/mballoc.c:6409:40: note: byref variable will be forcibly initialized ext4_grpblk_t cnt = 0, first_cluster, last_cluster; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:6409:25: note: byref variable will be forcibly initialized ext4_grpblk_t cnt = 0, first_cluster, last_cluster; ^~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:6408:35: note: byref variable will be forcibly initialized ext4_group_t group, first_group, last_group; ^~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:6408:22: note: byref variable will be forcibly initialized ext4_group_t group, first_group, last_group; ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_segcb_stats': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:537:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_segcb_stats, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:537:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_segcb_stats, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_kvfree_callback': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mballoc_query_range': /kisskb/src/fs/ext4/mballoc.c:6496:21: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_batch_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_invoke_callback': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:631:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:631:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_invoke_kvfree_callback': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_invoke_kfree_bulk_callback': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_batch_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_torture_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_barrier': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rcu.h:840, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_utilization': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_utilization, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_grace_period': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:69:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_future_grace_period': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:107:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_future_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_grace_period_init': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:147:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_grace_period_init, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_exp_grace_period': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:192:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_grace_period, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_exp_funnel_lock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:224:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_exp_funnel_lock, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_preempt_task': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:312:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_preempt_task, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_unlock_preempted_task': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:339:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_unlock_preempted_task, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_quiescent_state_report': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:368:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_quiescent_state_report, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_fqs': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:411:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_fqs, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_stall_warning': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rcu_stall_warning, ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_dyntick': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:480:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_dyntick, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_callback': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:512:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_segcb_stats': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:537:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_segcb_stats, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_kvfree_callback': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:571:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_batch_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:604:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_start, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_invoke_callback': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:631:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_invoke_kvfree_callback': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:660:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kvfree_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_invoke_kfree_bulk_callback': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:688:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_invoke_kfree_bulk_callback, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_batch_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:721:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_batch_end, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_torture_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:763:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_torture_read, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_barrier': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:11:25: note: in expansion of macro 'TRACE_EVENT' #define TRACE_EVENT_RCU TRACE_EVENT ^~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:810:1: note: in expansion of macro 'TRACE_EVENT_RCU' TRACE_EVENT_RCU(rcu_barrier, ^~~~~~~~~~~~~~~ /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; ^~~ /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/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/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_insertBt1': /kisskb/src/lib/zstd/compress/zstd_opt.c:405:9: note: byref variable will be forcibly initialized U32 dummy32; /* to be nullified at the end */ ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_insertBtAndGetAllMatches': /kisskb/src/lib/zstd/compress/zstd_opt.c:554:9: note: byref variable will be forcibly initialized U32 dummy32; /* to be nullified at the end */ ^~~~~~~ /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; ^~ In file included from /kisskb/src/lib/zstd/compress/zstd_opt.c:23: /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_updateRep': /kisskb/src/lib/zstd/compress/zstd_compress_internal.h:401:16: note: byref variable will be forcibly initialized repcodes_t newReps; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_rescaleFreqs': /kisskb/src/lib/zstd/compress/zstd_opt.c:187:26: note: byref variable will be forcibly initialized unsigned lit = MaxLit; ^~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:172:30: note: byref variable will be forcibly initialized FSE_CState_t ofstate; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:160:30: note: byref variable will be forcibly initialized FSE_CState_t mlstate; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:148:30: note: byref variable will be forcibly initialized FSE_CState_t llstate; ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_compressBlock_opt_generic': /kisskb/src/lib/zstd/compress/zstd_opt.c:1170:24: note: byref variable will be forcibly initialized repcodes_t reps = ZSTD_updateRep(opt[cur].rep, lastSequence.off, lastSequence.litlen==0); ^~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:1102:21: note: byref variable will be forcibly initialized U32 nbMatches = ZSTD_BtGetAllMatches(matches, ms, &nextToUpdate3, inr, iend, dictMode, opt[cur].rep, ll0, minMatch); ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:1081:28: note: byref variable will be forcibly initialized repcodes_t newReps = ZSTD_updateRep(opt[prev].rep, opt[cur].off, opt[cur].litlen==0); ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:987:17: note: byref variable will be forcibly initialized U32 nbMatches = ZSTD_BtGetAllMatches(matches, ms, &nextToUpdate3, ip, iend, dictMode, rep, ll0, minMatch); ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:967:19: note: byref variable will be forcibly initialized ZSTD_optLdm_t optLdm; ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:962:9: note: byref variable will be forcibly initialized U32 nextToUpdate3 = ms->nextToUpdate; ^~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_initStats_ultra': /kisskb/src/lib/zstd/compress/zstd_opt.c:1270:9: note: byref variable will be forcibly initialized U32 tmpRep[ZSTD_REP_NUM]; /* updated rep codes will sink here */ ^~~~~~ /kisskb/src/fs/udf/dir.c: In function 'udf_readdir': /kisskb/src/fs/udf/dir.c:141:25: note: byref variable will be forcibly initialized struct kernel_lb_addr tloc; ^~~~ /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, emit_pos = 0; ^~~~~~ /kisskb/src/fs/udf/dir.c:45:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi; ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_advance_state': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:1189: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/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:180: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:144:59: 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:229: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:1245:20: note: byref variable will be forcibly initialized struct rcu_cblist ready_cbs; ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_funnel_gp_start': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:671:3: note: in expansion of macro 'smp_store_release' smp_store_release(&ssp->srcu_gp_seq_needed, s); /*^^^*/ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function '__synchronize_srcu': /kisskb/src/kernel/rcu/srcutree.c:915:25: note: byref variable will be forcibly initialized struct rcu_synchronize rcu; ^~~ In file included from /kisskb/src/include/linux/phy/phy.h:15, from /kisskb/src/drivers/phy/mediatek/phy-mtk-xsphy.c:17: /kisskb/src/drivers/phy/mediatek/phy-mtk-xsphy.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/phy/mediatek/phy-mtk-xsphy.c: In function 'mtk_xsphy_probe': /kisskb/src/drivers/phy/mediatek/phy-mtk-xsphy.c:499:18: note: byref variable will be forcibly initialized struct resource res; ^~~ In file included from /kisskb/src/mm/list_lru.c:12: /kisskb/src/mm/list_lru.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /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/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; ^~~~~~~ /kisskb/src/block/disk-events.c: In function 'disk_clear_events': /kisskb/src/block/disk-events.c:231:15: note: byref variable will be forcibly initialized unsigned int clearing = mask; ^~~~~~~~ /kisskb/src/block/disk-events.c: In function 'disk_events_poll_msecs_store': /kisskb/src/block/disk-events.c:388:7: note: byref variable will be forcibly initialized long intv; ^~~~ /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_alloc_from_pool': /kisskb/src/kernel/dma/direct.c:141:8: note: byref variable will be forcibly initialized void *ret; ^~~ /kisskb/src/kernel/dma/direct.c:140: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:92:6: note: byref variable will be forcibly initialized u64 phys_limit; ^~~~~~~~~~ In file included from /kisskb/src/kernel/dma/direct.c:16: /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_map_page': /kisskb/src/kernel/dma/direct.h:88:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr = phys_to_dma(dev, phys); ^~~~~~~~ In file included from /kisskb/src/kernel/dma/direct.c:15: /kisskb/src/kernel/dma/direct.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/kernel/dma/mapping.c:17: /kisskb/src/kernel/dma/mapping.c: In function 'dma_direct_map_page': /kisskb/src/kernel/dma/direct.h:88:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr = phys_to_dma(dev, phys); ^~~~~~~~ /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_map_resource': /kisskb/src/kernel/dma/direct.c:460:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr = paddr; ^~~~~~~~ /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_mmap': /kisskb/src/kernel/dma/direct.c:499:6: note: byref variable will be forcibly initialized int ret = -ENXIO; ^~~ /kisskb/src/kernel/dma/mapping.c: In function 'dma_alloc_attrs': /kisskb/src/kernel/dma/mapping.c:492:8: note: byref variable will be forcibly initialized void *cpu_addr; ^~~~~~~~ /kisskb/src/mm/workingset.c: In function 'workingset_refault': /kisskb/src/mm/workingset.c:297:6: note: byref variable will be forcibly initialized int memcgid; ^~~~~~~ /kisskb/src/mm/workingset.c:296:7: note: byref variable will be forcibly initialized bool workingset; ^~~~~~~~~~ /kisskb/src/mm/workingset.c:293:16: note: byref variable will be forcibly initialized unsigned long eviction; ^~~~~~~~ /kisskb/src/mm/workingset.c:291:22: note: byref variable will be forcibly initialized struct pglist_data *pgdat; ^~~~~ /kisskb/src/mm/debug.c: In function '__dump_page': /kisskb/src/mm/debug.c:121:17: note: byref variable will be forcibly initialized unsigned long ino; ^~~ /kisskb/src/mm/debug.c:120:17: note: byref variable will be forcibly initialized struct dentry dentry; ^~~~~~ /kisskb/src/mm/debug.c:118:22: note: byref variable will be forcibly initialized struct hlist_node *dentry_first; ^~~~~~~~~~~~ /kisskb/src/mm/debug.c:117:42: note: byref variable will be forcibly initialized const struct address_space_operations *a_ops; ^~~~~ /kisskb/src/mm/debug.c:116:17: note: byref variable will be forcibly initialized struct inode *host; ^~~~ /kisskb/src/kernel/sched/psi.c: In function 'collect_percpu_times': /kisskb/src/kernel/sched/psi.c:335:7: note: byref variable will be forcibly initialized u32 cpu_changed_states; ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c:333:7: note: byref variable will be forcibly initialized u32 times[NR_PSI_STATES]; ^~~~~ /kisskb/src/kernel/sched/psi.c: In function 'psi_avgs_work': /kisskb/src/kernel/sched/psi.c:426:6: note: byref variable will be forcibly initialized u32 changed_states; ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/kernel/sched/../workqueue_internal.h:11, from /kisskb/src/kernel/sched/psi.c:133: /kisskb/src/kernel/sched/psi.c: In function 'group_init': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/psi.c:209:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(group->poll_task, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c: In function 'psi_poll_work': /kisskb/src/kernel/sched/psi.c:591:6: note: byref variable will be forcibly initialized u32 changed_states; ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/kernel/sched/../workqueue_internal.h:12, from /kisskb/src/kernel/sched/psi.c:133: /kisskb/src/kernel/sched/psi.c: In function 'psi_poll_worker': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c:636:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(group->poll_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/kernel/sched/../workqueue_internal.h:11, from /kisskb/src/kernel/sched/psi.c:133: /kisskb/src/kernel/sched/psi.c: In function 'psi_trigger_destroy': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/psi.c:1219:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(group->poll_task, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_getDTableDesc': /kisskb/src/lib/zstd/decompress/huf_decompress.c:105:16: note: byref variable will be forcibly initialized DTableDesc dtd; ^~~ /kisskb/src/kernel/sched/psi.c: In function 'psi_memstall_enter': /kisskb/src/kernel/sched/psi.c:894:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/kernel/sched/psi.c: In function 'psi_memstall_leave': /kisskb/src/kernel/sched/psi.c:924:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_decompress1X1_usingDTable_internal_body': /kisskb/src/lib/zstd/decompress/huf_decompress.c:336:19: note: byref variable will be forcibly initialized BIT_DStream_t bitD; ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/kernel/sched/../workqueue_internal.h:11, from /kisskb/src/kernel/sched/psi.c:133: /kisskb/src/kernel/sched/psi.c: In function 'psi_trigger_create': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/psi.c:1169:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(group->poll_task, task); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c:1118:6: note: byref variable will be forcibly initialized u32 window_us; ^~~~~~~~~ /kisskb/src/kernel/sched/psi.c:1117:6: note: byref variable will be forcibly initialized u32 threshold_us; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/kernel/sched/../workqueue_internal.h:11, from /kisskb/src/kernel/sched/psi.c:133: /kisskb/src/kernel/sched/psi.c: In function 'psi_trigger_replace': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/psi.c:1253:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*trigger_ptr, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c: In function 'psi_write': /kisskb/src/kernel/sched/psi.c:1291:7: note: byref variable will be forcibly initialized char buf[32]; ^~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_decompress4X1_usingDTable_internal_body': /kisskb/src/lib/zstd/decompress/huf_decompress.c:369:23: note: byref variable will be forcibly initialized BIT_DStream_t bitD4; ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:368:23: note: byref variable will be forcibly initialized BIT_DStream_t bitD3; ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:367:23: note: byref variable will be forcibly initialized BIT_DStream_t bitD2; ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:366:23: note: byref variable will be forcibly initialized BIT_DStream_t bitD1; ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_decompress1X2_usingDTable_internal_body': /kisskb/src/lib/zstd/decompress/huf_decompress.c:782:19: note: byref variable will be forcibly initialized BIT_DStream_t bitD; ^~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_decompress4X2_usingDTable_internal_body': /kisskb/src/lib/zstd/decompress/huf_decompress.c:822:23: note: byref variable will be forcibly initialized BIT_DStream_t bitD4; ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:821:23: note: byref variable will be forcibly initialized BIT_DStream_t bitD3; ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:820:23: note: byref variable will be forcibly initialized BIT_DStream_t bitD2; ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:819:23: note: byref variable will be forcibly initialized BIT_DStream_t bitD1; ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_fillDTableX2Level2': /kisskb/src/lib/zstd/decompress/huf_decompress.c:533:16: note: byref variable will be forcibly initialized HUF_DEltX2 DElt; ^~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_fillDTableX2': /kisskb/src/lib/zstd/decompress/huf_decompress.c:605:24: note: byref variable will be forcibly initialized HUF_DEltX2 DElt; ^~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_readDTableX1_wksp_bmi2': /kisskb/src/lib/zstd/decompress/huf_decompress.c:150:9: note: byref variable will be forcibly initialized U32 nbSymbols = 0; ^~~~~~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:149:9: note: byref variable will be forcibly initialized U32 tableLog = 0; ^~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_decompressFrame': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:816:27: note: byref variable will be forcibly initialized blockProperties_t blockProperties; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_findFrameSizeInfo': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:665:31: note: byref variable will be forcibly initialized blockProperties_t blockProperties; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:650:26: note: byref variable will be forcibly initialized ZSTD_frameHeader zfh; ^~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:635:24: note: byref variable will be forcibly initialized ZSTD_frameSizeInfo frameSizeInfo; ^~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_getFrameContentSize': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:508:26: note: byref variable will be forcibly initialized { ZSTD_frameHeader zfh; ^~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_readDTableX2_wksp': /kisskb/src/lib/zstd/decompress/huf_decompress.c:630:37: note: byref variable will be forcibly initialized U32 tableLog, maxW, sizeOfSort, nbSymbols; ^~~~~~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:630:9: note: byref variable will be forcibly initialized U32 tableLog, maxW, sizeOfSort, nbSymbols; ^~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_decompressContinue': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1084:31: note: byref variable will be forcibly initialized { blockProperties_t bp; ^~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_loadDEntropy': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1282:45: note: byref variable will be forcibly initialized unsigned litlengthMaxValue = MaxLL, litlengthLog; ^~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1282:18: note: byref variable will be forcibly initialized unsigned litlengthMaxValue = MaxLL, litlengthLog; ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1281:15: note: byref variable will be forcibly initialized { short litlengthNCount[MaxLL+1]; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1267:47: note: byref variable will be forcibly initialized unsigned matchlengthMaxValue = MaxML, matchlengthLog; ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1267:18: note: byref variable will be forcibly initialized unsigned matchlengthMaxValue = MaxML, matchlengthLog; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1266:15: note: byref variable will be forcibly initialized { short matchlengthNCount[MaxML+1]; ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1252:44: note: byref variable will be forcibly initialized unsigned offcodeMaxValue = MaxOff, offcodeLog; ^~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1252:18: note: byref variable will be forcibly initialized unsigned offcodeMaxValue = MaxOff, offcodeLog; ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1251:15: note: byref variable will be forcibly initialized { short offcodeNCount[MaxOff+1]; ^~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_getDictID_fromFrame': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1412:22: note: byref variable will be forcibly initialized ZSTD_frameHeader zfp = { 0, 0, 0, ZSTD_frame, 0, 0, 0 }; ^~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_estimateDStreamSize_fromFrame': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1730:22: note: byref variable will be forcibly initialized ZSTD_frameHeader zfh; ^~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_decompressStream': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1821:11: note: byref variable will be forcibly initialized char* op = ostart; ^~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_decompressStream_simpleArgs': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:2079:20: note: byref variable will be forcibly initialized ZSTD_inBuffer input = { src, srcSize, *srcPos }; ^~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:2078:20: note: byref variable will be forcibly initialized ZSTD_outBuffer output = { dst, dstCapacity, *dstPos }; ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/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:144:59: 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/phy/phy.h:15, from /kisskb/src/drivers/phy/renesas/phy-rcar-gen2.c:15: /kisskb/src/drivers/phy/renesas/phy-rcar-gen2.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/phy/renesas/phy-rcar-gen2.c: In function 'rcar_gen2_phy_probe': /kisskb/src/drivers/phy/renesas/phy-rcar-gen2.c:385:7: note: byref variable will be forcibly initialized u32 channel_num; ^~~~~~~~~~~ /kisskb/src/fs/udf/file.c: In function 'udf_ioctl': /kisskb/src/fs/udf/file.c:184:18: note: byref variable will be forcibly initialized long old_block, new_block; ^~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_buildFSETable_body': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:388:31: note: byref variable will be forcibly initialized { ZSTD_seqSymbol_header DTableH; ^~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_decompressSequences_body': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1124:20: note: byref variable will be forcibly initialized seqState_t seqState; ^~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1114:17: note: byref variable will be forcibly initialized const BYTE* litPtr = dctx->litPtr; ^~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_decompressSequences_default': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1114:17: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_decompressSequencesLong_body': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1262:20: note: byref variable will be forcibly initialized seqState_t seqState; ^~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1248:17: note: byref variable will be forcibly initialized const BYTE* litPtr = dctx->litPtr; ^~~~~~ In file included from /kisskb/src/fs/ext4/mmp.c:8: /kisskb/src/fs/ext4/mmp.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_decompressSequencesLong_default': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1248:17: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1260:15: note: byref variable will be forcibly initialized seq_t sequences[STORED_SEQS]; ^~~~~~~~~ /kisskb/src/fs/ext4/mmp.c: In function 'kmmpd': /kisskb/src/fs/ext4/mmp.c:197: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:283:22: note: byref variable will be forcibly initialized struct buffer_head *bh = NULL; ^~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_buildSeqTable': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:563:17: note: byref variable will be forcibly initialized S16 norm[MaxSeq+1]; ^~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:562:22: note: byref variable will be forcibly initialized { unsigned tableLog; ^~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_decompressBlock_internal': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1483:13: note: byref variable will be forcibly initialized int nbSeq; ^~~~~ /kisskb/src/drivers/phy/mediatek/phy-mtk-hdmi.c: In function 'mtk_hdmi_phy_probe': /kisskb/src/drivers/phy/mediatek/phy-mtk-hdmi.c:104:14: note: byref variable will be forcibly initialized const char *ref_clk_name; ^~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'arch_atomic_read_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/atomic-arch-fallback.h:154:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&(v)->counter); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcu_segcblist.c: In function 'rcu_segcblist_merge': /kisskb/src/kernel/rcu/rcu_segcblist.c:613:20: note: byref variable will be forcibly initialized struct rcu_cblist pendcbs; ^~~~~~~ /kisskb/src/kernel/rcu/rcu_segcblist.c:612:20: note: byref variable will be forcibly initialized struct rcu_cblist donecbs; ^~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_exp_need_qs': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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_exp.h:727:2: note: in expansion of macro 'smp_store_release' smp_store_release(this_cpu_ptr(&rcu_data.rcu_urgent_qs), true); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'sync_exp_reset_tree_hotplug': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/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_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_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/kernel/rcu/tree.c: In function 'param_set_first_fqs_jiffies': /kisskb/src/kernel/rcu/tree.c:516:8: note: byref variable will be forcibly initialized ulong j; ^ /kisskb/src/kernel/rcu/tree.c: In function 'param_set_next_fqs_jiffies': /kisskb/src/kernel/rcu/tree.c:528:8: note: byref variable will be forcibly initialized ulong j; ^ In file included from /kisskb/src/kernel/rcu/tree.c:4739: /kisskb/src/kernel/rcu/tree.c: In function 'print_cpu_stall_info': /kisskb/src/kernel/rcu/tree_stall.h:417:7: note: byref variable will be forcibly initialized char fast_no_hz[72]; ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, 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:144:59: 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:502:13: note: in expansion of macro 'smp_load_acquire' gp_state = smp_load_acquire(&rcu_state.gp_state); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/block/blk-ia-ranges.c:8: /kisskb/src/block/blk-ia-ranges.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/fs/ntfs3/ntfs.h:13, from /kisskb/src/fs/ntfs3/frecord.c:13: /kisskb/src/fs/ntfs3/frecord.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4739: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_check_gp_kthread_starvation': /kisskb/src/kernel/rcu/tree_stall.h:461:16: note: byref variable will be forcibly initialized unsigned long j; ^ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_ins_new_attr': /kisskb/src/fs/ntfs3/frecord.c:462:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_expand_mft_list': /kisskb/src/fs/ntfs3/frecord.c:1194:34: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_min, *mi_new; ^~~~~~ /kisskb/src/fs/ntfs3/frecord.c:1193:37: note: byref variable will be forcibly initialized CLST mft_min, mft_new, svcn, evcn, plen; ^~~~ /kisskb/src/fs/ntfs3/frecord.c:1193:16: note: byref variable will be forcibly initialized CLST mft_min, mft_new, svcn, evcn, plen; ^~~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_load_mi_ex': /kisskb/src/fs/ntfs3/frecord.c:141:20: note: byref variable will be forcibly initialized struct mft_inode *r; ^ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_find_attr': /kisskb/src/fs/ntfs3/frecord.c:191:20: note: byref variable will be forcibly initialized struct mft_inode *m; ^ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_update_parent': /kisskb/src/fs/ntfs3/frecord.c:3051:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/fs/ntfs3/frecord.c:3050:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_enum_attr_ex': /kisskb/src/fs/ntfs3/frecord.c:249:20: note: byref variable will be forcibly initialized struct mft_inode *mi2; ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_repack': /kisskb/src/fs/ntfs3/frecord.c:528:19: note: byref variable will be forcibly initialized struct runs_tree run; ^~~ /kisskb/src/fs/ntfs3/frecord.c:523:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL, *le_p; ^~ /kisskb/src/fs/ntfs3/frecord.c:521:20: note: byref variable will be forcibly initialized struct mft_inode *mi, *mi_p = NULL; ^~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/mmap_lock.h:87, from /kisskb/src/mm/mmap_lock.c:3: /kisskb/src/mm/mmap_lock.c: In function 'perf_trace_mmap_lock': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mmap_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mmap_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mmap_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_try_remove_attr_list': /kisskb/src/fs/ntfs3/frecord.c:651:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/mm/mmap_lock.c: In function 'perf_trace_mmap_lock_acquire_returned': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_load_attr': /kisskb/src/fs/ntfs3/frecord.c:286:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmap_lock.h:87, from /kisskb/src/mm/mmap_lock.c:3: /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mmap_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(mmap_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_remove_attr': /kisskb/src/fs/ntfs3/frecord.c:392:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock_acquire_returned': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(mmap_lock_acquire_returned, ^~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_create_attr_list': /kisskb/src/fs/ntfs3/frecord.c:772:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/frecord.c:771:7: note: byref variable will be forcibly initialized CLST rno = 0; ^~~ /kisskb/src/kernel/dma/ops_helpers.c: In function 'dma_common_mmap': /kisskb/src/kernel/dma/ops_helpers.c:43:6: note: byref variable will be forcibly initialized int ret = -ENXIO; ^~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_cleanup': /kisskb/src/kernel/rcu/tree.c:2007:16: note: byref variable will be forcibly initialized unsigned long new_gp_seq; ^~~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_ins_attr_ext': /kisskb/src/fs/ntfs3/frecord.c:910:7: note: byref variable will be forcibly initialized CLST rno; ^~~ /kisskb/src/fs/ntfs3/frecord.c:909:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_insert_attr': /kisskb/src/fs/ntfs3/frecord.c:1053:24: note: byref variable will be forcibly initialized struct ATTRIB *attr, *eattr; ^~~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_fqs_loop': /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized 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:1955:9: note: in expansion of macro 'swait_event_idle_timeout_exclusive' (void)swait_event_idle_timeout_exclusive(rcu_state.gp_wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1931:6: note: byref variable will be forcibly initialized int gf = 0; ^~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function '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, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_expand_list': /kisskb/src/fs/ntfs3/frecord.c:1321:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/fs/ntfs3/frecord.c:1318:24: note: byref variable will be forcibly initialized struct ATTRIB *attr, *ins_attr; ^~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_insert_nonresident': In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_implicit_dynticks_qs': /kisskb/src/fs/ntfs3/frecord.c:1388:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:1292:3: note: in expansion of macro 'smp_store_release' smp_store_release(&rdp->rcu_urgent_qs, true); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c:1387:7: note: byref variable will be forcibly initialized CLST plen; ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_insert_resident': /kisskb/src/fs/ntfs3/frecord.c:1463:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_spawn_gp_kthread': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:4435:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rcu_state.gp_kthread, t); /* ^^^ */ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_delete_all': /kisskb/src/fs/ntfs3/frecord.c:1518:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/fs/ntfs3/frecord.c:1510:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/kernel/rcu/tree.c:4404:21: note: byref variable will be forcibly initialized struct sched_param sp; ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_new_attr_flags': /kisskb/src/fs/ntfs3/frecord.c:1659:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/mm/gup.c:7: /kisskb/src/mm/gup.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_parse_reparse': /kisskb/src/fs/ntfs3/frecord.c:1749:20: note: byref variable will be forcibly initialized struct runs_tree run; ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_fiemap': /kisskb/src/fs/ntfs3/frecord.c:1949:9: note: byref variable will be forcibly initialized CLST clst_data; ^~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c:1856:9: note: byref variable will be forcibly initialized size_t idx = -1; ^~~ /kisskb/src/fs/ntfs3/frecord.c:1852:12: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/frecord.c:1852:7: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~ /kisskb/src/fs/ntfs3/frecord.c:1851:7: note: byref variable will be forcibly initialized CLST vcn = vbo >> cluster_bits; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/writeback.h:13, from /kisskb/src/include/linux/backing-dev.h:16, 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:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_read_frame': /kisskb/src/fs/ntfs3/frecord.c:2443:15: note: byref variable will be forcibly initialized u64 frames, vbo_data; ^~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c:2395:14: note: byref variable will be forcibly initialized CLST frame, clst_data; ^~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c:2392:34: note: byref variable will be forcibly initialized u32 frame_size, i, npages_disk, ondisk_size; ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c:2387:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_init_one': /kisskb/src/kernel/rcu/tree.c:4474:6: note: byref variable will be forcibly initialized int levelspread[RCU_NUM_LVLS]; /* kids/node in each level. */ ^~~~~~~~~~~ /kisskb/src/mm/gup.c: In function '__get_user_pages': /kisskb/src/mm/gup.c:1107:16: note: byref variable will be forcibly initialized unsigned int foll_flags = gup_flags; ^~~~~~~~~~ /kisskb/src/mm/gup.c:1087:25: note: byref variable will be forcibly initialized struct vm_area_struct *vma = NULL; ^~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_parent': /kisskb/src/fs/fuse/inode.c:997:24: note: byref variable will be forcibly initialized struct fuse_entry_out outarg; ^~~~~~ /kisskb/src/fs/fuse/inode.c:995: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/ntfs3/frecord.c: In function 'ni_decompress_file': /kisskb/src/fs/fuse/inode.c:898:21: note: byref variable will be forcibly initialized const struct qstr name = QSTR_INIT(".", 1); ^~~~ /kisskb/src/fs/fuse/inode.c:897:25: note: byref variable will be forcibly initialized struct fuse_entry_out outarg; ^~~~~~ /kisskb/src/fs/fuse/inode.c:888:16: note: byref variable will be forcibly initialized struct inode *inode; ^~~~~ /kisskb/src/fs/ntfs3/frecord.c:2217:19: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/fs/ntfs3/frecord.c:2150:8: note: byref variable will be forcibly initialized bool new; ^~~ /kisskb/src/fs/ntfs3/frecord.c:2120:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/frecord.c:2115:23: note: byref variable will be forcibly initialized CLST vcn, cend, lcn, clen, end; ^~~~ /kisskb/src/fs/ntfs3/frecord.c:2115:18: note: byref variable will be forcibly initialized CLST vcn, cend, lcn, clen, end; ^~~ /kisskb/src/fs/ntfs3/frecord.c:2113:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le; ^~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fh_to_parent': /kisskb/src/fs/fuse/inode.c:980: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:966: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:512:25: note: byref variable will be forcibly initialized struct fuse_statfs_out outarg; ^~~~~~ In file included from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/fs/fuse/inode.c: In function 'fuse_send_destroy': /kisskb/src/fs/fuse/inode.c:484:13: note: byref variable will be forcibly initialized FUSE_ARGS(args); ^~~~ /kisskb/src/fs/fuse/fuse_i.h:275:42: note: in definition of macro 'FUSE_ARGS' #define FUSE_ARGS(args) struct fuse_args args = {} ^~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4740: /kisskb/src/kernel/rcu/tree.c: In function 'sync_rcu_exp_select_node_cpus': /kisskb/src/kernel/rcu/tree_exp.h:342:16: note: byref variable will be forcibly initialized unsigned long mask_ofl_ipi; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/fs/fuse/inode.c: In function 'fuse_sync_fs_writes': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c:577:2: note: in expansion of macro 'wait_event' wait_event(bucket->waitq, atomic_read(&bucket->count) == 0); ^~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c:568:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fc->curr_bucket, new_bucket); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_write_frame': /kisskb/src/fs/ntfs3/frecord.c:2677:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/frecord.c:2676:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/fs/ntfs3/frecord.c:2674:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_sync_fs': /kisskb/src/fs/fuse/inode.c:588:24: note: byref variable will be forcibly initialized struct fuse_syncfs_in inarg; ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'exp_funnel_lock': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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], ^~~~~~~~~~ /kisskb/src/mm/gup.c: In function 'unpin_user_page_range_dirty_lock': /kisskb/src/mm/gup.c:372:15: note: byref variable will be forcibly initialized unsigned int ntails; ^~~~~~ /kisskb/src/mm/gup.c:371:15: note: byref variable will be forcibly initialized struct page *head; ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_remove_name': /kisskb/src/fs/fuse/inode.c: In function 'fuse_parse_param': /kisskb/src/fs/fuse/inode.c:655:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ /kisskb/src/fs/ntfs3/frecord.c:2838:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/mm/gup.c: In function 'unpin_user_pages': /kisskb/src/mm/gup.c:395:15: note: byref variable will be forcibly initialized unsigned int ntails; ^~~~~~ /kisskb/src/fs/ntfs3/frecord.c:2837:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le; ^~ /kisskb/src/mm/gup.c:394:15: note: byref variable will be forcibly initialized struct page *head; ^~~~ /kisskb/src/mm/gup.c: In function 'unpin_user_pages_dirty_lock': /kisskb/src/mm/gup.c:311:15: note: byref variable will be forcibly initialized unsigned int ntails; ^~~~~~ /kisskb/src/mm/gup.c:310:15: note: byref variable will be forcibly initialized struct page *head; ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/mm/gup.c:5: /kisskb/src/mm/gup.c: In function 'check_and_migrate_movable_pages': /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_remove_name_undo': /kisskb/src/fs/ntfs3/frecord.c:2901:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/mm/gup.c:1842:12: note: byref variable will be forcibly initialized LIST_HEAD(movable_page_list); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_add_name': /kisskb/src/fs/ntfs3/frecord.c:2951:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/frecord.c:2950:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le; ^~ /kisskb/src/fs/ntfs3/frecord.c:2949:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_rename': /kisskb/src/fs/ntfs3/frecord.c:2983:6: note: byref variable will be forcibly initialized int undo = 0; ^~~~ /kisskb/src/fs/ntfs3/frecord.c:2982:18: note: byref variable will be forcibly initialized struct NTFS_DE *de2 = NULL; ^~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_change_attributes': /kisskb/src/fs/fuse/inode.c:288:22: note: byref variable will be forcibly initialized struct timespec64 new_mtime = { ^~~~~~~~~ /kisskb/src/fs/fuse/inode.c:240:20: note: byref variable will be forcibly initialized struct timespec64 old_mtime; ^~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_write_inode': /kisskb/src/fs/ntfs3/frecord.c:3163:23: note: byref variable will be forcibly initialized struct NTFS_DUP_INFO dup; ^~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fill_super_submount': /kisskb/src/mm/gup.c: In function 'lockless_pages_from_mm': /kisskb/src/fs/fuse/inode.c:1405:19: note: byref variable will be forcibly initialized struct fuse_attr root_attr; ^~~~~~~~~ /kisskb/src/mm/gup.c:2793:6: note: byref variable will be forcibly initialized int nr_pinned = 0; ^~~~~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_root_inode': /kisskb/src/fs/fuse/inode.c:870:19: note: byref variable will be forcibly initialized struct fuse_attr attr; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, 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:110:59: 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:1142:2: note: in expansion of macro 'smp_store_release' smp_store_release(per_cpu_ptr(&rcu_data.rcu_urgent_qs, cpu), true); ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/gup.c: In function '__mm_populate': /kisskb/src/mm/gup.c:1569:6: note: byref variable will be forcibly initialized int locked = 0; ^~~~~~ /kisskb/src/mm/gup.c: In function 'fault_in_safe_writeable': /kisskb/src/mm/gup.c:1720:6: note: byref variable will be forcibly initialized int locked = 0; ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/fs/fuse/inode.c: In function 'fuse_fill_super_common': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c:1500:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fc->curr_bucket, fuse_sync_bucket_alloc()); ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/gup.c: In function 'get_dump_page': /kisskb/src/mm/gup.c:1815:6: note: byref variable will be forcibly initialized int locked = 1; ^~~~~~ /kisskb/src/mm/gup.c:1814:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_cpu_starting': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:4258:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rcu_state.ncpus, rcu_state.ncpus + newcpu); /* ^^^ */ ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/gup.c: In function 'get_user_pages_unlocked': /kisskb/src/mm/gup.c:2191:6: note: byref variable will be forcibly initialized int locked = 1; ^~~~~~ /kisskb/src/mm/gup.c: In function 'internal_get_user_pages_fast': /kisskb/src/mm/gup.c:2839:21: note: byref variable will be forcibly initialized unsigned long len, end; ^~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_init_geometry': /kisskb/src/kernel/rcu/tree.c:4556:6: note: byref variable will be forcibly initialized int rcu_capacity[RCU_NUM_LVLS]; ^~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_sched_clock_irq': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:2588: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, 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:2112:4: note: in expansion of macro 'swait_event_idle_exclusive' swait_event_idle_exclusive(rcu_state.gp_wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_check_gp_start_stall': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:885:7: note: in expansion of macro 'smp_load_acquire' !smp_load_acquire(&rcu_state.gp_kthread)) // Get stable kthread. ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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: /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:4740: /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: /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:3746: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:3746: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:3522:24: note: byref variable will be forcibly initialized struct kfree_rcu_cpu *krcp; ^~~~ /kisskb/src/kernel/rcu/tree.c:3521:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_all_qs': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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_plugin.h:869:7: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_note_context_switch': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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_plugin.h:892:7: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) ^~~~~~~~~~~~~~~~ /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/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/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; ^~~ /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: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/lib/decompress_unlzo.c: In function 'unlzo': /kisskb/src/lib/decompress_unlzo.c:106:9: note: byref variable will be forcibly initialized size_t tmp; ^~~ /kisskb/src/lib/decompress_unlzo.c:104:7: note: byref variable will be forcibly initialized long skip = 0; ^~~~ /kisskb/src/mm/memory.c: In function 'remove_device_exclusive_entry': /kisskb/src/mm/memory.c:3441:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/mm/memory.c: In function 'wp_page_copy': /kisskb/src/mm/memory.c:2978: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:1314:6: note: byref variable will be forcibly initialized int rss[NR_MM_COUNTERS]; ^~~ /kisskb/src/mm/memory.c: In function 'zap_page_range_single': /kisskb/src/mm/memory.c:1658:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ /kisskb/src/mm/memory.c:1657: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:1609: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:1631:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ /kisskb/src/mm/memory.c:1630:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /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/mm/memory.c: In function 'follow_pfn': /kisskb/src/mm/memory.c:4988:9: note: byref variable will be forcibly initialized pte_t *ptep; ^~~~ /kisskb/src/mm/memory.c:4987:14: note: byref variable will be forcibly initialized spinlock_t *ptl; ^~~ /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/mm/memory.c: In function '__access_remote_vm': /kisskb/src/mm/memory.c:5114:16: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ /kisskb/src/mm/memory.c:5103:25: note: byref variable will be forcibly initialized struct vm_area_struct *vma; ^~~ /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; ^~~~~~~~~~~~~~ /kisskb/src/mm/memory.c: In function 'copy_user_huge_page': /kisskb/src/mm/memory.c:5386:26: note: byref variable will be forcibly initialized struct copy_subpage_arg arg = { ^~~ /kisskb/src/mm/memory.c: In function '__pte_alloc': /kisskb/src/mm/memory.c:464:12: note: byref variable will be forcibly initialized pgtable_t new = pte_alloc_one(mm); ^~~ /kisskb/src/mm/memory.c: In function 'copy_pte_range': /kisskb/src/mm/memory.c:1018:15: note: byref variable will be forcibly initialized struct page *prealloc = NULL; ^~~~~~~~ /kisskb/src/mm/memory.c:1016: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:1236: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:1759: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:2022:14: note: byref variable will be forcibly initialized spinlock_t *ptl; ^~~ /kisskb/src/mm/memory.c: In function '__apply_to_page_range': /kisskb/src/mm/memory.c:2650:17: note: byref variable will be forcibly initialized pgtbl_mod_mask mask = 0; ^~~~ /kisskb/src/block/bsg.c: In function 'bsg_sg_io': /kisskb/src/block/bsg.c:59:18: note: byref variable will be forcibly initialized struct sg_io_v4 hdr; ^~~ /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/block/bsg.c: In function 'bsg_init': /kisskb/src/block/bsg.c:242:8: note: byref variable will be forcibly initialized dev_t devid; ^~~~~ /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_old_timex32': /kisskb/src/kernel/time/time.c:288:21: note: byref variable will be forcibly initialized struct old_timex32 tx32; ^~~~ /kisskb/src/kernel/time/time.c: In function 'put_old_timex32': /kisskb/src/kernel/time/time.c:320:21: note: byref variable will be forcibly initialized struct old_timex32 tx32; ^~~~ /kisskb/src/kernel/time/time.c: In function '__do_sys_adjtimex_time32': /kisskb/src/kernel/time/time.c:351:24: note: byref variable will be forcibly initialized struct __kernel_timex txc; ^~~ /kisskb/src/kernel/time/time.c: In function 'timespec64_add_safe': /kisskb/src/kernel/time/time.c:768:20: note: byref variable will be forcibly initialized struct timespec64 res; ^~~ /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/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/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 = { ^~~ In file included from /kisskb/src/kernel/dma/remap.c:6: /kisskb/src/kernel/dma/remap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /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/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/include/linux/device.h:29, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/linux/dma-direct.h:9, from /kisskb/src/kernel/dma/swiotlb.c:24: /kisskb/src/kernel/dma/swiotlb.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/swiotlb.h:50, from /kisskb/src/kernel/dma/swiotlb.c:58: /kisskb/src/kernel/dma/swiotlb.c: In function 'perf_trace_swiotlb_bounced': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(swiotlb_bounced, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(swiotlb_bounced, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(swiotlb_bounced, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/swiotlb.h:50, from /kisskb/src/kernel/dma/swiotlb.c:58: /kisskb/src/kernel/dma/swiotlb.c: In function 'trace_event_raw_event_swiotlb_bounced': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(swiotlb_bounced, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(swiotlb_bounced, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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:144:59: 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/dma/swiotlb.c: In function 'swiotlb_map': /kisskb/src/kernel/dma/swiotlb.c:676:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^~~~~~~~ /kisskb/src/lib/decompress_unzstd.c: In function '__unzstd': /kisskb/src/lib/decompress_unzstd.c:172:20: note: byref variable will be forcibly initialized zstd_frame_header header; ^~~~~~ /kisskb/src/lib/decompress_unzstd.c:171:18: note: byref variable will be forcibly initialized zstd_out_buffer out; ^~~ /kisskb/src/lib/decompress_unzstd.c:170:17: note: byref variable will be forcibly initialized zstd_in_buffer in; ^~ /kisskb/src/mm/mlock.c: In function '__munlock_pagevec_fill': /kisskb/src/mm/mlock.c:356: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:267:6: note: byref variable will be forcibly initialized int pgrescued = 0; ^~~~~~~~~ /kisskb/src/mm/mlock.c:265:17: note: byref variable will be forcibly initialized struct pagevec pvec_putback; ^~~~~~~~~~~~ /kisskb/src/mm/mlock.c: In function 'munlock_vma_pages_range': /kisskb/src/mm/mlock.c:431:18: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/mm/mlock.c: In function 'apply_vma_lock_flags': /kisskb/src/mm/mlock.c:564:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev; ^~~~ /kisskb/src/mm/mlock.c: In function 'apply_mlockall_flags': /kisskb/src/mm/mlock.c:742:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev = NULL; ^~~~ /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, "" }; ^~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_match': /kisskb/src/fs/ext4/namei.c:1420:22: note: byref variable will be forcibly initialized struct fscrypt_name f; ^ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/mmap.h:48, from /kisskb/src/mm/mmap.c:57: /kisskb/src/mm/mmap.c: In function 'perf_trace_vm_unmapped_area': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(vm_unmapped_area, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(vm_unmapped_area, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmap.h:48, from /kisskb/src/mm/mmap.c:57: /kisskb/src/mm/mmap.c: In function 'trace_event_raw_event_vm_unmapped_area': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(vm_unmapped_area, ^~~~~~~~~~~ In file included from /kisskb/src/lib/fdt.c:2: /kisskb/src/lib/fdt.c: In function 'fdt_next_node': /kisskb/src/lib/../scripts/dtc/libfdt/fdt.c:245:6: note: byref variable will be forcibly initialized int nextoffset = 0; ^~~~~~~~~~ /kisskb/src/lib/fdt.c: In function 'fdt_first_subnode': /kisskb/src/lib/../scripts/dtc/libfdt/fdt.c:285:6: note: byref variable will be forcibly initialized int depth = 0; ^~~~~ /kisskb/src/lib/fdt.c: In function 'fdt_next_subnode': /kisskb/src/lib/../scripts/dtc/libfdt/fdt.c:296:6: note: byref variable will be forcibly initialized int depth = 1; ^~~~~ In file included from /kisskb/src/fs/ext4/namei.c:39: /kisskb/src/fs/ext4/namei.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_csum': /kisskb/src/fs/ext4/namei.c:448:8: note: byref variable will be forcibly initialized __u32 dummy_csum = 0; ^~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_csum_verify': /kisskb/src/fs/ext4/namei.c:464:6: note: byref variable will be forcibly initialized int count_offset, limit, count; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_csum_set': /kisskb/src/fs/ext4/namei.c:493:6: note: byref variable will be forcibly initialized int count_offset, limit, count; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'dx_make_map': /kisskb/src/fs/ext4/namei.c:1258:22: note: byref variable will be forcibly initialized struct dx_hash_info h = *hinfo; ^ /kisskb/src/mm/mmap.c: In function 'unmap_region': /kisskb/src/mm/mmap.c:2644: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:2547:8: note: byref variable will be forcibly initialized char *endptr; ^~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_whiteout_for_rename': /kisskb/src/fs/ext4/namei.c:3655:6: note: byref variable will be forcibly initialized int retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_tmpfile': /kisskb/src/fs/ext4/namei.c:2806:11: note: byref variable will be forcibly initialized int err, retries = 0; ^~~~~~~ /kisskb/src/mm/mmap.c: In function '__insert_vm_struct': /kisskb/src/mm/mmap.c:714:29: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~~~ /kisskb/src/mm/mmap.c:714:19: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~ /kisskb/src/mm/mmap.c:713:25: note: byref variable will be forcibly initialized struct vm_area_struct *prev; ^~~~ /kisskb/src/fs/ext4/namei.c: In function 'htree_dirblock_to_tree': /kisskb/src/fs/ext4/namei.c:1023: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:1023: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:3496: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:1911:14: note: byref variable will be forcibly initialized ext4_lblk_t newblock; ^~~~~~~~ /kisskb/src/mm/mmap.c: In function 'arch_get_unmapped_area': /kisskb/src/mm/mmap.c:2141:31: note: byref variable will be forcibly initialized struct vm_unmapped_area_info info; ^~~~ /kisskb/src/mm/mmap.c:2140: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:2181:31: note: byref variable will be forcibly initialized struct vm_unmapped_area_info info; ^~~~ /kisskb/src/mm/mmap.c:2179: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:3125:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_htree_fill_tree': /kisskb/src/fs/ext4/namei.c:1150:8: note: byref variable will be forcibly initialized int has_inline_data = 1; ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c:1134:21: note: byref variable will be forcibly initialized struct fscrypt_str tmp_str; ^~~~~~~ /kisskb/src/fs/ext4/namei.c:1133:8: note: byref variable will be forcibly initialized __u32 hashval; ^~~~~~~ /kisskb/src/fs/ext4/namei.c:1128:18: note: byref variable will be forcibly initialized struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ^~~~~~ /kisskb/src/fs/ext4/namei.c:1126:22: note: byref variable will be forcibly initialized struct dx_hash_info hinfo; ^~~~~ /kisskb/src/mm/mmap.c: In function 'insert_vm_struct': /kisskb/src/mm/mmap.c:3194:29: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~~~ /kisskb/src/mm/mmap.c:3194:19: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~ /kisskb/src/mm/mmap.c:3193:25: note: byref variable will be forcibly initialized struct vm_area_struct *prev; ^~~~ /kisskb/src/mm/mmap.c: In function 'copy_vma': /kisskb/src/mm/mmap.c:3236:29: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~~~ /kisskb/src/mm/mmap.c:3236:19: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~ /kisskb/src/mm/mmap.c:3235:35: note: byref variable will be forcibly initialized struct vm_area_struct *new_vma, *prev; ^~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_find_entry': /kisskb/src/fs/ext4/namei.c:1712: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:1544:7: note: byref variable will be forcibly initialized int has_inline_data = 1; ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c:1526: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:1671:23: note: byref variable will be forcibly initialized struct ext4_filename fname; ^~~~~ /kisskb/src/mm/mmap.c: In function 'do_brk_flags': /kisskb/src/mm/mmap.c:3025:29: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~~~ /kisskb/src/mm/mmap.c:3025:19: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~ /kisskb/src/mm/mmap.c:3024: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, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/mm/mmap.c:13: /kisskb/src/mm/mmap.c: In function 'vm_brk_flags': /kisskb/src/mm/mmap.c:3095:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_resetent': /kisskb/src/fs/ext4/namei.c:3567:23: note: byref variable will be forcibly initialized struct ext4_renament old = *ent; ^~~ /kisskb/src/mm/mmap.c: In function '__do_sys_brk': /kisskb/src/mm/mmap.c:202:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_lookup_entry': /kisskb/src/fs/ext4/namei.c:1691:23: note: byref variable will be forcibly initialized struct ext4_filename fname; ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_lookup': /kisskb/src/fs/ext4/namei.c:1763:27: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 *de; ^~ /kisskb/src/mm/mmap.c: In function '__vm_munmap': /kisskb/src/mm/mmap.c:2901:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_get_parent': /kisskb/src/fs/ext4/namei.c:1820:28: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 * de; ^~ /kisskb/src/mm/mmap.c: In function 'mmap_region': /kisskb/src/mm/mmap.c:1722:29: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~~~ /kisskb/src/mm/mmap.c:1722:19: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^~~~~~~ /kisskb/src/mm/mmap.c:1720:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev, *merge; ^~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_add_entry': /kisskb/src/fs/ext4/namei.c:2441:15: note: byref variable will be forcibly initialized ext4_lblk_t newblock; ^~~~~~~~ /kisskb/src/fs/ext4/namei.c:2406:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/ext4/namei.c:2404:18: note: byref variable will be forcibly initialized struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ^~~~~~ /kisskb/src/mm/mmap.c: In function '__do_sys_remap_file_pages': /kisskb/src/mm/mmap.c:2945:16: note: byref variable will be forcibly initialized unsigned long populate = 0; ^~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'make_indexed_dir': /kisskb/src/fs/ext4/namei.c:2164:15: note: byref variable will be forcibly initialized ext4_lblk_t block; ^~~~~ /kisskb/src/fs/ext4/namei.c:2157:18: note: byref variable will be forcibly initialized struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ^~~~~~ /kisskb/src/fs/ext4/namei.c:2155: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:2297:14: note: byref variable will be forcibly initialized ext4_lblk_t block, blocks; ^~~~~ /kisskb/src/fs/ext4/namei.c:2293:23: note: byref variable will be forcibly initialized struct ext4_filename fname; ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_symlink': /kisskb/src/fs/ext4/namei.c:3256: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:2737:20: note: byref variable will be forcibly initialized int err, credits, retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/namei.c:2736:16: note: byref variable will be forcibly initialized struct inode *inode; ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_mknod': /kisskb/src/fs/ext4/namei.c:2772:20: note: byref variable will be forcibly initialized int err, credits, retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/namei.c:2771:16: note: byref variable will be forcibly initialized struct inode *inode; ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_delete_entry': /kisskb/src/fs/ext4/namei.c:2635:7: note: byref variable will be forcibly initialized int has_inline_data = 1; ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_find_delete_entry': /kisskb/src/fs/ext4/namei.c:3594:27: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 *de; ^~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_init_new_dir': /kisskb/src/fs/ext4/namei.c:2876:14: note: byref variable will be forcibly initialized ext4_lblk_t block = 0; ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_mkdir': /kisskb/src/fs/ext4/namei.c:2917:30: note: byref variable will be forcibly initialized int err, err2 = 0, credits, retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_empty_dir': /kisskb/src/fs/ext4/namei.c:2988:7: note: byref variable will be forcibly initialized int has_inline_data = 1; ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_rename': /kisskb/src/fs/ext4/namei.c:3696:12: note: byref variable will be forcibly initialized handle_t *handle = NULL; ^~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_rmdir': /kisskb/src/fs/ext4/namei.c:3062:27: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 *de; ^~ /kisskb/src/fs/ext4/namei.c: In function '__ext4_unlink': /kisskb/src/fs/ext4/namei.c:3152:27: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 *de; ^~ /kisskb/src/fs/ext4/namei.c: In function '__ext4_link': /kisskb/src/fs/ext4/namei.c:3385:11: note: byref variable will be forcibly initialized int err, retries = 0; ^~~~~~~ In file included from /kisskb/src/lib/fdt_addresses.c:2: /kisskb/src/lib/fdt_addresses.c: In function 'fdt_cells': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_addresses.c:18:6: note: byref variable will be forcibly initialized 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/lib/dump_stack.c: In function 'dump_stack_set_arch_desc': /kisskb/src/lib/dump_stack.c:32:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /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:57:27: note: byref variable will be forcibly initialized struct fuse_getxattr_out outarg; ^~~~~~ /kisskb/src/fs/fuse/xattr.c:56: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:115:27: note: byref variable will be forcibly initialized struct fuse_getxattr_out outarg; ^~~~~~ /kisskb/src/fs/fuse/xattr.c:114:26: note: byref variable will be forcibly initialized struct fuse_getxattr_in inarg; ^~~~~ In file included from /kisskb/src/lib/fdt_ro.c:2: /kisskb/src/lib/fdt_ro.c: In function 'nextprop_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:204:6: note: byref variable will be forcibly initialized 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; ^~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/phy/qualcomm/phy-qcom-qmp.c:15: /kisskb/src/drivers/phy/qualcomm/phy-qcom-qmp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /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/drivers/phy/qualcomm/phy-qcom-qmp.c: In function 'qcom_qmp_phy_create': /kisskb/src/lib/fdt_ro.c: In function 'fdt_get_path': /kisskb/src/drivers/phy/qualcomm/phy-qcom-qmp.c:5528:7: note: byref variable will be forcibly initialized char prop_name[MAX_PROP_NAME]; ^~~~~~~~~ /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/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/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/drivers/phy/qualcomm/phy-qcom-qmp.c: In function 'phy_dp_clks_register': /kisskb/src/drivers/phy/qualcomm/phy-qcom-qmp.c:5458:7: note: byref variable will be forcibly initialized char name[64]; ^~~~ /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; ^~~ In file included from /kisskb/src/lib/fdt_rw.c:2: /kisskb/src/lib/fdt_rw.c: In function 'fdt_resize_property_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:187:6: note: byref variable will be forcibly initialized 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/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:1933:24: note: byref variable will be forcibly initialized struct kernel_lb_addr neloc; ^~~~~ /kisskb/src/fs/udf/inode.c:1932:25: note: byref variable will be forcibly initialized struct extent_position nepos; ^~~~~ /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/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/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/fs/udf/inode.c: In function 'udf_expand_dir_adinicb': /kisskb/src/fs/udf/inode.c:340:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi, *sfi, *dfi; ^~~ /kisskb/src/fs/udf/inode.c:338:9: note: byref variable will be forcibly initialized loff_t f_pos = udf_ext0_offset(inode); ^~~~~ /kisskb/src/fs/udf/inode.c:337:33: note: byref variable will be forcibly initialized struct udf_fileident_bh sfibh, dfibh; ^~~~~ /kisskb/src/fs/udf/inode.c:337:26: note: byref variable will be forcibly initialized struct udf_fileident_bh sfibh, dfibh; ^~~~~ /kisskb/src/fs/udf/inode.c:335:25: note: byref variable will be forcibly initialized struct extent_position epos; ^~~~ /kisskb/src/fs/udf/inode.c:333:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /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/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/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/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/lib/fdt_rw.c: In function 'fdt_open_into': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:422:20: note: byref variable will be forcibly initialized int mem_rsv_size, struct_size; ^~~~~~~~~~~ /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/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/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; ^~ In file included from /kisskb/src/lib/fdt_sw.c:2: /kisskb/src/lib/fdt_sw.c: In function 'fdt_property_placeholder': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_sw.c:297:6: note: byref variable will be forcibly initialized 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: /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; ^~~~~ In file included from /kisskb/src/block/bsg-lib.c:11: /kisskb/src/block/bsg-lib.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blk-mq.h:1068:22: note: byref variable will be forcibly initialized struct scatterlist *last_sg = 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/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/fs/ext4/page-io.c: In function 'ext4_end_bio': /kisskb/src/fs/ext4/page-io.c:326:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/mm/mprotect.c: In function 'change_pmd_range': /kisskb/src/mm/mprotect.c:230:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_truncate': /kisskb/src/fs/ntfs3/file.c:475:6: note: byref variable will be forcibly initialized u64 new_valid; ^~~~~~~~~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_extend_initialized_size': /kisskb/src/fs/ntfs3/file.c:120:18: note: byref variable will be forcibly initialized CLST vcn, lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/file.c:120:13: note: byref variable will be forcibly initialized CLST vcn, lcn, clen; ^~~ /kisskb/src/fs/ntfs3/file.c:118:9: note: byref variable will be forcibly initialized void *fsdata; ^~~~~~ /kisskb/src/fs/ntfs3/file.c:117:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/timer.h:422, from /kisskb/src/kernel/time/timer.c:57: /kisskb/src/kernel/time/timer.c: In function 'perf_trace_timer_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/timer.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/timer.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mprotect.c: In function 'mprotect_fixup': /kisskb/src/mm/mprotect.c:433:12: note: byref variable will be forcibly initialized pgprot_t new_pgprot = vm_get_page_prot(newflags); ^~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_timer_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_ioctl_fitrim': /kisskb/src/fs/ntfs3/file.c:24:22: note: byref variable will be forcibly initialized struct fstrim_range range; ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_timer_expire_entry': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_expire_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_expire_entry, ^~~~~~~~~~~ /kisskb/src/mm/mprotect.c: In function 'do_mprotect_pkey': /kisskb/src/mm/mprotect.c:526:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev; ^~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_hrtimer_init': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_hrtimer_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_start, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_hrtimer_expire_entry': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_expire_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_expire_entry, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_hrtimer_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/timer.h:255:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hrtimer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/timer.h:255:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hrtimer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_itimer_state': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_itimer_expire': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/writeback.h:13, from /kisskb/src/include/linux/backing-dev.h:16, from /kisskb/src/fs/ntfs3/file.c:10: /kisskb/src/fs/ntfs3/file.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/timer.h:422, from /kisskb/src/kernel/time/timer.c:57: /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/timer.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_start, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_expire_entry': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(timer_expire_entry, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_init': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_init, ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_compress_write': /kisskb/src/fs/ntfs3/file.c:917:13: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/file.c:917:8: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~ /kisskb/src/fs/ntfs3/file.c:891:7: note: byref variable will be forcibly initialized bool frame_uptodate; ^~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:195:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_start, ^~~~~~~~~~~ /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/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_expire_entry': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:232:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hrtimer_expire_entry, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/timer.h:255:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hrtimer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_itimer_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_state, ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_itimer_expire': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(itimer_expire, ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_fallocate': /kisskb/src/fs/ntfs3/file.c:674:9: note: byref variable will be forcibly initialized bool new; ^~~ /kisskb/src/fs/ntfs3/file.c:673:14: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~~ /kisskb/src/fs/ntfs3/file.c:673:9: note: byref variable will be forcibly initialized CLST lcn, clen; ^~~ /kisskb/src/fs/ntfs3/file.c:568:7: note: byref variable will be forcibly initialized u32 frame_size; ^~~~~~~~~~ /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/kernel/time/timer.c: In function 'internal_add_timer': /kisskb/src/kernel/time/timer.c:607:16: note: byref variable will be forcibly initialized unsigned long bucket_expiry; ^~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_file_mmap': /kisskb/src/fs/ntfs3/file.c:387:9: note: byref variable will be forcibly initialized bool new; ^~~ /kisskb/src/fs/ntfs3/file.c:384:14: note: byref variable will be forcibly initialized CLST lcn, len; ^~~ /kisskb/src/fs/ntfs3/file.c:384:9: note: byref variable will be forcibly initialized CLST lcn, len; ^~~ /kisskb/src/kernel/time/timer.c: In function '__mod_timer': /kisskb/src/kernel/time/timer.c:962:32: note: byref variable will be forcibly initialized unsigned long clk = 0, flags, bucket_expiry; ^~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c:962: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:1409: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:1712: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:1158: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:1201: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:1226:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/mm/mremap.c: In function 'move_page_tables': /kisskb/src/mm/mremap.c:485:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'schedule_timeout': /kisskb/src/kernel/time/timer.c:1844:23: note: byref variable will be forcibly initialized struct process_timer timer; ^~~~~ /kisskb/src/mm/mremap.c: In function 'move_vma': /kisskb/src/mm/mremap.c:582:7: note: byref variable will be forcibly initialized bool need_rmap_locks; ^~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'usleep_range_state': /kisskb/src/kernel/time/timer.c:2071:10: note: byref variable will be forcibly initialized ktime_t exp = ktime_add_us(ktime_get(), min); ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/mremap.c:11: /kisskb/src/mm/mremap.c: In function '__do_sys_mremap': /kisskb/src/mm/mremap.c:900:12: note: byref variable will be forcibly initialized LIST_HEAD(uf_unmap); ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/mremap.c:899:12: note: byref variable will be forcibly initialized LIST_HEAD(uf_unmap_early); ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/mremap.c:896:7: note: byref variable will be forcibly initialized bool locked = false; ^~~~~~ In file included from /kisskb/src/fs/ext4/resize.c:16: /kisskb/src/fs/ext4/resize.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ext4/resize.c: In function 'verify_reserved_gdb': /kisskb/src/fs/ext4/resize.c:760:11: note: byref variable will be forcibly initialized unsigned seven = 7; ^~~~~ /kisskb/src/fs/ext4/resize.c:759:11: note: byref variable will be forcibly initialized unsigned five = 5; ^~~~ /kisskb/src/fs/ext4/resize.c:758:11: note: byref variable will be forcibly initialized unsigned three = 1; ^~~~~ /kisskb/src/fs/ext4/resize.c: In function 'ext4_setup_next_flex_gd': /kisskb/src/fs/ext4/resize.c:1579:16: note: byref variable will be forcibly initialized ext4_grpblk_t last; ^~~~ /kisskb/src/fs/ext4/resize.c:1577:15: note: byref variable will be forcibly initialized ext4_group_t group; ^~~~~ /kisskb/src/fs/ext4/resize.c:1576:15: note: byref variable will be forcibly initialized ext4_group_t n_group; ^~~~~~~ /kisskb/src/fs/ext4/resize.c: In function 'verify_group_input': /kisskb/src/fs/ext4/resize.c:132:35: note: byref variable will be forcibly initialized ext4_grpblk_t free_blocks_count, offset; ^~~~~~ /kisskb/src/fs/ext4/resize.c: In function 'reserve_backup_gdb': /kisskb/src/fs/ext4/resize.c:997:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/lib/flex_proportions.c: In function '__fprop_add_percpu_max': /kisskb/src/lib/flex_proportions.c:264:28: note: byref variable will be forcibly initialized unsigned long numerator, denominator; ^~~~~~~~~~~ /kisskb/src/lib/flex_proportions.c:264:17: note: byref variable will be forcibly initialized unsigned long numerator, denominator; ^~~~~~~~~ /kisskb/src/fs/ext4/resize.c: In function 'update_backups': /kisskb/src/fs/ext4/resize.c:1112:11: note: byref variable will be forcibly initialized unsigned seven = 7; ^~~~~ /kisskb/src/fs/ext4/resize.c:1111:11: note: byref variable will be forcibly initialized unsigned five = 5; ^~~~ /kisskb/src/fs/ext4/resize.c:1110:11: note: byref variable will be forcibly initialized unsigned three = 1; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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:110:59: 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:453: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:970: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:110:59: 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:453: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:907:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(EXT4_SB(sb)->s_group_desc, n_group_desc); ^~~~~~~~~~~~~~~~~~ /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/fs/ext4/resize.c: In function 'ext4_flex_group_add': /kisskb/src/fs/ext4/resize.c:1484:15: note: byref variable will be forcibly initialized ext4_group_t group; ^~~~~ /kisskb/src/fs/ext4/resize.c:1483:16: note: byref variable will be forcibly initialized ext4_grpblk_t last; ^~~~ /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/fs/ext4/resize.c: In function 'ext4_group_add': /kisskb/src/fs/ext4/resize.c:1653:8: note: byref variable will be forcibly initialized __u16 bg_flags = 0; ^~~~~~~~ /kisskb/src/fs/ext4/resize.c:1645:34: note: byref variable will be forcibly initialized struct ext4_new_flex_group_data flex_gd; ^~~~~~~ /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); ^~~ /kisskb/src/fs/ext4/resize.c: In function 'ext4_group_extend': In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/lib/idr.c:5: /kisskb/src/lib/idr.c:383:11: note: byref variable will be forcibly initialized XA_STATE(xas, &ida->xa, min / IDA_BITMAP_BITS); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/ext4/resize.c:1785:15: note: byref variable will be forcibly initialized ext4_group_t group; ^~~~~ /kisskb/src/fs/ext4/resize.c:1781: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:1953:15: note: byref variable will be forcibly initialized ext4_group_t o_group; ^~~~~~~ /kisskb/src/fs/ext4/resize.c:1950:21: note: byref variable will be forcibly initialized ext4_grpblk_t add, offset; ^~~~~~ /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:1351: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:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/kernel/futex/core.c: In function 'futex_init': /kisskb/src/kernel/futex/core.c:1150:15: note: byref variable will be forcibly initialized unsigned int futex_shift; ^~~~~~~~~~~ /kisskb/src/kernel/futex/core.c: In function 'get_futex_key': /kisskb/src/kernel/futex/core.c:230:15: note: byref variable will be forcibly initialized struct page *page, *tail; ^~~~ /kisskb/src/kernel/futex/core.c: In function 'handle_futex_death': /kisskb/src/kernel/futex/core.c:645:12: note: byref variable will be forcibly initialized u32 uval, nval, mval; ^~~~ /kisskb/src/kernel/futex/core.c: In function 'exit_robust_list': /kisskb/src/kernel/futex/core.c:775:15: note: byref variable will be forcibly initialized unsigned int next_pi; ^~~~~~~ /kisskb/src/kernel/futex/core.c:774:46: note: byref variable will be forcibly initialized unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; ^~~ /kisskb/src/kernel/futex/core.c:774:42: note: byref variable will be forcibly initialized unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; ^~ /kisskb/src/kernel/futex/core.c:773:50: note: byref variable will be forcibly initialized struct robust_list __user *entry, *next_entry, *pending; ^~~~~~~ /kisskb/src/kernel/futex/core.c:773:37: note: byref variable will be forcibly initialized struct robust_list __user *entry, *next_entry, *pending; ^~~~~~~~~~ /kisskb/src/kernel/futex/core.c:773:29: note: byref variable will be forcibly initialized struct robust_list __user *entry, *next_entry, *pending; ^~~~~ /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/fs/fuse/readdir.c: In function 'fuse_force_forget': /kisskb/src/fs/fuse/readdir.c:259: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, 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:324:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/drivers/phy/phy-core.c: In function '_of_phy_get': /kisskb/src/drivers/phy/phy-core.c:532:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/phy/phy-core.c: In function 'of_phy_simple_xlate': /kisskb/src/drivers/phy/phy-core.c:667:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /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/fuse/ioctl.c: In function 'fuse_priv_ioctl': /kisskb/src/fs/fuse/ioctl.c:364:24: note: byref variable will be forcibly initialized struct fuse_ioctl_out outarg; ^~~~~~ /kisskb/src/fs/fuse/ioctl.c:363:23: note: byref variable will be forcibly initialized struct fuse_ioctl_in inarg; ^~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_do_ioctl': /kisskb/src/fs/fuse/ioctl.c:165:18: note: byref variable will be forcibly initialized struct iov_iter ii; ^~ /kisskb/src/fs/fuse/ioctl.c:158:24: note: byref variable will be forcibly initialized struct fuse_ioctl_out outarg; ^~~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_fileattr_get': /kisskb/src/fs/fuse/ioctl.c:424:17: note: byref variable will be forcibly initialized struct fsxattr xfa; ^~~ /kisskb/src/fs/fuse/ioctl.c:423:15: note: byref variable will be forcibly initialized unsigned int flags; ^~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_fileattr_set': /kisskb/src/fs/fuse/ioctl.c:462:17: note: byref variable will be forcibly initialized struct fsxattr xfa; ^~~ /kisskb/src/fs/fuse/ioctl.c:461:15: note: byref variable will be forcibly initialized unsigned int flags = fa->flags; ^~~~~ In file included from /kisskb/src/lib/memcat_p.c:3: /kisskb/src/lib/memcat_p.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, 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:144:59: 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:320: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_prio_aging_expire_store': /kisskb/src/block/mq-deadline.c:877:6: note: byref variable will be forcibly initialized int __data, __ret; \ ^~~~~~ /kisskb/src/block/mq-deadline.c:892:2: note: in expansion of macro 'STORE_FUNCTION' STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies) ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:895:1: note: in expansion of macro 'STORE_JIFFIES' STORE_JIFFIES(deadline_prio_aging_expire_store, &dd->prio_aging_expire, 0, INT_MAX); ^~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_fifo_batch_store': /kisskb/src/block/mq-deadline.c:877:6: note: byref variable will be forcibly initialized int __data, __ret; \ ^~~~~~ /kisskb/src/block/mq-deadline.c:890:2: note: in expansion of macro 'STORE_FUNCTION' STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:899:1: note: in expansion of macro 'STORE_INT' STORE_INT(deadline_fifo_batch_store, &dd->fifo_batch, 0, INT_MAX); ^~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_async_depth_store': /kisskb/src/block/mq-deadline.c:877:6: note: byref variable will be forcibly initialized int __data, __ret; \ ^~~~~~ /kisskb/src/block/mq-deadline.c:890:2: note: in expansion of macro 'STORE_FUNCTION' STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:898:1: note: in expansion of macro 'STORE_INT' STORE_INT(deadline_async_depth_store, &dd->front_merges, 1, INT_MAX); ^~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_front_merges_store': /kisskb/src/block/mq-deadline.c:877:6: note: byref variable will be forcibly initialized int __data, __ret; \ ^~~~~~ /kisskb/src/block/mq-deadline.c:890:2: note: in expansion of macro 'STORE_FUNCTION' STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:897:1: note: in expansion of macro 'STORE_INT' STORE_INT(deadline_front_merges_store, &dd->front_merges, 0, 1); ^~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_writes_starved_store': /kisskb/src/block/mq-deadline.c:877:6: note: byref variable will be forcibly initialized int __data, __ret; \ ^~~~~~ /kisskb/src/block/mq-deadline.c:890:2: note: in expansion of macro 'STORE_FUNCTION' STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:896:1: note: in expansion of macro 'STORE_INT' STORE_INT(deadline_writes_starved_store, &dd->writes_starved, INT_MIN, INT_MAX); ^~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_write_expire_store': /kisskb/src/block/mq-deadline.c:877:6: note: byref variable will be forcibly initialized int __data, __ret; \ ^~~~~~ /kisskb/src/block/mq-deadline.c:892:2: note: in expansion of macro 'STORE_FUNCTION' STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies) ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:894:1: note: in expansion of macro 'STORE_JIFFIES' STORE_JIFFIES(deadline_write_expire_store, &dd->fifo_expire[DD_WRITE], 0, INT_MAX); ^~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_read_expire_store': /kisskb/src/block/mq-deadline.c:877:6: note: byref variable will be forcibly initialized int __data, __ret; \ ^~~~~~ /kisskb/src/block/mq-deadline.c:892:2: note: in expansion of macro 'STORE_FUNCTION' STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies) ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:893:1: note: in expansion of macro 'STORE_JIFFIES' STORE_JIFFIES(deadline_read_expire_store, &dd->fifo_expire[DD_READ], 0, INT_MAX); ^~~~~~~~~~~~~ /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/block/mq-deadline.c: In function 'dd_bio_merge': /kisskb/src/block/mq-deadline.c:693:18: note: byref variable will be forcibly initialized struct request *free = NULL; ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/block/mq-deadline.c:9: /kisskb/src/block/mq-deadline.c: In function 'dd_insert_request': /kisskb/src/block/mq-deadline.c:719:12: note: byref variable will be forcibly initialized LIST_HEAD(free); ^~~~ /kisskb/src/include/linux/list.h:26: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, 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:33, 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:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/process_vm_access.c: In function 'process_vm_rw_single_vec': /kisskb/src/mm/process_vm_access.c:96:7: note: byref variable will be forcibly initialized int locked = 1; ^~~~~~ /kisskb/src/mm/process_vm_access.c: In function 'process_vm_rw_core': /kisskb/src/mm/process_vm_access.c:156:15: note: byref variable will be forcibly initialized struct page *pp_stack[PVM_MAX_PP_ARRAY_COUNT]; ^~~~~~~~ /kisskb/src/mm/process_vm_access.c: In function 'process_vm_rw': /kisskb/src/mm/process_vm_access.c:264:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/mm/process_vm_access.c:262:16: note: byref variable will be forcibly initialized struct iovec *iov_l = iovstack_l; ^~~~~ /kisskb/src/mm/process_vm_access.c:261:15: note: byref variable will be forcibly initialized struct iovec iovstack_r[UIO_FASTIOV]; ^~~~~~~~~~ /kisskb/src/mm/process_vm_access.c:260:15: note: byref variable will be forcibly initialized struct iovec iovstack_l[UIO_FASTIOV]; ^~~~~~~~~~ /kisskb/src/mm/rmap.c: In function 'page_mkclean_one': /kisskb/src/mm/rmap.c:911: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 'try_to_migrate_one': /kisskb/src/mm/rmap.c:1705:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/mm/rmap.c: In function 'folio_mkclean': /kisskb/src/mm/rmap.c:986:6: note: byref variable will be forcibly initialized int cleaned = 0; ^~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'insert_vmap_area': /kisskb/src/mm/vmalloc.c:1032: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:1044:1: note: byref variable will be forcibly initialized insert_vmap_area_augment(struct vmap_area *va, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c:1044:1: note: byref variable will be forcibly initialized /kisskb/src/mm/vmalloc.c: In function 'merge_or_add_vmap_area': /kisskb/src/mm/vmalloc.c:1074:1: note: byref variable will be forcibly initialized merge_or_add_vmap_area(struct vmap_area *va, ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'merge_or_add_vmap_area_augment': /kisskb/src/mm/vmalloc.c:1074:1: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/vmalloc.h:5, from /kisskb/src/mm/vmalloc.c:11: /kisskb/src/mm/vmalloc.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'vmap_range_noflush': /kisskb/src/mm/vmalloc.c:293:17: note: byref variable will be forcibly initialized pgtbl_mod_mask mask = 0; ^~~~ /kisskb/src/mm/vmalloc.c: In function 'vmap_small_pages_range_noflush': /kisskb/src/mm/vmalloc.c:549:17: note: byref variable will be forcibly initialized pgtbl_mod_mask mask = 0; ^~~~ /kisskb/src/mm/vmalloc.c:548:6: note: byref variable will be forcibly initialized int nr = 0; ^~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/mm/vmalloc.c:14: /kisskb/src/mm/vmalloc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/include/linux/rbtree.h:22, 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:110:59: 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:453: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:110:59: 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:453: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:110:59: 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:453: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); ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'vunmap_range_noflush': /kisskb/src/mm/vmalloc.c:426:17: note: byref variable will be forcibly initialized pgtbl_mod_mask mask = 0; ^~~~ /kisskb/src/mm/vmalloc.c: In function '__purge_vmap_area_lazy': /kisskb/src/mm/vmalloc.c:1666:19: note: byref variable will be forcibly initialized struct list_head local_pure_list; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/vmalloc.h:5, from /kisskb/src/mm/vmalloc.c:11: /kisskb/src/mm/vmalloc.c: In function 'purge_fragmented_blocks': /kisskb/src/mm/vmalloc.c:1947:12: note: byref variable will be forcibly initialized LIST_HEAD(purge); ^~~~~ /kisskb/src/include/linux/list.h:26: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:1520:16: note: byref variable will be forcibly initialized unsigned long freed; ^~~~~ /kisskb/src/mm/vmalloc.c: In function 'pcpu_get_vm_areas': /kisskb/src/mm/vmalloc.c:3612:27: note: byref variable will be forcibly initialized struct vmap_area **vas, *va; ^~ /kisskb/src/mm/vmalloc.c: In function 'remap_vmalloc_range_partial': /kisskb/src/mm/vmalloc.c:3442:16: note: byref variable will be forcibly initialized unsigned long end_index; ^~~~~~~~~ /kisskb/src/mm/vmalloc.c:3441:16: note: byref variable will be forcibly initialized unsigned long off; ^~~ /kisskb/src/lib/kobject_uevent.c: In function 'add_uevent_var': /kisskb/src/lib/kobject_uevent.c:656:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /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:51:16: note: byref variable will be forcibly initialized unsigned long lblock = 0; ^~~~~~ /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/kernel/futex/syscalls.c: In function 'futex_parse_waitv': /kisskb/src/kernel/futex/syscalls.c:217:21: note: byref variable will be forcibly initialized struct futex_waitv aux; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/trace_events.h:9, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/kernel/futex/syscalls.c:4: /kisskb/src/kernel/futex/syscalls.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/futex/syscalls.c: In function '__do_sys_futex_waitv': /kisskb/src/kernel/futex/syscalls.c:269:10: note: byref variable will be forcibly initialized ktime_t time; ^~~~ /kisskb/src/kernel/futex/syscalls.c:268:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/futex/syscalls.c:266:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper to; ^~ /kisskb/src/kernel/futex/syscalls.c: In function '__do_sys_futex': /kisskb/src/kernel/futex/syscalls.c:186:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/futex/syscalls.c:185:10: note: byref variable will be forcibly initialized ktime_t t, *tp = NULL; ^ /kisskb/src/kernel/futex/syscalls.c: In function '__do_sys_futex_time32': /kisskb/src/kernel/futex/syscalls.c:384:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/futex/syscalls.c:383:10: note: byref variable will be forcibly initialized ktime_t t, *tp = NULL; ^ /kisskb/src/drivers/phy/phy-can-transceiver.c: In function 'can_transceiver_phy_probe': /kisskb/src/drivers/phy/phy-can-transceiver.c:89:6: note: byref variable will be forcibly initialized u32 max_bitrate = 0; ^~~~~~~~~~~ /kisskb/src/fs/ext4/sysfs.c: In function 'reserved_clusters_store': /kisskb/src/fs/ext4/sysfs.c:101:21: note: byref variable will be forcibly initialized unsigned long long val; ^~~ /kisskb/src/fs/ext4/sysfs.c: In function 'inode_readahead_blks_store': /kisskb/src/fs/ext4/sysfs.c:84:16: note: byref variable will be forcibly initialized unsigned long t; ^ /kisskb/src/fs/ext4/sysfs.c: In function 'ext4_attr_store': /kisskb/src/fs/ext4/sysfs.c:452:16: note: byref variable will be forcibly initialized unsigned long t; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, 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:110:59: 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:453: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:110:59: 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:453: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:110:59: 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:453: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:110:59: 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:453: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:602:16: note: byref variable will be forcibly initialized unsigned long maxindex; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:600:40: note: byref variable will be forcibly initialized struct radix_tree_node *node = NULL, *child; ^~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_insert': /kisskb/src/lib/radix-tree.c:705:15: note: byref variable will be forcibly initialized 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': /kisskb/src/lib/radix-tree.c:750:16: note: byref variable will be forcibly initialized unsigned long maxindex; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:749:26: note: byref variable will be forcibly initialized struct radix_tree_node *node, *parent; ^~~~ /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/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/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_parse_one': /kisskb/src/fs/fuse/cuse.c:221:14: note: byref variable will be forcibly initialized char *key, *val; ^~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_set': /kisskb/src/lib/radix-tree.c:969:16: note: byref variable will be forcibly initialized unsigned long maxindex; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:968:26: note: byref variable will be forcibly initialized struct radix_tree_node *node, *parent; ^~~~ /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/lib/radix-tree.c: In function 'radix_tree_tag_clear': /kisskb/src/fs/fuse/cuse.c:274:8: note: byref variable will be forcibly initialized char *key, *val; ^~~ /kisskb/src/lib/radix-tree.c:1031:16: note: byref variable will be forcibly initialized unsigned long maxindex; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1030:26: note: byref variable will be forcibly initialized struct radix_tree_node *node, *parent; ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_get': /kisskb/src/lib/radix-tree.c:1083:16: note: byref variable will be forcibly initialized unsigned long maxindex; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1082:26: note: byref variable will be forcibly initialized struct radix_tree_node *node, *parent; ^~~~ /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; ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_next_chunk': /kisskb/src/lib/radix-tree.c:1158:31: note: byref variable will be forcibly initialized unsigned long index, offset, maxindex; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1157:33: note: byref variable will be forcibly initialized struct radix_tree_node *node, *child; ^~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup': /kisskb/src/lib/radix-tree.c:1264: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:1305: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:1346: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:1416:15: note: byref variable will be forcibly initialized void __rcu **slot = NULL; ^~~~ /kisskb/src/lib/radix-tree.c:1415: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, 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:33, 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:110:59: 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:453: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:1510:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, node_to_entry(child)); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:1481:16: note: byref variable will be forcibly initialized unsigned long maxindex, start = iter->next_index; ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1479:40: note: byref variable will be forcibly initialized struct radix_tree_node *node = NULL, *child; ^~~~~ /kisskb/src/fs/ntfs3/inode.c: In function 'ntfs_read_mft': /kisskb/src/fs/ntfs3/inode.c:43:29: note: byref variable will be forcibly initialized struct REPARSE_DATA_BUFFER rp; // 0x18 bytes ^~ /kisskb/src/fs/ntfs3/inode.c:33:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le; ^~ /kisskb/src/fs/ntfs3/inode.c: In function 'ntfs_get_block_vbo': /kisskb/src/fs/ntfs3/inode.c:531:7: note: byref variable will be forcibly initialized bool new; ^~~ /kisskb/src/fs/ntfs3/inode.c:530:17: note: byref variable will be forcibly initialized CLST vcn, lcn, len; ^~~ /kisskb/src/fs/ntfs3/inode.c:530:12: note: byref variable will be forcibly initialized CLST vcn, lcn, len; ^~~ /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/drivers/phy/phy-xgene.c: In function 'cmu_wr': /kisskb/src/drivers/phy/phy-xgene.c:597:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_cfg_cmu_clk_type': /kisskb/src/drivers/phy/phy-xgene.c:707:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'cmu_clrbits': /kisskb/src/drivers/phy/phy-xgene.c:640:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_sata_cfg_cmu_core': /kisskb/src/drivers/phy/phy-xgene.c:761:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'cmu_setbits': /kisskb/src/drivers/phy/phy-xgene.c:650:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'cmu_toggle1to0': /kisskb/src/drivers/phy/phy-xgene.c:627:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_ssc_enable': /kisskb/src/drivers/phy/phy-xgene.c:915:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_pdwn_force_vco': /kisskb/src/drivers/phy/phy-xgene.c:1238:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/fs/ntfs3/inode.c: In function 'reset_log_file': /kisskb/src/fs/ntfs3/inode.c:974:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'serdes_wr': /kisskb/src/drivers/phy/phy-xgene.c:660:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_sata_cfg_lanes': /kisskb/src/drivers/phy/phy-xgene.c:940:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/mm/page_alloc.c: In function '__rmqueue_fallback': /kisskb/src/mm/page_alloc.c:2893:7: note: byref variable will be forcibly initialized bool can_steal; ^~~~~~~~~ /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/mm/page_alloc.c: In function '__rmqueue': /kisskb/src/mm/page_alloc.c:2893:7: note: byref variable will be forcibly initialized /kisskb/src/fs/ntfs3/inode.c: In function 'ntfs_create_inode': /kisskb/src/fs/ntfs3/inode.c:1490:9: note: byref variable will be forcibly initialized CLST alen; ^~~~ /kisskb/src/fs/ntfs3/inode.c:1189:11: note: byref variable will be forcibly initialized u16 t16, nsize = 0, aid = 0; ^~~~~ /kisskb/src/fs/ntfs3/inode.c:1187:7: note: byref variable will be forcibly initialized CLST vcn; ^~~ /kisskb/src/fs/ntfs3/inode.c:1186:9: note: byref variable will be forcibly initialized __le32 security_id = SECURITY_ID_INVALID; ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/inode.c:1176:7: note: byref variable will be forcibly initialized CLST ino = 0; ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'serdes_setbits': /kisskb/src/drivers/phy/phy-xgene.c:696:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'serdes_clrbits': /kisskb/src/drivers/phy/phy-xgene.c:686:6: note: byref variable will be forcibly initialized u32 val; ^~~ /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/drivers/phy/phy-xgene.c: In function 'xgene_phy_cal_rdy_chk': /kisskb/src/drivers/phy/phy-xgene.c:1140:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_path': /kisskb/src/lib/seq_buf.c:272:8: note: byref variable will be forcibly initialized char *buf; ^~~ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_hex_dump': /kisskb/src/lib/seq_buf.c:367:16: note: byref variable will be forcibly initialized unsigned char linebuf[32 * 3 + 2 + 32 + 1]; ^~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_gen_avg_val': /kisskb/src/drivers/phy/phy-xgene.c:1435:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/fs/ntfs3/inode.c: In function 'ntfs_unlink_inode': /kisskb/src/fs/ntfs3/inode.c:1701:6: note: byref variable will be forcibly initialized int undo_remove; ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/inode.c:1700:23: note: byref variable will be forcibly initialized struct NTFS_DE *de, *de2 = NULL; ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_probe': /kisskb/src/drivers/phy/phy-xgene.c:1655:6: note: byref variable will be forcibly initialized u32 default_txcp1[] = DEFAULT_SATA_TXCP1; ^~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1654:6: note: byref variable will be forcibly initialized u32 default_txcn2[] = DEFAULT_SATA_TXCN2; ^~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1653:6: note: byref variable will be forcibly initialized u32 default_txcn1[] = DEFAULT_SATA_TXCN1; ^~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1652:6: note: byref variable will be forcibly initialized u32 default_txamp[] = DEFAULT_SATA_TXAMP; ^~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1651:6: note: byref variable will be forcibly initialized u32 default_txeye_tuning[] = DEFAULT_SATA_TXEYETUNING; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1650:6: note: byref variable will be forcibly initialized u32 default_txeye_direction[] = DEFAULT_SATA_TXEYEDIRECTION; ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1649:6: note: byref variable will be forcibly initialized u32 default_txboost_gain[] = DEFAULT_SATA_TXBOOST_GAIN; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1648:6: note: byref variable will be forcibly initialized u32 default_spd[] = DEFAULT_SATA_SPD_SEL; ^~~~~~~~~~~ /kisskb/src/kernel/time/hrtimer.c: In function '__hrtimer_run_queues': /kisskb/src/kernel/time/hrtimer.c:1725:11: note: byref variable will be forcibly initialized ktime_t basenow; ^~~~~~~ /kisskb/src/kernel/time/hrtimer.c:1721:15: note: byref variable will be forcibly initialized unsigned int active = cpu_base->active_bases & active_mask; ^~~~~~ /kisskb/src/mm/page_alloc.c: In function 'show_migration_types': /kisskb/src/mm/page_alloc.c:5855:7: note: byref variable will be forcibly initialized char tmp[MIGRATE_TYPES + 1]; ^~~ /kisskb/src/kernel/time/hrtimer.c: In function 'clock_was_set': /kisskb/src/kernel/time/hrtimer.c:948:16: note: byref variable will be forcibly initialized cpumask_var_t mask; ^~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_start_range_ns': /kisskb/src/kernel/time/hrtimer.c:1284:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/hrtimer.c: In function '__hrtimer_get_remaining': /kisskb/src/kernel/time/hrtimer.c:1459:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_try_to_cancel': /kisskb/src/kernel/time/hrtimer.c:1319:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'do_nanosleep': /kisskb/src/kernel/time/hrtimer.c:2059:21: note: byref variable will be forcibly initialized struct timespec64 rmt; ^~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_nanosleep_restart': /kisskb/src/kernel/time/hrtimer.c:2072:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper t; ^ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_nanosleep': /kisskb/src/kernel/time/hrtimer.c:2087:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper t; ^ /kisskb/src/kernel/time/hrtimer.c: In function '__do_sys_nanosleep': /kisskb/src/kernel/time/hrtimer.c:2121:20: note: byref variable will be forcibly initialized struct timespec64 tu; ^~ /kisskb/src/kernel/time/hrtimer.c: In function '__do_sys_nanosleep_time32': /kisskb/src/kernel/time/hrtimer.c:2142:20: note: byref variable will be forcibly initialized struct timespec64 tu; ^~ In file included from /kisskb/src/fs/ext4/xattr.c:56: /kisskb/src/fs/ext4/xattr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'schedule_hrtimeout_range_clock': /kisskb/src/kernel/time/hrtimer.c:2281:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper t; ^ /kisskb/src/fs/ntfs3/fslog.c: In function 'log_read_rst': /kisskb/src/fs/ntfs3/fslog.c:1201:8: note: byref variable will be forcibly initialized bool usa_error; ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:1183:22: note: byref variable will be forcibly initialized struct RESTART_HDR *r_page = kmalloc(DefaultLogPageSize, GFP_NOFS); ^~~~~~ In file included from /kisskb/src/fs/ext4/ext4_jbd2.h:17, from /kisskb/src/fs/ext4/xattr.c:60: /kisskb/src/fs/ext4/xattr.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized } 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/mm/page_alloc.c: In function 'rmqueue_bulk': /kisskb/src/mm/page_alloc.c:2893:7: note: byref variable will be forcibly initialized bool can_steal; ^~~~~~~~~ /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/ntfs3/fslog.c: In function 'last_log_lsn': /kisskb/src/fs/ntfs3/fslog.c:1628:26: note: byref variable will be forcibly initialized struct RECORD_PAGE_HDR *second_tail = NULL; ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:1627:26: note: byref variable will be forcibly initialized struct RECORD_PAGE_HDR *first_tail = NULL; ^~~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:1626:26: note: byref variable will be forcibly initialized struct RECORD_PAGE_HDR *tst_page = NULL; ^~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:1625:26: note: byref variable will be forcibly initialized struct RECORD_PAGE_HDR *page = NULL; ^~~~ /kisskb/src/fs/ntfs3/fslog.c:1605:7: note: byref variable will be forcibly initialized bool usa_error = false; ^~~~~~~~~ /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:980: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:1343:26: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/xattr.c:1339:6: note: byref variable will be forcibly initialized int retries = 0; ^~~~~~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'read_log_rec_buf': /kisskb/src/fs/ntfs3/fslog.c:2269:8: note: byref variable will be forcibly initialized bool usa_error; ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:2258:26: note: byref variable will be forcibly initialized struct RECORD_PAGE_HDR *ph = NULL; ^~ /kisskb/src/mm/page_alloc.c: In function 'rmqueue': /kisskb/src/mm/page_alloc.c:2893:7: note: byref variable will be forcibly initialized /kisskb/src/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/ntfs3/fslog.c: In function 'read_rst_area': /kisskb/src/fs/ntfs3/fslog.c:2327:25: note: byref variable will be forcibly initialized struct LFS_RECORD_HDR *rh = NULL; ^~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_inc_ref_all': /kisskb/src/fs/ext4/xattr.c:1056:16: note: byref variable will be forcibly initialized struct inode *ea_inode; ^~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'find_log_rec': /kisskb/src/fs/ntfs3/fslog.c:2392:25: note: byref variable will be forcibly initialized struct LFS_RECORD_HDR *rh = lcb->lrh; ^~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_dec_ref_all': /kisskb/src/fs/ext4/xattr.c:1134:16: note: byref variable will be forcibly initialized struct inode *ea_inode; ^~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'next_log_lsn': /kisskb/src/fs/ntfs3/fslog.c:1479:26: note: byref variable will be forcibly initialized struct RECORD_PAGE_HDR *page = NULL; ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_create': /kisskb/src/fs/ext4/xattr.c:1413:8: note: byref variable will be forcibly initialized uid_t owner[2] = { i_uid_read(inode), i_gid_read(inode) }; ^~~~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'find_client_next_lsn': /kisskb/src/fs/ntfs3/fslog.c:2517:7: note: byref variable will be forcibly initialized u64 current_lsn; ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:2507:25: note: byref variable will be forcibly initialized struct LFS_RECORD_HDR *hdr; ^~~ /kisskb/src/mm/page_alloc.c: In function 'early_calculate_totalpages': /kisskb/src/mm/page_alloc.c:7695:9: note: byref variable will be forcibly initialized int i, nid; ^~~ /kisskb/src/mm/page_alloc.c:7695:6: note: byref variable will be forcibly initialized int i, nid; ^ /kisskb/src/mm/page_alloc.c:7694:27: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~ /kisskb/src/mm/page_alloc.c:7694:16: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/fs/ntfs3/fslog.c:8: /kisskb/src/fs/ntfs3/fslog.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/mm/page_alloc.c: In function 'find_zone_movable_pfns_for_nodes': /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_set_entry': /kisskb/src/fs/ext4/xattr.c:1765:11: note: byref variable will be forcibly initialized __le32 crc32c_hash; ^~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7825:28: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~ /kisskb/src/fs/ext4/xattr.c:1563:16: note: byref variable will be forcibly initialized struct inode *new_ea_inode = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:1562:16: note: byref variable will be forcibly initialized struct inode *old_ea_inode = NULL; ^~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7825:17: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:7715: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:8052:8: note: byref variable will be forcibly initialized char *endptr; ^~~~~~ /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/ntfs3/fslog.c: In function 'do_action': /kisskb/src/fs/ntfs3/fslog.c:3056:6: note: byref variable will be forcibly initialized u64 t64; ^~~ /kisskb/src/fs/ntfs3/fslog.c:3042:32: note: byref variable will be forcibly initialized struct mft_inode *mi = NULL, *mi2_child = NULL; ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3042:20: note: byref variable will be forcibly initialized struct mft_inode *mi = NULL, *mi2_child = NULL; ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/page_alloc.c:19: /kisskb/src/mm/page_alloc.c: In function 'free_pcppages_bulk': /kisskb/src/mm/page_alloc.c:1444:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_delete_inode': /kisskb/src/fs/ext4/xattr.c:2839:16: note: byref variable will be forcibly initialized struct inode *ea_inode; ^~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_block_set': /kisskb/src/fs/ext4/xattr.c:2128:34: note: byref variable will be forcibly initialized struct ext4_xattr_inode_array *ea_inode_array = NULL; ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:1853:34: note: byref variable will be forcibly initialized struct inode *ea_inode = NULL, *tmp_inode; ^~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:1853:16: note: byref variable will be forcibly initialized struct inode *ea_inode = NULL, *tmp_inode; ^~~~~~~~ /kisskb/src/fs/ext4/xattr.c:1851:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ /kisskb/src/fs/ext4/xattr.c:1850:25: note: byref variable will be forcibly initialized struct mb_cache_entry *ce = NULL; ^~ /kisskb/src/fs/ext4/xattr.c:1848:27: note: byref variable will be forcibly initialized struct ext4_xattr_search s_copy = bs->s; ^~~~~~ /kisskb/src/mm/page_alloc.c: In function 'steal_suitable_fallback': /kisskb/src/mm/page_alloc.c:2647:18: note: byref variable will be forcibly initialized int free_pages, movable_pages, alike_pages; ^~~~~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_set_handle': /kisskb/src/fs/ext4/xattr.c:2286:6: note: byref variable will be forcibly initialized int no_expand; ^~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:2273: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:2462:6: note: byref variable will be forcibly initialized int credits; ^~~~~~~ /kisskb/src/fs/ext4/xattr.c:2461:13: note: byref variable will be forcibly initialized int error, retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_move_to_block': /kisskb/src/fs/ext4/xattr.c:2531:25: note: byref variable will be forcibly initialized struct ext4_xattr_info i = { ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_expand_extra_isize_ea': /kisskb/src/fs/ext4/xattr.c:2682:6: note: byref variable will be forcibly initialized int total_ino; ^~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:2680:9: note: byref variable will be forcibly initialized size_t min_offs; ^~~~~~~~ In file included from /kisskb/src/include/linux/phy/phy.h:15, from /kisskb/src/drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c:14: /kisskb/src/drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_direct_compact': /kisskb/src/mm/page_alloc.c:4344:16: note: byref variable will be forcibly initialized unsigned long pflags; ^~~~~~ /kisskb/src/mm/page_alloc.c:4343: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:4204:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/mm/page_alloc.c:4203:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'log_replay': /kisskb/src/fs/ntfs3/fslog.c:4322:30: note: byref variable will be forcibly initialized struct OPEN_ATTR_ENRTY_32 oe0; ^~~ /kisskb/src/fs/ntfs3/fslog.c:3855:8: note: byref variable will be forcibly initialized bool usa_error; ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3854:27: note: byref variable will be forcibly initialized struct RECORD_PAGE_HDR *sp = NULL; ^~ /kisskb/src/fs/ntfs3/fslog.c:3764:6: note: byref variable will be forcibly initialized u32 l_size = ni->vfs_inode.i_size; ^~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3759:14: note: byref variable will be forcibly initialized struct lcb *lcb = NULL; ^~~ /kisskb/src/fs/ntfs3/fslog.c:3758:23: note: byref variable will be forcibly initialized struct NTFS_RESTART *rst = NULL; ^~~ /kisskb/src/fs/ntfs3/fslog.c:3756:29: note: byref variable will be forcibly initialized CLST rno, lcn, lcn0, len0, clen; ^~~~ /kisskb/src/fs/ntfs3/fslog.c:3756:23: note: byref variable will be forcibly initialized CLST rno, lcn, lcn0, len0, clen; ^~~~ /kisskb/src/fs/ntfs3/fslog.c:3756:17: note: byref variable will be forcibly initialized CLST rno, lcn, lcn0, len0, clen; ^~~~ /kisskb/src/fs/ntfs3/fslog.c:3756:12: note: byref variable will be forcibly initialized CLST rno, lcn, lcn0, len0, clen; ^~~ /kisskb/src/fs/ntfs3/fslog.c:3750:24: note: byref variable will be forcibly initialized struct RESTART_TABLE *oatbl = NULL; ^~~~~ /kisskb/src/fs/ntfs3/fslog.c:3748:24: note: byref variable will be forcibly initialized struct RESTART_TABLE *trtbl = NULL; ^~~~~ /kisskb/src/fs/ntfs3/fslog.c:3747:24: note: byref variable will be forcibly initialized struct RESTART_TABLE *dptbl = NULL; ^~~~~ /kisskb/src/fs/ntfs3/fslog.c:3744:15: note: byref variable will be forcibly initialized u64 rec_lsn, ra_lsn, checkpt_lsn = 0, rlsn = 0; ^~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3744:6: note: byref variable will be forcibly initialized u64 rec_lsn, ra_lsn, checkpt_lsn = 0, rlsn = 0; ^~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3743:32: note: byref variable will be forcibly initialized struct restart_info rst_info, rst_info2; ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3743:22: note: byref variable will be forcibly initialized struct restart_info rst_info, rst_info2; ^~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__perform_reclaim': /kisskb/src/mm/page_alloc.c:4578:16: note: byref variable will be forcibly initialized unsigned long pflags, progress; ^~~~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_slowpath': /kisskb/src/mm/page_alloc.c:4858:6: note: byref variable will be forcibly initialized int no_progress_loops; ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:4857:6: note: byref variable will be forcibly initialized int compaction_retries; ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:4856:22: note: byref variable will be forcibly initialized enum compact_result compact_result; ^~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:4855:24: note: byref variable will be forcibly initialized enum compact_priority compact_priority; ^~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:4854:16: note: byref variable will be forcibly initialized unsigned long did_some_progress; ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_bulk': /kisskb/src/mm/page_alloc.c:5196:23: note: byref variable will be forcibly initialized struct alloc_context ac; ^~ /kisskb/src/mm/page_alloc.c: In function 'memmap_init_range': /kisskb/src/mm/page_alloc.c:6510:16: note: byref variable will be forcibly initialized unsigned long pfn, end_pfn = start_pfn + size; ^~~ /kisskb/src/mm/page_alloc.c: In function 'memmap_init': /kisskb/src/mm/page_alloc.c:6715:25: note: byref variable will be forcibly initialized int i, j, zone_id = 0, nid; ^~~ /kisskb/src/mm/page_alloc.c:6715:6: note: byref variable will be forcibly initialized int i, j, zone_id = 0, nid; ^ /kisskb/src/mm/page_alloc.c:6714:16: note: byref variable will be forcibly initialized unsigned long hole_pfn = 0; ^~~~~~~~ /kisskb/src/mm/page_alloc.c:6713:27: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~ /kisskb/src/mm/page_alloc.c:6713:16: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'get_pfn_range_for_nid': /kisskb/src/mm/page_alloc.c:7048:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/mm/page_alloc.c:7047:32: note: byref variable will be forcibly initialized unsigned long this_start_pfn, this_end_pfn; ^~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7047: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:7166:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/mm/page_alloc.c:7165:27: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~ /kisskb/src/mm/page_alloc.c:7165: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:7197:32: note: byref variable will be forcibly initialized unsigned long zone_start_pfn, zone_end_pfn; ^~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7197: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:7249:33: note: byref variable will be forcibly initialized unsigned long zone_start_pfn, zone_end_pfn; ^~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7249: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:7585:16: note: byref variable will be forcibly initialized unsigned long end_pfn = 0; ^~~~~~~ /kisskb/src/mm/page_alloc.c:7584: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:7649:9: note: byref variable will be forcibly initialized int i, nid; ^~~ /kisskb/src/mm/page_alloc.c:7649:6: note: byref variable will be forcibly initialized int i, nid; ^ /kisskb/src/mm/page_alloc.c:7647:23: note: byref variable will be forcibly initialized unsigned long start, end, mask; ^~~ /kisskb/src/mm/page_alloc.c:7647: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:7962:9: note: byref variable will be forcibly initialized int i, nid, zone; ^~~ /kisskb/src/mm/page_alloc.c:7962:6: note: byref variable will be forcibly initialized int i, nid, zone; ^ /kisskb/src/mm/page_alloc.c:7961:27: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~ /kisskb/src/mm/page_alloc.c:7961:16: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_dump': /kisskb/src/mm/memblock.c:1876:8: note: byref variable will be forcibly initialized char nid_buf[32] = ""; ^~~~~~~ /kisskb/src/mm/memblock.c:1868:25: note: byref variable will be forcibly initialized phys_addr_t base, end, size; ^~~~ /kisskb/src/mm/memblock.c:1868:20: note: byref variable will be forcibly initialized phys_addr_t base, end, size; ^~~ /kisskb/src/mm/memblock.c:1868:14: note: byref variable will be forcibly initialized phys_addr_t base, end, size; ^~~~ /kisskb/src/mm/memblock.c: In function 'memblock_debug_show': /kisskb/src/mm/memblock.c:2122:14: note: byref variable will be forcibly initialized phys_addr_t end; ^~~ /kisskb/src/mm/memblock.c: In function '__memblock_find_range_bottom_up': /kisskb/src/mm/memblock.c:215:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/mm/memblock.c:214:26: note: byref variable will be forcibly initialized phys_addr_t this_start, this_end, cand; ^~~~~~~~ /kisskb/src/mm/memblock.c:214:14: note: byref variable will be forcibly initialized phys_addr_t this_start, this_end, cand; ^~~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'memmap_init_reserved_pages': /kisskb/src/mm/memblock.c:2040:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/mm/memblock.c:2039:21: note: byref variable will be forcibly initialized phys_addr_t start, end; ^~~ /kisskb/src/mm/memblock.c:2039:14: note: byref variable will be forcibly initialized phys_addr_t start, end; ^~~~~ /kisskb/src/mm/memblock.c: In function '__memblock_find_range_top_down': /kisskb/src/mm/memblock.c:250:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/mm/memblock.c:249:26: note: byref variable will be forcibly initialized phys_addr_t this_start, this_end, cand; ^~~~~~~~ /kisskb/src/mm/memblock.c:249:14: note: byref variable will be forcibly initialized phys_addr_t this_start, this_end, cand; ^~~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_double_array': /kisskb/src/mm/memblock.c:404:40: note: byref variable will be forcibly initialized phys_addr_t old_size, new_size, addr, new_end; ^~~~~~~ /kisskb/src/mm/memblock.c:404:34: note: byref variable will be forcibly initialized phys_addr_t old_size, new_size, addr, new_end; ^~~~ /kisskb/src/mm/memblock.c: In function 'memblock_add_node': /kisskb/src/mm/memblock.c:669:14: note: byref variable will be forcibly initialized phys_addr_t end = base + size - 1; ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_add': /kisskb/src/mm/memblock.c:690:14: note: byref variable will be forcibly initialized phys_addr_t end = base + size - 1; ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_reserve': /kisskb/src/mm/memblock.c:834:14: note: byref variable will be forcibly initialized phys_addr_t end = base + size - 1; ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_remove_range': /kisskb/src/mm/memblock.c:777:17: note: byref variable will be forcibly initialized int start_rgn, end_rgn; ^~~~~~~ /kisskb/src/mm/memblock.c:777:6: note: byref variable will be forcibly initialized int start_rgn, end_rgn; ^~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_remove': /kisskb/src/mm/memblock.c:791:14: note: byref variable will be forcibly initialized phys_addr_t end = base + size - 1; ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_phys_free': /kisskb/src/mm/memblock.c:823:14: note: byref variable will be forcibly initialized phys_addr_t end = base + size - 1; ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_setclr_flag': /kisskb/src/mm/memblock.c:869:25: note: byref variable will be forcibly initialized int i, ret, start_rgn, end_rgn; ^~~~~~~ /kisskb/src/mm/memblock.c:869: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:2060:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/mm/memblock.c:2059:21: note: byref variable will be forcibly initialized phys_addr_t start, end; ^~~ /kisskb/src/mm/memblock.c:2059:14: note: byref variable will be forcibly initialized phys_addr_t start, end; ^~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_free_late': /kisskb/src/mm/memblock.c:1610:22: note: byref variable will be forcibly initialized phys_addr_t cursor, end; ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_cap_memory_range': /kisskb/src/mm/memblock.c:1695:17: note: byref variable will be forcibly initialized int start_rgn, end_rgn; ^~~~~~~ /kisskb/src/mm/memblock.c:1695:6: note: byref variable will be forcibly initialized int start_rgn, end_rgn; ^~~~~~~~~ /kisskb/src/kernel/futex/pi.c: In function 'handle_exit_race': /kisskb/src/kernel/futex/pi.c:323:6: note: byref variable will be forcibly initialized u32 uval2; ^~~~~ /kisskb/src/kernel/futex/pi.c: In function 'lock_pi_update_atomic': /kisskb/src/kernel/futex/pi.c:477:6: note: byref variable will be forcibly initialized u32 curval; ^~~~~~ /kisskb/src/kernel/futex/pi.c: In function '__fixup_pi_state_owner': /kisskb/src/kernel/futex/pi.c:688:12: note: byref variable will be forcibly initialized u32 uval, curval, newval, newtid; ^~~~~~ /kisskb/src/kernel/futex/pi.c:688:6: note: byref variable will be forcibly initialized u32 uval, curval, newval, newtid; ^~~~ /kisskb/src/kernel/futex/pi.c: In function 'wake_futex_pi': /kisskb/src/kernel/futex/pi.c:619:6: note: byref variable will be forcibly initialized u32 curval, newval; ^~~~~~ In file included from /kisskb/src/kernel/futex/pi.c:7: /kisskb/src/kernel/futex/pi.c:618:19: note: byref variable will be forcibly initialized DEFINE_RT_WAKE_Q(wqh); ^~~ /kisskb/src/kernel/futex/../locking/rtmutex_common.h:56:24: note: in definition of macro 'DEFINE_RT_WAKE_Q' struct rt_wake_q_head name = { \ ^~~~ /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:67:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/kernel/futex/pi.c: In function 'attach_to_pi_state': /kisskb/src/kernel/futex/pi.c:207:6: note: byref variable will be forcibly initialized u32 uval2; ^~~~~ /kisskb/src/kernel/futex/pi.c: In function 'futex_lock_pi_atomic': /kisskb/src/kernel/futex/pi.c:521:6: note: byref variable will be forcibly initialized u32 uval, newval, vpid = task_pid_vnr(task); ^~~~ /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/kernel/futex/pi.c: In function 'futex_lock_pi': /kisskb/src/kernel/futex/pi.c:936:17: note: byref variable will be forcibly initialized struct futex_q q = futex_q_init; ^ /kisskb/src/kernel/futex/pi.c:934:25: note: byref variable will be forcibly initialized struct rt_mutex_waiter rt_waiter; ^~~~~~~~~ /kisskb/src/kernel/futex/pi.c:933:22: note: byref variable will be forcibly initialized struct task_struct *exiting = NULL; ^~~~~~~ /kisskb/src/kernel/futex/pi.c:932:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper timeout, *to; ^~~~~~~ /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/kernel/futex/pi.c: In function 'futex_unlock_pi': /kisskb/src/kernel/futex/pi.c:1102:6: note: byref variable will be forcibly initialized u32 curval, uval, vpid = task_pid_vnr(current); ^~~~~~ /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:123:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /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; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, 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:144:59: 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:320:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_find_entry': /kisskb/src/fs/udf/namei.c:178:11: note: byref variable will be forcibly initialized sector_t offset; ^~~~~~ /kisskb/src/fs/udf/namei.c:177:11: note: byref variable will be forcibly initialized uint32_t elen; ^~~~ /kisskb/src/fs/udf/namei.c:176:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/fs/udf/namei.c:168:9: note: byref variable will be forcibly initialized loff_t f_pos; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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/mman.h:5, from /kisskb/src/mm/madvise.c:9: /kisskb/src/mm/madvise.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/namei.c: In function 'empty_dir': /kisskb/src/fs/udf/namei.c:733:11: note: byref variable will be forcibly initialized sector_t offset; ^~~~~~ /kisskb/src/fs/udf/namei.c:732:11: note: byref variable will be forcibly initialized uint32_t elen; ^~~~ /kisskb/src/fs/udf/namei.c:731:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/fs/udf/namei.c:728:9: note: byref variable will be forcibly initialized loff_t f_pos; ^~~~~ /kisskb/src/fs/udf/namei.c:727:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^~~~ /kisskb/src/fs/udf/namei.c:726: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:1225:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^~~~ /kisskb/src/fs/udf/namei.c:1224:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi; ^~~ /kisskb/src/fs/udf/namei.c:1222: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:1247:24: note: byref variable will be forcibly initialized struct kernel_lb_addr loc; ^~~ In file included from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/arch/arm64/include/asm/ftrace.h:53, from /kisskb/src/include/linux/ftrace.h:22, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/mm/madvise.c:10: /kisskb/src/mm/madvise.c: In function 'iov_iter_iovec': /kisskb/src/include/linux/uio.h:126:9: note: userspace variable will be forcibly initialized return (struct iovec) { ^ /kisskb/src/fs/udf/namei.c: In function 'udf_lookup': /kisskb/src/fs/udf/namei.c:314:25: note: byref variable will be forcibly initialized struct kernel_lb_addr loc; ^~~ /kisskb/src/fs/udf/namei.c:303:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^~~~ /kisskb/src/fs/udf/namei.c:302:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi; ^~~ /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/mm/madvise.c: In function 'madvise_inject_error': /kisskb/src/mm/madvise.c:948:16: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_unlink': /kisskb/src/fs/udf/namei.c:845:24: note: byref variable will be forcibly initialized struct kernel_lb_addr tloc; ^~~~ /kisskb/src/fs/udf/namei.c:844:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi; ^~~ /kisskb/src/fs/udf/namei.c:842:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kyber.h:95, from /kisskb/src/block/kyber-iosched.c:25: /kisskb/src/block/kyber-iosched.c: In function 'perf_trace_kyber_latency': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_rmdir': /kisskb/src/fs/udf/namei.c:799:24: note: byref variable will be forcibly initialized struct kernel_lb_addr tloc; ^~~~ /kisskb/src/fs/udf/namei.c:798:28: note: byref variable will be forcibly initialized struct fileIdentDesc *fi, cfi; ^~~ /kisskb/src/fs/udf/namei.c:797:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^~~~ /kisskb/src/block/kyber-iosched.c: In function 'perf_trace_kyber_adjust': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_adjust, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_adjust, ^~~~~~~~~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_add_entry': /kisskb/src/fs/udf/namei.c:344:11: note: byref variable will be forcibly initialized sector_t offset; ^~~~~~ /kisskb/src/fs/udf/namei.c:343:11: note: byref variable will be forcibly initialized uint32_t elen = 0; ^~~~ /kisskb/src/fs/udf/namei.c:342:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/fs/udf/namei.c:341:13: note: byref variable will be forcibly initialized udf_pblk_t block; ^~~~~ /kisskb/src/fs/udf/namei.c:338:9: note: byref variable will be forcibly initialized loff_t f_pos; ^~~~~ /kisskb/src/block/kyber-iosched.c: In function 'perf_trace_kyber_throttled': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_throttled, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_throttled, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kyber.h:95, from /kisskb/src/block/kyber-iosched.c:25: /kisskb/src/block/kyber-iosched.c: In function 'trace_event_raw_event_kyber_latency': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_latency, ^~~~~~~~~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_link': /kisskb/src/fs/udf/namei.c:1043:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/fs/udf/namei.c:1042:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi, *fi; ^~~ /kisskb/src/fs/udf/namei.c:1041:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^~~~ /kisskb/src/block/kyber-iosched.c: In function 'trace_event_raw_event_kyber_adjust': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_adjust, ^~~~~~~~~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_add_nondir': /kisskb/src/fs/udf/namei.c:586:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/fs/udf/namei.c:585:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi, *fi; ^~~ /kisskb/src/fs/udf/namei.c:584:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^~~~ /kisskb/src/block/kyber-iosched.c: In function 'trace_event_raw_event_kyber_throttled': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kyber_throttled, ^~~~~~~~~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_symlink': /kisskb/src/fs/udf/namei.c:916:25: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/fs/udf/namei.c:893:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/block/kyber-iosched.c: In function 'kyber_write_lat_store': /kisskb/src/block/kyber-iosched.c:874:21: note: byref variable will be forcibly initialized unsigned long long nsec; \ ^~~~ /kisskb/src/block/kyber-iosched.c:886: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:874:21: note: byref variable will be forcibly initialized unsigned long long nsec; \ ^~~~ /kisskb/src/block/kyber-iosched.c:885: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/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/mman.h:5, from /kisskb/src/mm/madvise.c:9: /kisskb/src/mm/madvise.c: In function 'madvise_cold_or_pageout_pte_range': /kisskb/src/mm/madvise.c:320:12: note: byref variable will be forcibly initialized LIST_HEAD(page_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26: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, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, 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:680:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_rename': /kisskb/src/fs/udf/namei.c:1120:7: note: byref variable will be forcibly initialized int offset = udf_ext0_offset(old_inode); ^~~~~~ /kisskb/src/fs/udf/namei.c:1087:24: note: byref variable will be forcibly initialized struct kernel_lb_addr tloc; ^~~~ /kisskb/src/fs/udf/namei.c:1086:6: note: byref variable will be forcibly initialized int retval = -ENOENT; ^~~~~~ /kisskb/src/fs/udf/namei.c:1084:29: note: byref variable will be forcibly initialized struct fileIdentDesc ocfi, ncfi; ^~~~ /kisskb/src/fs/udf/namei.c:1084:23: note: byref variable will be forcibly initialized struct fileIdentDesc ocfi, ncfi; ^~~~ /kisskb/src/fs/udf/namei.c:1082:33: note: byref variable will be forcibly initialized struct udf_fileident_bh ofibh, nfibh; ^~~~~ /kisskb/src/fs/udf/namei.c:1082:26: note: byref variable will be forcibly initialized struct udf_fileident_bh ofibh, nfibh; ^~~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_mkdir': /kisskb/src/fs/udf/namei.c:670:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/fs/udf/namei.c:669:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi, *fi; ^~~ /kisskb/src/fs/udf/namei.c:668:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^~~~ /kisskb/src/mm/madvise.c: In function 'madvise_cold_page_range': /kisskb/src/mm/madvise.c:489:30: note: byref variable will be forcibly initialized struct madvise_walk_private walk_private = { ^~~~~~~~~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_cold': /kisskb/src/mm/madvise.c:504:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ /kisskb/src/mm/madvise.c: In function 'madvise_pageout_page_range': /kisskb/src/mm/madvise.c:522:30: note: byref variable will be forcibly initialized struct madvise_walk_private walk_private = { ^~~~~~~~~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_pageout': /kisskb/src/mm/madvise.c:554:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ /kisskb/src/mm/madvise.c: In function 'madvise_free_single_vma': /kisskb/src/mm/madvise.c:713:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^~~ /kisskb/src/mm/madvise.c:712:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_populate': /kisskb/src/mm/madvise.c:835:6: note: byref variable will be forcibly initialized int locked = 1; ^~~~~~ In file included from /kisskb/src/include/linux/blkdev.h:18, from /kisskb/src/block/kyber-iosched.c:10: /kisskb/src/block/kyber-iosched.c: In function '__sbitmap_for_each_set': /kisskb/src/include/linux/sbitmap.h:252:17: note: byref variable will be forcibly initialized unsigned long word; ^~~~ /kisskb/src/mm/madvise.c: In function 'madvise_behavior': /kisskb/src/mm/madvise.c:76:16: note: byref variable will be forcibly initialized unsigned long new_flags = vma->vm_flags; ^~~~~~~~~ /kisskb/src/block/kyber-iosched.c: In function 'kyber_flush_busy_kcqs': /kisskb/src/block/kyber-iosched.c:683:24: note: byref variable will be forcibly initialized struct flush_kcq_data data = { ^~~~ /kisskb/src/mm/madvise.c: In function 'do_madvise': /kisskb/src/mm/madvise.c:1136:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/mm/madvise.c:1131:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev; ^~~~ /kisskb/src/mm/madvise.c: In function '__do_sys_process_madvise': /kisskb/src/mm/madvise.c:1241:15: note: byref variable will be forcibly initialized unsigned int f_flags; ^~~~~~~ /kisskb/src/mm/madvise.c:1237:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/mm/madvise.c:1236:16: note: byref variable will be forcibly initialized struct iovec *iov = iovstack; ^~~ /kisskb/src/mm/madvise.c:1235:38: note: userspace variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV], iovec; ^~~~~ /kisskb/src/mm/madvise.c:1235:15: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV], iovec; ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/ext4.h:2843, from /kisskb/src/fs/ext4/super.c:60: /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_other_inode_update_time': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:110:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_other_inode_update_time, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:110:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_other_inode_update_time, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_free_inode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_request_inode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_request_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_request_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_allocate_inode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_evict_inode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:216:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_evict_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:216:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_evict_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_drop_inode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_drop_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_drop_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_nfs_commit_metadata': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_nfs_commit_metadata, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_nfs_commit_metadata, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_mark_inode_dirty': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:280:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mark_inode_dirty, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:280:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mark_inode_dirty, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_begin_ordered_truncate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:302:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_begin_ordered_truncate, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:302:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_begin_ordered_truncate, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__write_begin': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:325:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_begin, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:325:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_begin, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__write_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_writepages': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:422:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:422:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_da_write_pages': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_da_write_pages_extent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_writepages_result': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages_result, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages_result, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__page_op': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__page_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__page_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_invalidatepage_op': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:600:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_invalidatepage_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:600:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_invalidatepage_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_discard_blocks': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:640:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:640:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__mb_new_pa': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:664:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mb_new_pa, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:664:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mb_new_pa, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_mb_release_inode_pa': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:709:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_inode_pa, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:709:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_inode_pa, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_mb_release_group_pa': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:736:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_group_pa, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:736:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_group_pa, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_discard_preallocations': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:759:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:759:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_mb_discard_preallocations': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:785:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:785:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_request_blocks': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:806:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_request_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:806:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_request_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_allocate_blocks': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:846:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:846:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_free_blocks': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:888:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:888:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_sync_file_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:919:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:919:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_sync_file_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:946:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:946:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_sync_fs': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:969:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_fs, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:969:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_fs, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_alloc_da_blocks': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:990:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_alloc_da_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:990:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_alloc_da_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_mballoc_alloc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1013:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mballoc_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1013:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mballoc_alloc, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_mballoc_prealloc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1080:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mballoc_prealloc, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1080:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mballoc_prealloc, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__mballoc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:1120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mballoc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:1120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mballoc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_forget': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1174:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_forget, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1174:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_forget, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_da_update_reserve_space': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_update_reserve_space, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_update_reserve_space, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_da_reserve_space': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1236:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_reserve_space, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1236:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_reserve_space, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_da_release_space': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1265:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_release_space, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1265:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_release_space, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__bitmap_load': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:1296:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__bitmap_load, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:1296:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__bitmap_load, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_read_block_bitmap_load': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1338:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_read_block_bitmap_load, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1338:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_read_block_bitmap_load, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__fallocate_mode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:1361:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__fallocate_mode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:1361:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__fallocate_mode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fallocate_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1410:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fallocate_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1410:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fallocate_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_unlink_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_unlink_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_exit, ^~~~~~~~~~~ /kisskb/src/lib/mpi/mpi-div.c: In function 'mpi_tdiv_qr': /kisskb/src/lib/mpi/mpi-div.c:94:12: note: byref variable will be forcibly initialized mpi_ptr_t marker[5]; ^~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__truncate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:1487:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__truncate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:1487:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__truncate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_convert_to_initialized_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1524:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1524:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_convert_to_initialized_fastpath': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__map_blocks_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:1604:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:1604:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__map_blocks_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:1646:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:1646:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_load_extent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1696:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_load_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1696:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_load_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_load_inode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1721:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_load_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1721:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_load_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_journal_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1741:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1741:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_journal_start_reserved': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1769:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start_reserved, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1769:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start_reserved, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__trim': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:1791:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__trim, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:1791:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__trim, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_handle_unwritten_extents': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1840:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_handle_unwritten_extents, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1840:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_handle_unwritten_extents, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_get_implied_cluster_alloc_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1878:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1878:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_show_extent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_show_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_show_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_remove_blocks': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1937:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_remove_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1937:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_remove_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_rm_leaf': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1984:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_leaf, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1984:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_leaf, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_rm_idx': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2028:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_idx, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2028:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_idx, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_remove_space': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2051:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2051:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_remove_space_done': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space_done, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space_done, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__es_extent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:2125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:2125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_remove_extent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_remove_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_remove_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_find_extent_range_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2192:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2192:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_find_extent_range_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2214:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2214:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_lookup_extent_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2244:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2244:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_lookup_extent_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__es_shrink_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:2300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_shrink_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:2300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_shrink_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_shrink_scan_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2334:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2334:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_collapse_range': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_collapse_range, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_collapse_range, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_insert_range': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_insert_range, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_insert_range, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_shrink': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2406:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2406:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_insert_delayed_block': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2434:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_insert_delayed_block, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2434:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_insert_delayed_block, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fsmap_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_getfsmap_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ext4.h:2507:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_getfsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ext4.h:2507:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_getfsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_shutdown': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2542:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2542:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_shutdown, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_error': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_error, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_error, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_prefetch_bitmaps': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2585:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_prefetch_bitmaps, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2585:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_prefetch_bitmaps, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_lazy_itable_init': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2610:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_lazy_itable_init, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2610:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_lazy_itable_init, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_replay_scan': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2629:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay_scan, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2629:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay_scan, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_replay': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2651:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2651:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_commit_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2677:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2677:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_start, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_commit_stop': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_stop, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_stop, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_stats': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2728:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_stats, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2728:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_stats, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_track_create': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2787:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(create); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2787:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(create); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_track_link': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2788:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(link); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2788:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(link); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_track_unlink': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2789:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(unlink); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2789:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(unlink); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_track_inode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2791:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2791:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_track_range': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2813:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_range, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2813:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_range, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/ext4.h:2843, from /kisskb/src/fs/ext4/super.c:60: /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_other_inode_update_time': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:110:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_other_inode_update_time, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_free_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:140:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_request_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_request_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_allocate_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_evict_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:216:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_evict_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_drop_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:238:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_drop_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_nfs_commit_metadata': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_nfs_commit_metadata, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mark_inode_dirty': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:280:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mark_inode_dirty, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_begin_ordered_truncate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:302:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_begin_ordered_truncate, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__write_begin': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:325:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_begin, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__write_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__write_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_writepages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:422:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_write_pages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_write_pages_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:493:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_write_pages_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_writepages_result': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:520:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_writepages_result, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__page_op': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__page_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_invalidatepage_op': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:600:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_invalidatepage_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_discard_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:640:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__mb_new_pa': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:664:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mb_new_pa, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mb_release_inode_pa': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:709:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_inode_pa, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mb_release_group_pa': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:736:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_release_group_pa, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_discard_preallocations': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:759:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mb_discard_preallocations': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:785:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mb_discard_preallocations, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_request_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:806:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_request_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_allocate_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:846:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_allocate_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_free_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:888:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_free_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_sync_file_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:919:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_sync_file_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:946:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_sync_fs': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:969:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_sync_fs, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_alloc_da_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:990:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_alloc_da_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mballoc_alloc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1013:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mballoc_alloc, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mballoc_prealloc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1080:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_mballoc_prealloc, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__mballoc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__mballoc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_forget': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1174:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_forget, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_update_reserve_space': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1201:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_update_reserve_space, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_reserve_space': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1236:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_reserve_space, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_release_space': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1265:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_da_release_space, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__bitmap_load': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1296:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__bitmap_load, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_read_block_bitmap_load': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1338:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_read_block_bitmap_load, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__fallocate_mode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1361:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__fallocate_mode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fallocate_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1410:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fallocate_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_unlink_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_unlink_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1464:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_unlink_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__truncate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1487:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__truncate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_convert_to_initialized_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1524:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_convert_to_initialized_fastpath': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__map_blocks_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1604:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__map_blocks_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1646:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__map_blocks_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_load_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1696:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_load_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_load_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1721:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_load_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_journal_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1741:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_journal_start_reserved': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1769:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_journal_start_reserved, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__trim': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1791:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__trim, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_handle_unwritten_extents': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1840:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_handle_unwritten_extents, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_get_implied_cluster_alloc_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1878:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_show_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1907:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_show_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_remove_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1937:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_remove_blocks, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_rm_leaf': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1984:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_leaf, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_rm_idx': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2028:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_rm_idx, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_remove_space': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2051:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_remove_space_done': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_ext_remove_space_done, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__es_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_remove_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2167:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_remove_extent, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_find_extent_range_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2192:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_find_extent_range_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2214:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_find_extent_range_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_lookup_extent_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2244:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_enter, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_lookup_extent_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2266:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_lookup_extent_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__es_shrink_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4__es_shrink_enter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_shrink_scan_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2334:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink_scan_exit, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_collapse_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2356:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_collapse_range, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_insert_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2381:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_insert_range, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_shrink': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2406:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_shrink, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_insert_delayed_block': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2434:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_es_insert_delayed_block, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fsmap_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_fsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_getfsmap_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2507:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ext4_getfsmap_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_shutdown': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2542:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_shutdown, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2562:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_error, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_prefetch_bitmaps': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2585:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_prefetch_bitmaps, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_lazy_itable_init': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2610:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_lazy_itable_init, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_replay_scan': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2629:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay_scan, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_replay': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2651:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_replay, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_commit_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2677:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_start, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_commit_stop': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2694:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_commit_stop, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_stats': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2728:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_stats, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_create': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2787:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(create); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_link': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2788:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(link); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_unlink': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_##__type, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2789:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' DEFINE_TRACE_DENTRY_EVENT(unlink); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2791:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_inode, ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2813:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ext4_fc_track_range, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/kernel/futex/requeue.c:3: /kisskb/src/kernel/futex/requeue.c: In function 'arch_atomic_read_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/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/fs/ext4/super.c:51: /kisskb/src/fs/ext4/super.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_requeue_pi_prepare': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/atomic-arch-fallback.h:154:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&(v)->counter); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_requeue_pi_wakeup_sync': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/atomic-arch-fallback.h:154:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&(v)->counter); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_requeue_pi_complete': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/atomic-arch-fallback.h:154:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&(v)->counter); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_proxy_trylock_atomic': /kisskb/src/kernel/futex/requeue.c:273:6: note: byref variable will be forcibly initialized u32 curval; ^~~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_requeue': /kisskb/src/kernel/futex/requeue.c:474:23: note: byref variable will be forcibly initialized struct task_struct *exiting = NULL; ^~~~~~~ /kisskb/src/kernel/futex/requeue.c:450:7: note: byref variable will be forcibly initialized u32 curval; ^~~~~~ In file included from /kisskb/src/kernel/futex/futex.h:6, from /kisskb/src/kernel/futex/requeue.c:5: /kisskb/src/kernel/futex/requeue.c:372:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/kernel/futex/requeue.c:369:25: note: byref variable will be forcibly initialized struct futex_pi_state *pi_state = NULL; ^~~~~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_wait_requeue_pi': /kisskb/src/kernel/futex/requeue.c:768:28: note: byref variable will be forcibly initialized struct futex_hash_bucket *hb; ^~ /kisskb/src/kernel/futex/requeue.c:767:25: note: byref variable will be forcibly initialized struct rt_mutex_waiter rt_waiter; ^~~~~~~~~ /kisskb/src/kernel/futex/requeue.c:766:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper timeout, *to; ^~~~~~~ In file included from /kisskb/src/fs/ext4/super.c:25: /kisskb/src/fs/ext4/super.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754: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:2812:9: note: byref variable will be forcibly initialized __u16 dummy_csum = 0; ^~~~~~~~~~ /kisskb/src/fs/ext4/super.c:2806: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:3273:15: note: byref variable will be forcibly initialized unsigned int prefetch_ios = 0; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_sync_fs': /kisskb/src/fs/ext4/super.c:5608:8: note: byref variable will be forcibly initialized tid_t target; ^~~~~~ /kisskb/src/fs/ext4/super.c: In function 'get_sb_block': /kisskb/src/fs/ext4/super.c:1804:9: note: byref variable will be forcibly initialized char *options = (char *) *data; ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/cachefiles/bind.c:8: /kisskb/src/fs/cachefiles/bind.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/cachefiles/bind.c: In function 'cachefiles_daemon_add_cache': /kisskb/src/fs/cachefiles/bind.c:87:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/fs/cachefiles/bind.c:85:17: note: byref variable will be forcibly initialized struct kstatfs stats; ^~~~~ /kisskb/src/fs/cachefiles/bind.c:84:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_msg': /kisskb/src/fs/ext4/super.c:913:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/ext4/super.c:912:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_error': /kisskb/src/fs/ext4/super.c:748:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/ext4/super.c:747:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_error_inode': /kisskb/src/fs/ext4/super.c:773:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/ext4/super.c:772:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_error_file': /kisskb/src/fs/ext4/super.c:808:7: note: byref variable will be forcibly initialized char pathname[80], *path; ^~~~~~~~ /kisskb/src/fs/ext4/super.c:806:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/ext4/super.c:805: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:887:7: note: byref variable will be forcibly initialized char nbuf[16]; ^~~~ /kisskb/src/fs/ext4/super.c: In function 'handle_mount_opt': /kisskb/src/fs/ext4/super.c:2266:15: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/ext4/super.c:2111:6: note: byref variable will be forcibly initialized int arg = 0; ^~~ /kisskb/src/fs/ext4/super.c: In function 'parse_options': /kisskb/src/fs/ext4/super.c:2436:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_warning': /kisskb/src/fs/ext4/super.c:937:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/ext4/super.c:936:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_clear_journal_err': /kisskb/src/fs/ext4/super.c:5573:8: note: byref variable will be forcibly initialized char nbuf[16]; ^~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_warning_inode': /kisskb/src/fs/ext4/super.c:954:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/ext4/super.c:953:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_grp_locked_error': /kisskb/src/fs/ext4/super.c:976:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/ext4/super.c:975:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ In file included from /kisskb/src/include/linux/list.h:11, 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:110:59: 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:453: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:2760: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/fs/ext4/super.c:5744:29: note: byref variable will be forcibly initialized struct ext4_parsed_options parsed_opts; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:110:59: 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:453: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:4544:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sbi->s_group_desc, ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:3902:29: note: byref variable will be forcibly initialized struct ext4_parsed_options parsed_opts; ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:3901:15: note: byref variable will be forcibly initialized ext4_group_t first_not_zeroed; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'tl_to_darg': /kisskb/src/fs/ext4/fast_commit.c:1292:29: note: byref variable will be forcibly initialized struct ext4_fc_dentry_info fcd; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/ext4/ext4.h:22, from /kisskb/src/fs/ext4/fast_commit.c:10: /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_submit_inode_data_all': /kisskb/src/fs/ext4/fast_commit.c:937:16: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/fs/ext4/fast_commit.c:937:4: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_atomic_op_inuser': /kisskb/src/kernel/futex/waitwake.c:198:9: note: byref variable will be forcibly initialized char comm[sizeof(current->comm)]; ^~~~ /kisskb/src/kernel/futex/waitwake.c:194:6: note: byref variable will be forcibly initialized int oldval, ret; ^~~~~~ In file included from /kisskb/src/fs/ext4/fast_commit.c:10: /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait_multiple_setup': /kisskb/src/kernel/futex/waitwake.c:404:6: note: byref variable will be forcibly initialized u32 uval; ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_reserve_space': /kisskb/src/fs/ext4/fast_commit.c:657:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/mm/sparse.c: In function 'memblocks_present': /kisskb/src/mm/sparse.c:269:9: note: byref variable will be forcibly initialized int i, nid; ^~~ /kisskb/src/mm/sparse.c:269:6: note: byref variable will be forcibly initialized int i, nid; ^ /kisskb/src/mm/sparse.c:268:23: note: byref variable will be forcibly initialized unsigned long start, end; ^~~ /kisskb/src/mm/sparse.c:268:16: note: byref variable will be forcibly initialized unsigned long start, end; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/task.h:10, from /kisskb/src/kernel/futex/waitwake.c:3: /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wake_mark': /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_add_tlv': /kisskb/src/fs/ext4/fast_commit.c:761:20: note: byref variable will be forcibly initialized struct ext4_fc_tl tl; ^~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/futex/waitwake.c:131:2: note: in expansion of macro 'smp_store_release' smp_store_release(&q->lock_ptr, NULL); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_add_dentry_tlv': /kisskb/src/fs/ext4/fast_commit.c:782:20: note: byref variable will be forcibly initialized struct ext4_fc_tl tl; ^~ In file included from /kisskb/src/kernel/futex/futex.h:6, from /kisskb/src/kernel/futex/waitwake.c:7: /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wake': /kisskb/src/fs/ext4/fast_commit.c:781:29: note: byref variable will be forcibly initialized struct ext4_fc_dentry_info fcd; ^~~ /kisskb/src/kernel/futex/waitwake.c:149:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wake_op': /kisskb/src/kernel/futex/waitwake.c:245:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_write_tail': /kisskb/src/fs/ext4/fast_commit.c:723:22: note: byref variable will be forcibly initialized struct ext4_fc_tail tail; ^~~~ /kisskb/src/fs/ext4/fast_commit.c:722: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:859:27: note: byref variable will be forcibly initialized struct ext4_fc_del_range lrange; ^~~~~~ /kisskb/src/fs/ext4/fast_commit.c:858:27: note: byref variable will be forcibly initialized struct ext4_fc_add_range fc_ext; ^~~~~~ /kisskb/src/fs/ext4/fast_commit.c:857:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait_multiple': /kisskb/src/kernel/futex/waitwake.c:527:11: note: byref variable will be forcibly initialized int ret, hint = 0; ^~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait_setup': /kisskb/src/kernel/futex/waitwake.c:580:6: note: byref variable will be forcibly initialized u32 uval; ^~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait': /kisskb/src/kernel/futex/waitwake.c:637:17: note: byref variable will be forcibly initialized struct futex_q q = futex_q_init; ^ /kisskb/src/kernel/futex/waitwake.c:636:28: note: byref variable will be forcibly initialized struct futex_hash_bucket *hb; ^~ /kisskb/src/kernel/futex/waitwake.c:634:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper timeout, *to; ^~~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_write_inode': /kisskb/src/fs/ext4/fast_commit.c:815:20: note: byref variable will be forcibly initialized struct ext4_fc_tl tl; ^~ /kisskb/src/fs/ext4/fast_commit.c:814:23: note: byref variable will be forcibly initialized struct ext4_fc_inode fc_inode; ^~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c:813:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait_restart': /kisskb/src/kernel/futex/waitwake.c:697:10: note: byref variable will be forcibly initialized ktime_t t, *tp = NULL; ^ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_perform_commit': /kisskb/src/fs/ext4/fast_commit.c:1063:6: note: byref variable will be forcibly initialized u32 crc = 0; ^~~ /kisskb/src/fs/ext4/fast_commit.c:1061:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1059:22: note: byref variable will be forcibly initialized struct ext4_fc_head head; ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_scan': /kisskb/src/fs/ext4/fast_commit.c:1941:22: note: byref variable will be forcibly initialized struct ext4_fc_head head; ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1939:22: note: byref variable will be forcibly initialized struct ext4_fc_tail tail; ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1938:20: note: byref variable will be forcibly initialized struct ext4_fc_tl tl; ^~ /kisskb/src/fs/ext4/fast_commit.c:1937:27: note: byref variable will be forcibly initialized struct ext4_fc_add_range ext; ^~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_set_bitmaps_and_counters': /kisskb/src/fs/ext4/fast_commit.c:1833:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_link': /kisskb/src/fs/ext4/fast_commit.c:1406:26: note: byref variable will be forcibly initialized struct dentry_info_args darg; ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_unlink': /kisskb/src/fs/ext4/fast_commit.c:1309:26: note: byref variable will be forcibly initialized struct dentry_info_args darg; ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1308: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:1650:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path = NULL; ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1649:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/fast_commit.c:1644:21: note: byref variable will be forcibly initialized struct ext4_extent newex, *ex; ^~~~~ /kisskb/src/fs/ext4/fast_commit.c:1643:27: note: byref variable will be forcibly initialized struct ext4_fc_add_range fc_add_ex; ^~~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_create': /kisskb/src/fs/ext4/fast_commit.c:1560:26: note: byref variable will be forcibly initialized struct dentry_info_args darg; ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_del_range': /kisskb/src/fs/ext4/fast_commit.c:1774:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^~~ /kisskb/src/fs/ext4/fast_commit.c:1773:27: note: byref variable will be forcibly initialized struct ext4_fc_del_range lrange; ^~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_inode': /kisskb/src/fs/ext4/fast_commit.c:1461:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1457:23: note: byref variable will be forcibly initialized struct ext4_fc_inode fc_inode; ^~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay': /kisskb/src/fs/ext4/fast_commit.c:2054:22: note: byref variable will be forcibly initialized struct ext4_fc_tail tail; ^~~~ /kisskb/src/fs/ext4/fast_commit.c:2050:20: note: byref variable will be forcibly initialized struct ext4_fc_tl tl; ^~ /kisskb/src/fs/ext4/fast_commit.c: In function '__ext4_fc_track_unlink': /kisskb/src/fs/ext4/fast_commit.c:481:36: note: byref variable will be forcibly initialized 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:519: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:598:28: note: byref variable will be forcibly initialized struct __track_range_args args; ^~~~ In file included from /kisskb/src/fs/ext4/orphan.c:8: /kisskb/src/fs/ext4/orphan.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_file_block_csum_verify': /kisskb/src/fs/ext4/orphan.c:538:9: note: byref variable will be forcibly initialized __le64 dsk_block_nr = cpu_to_le64(bh->b_blocknr); ^~~~~~~~~~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_add': /kisskb/src/fs/ext4/orphan.c:103:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_del': /kisskb/src/fs/ext4/orphan.c:285:20: note: byref variable will be forcibly initialized struct ext4_iloc iloc2; ^~~~~ /kisskb/src/fs/ext4/orphan.c:233:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_cleanup': /kisskb/src/fs/ext4/orphan.c:383:22: note: byref variable will be forcibly initialized int nr_orphans = 0, nr_truncates = 0; ^~~~~~~~~~~~ /kisskb/src/fs/ext4/orphan.c:383:6: note: byref variable will be forcibly initialized int nr_orphans = 0, nr_truncates = 0; ^~~~~~~~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_file_block_trigger': /kisskb/src/fs/ext4/orphan.c:561:9: note: byref variable will be forcibly initialized __le64 dsk_block_nr = cpu_to_le64(bh->b_blocknr); ^~~~~~~~~~~~ /kisskb/src/fs/ext4/acl.c: In function '__ext4_set_acl': /kisskb/src/fs/ext4/acl.c:194: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:234:10: note: byref variable will be forcibly initialized umode_t mode = inode->i_mode; ^~~~ /kisskb/src/fs/ext4/acl.c:232:22: note: byref variable will be forcibly initialized int error, credits, retries = 0; ^~~~~~~ /kisskb/src/fs/ext4/acl.c:232: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:282:34: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~ /kisskb/src/fs/ext4/acl.c:282:20: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~~~~~~~~~ /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; ^~ /kisskb/src/kernel/time/timekeeping.c: In function 'adjust_historical_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1108:16: note: byref variable will be forcibly initialized u64 corr_raw, corr_real; ^~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1108:6: note: byref variable will be forcibly initialized u64 corr_raw, corr_real; ^~~~~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:80: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, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:68:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_inject_offset': /kisskb/src/kernel/time/timekeeping.c:1345:20: note: byref variable will be forcibly initialized struct timespec64 tmp; ^~~ In file included from /kisskb/src/fs/ext4/inode-test.c:7: /kisskb/src/fs/ext4/inode-test.c: In function 'inode_test_xtimestamp_decoding': /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_advance': /kisskb/src/kernel/time/timekeeping.c:2135:15: note: byref variable will be forcibly initialized unsigned int clock_set = 0; ^~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365: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:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365: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/fs/ext4/inode-test.c:243:20: note: byref variable will be forcibly initialized struct timespec64 timestamp; ^~~~~~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/kernel/time/ntp.c:10: /kisskb/src/kernel/time/ntp.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:68:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^~~~~~~~ /kisskb/src/kernel/time/ntp.c: In function 'update_rtc': /kisskb/src/kernel/time/ntp.c:584:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/kernel/time/ntp.c: In function 'sync_hw_clock': /kisskb/src/kernel/time/ntp.c:630:25: note: byref variable will be forcibly initialized struct timespec64 now, to_set; ^~~~~~ /kisskb/src/kernel/time/ntp.c:630:20: note: byref variable will be forcibly initialized struct timespec64 now, to_set; ^~~ /kisskb/src/kernel/time/timekeeping.c: In function 'get_device_system_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1194:29: note: byref variable will be forcibly initialized struct system_counterval_t system_counterval; ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'do_settimeofday64': /kisskb/src/kernel/time/timekeeping.c:1296:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta, xt; ^~~~~~~~ /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; ^~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_resume': /kisskb/src/kernel/time/timekeeping.c:1761:28: note: byref variable will be forcibly initialized struct timespec64 ts_new, ts_delta; ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1761:20: note: byref variable will be forcibly initialized struct timespec64 ts_new, ts_delta; ^~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_init': /kisskb/src/kernel/time/timekeeping.c:1613:31: note: byref variable will be forcibly initialized struct timespec64 wall_time, boot_offset, wall_to_mono; ^~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1613: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:2403:21: note: byref variable will be forcibly initialized struct timespec64 delta; ^~~~~ /kisskb/src/kernel/time/timekeeping.c:2394:16: note: byref variable will be forcibly initialized s32 orig_tai, tai; ^~~ /kisskb/src/kernel/time/timekeeping.c:2392:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/time/timekeeping.c:2390:24: note: byref variable will be forcibly initialized struct audit_ntp_data ad; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, 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:110:59: 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:453: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:110:59: 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:453: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:110:59: 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:453: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:110:59: 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:453: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:110:59: 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:453: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:1088:5: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(node->slots[offset--], ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:1086:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(node->slots[canon], entry); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:1078:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(node->slots[offset], ^~~~~~~~~~~~~~~~~~ /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 }; ^~~ In file included from /kisskb/src/lib/xarray.c:13: /kisskb/src/lib/xarray.c: In function 'xa_load': /kisskb/src/lib/xarray.c:1451:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:1489:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351: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/mm.h:30, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/udf/udfdecl.h:12, from /kisskb/src/fs/udf/super.c:41: /kisskb/src/fs/udf/super.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/xarray.c: In function '__xa_store': /kisskb/src/lib/xarray.c:1535:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:1601:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:1638:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:1714:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, 0); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:1756:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/udf/super.c: In function 'udf_finalize_lvid': /kisskb/src/fs/udf/super.c:2017:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/lib/xarray.c: In function '__xa_alloc': /kisskb/src/lib/xarray.c:1808:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, 0); ^~~ /kisskb/src/include/linux/xarray.h:1351: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/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/udf/udfdecl.h:12, from /kisskb/src/fs/udf/super.c:41: /kisskb/src/fs/udf/super.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/xarray.c: In function '__xa_set_mark': /kisskb/src/lib/xarray.c:1895:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:1913:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:1935:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:2009:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, *indexp); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:2059:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, *indexp + 1); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:2156:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, start); ^~~ /kisskb/src/include/linux/xarray.h:1351: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:2202:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, 0); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/fs/udf/super.c: In function 'udf_parse_options': /kisskb/src/fs/udf/super.c:469:15: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/udf/super.c:458:15: note: byref variable will be forcibly initialized unsigned int uv; ^~ /kisskb/src/fs/udf/super.c:457:6: note: byref variable will be forcibly initialized int option; ^~~~~~ /kisskb/src/mm/sparse-vmemmap.c: In function 'split_vmemmap_huge_pmd': /kisskb/src/mm/sparse-vmemmap.c:59:8: note: byref variable will be forcibly initialized pmd_t __pmd; ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_find_vat_block': /kisskb/src/fs/udf/super.c:1152:24: note: byref variable will be forcibly initialized struct kernel_lb_addr ino; ^~~ /kisskb/src/fs/udf/super.c: In function 'udf_count_free_table': /kisskb/src/fs/udf/super.c:2478:25: note: byref variable will be forcibly initialized struct extent_position epos; ^~~~ /kisskb/src/fs/udf/super.c:2476:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^~~~ /kisskb/src/fs/udf/super.c:2475: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:859:11: note: byref variable will be forcibly initialized uint16_t ident; ^~~~~ /kisskb/src/mm/sparse-vmemmap.c: In function 'altmap_alloc_block_buf': /kisskb/src/mm/sparse-vmemmap.c:462:21: note: byref variable will be forcibly initialized unsigned long pfn, nr_pfns, nr_align; ^~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/sparse-vmemmap.c:21: /kisskb/src/mm/sparse-vmemmap.c: In function 'vmemmap_remap_free': /kisskb/src/mm/sparse-vmemmap.c:281:12: note: byref variable will be forcibly initialized LIST_HEAD(vmemmap_pages); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/sparse-vmemmap.c: In function 'vmemmap_remap_alloc': /kisskb/src/mm/sparse-vmemmap.c:367:12: note: byref variable will be forcibly initialized LIST_HEAD(vmemmap_pages); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/udf/super.c: In function 'udf_remount_fs': /kisskb/src/fs/udf/super.c:607:21: note: byref variable will be forcibly initialized struct udf_options uopt; ^~~~ /kisskb/src/fs/udf/super.c: In function 'udf_fill_partdesc_info': /kisskb/src/fs/udf/super.c:1112:25: note: byref variable will be forcibly initialized struct kernel_lb_addr loc = { ^~~ /kisskb/src/fs/udf/super.c: In function '_udf_err': /kisskb/src/fs/udf/super.c:2322:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/udf/super.c:2321:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/udf/super.c: In function 'udf_count_free_bitmap': /kisskb/src/fs/udf/super.c:2428:11: note: byref variable will be forcibly initialized uint16_t ident; ^~~~~ /kisskb/src/fs/udf/super.c:2425: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:2338:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/udf/super.c:2337:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/udf/super.c: In function 'udf_find_fileset': /kisskb/src/fs/udf/super.c:824:11: note: byref variable will be forcibly initialized uint16_t ident; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/mm/mmu_notifier.c:10: /kisskb/src/mm/mmu_notifier.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /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/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; ^~~~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_find_metadata_inode_efe': /kisskb/src/fs/udf/super.c:916:24: note: byref variable will be forcibly initialized struct kernel_lb_addr addr; ^~~~ /kisskb/src/fs/udf/super.c: In function 'udf_load_metadata_files': /kisskb/src/fs/udf/super.c:943:24: note: byref variable will be forcibly initialized 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:1683:28: note: byref variable will be forcibly initialized struct desc_seq_scan_data data; ^~~~ /kisskb/src/fs/udf/super.c:1680: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:1838:11: note: byref variable will be forcibly initialized uint16_t ident; ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmu_notifier.h:7, from /kisskb/src/mm/mmu_notifier.c:11: /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_read_begin': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:248:3: note: in expansion of macro 'wait_event' wait_event(subscriptions->wq, ^~~~~~~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_find_anchor': /kisskb/src/fs/udf/super.c:1938:11: note: byref variable will be forcibly initialized sector_t lastblock = sbi->s_last_block; ^~~~~~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_fill_super': /kisskb/src/fs/udf/super.c:2270:20: note: byref variable will be forcibly initialized struct timestamp ts; ^~ /kisskb/src/fs/udf/super.c:2129:33: note: byref variable will be forcibly initialized struct kernel_lb_addr rootdir, fileset; ^~~~~~~ /kisskb/src/fs/udf/super.c:2129:24: note: byref variable will be forcibly initialized struct kernel_lb_addr rootdir, fileset; ^~~~~~~ /kisskb/src/fs/udf/super.c:2128:21: note: byref variable will be forcibly initialized struct udf_options uopt; ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/mm/mmu_notifier.c:10: /kisskb/src/mm/mmu_notifier.c: In function '__mmu_notifier_register': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:678:3: note: in expansion of macro 'smp_store_release' smp_store_release(&mm->notifier_subscriptions, subscriptions); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/index.c: In function 'hdr_insert_de': /kisskb/src/fs/ntfs3/index.c:754:6: note: byref variable will be forcibly initialized int diff; ^~~~ /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_notifier_insert': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:1005:18: note: in expansion of macro 'smp_load_acquire' subscriptions = smp_load_acquire(&mm->notifier_subscriptions); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/parser.c: In function 'match_number': /kisskb/src/lib/parser.c:131:8: note: byref variable will be forcibly initialized char *endp; ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmu_notifier.h:7, from /kisskb/src/mm/mmu_notifier.c:11: /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_notifier_remove': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:1085:3: note: in expansion of macro 'wait_event' wait_event(subscriptions->wq, ^~~~~~~~~~ /kisskb/src/lib/parser.c: In function 'match_u64int': /kisskb/src/lib/parser.c:168:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/fs/ntfs3/index.c: In function 'scan_nres_bitmap': /kisskb/src/fs/ntfs3/index.c:380:9: note: byref variable will be forcibly initialized size_t idx; ^~~ /kisskb/src/fs/ntfs3/index.c:379:18: note: byref variable will be forcibly initialized CLST lcn, clen, vcn, vcn_next; ^~~ /kisskb/src/fs/ntfs3/index.c:379:12: note: byref variable will be forcibly initialized CLST lcn, clen, vcn, vcn_next; ^~~~ /kisskb/src/fs/ntfs3/index.c:379:7: note: byref variable will be forcibly initialized CLST lcn, clen, vcn, vcn_next; ^~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_find_free': /kisskb/src/fs/ntfs3/index.c:477:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_create_allocate': /kisskb/src/fs/ntfs3/index.c:1347:19: note: byref variable will be forcibly initialized struct runs_tree run; ^~~ /kisskb/src/fs/ntfs3/index.c:1346:7: note: byref variable will be forcibly initialized CLST alen; ^~~~ /kisskb/src/fs/ntfs3/index.c:1341:17: note: byref variable will be forcibly initialized struct ATTRIB *alloc; ^~~~~ /kisskb/src/fs/ntfs3/index.c:1340:17: note: byref variable will be forcibly initialized struct ATTRIB *bitmap; ^~~~~~ /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_unlink': /kisskb/src/fs/nilfs2/namei.c:295:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_add_allocate': /kisskb/src/fs/ntfs3/index.c:1400:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/index.c:1399:17: note: byref variable will be forcibly initialized struct ATTRIB *bmp, *alloc; ^~~ /kisskb/src/fs/ntfs3/index.c:1398:16: note: byref variable will be forcibly initialized u64 bmp_size, bmp_size_v; ^~~~~~~~~~ /kisskb/src/fs/ntfs3/index.c:1397:6: note: byref variable will be forcibly initialized u64 data_size; ^~~~~~~~~ /kisskb/src/fs/ntfs3/index.c:1396:9: note: byref variable will be forcibly initialized size_t bit; ^~~ /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/fs/ntfs3/index.c: In function 'indx_shrink': /kisskb/src/fs/ntfs3/index.c:1961:10: note: byref variable will be forcibly initialized size_t used = MINUS_ONE_T; ^~~~ /kisskb/src/fs/ntfs3/index.c:1939:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/fs/ntfs3/index.c:1936:11: note: byref variable will be forcibly initialized u64 bpb, new_data; ^~~~~~~~ /kisskb/src/fs/ntfs3/index.c:1936:6: note: byref variable will be forcibly initialized u64 bpb, new_data; ^~~ /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_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_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_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/ntfs3/index.c: In function 'bmp_buf_get': /kisskb/src/fs/ntfs3/index.c:211:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/fs/ntfs3/index.c:210:7: note: byref variable will be forcibly initialized CLST vcn = off >> sbi->cluster_bits; ^~~ /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_mknod': /kisskb/src/fs/nilfs2/namei.c:107:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_mark_used': /kisskb/src/fs/ntfs3/index.c:320:17: note: byref variable will be forcibly initialized struct bmp_buf bbuf; ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_mark_free': /kisskb/src/fs/ntfs3/index.c:340:17: note: byref variable will be forcibly initialized struct bmp_buf bbuf; ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_used_bit': /kisskb/src/fs/ntfs3/index.c:524:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_get_root': /kisskb/src/fs/ntfs3/index.c:926:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_free_children': /kisskb/src/fs/ntfs3/index.c:1997:20: note: byref variable will be forcibly initialized struct indx_node *n; ^ /kisskb/src/fs/ntfs3/index.c: In function 'indx_get_entry_to_replace': /kisskb/src/fs/ntfs3/index.c:2053:20: note: byref variable will be forcibly initialized struct indx_node *n; ^ /kisskb/src/fs/ntfs3/index.c: In function 'indx_find': /kisskb/src/fs/ntfs3/index.c:1046:20: note: byref variable will be forcibly initialized struct indx_node *node; ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_find_sort': /kisskb/src/fs/ntfs3/index.c:1111:20: note: byref variable will be forcibly initialized struct indx_node *n = NULL; ^ /kisskb/src/fs/ntfs3/index.c: In function 'indx_find_raw': /kisskb/src/fs/ntfs3/index.c:1224:9: note: byref variable will be forcibly initialized size_t bit; ^~~ /kisskb/src/fs/ntfs3/index.c:1221:20: note: byref variable will be forcibly initialized struct indx_node *n = NULL; ^ /kisskb/src/fs/ntfs3/index.c: In function 'indx_insert_entry': /kisskb/src/fs/ntfs3/index.c:1821:18: note: byref variable will be forcibly initialized struct NTFS_DE *e; ^ /kisskb/src/fs/ntfs3/index.c:1820:6: note: byref variable will be forcibly initialized int diff; ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_insert_into_root': /kisskb/src/fs/ntfs3/index.c:1481:19: note: byref variable will be forcibly initialized __le64 *sub_vbn, t_vbn; ^~~~~ /kisskb/src/fs/ntfs3/index.c:1480:7: note: byref variable will be forcibly initialized CLST new_vbn; ^~~~~~~ /kisskb/src/fs/ntfs3/index.c:1477:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/fs/ntfs3/index.c:1476:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_insert_into_buffer': /kisskb/src/fs/ntfs3/index.c:1695:9: note: byref variable will be forcibly initialized __le64 t_vbn, *sub_vbn; ^~~~~ /kisskb/src/fs/ntfs3/index.c:1694:7: note: byref variable will be forcibly initialized CLST new_vbn; ^~~~~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_delete_entry': /kisskb/src/fs/ntfs3/index.c:2150:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/index.c:2149:17: note: byref variable will be forcibly initialized struct ATTRIB *attr; ^~~~ /kisskb/src/fs/ntfs3/index.c:2145:22: note: byref variable will be forcibly initialized struct NTFS_DE *e, *re, *next, *prev, *me; ^~ /kisskb/src/fs/ntfs3/index.c:2145:18: note: byref variable will be forcibly initialized struct NTFS_DE *e, *re, *next, *prev, *me; ^ /kisskb/src/fs/ntfs3/index.c:2140:11: note: byref variable will be forcibly initialized int err, diff; ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_update_dup': /kisskb/src/fs/ntfs3/index.c:2529:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/index.c:2525:18: note: byref variable will be forcibly initialized struct NTFS_DE *e = NULL; ^ /kisskb/src/fs/ntfs3/index.c:2524:11: note: byref variable will be forcibly initialized int err, diff; ^~~~ /kisskb/src/fs/cachefiles/daemon.c: In function 'cachefiles_daemon_inuse': /kisskb/src/fs/cachefiles/daemon.c:625:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/fs/cachefiles/daemon.c:624:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/cachefiles/daemon.c: In function 'cachefiles_daemon_cull': /kisskb/src/fs/cachefiles/daemon.c:553:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/fs/cachefiles/daemon.c:552:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/cachefiles/daemon.c: In function 'cachefiles_has_space': /kisskb/src/fs/cachefiles/daemon.c:674:17: note: byref variable will be forcibly initialized struct kstatfs stats; ^~~~~ /kisskb/src/fs/cachefiles/daemon.c: In function 'cachefiles_daemon_read': /kisskb/src/fs/cachefiles/daemon.c:163:7: note: byref variable will be forcibly initialized char buffer[256]; ^~~~~~ /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/drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c: In function 'qcom_ipq806x_usb_ss_phy_init': /kisskb/src/drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c:311:6: note: byref variable will be forcibly initialized u32 data; ^~~~ /kisskb/src/kernel/debug/kdb/kdb_io.c: In function 'kdb_getchar': /kisskb/src/kernel/debug/kdb/kdb_io.c:130:7: note: byref variable will be forcibly initialized char buf[4]; /* longest vt100 escape sequence is 4 bytes */ ^~~ /kisskb/src/kernel/debug/kdb/kdb_io.c: In function 'kdb_printf': /kisskb/src/kernel/debug/kdb/kdb_io.c:861:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/kernel/debug/kdb/kdb_io.c: In function 'kdb_read': /kisskb/src/kernel/debug/kdb/kdb_io.c:210:12: note: byref variable will be forcibly initialized int diag, dtab_count; ^~~~~~~~~~ In file included from /kisskb/src/lib/mpi/mpi-internal.h:22, from /kisskb/src/lib/mpi/mpi-mod.c:9: /kisskb/src/lib/mpi/mpi-mod.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/debug/kdb/kdb_io.c:12: /kisskb/src/kernel/debug/kdb/kdb_io.c: In function 'vkdb_printf': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/debug/kdb/kdb_io.c:854:2: note: in expansion of macro 'smp_store_release' smp_store_release(&kdb_printf_cpu, old_cpu); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_io.c:588:6: note: byref variable will be forcibly initialized int logging, saved_loglevel = 0; ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_io.c:587:6: note: byref variable will be forcibly initialized int colcount; ^~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_io.c:586:6: note: byref variable will be forcibly initialized int linecount; ^~~~~~~~~ /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/kernel/debug/kdb/kdb_support.c: In function 'kdbnearsym': /kisskb/src/kernel/debug/kdb/kdb_support.c:86:16: note: byref variable will be forcibly initialized unsigned long offset = 0; ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_support.c:85:16: note: byref variable will be forcibly initialized unsigned long symbolsize = 0; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:144:59: 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:320:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_support.c: In function 'kallsyms_symbol_complete': /kisskb/src/kernel/debug/kdb/kdb_support.c:129:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ /kisskb/src/kernel/debug/kdb/kdb_support.c: In function 'kdb_symbol_print': /kisskb/src/kernel/debug/kdb/kdb_support.c:202:15: note: byref variable will be forcibly initialized kdb_symtab_t symtab, *symtab_p2; ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_support.c: In function 'kdb_getphysword': /kisskb/src/kernel/debug/kdb/kdb_support.c:350:8: note: byref variable will be forcibly initialized __u64 w8; ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c:349:8: note: byref variable will be forcibly initialized __u32 w4; ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c:348:8: note: byref variable will be forcibly initialized __u16 w2; ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c:347:8: note: byref variable will be forcibly initialized __u8 w1; ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c: In function 'kdb_getword': /kisskb/src/kernel/debug/kdb/kdb_support.c:400:8: note: byref variable will be forcibly initialized __u64 w8; ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c:399:8: note: byref variable will be forcibly initialized __u32 w4; ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c:398:8: note: byref variable will be forcibly initialized __u16 w2; ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c:397:8: note: byref variable will be forcibly initialized __u8 w1; ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c: In function 'kdb_putword': /kisskb/src/kernel/debug/kdb/kdb_support.c:449:8: note: byref variable will be forcibly initialized __u64 w8; ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c:448:8: note: byref variable will be forcibly initialized __u32 w4; ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c:447:8: note: byref variable will be forcibly initialized __u16 w2; ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c:446:8: note: byref variable will be forcibly initialized __u8 w1; ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c: In function 'kdb_task_state_char': /kisskb/src/kernel/debug/kdb/kdb_support.c:488:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/lib/vsprintf.c: In function 'number': /kisskb/src/lib/vsprintf.c:453: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:1350: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 'ip6_compressed_string': /kisskb/src/lib/vsprintf.c:1381:18: note: byref variable will be forcibly initialized struct in6_addr in6; ^~~ /kisskb/src/lib/vsprintf.c:1374:16: note: byref variable will be forcibly initialized unsigned char zerolength[8]; ^~~~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'simple_strntoull': /kisskb/src/lib/vsprintf.c:59:21: note: byref variable will be forcibly initialized unsigned long long result = 0ULL; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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:110:59: 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/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /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/lib/vsprintf.c: In function 'fourcc_string': /kisskb/src/lib/vsprintf.c:1771:7: note: byref variable will be forcibly initialized char output[sizeof("0123 little-endian (0x01234567)")]; ^~~~~~ /kisskb/src/lib/vsprintf.c: In function 'resource_string': /kisskb/src/lib/vsprintf.c:1084:7: note: byref variable will be forcibly initialized char sym[max(2*RSRC_BUF_SIZE + DECODED_BUF_SIZE, ^~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_var_store': /kisskb/src/block/bfq-iosched.c:7092:16: note: byref variable will be forcibly initialized unsigned long new_val; ^~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'mac_address_string': /kisskb/src/lib/vsprintf.c:1283:7: note: byref variable will be forcibly initialized char mac_addr[sizeof("xx:xx:xx:xx:xx:xx")]; ^~~~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_strict_guarantees_store': /kisskb/src/block/bfq-iosched.c:7243:16: note: byref variable will be forcibly initialized unsigned long __data; ^~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_slice_idle_us_store': /kisskb/src/lib/vsprintf.c: In function 'ip6_addr_string': /kisskb/src/lib/vsprintf.c:1473: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': /kisskb/src/block/bfq-iosched.c:7171:16: note: byref variable will be forcibly initialized unsigned long __data, __min = (MIN), __max = (MAX); \ ^~~~~~ /kisskb/src/block/bfq-iosched.c:7184:1: note: in expansion of macro 'USEC_STORE_FUNCTION' USEC_STORE_FUNCTION(bfq_slice_idle_us_store, &bfqd->bfq_slice_idle, 0, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/vsprintf.c:1487:7: note: byref variable will be forcibly initialized char ip4_addr[sizeof("255.255.255.255")]; ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip4_addr_string_sa': /kisskb/src/lib/vsprintf.c:1564:7: note: byref variable will be forcibly initialized char fmt4[3] = { fmt[0], '4', 0 }; ^~~~ /kisskb/src/lib/vsprintf.c:1561:11: note: byref variable will be forcibly initialized char *p, ip4_addr[sizeof("255.255.255.255") + sizeof(":12345")]; ^~~~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_slice_idle_store': /kisskb/src/block/bfq-iosched.c:7139:16: note: byref variable will be forcibly initialized unsigned long __data, __min = (MIN), __max = (MAX); \ ^~~~~~ /kisskb/src/block/bfq-iosched.c:7164:1: note: in expansion of macro 'STORE_FUNCTION' STORE_FUNCTION(bfq_slice_idle_store, &bfqd->bfq_slice_idle, 0, INT_MAX, 2); ^~~~~~~~~~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_back_seek_penalty_store': /kisskb/src/lib/vsprintf.c: In function 'ip6_addr_string_sa': /kisskb/src/lib/vsprintf.c:1504:7: note: byref variable will be forcibly initialized char fmt6[2] = { fmt[0], '6' }; ^~~~ /kisskb/src/lib/vsprintf.c:1499:7: note: byref variable will be forcibly initialized char ip6_addr[sizeof("[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255]") + ^~~~~~~~ /kisskb/src/block/bfq-iosched.c:7139:16: note: byref variable will be forcibly initialized unsigned long __data, __min = (MIN), __max = (MAX); \ ^~~~~~ /kisskb/src/block/bfq-iosched.c:7162:1: note: in expansion of macro 'STORE_FUNCTION' STORE_FUNCTION(bfq_back_seek_penalty_store, &bfqd->bfq_back_penalty, 1, ^~~~~~~~~~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_back_seek_max_store': /kisskb/src/block/bfq-iosched.c:7139:16: note: byref variable will be forcibly initialized unsigned long __data, __min = (MIN), __max = (MAX); \ ^~~~~~ /kisskb/src/block/bfq-iosched.c:7161:1: note: in expansion of macro 'STORE_FUNCTION' STORE_FUNCTION(bfq_back_seek_max_store, &bfqd->bfq_back_max, 0, INT_MAX, 0); ^~~~~~~~~~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_fifo_expire_async_store': /kisskb/src/block/bfq-iosched.c:7139:16: note: byref variable will be forcibly initialized unsigned long __data, __min = (MIN), __max = (MAX); \ ^~~~~~ /kisskb/src/block/bfq-iosched.c:7159:1: note: in expansion of macro 'STORE_FUNCTION' STORE_FUNCTION(bfq_fifo_expire_async_store, &bfqd->bfq_fifo_expire[0], 1, ^~~~~~~~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'uuid_string': /kisskb/src/lib/vsprintf.c:1704:7: note: byref variable will be forcibly initialized char uuid[UUID_STRING_LEN + 1]; ^~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_fifo_expire_sync_store': /kisskb/src/block/bfq-iosched.c:7139:16: note: byref variable will be forcibly initialized unsigned long __data, __min = (MIN), __max = (MAX); \ ^~~~~~ /kisskb/src/block/bfq-iosched.c:7157:1: note: in expansion of macro 'STORE_FUNCTION' STORE_FUNCTION(bfq_fifo_expire_sync_store, &bfqd->bfq_fifo_expire[1], 1, ^~~~~~~~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ptr_to_id': /kisskb/src/lib/vsprintf.c:825:16: note: byref variable will be forcibly initialized unsigned long hashval; ^~~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_timeout_sync_store': /kisskb/src/block/bfq-iosched.c:7220:16: note: byref variable will be forcibly initialized unsigned long __data; ^~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_max_budget_store': /kisskb/src/block/bfq-iosched.c:7192:16: note: byref variable will be forcibly initialized unsigned long __data; ^~~~~~ /kisskb/src/lib/vsprintf.c: In function 'symbol_string': /kisskb/src/lib/vsprintf.c:988:7: note: byref variable will be forcibly initialized char sym[KSYM_SYMBOL_LEN]; ^~~ /kisskb/src/block/bfq-iosched.c: In function 'bfqq_find_close': /kisskb/src/block/bfq-iosched.c:2553:18: note: byref variable will be forcibly initialized struct rb_node *parent, *node; ^~~~~~ /kisskb/src/lib/vsprintf.c: In function 'time64_str': /kisskb/src/lib/vsprintf.c:1918:12: note: byref variable will be forcibly initialized struct tm tm; ^~ /kisskb/src/lib/vsprintf.c:1917: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:2121:14: note: byref variable will be forcibly initialized const char *p; ^ /kisskb/src/lib/vsprintf.c:2120:7: note: byref variable will be forcibly initialized char tbuf[sizeof("xxxx") + 1]; ^~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_low_latency_store': /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_set': /kisskb/src/kernel/debug/kdb/kdb_main.c:435:9: note: byref variable will be forcibly initialized char *cp; ^~ /kisskb/src/block/bfq-iosched.c:7265:16: note: byref variable will be forcibly initialized unsigned long __data; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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/slub.c:13: /kisskb/src/mm/slub.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/atomic-arch-fallback.h:1270:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'num_to_str': /kisskb/src/lib/vsprintf.c:374:7: note: byref variable will be forcibly initialized char tmp[sizeof(num) * 3] __aligned(2); ^~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_md_line': /kisskb/src/kernel/debug/kdb/kdb_main.c:1521:6: note: byref variable will be forcibly initialized } wc; ^~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1486:16: note: byref variable will be forcibly initialized unsigned long word; ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1482:7: note: byref variable will be forcibly initialized char cbuf[32]; ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1481:15: note: byref variable will be forcibly initialized kdb_symtab_t symtab; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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:110:59: 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/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'va_format': /kisskb/src/lib/vsprintf.c:1688:10: note: byref variable will be forcibly initialized va_list va; ^~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_summary': /kisskb/src/kernel/debug/kdb/kdb_main.c:2497:17: note: byref variable will be forcibly initialized struct sysinfo val; ^~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2496:11: note: byref variable will be forcibly initialized time64_t now; ^~~ /kisskb/src/lib/vsprintf.c: In function 'snprintf': /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_kill': /kisskb/src/lib/vsprintf.c:2934:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2437:8: note: byref variable will be forcibly initialized char *endp; ^~~~ /kisskb/src/lib/vsprintf.c: In function 'scnprintf': /kisskb/src/lib/vsprintf.c:2958:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/vsprintf.c: In function 'sprintf': /kisskb/src/lib/vsprintf.c:3003:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/vsprintf.c: In function 'vbin_printf': /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_rd': /kisskb/src/lib/vsprintf.c:3051:22: note: byref variable will be forcibly initialized unsigned long long val8; \ ^~~~ /kisskb/src/lib/vsprintf.c:3153:5: note: in expansion of macro 'save_arg' save_arg(ptrdiff_t); ^~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1837:5: note: byref variable will be forcibly initialized u8 reg8; ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1836:6: note: byref variable will be forcibly initialized u16 reg16; ^~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1835:6: note: byref variable will be forcibly initialized u32 reg32; ^~~~~ /kisskb/src/lib/vsprintf.c:3051:22: note: byref variable will be forcibly initialized unsigned long long val8; \ ^~~~ /kisskb/src/lib/vsprintf.c:3150:5: note: in expansion of macro 'save_arg' save_arg(size_t); ^~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1834:6: note: byref variable will be forcibly initialized u64 reg64; ^~~~~ /kisskb/src/lib/vsprintf.c:3051:22: note: byref variable will be forcibly initialized unsigned long long val8; \ ^~~~ /kisskb/src/lib/vsprintf.c:3147:5: note: in expansion of macro 'save_arg' save_arg(unsigned long); ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3051:22: note: byref variable will be forcibly initialized unsigned long long val8; \ ^~~~ /kisskb/src/lib/vsprintf.c:3143:5: note: in expansion of macro 'save_arg' save_arg(long long); ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3051:22: note: byref variable will be forcibly initialized unsigned long long val8; \ ^~~~ /kisskb/src/lib/vsprintf.c:3124:6: note: in expansion of macro 'save_arg' save_arg(void *); ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3051:22: note: byref variable will be forcibly initialized unsigned long long val8; \ ^~~~ /kisskb/src/lib/vsprintf.c:3120:5: note: in expansion of macro 'save_arg' save_arg(void *); ^~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_mdr': /kisskb/src/kernel/debug/kdb/kdb_main.c:1455:16: note: byref variable will be forcibly initialized unsigned char c; ^ /kisskb/src/kernel/time/clocksource.c: In function 'unbind_clocksource_store': /kisskb/src/kernel/time/clocksource.c:1315:7: note: byref variable will be forcibly initialized char name[CS_NAME_LEN]; ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdbgetintenv': /kisskb/src/kernel/debug/kdb/kdb_main.c:286:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_dmesg': /kisskb/src/kernel/debug/kdb/kdb_main.c:2106:15: note: byref variable will be forcibly initialized const char *setargs[] = { "set", "LOGGING", "0" }; ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2092:9: note: byref variable will be forcibly initialized char *cp; ^~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2087:7: note: byref variable will be forcibly initialized char buf[201]; ^~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2086:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2085:24: note: byref variable will be forcibly initialized struct kmsg_dump_iter iter; ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2080:6: note: byref variable will be forcibly initialized int logging; ^~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'bstr_printf': /kisskb/src/lib/vsprintf.c:3211:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3345:11: note: in expansion of macro 'get_arg' num = get_arg(ptrdiff_t); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3211:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3342:11: note: in expansion of macro 'get_arg' num = get_arg(size_t); ^~~~~~~ /kisskb/src/lib/vsprintf.c:3211:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3339:11: note: in expansion of macro 'get_arg' num = get_arg(unsigned long); ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdbgetularg': /kisskb/src/kernel/debug/kdb/kdb_main.c:364:8: note: byref variable will be forcibly initialized char *endp; ^~~~ /kisskb/src/lib/vsprintf.c:3211:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3335:11: note: in expansion of macro 'get_arg' num = get_arg(long long); ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_pid': /kisskb/src/lib/vsprintf.c:3211:15: note: byref variable will be forcibly initialized typeof(type) value; \ ^~~~~ /kisskb/src/lib/vsprintf.c:3313:34: note: in expansion of macro 'get_arg' str = pointer(fmt, str, end, get_arg(void *), spec); ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2373:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_cpu': /kisskb/src/kernel/debug/kdb/kdb_main.c:2239:16: note: byref variable will be forcibly initialized unsigned long cpunum; ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdbgetu64arg': /kisskb/src/kernel/debug/kdb/kdb_main.c:386:8: note: byref variable will be forcibly initialized char *endp; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/migrate.h:111, from /kisskb/src/mm/migrate.c:57: /kisskb/src/mm/migrate.c: In function 'perf_trace_mm_migrate_pages': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_migrate_pages, ^~~~~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_rm': /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_migrate_pages, ^~~~~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1906:5: note: byref variable will be forcibly initialized u8 reg8; ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1905:6: note: byref variable will be forcibly initialized u16 reg16; ^~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1904:6: note: byref variable will be forcibly initialized u32 reg32; ^~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1903:6: note: byref variable will be forcibly initialized u64 reg64; ^~~~~ /kisskb/src/mm/migrate.c: In function 'perf_trace_mm_migrate_pages_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:87:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_migrate_pages_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:87:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_migrate_pages_start, ^~~~~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdbgetaddrarg': /kisskb/src/kernel/debug/kdb/kdb_main.c:503:15: note: byref variable will be forcibly initialized kdb_symtab_t symtab; ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:496:16: note: byref variable will be forcibly initialized unsigned long off = 0; ^~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:495:16: note: byref variable will be forcibly initialized unsigned long addr; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/migrate.h:111, from /kisskb/src/mm/migrate.c:57: /kisskb/src/mm/migrate.c: In function 'trace_event_raw_event_mm_migrate_pages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_migrate_pages, ^~~~~~~~~~~ /kisskb/src/mm/migrate.c: In function 'trace_event_raw_event_mm_migrate_pages_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:87:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_migrate_pages_start, ^~~~~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'bprintf': /kisskb/src/lib/vsprintf.c:3398:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_per_cpu': /kisskb/src/kernel/debug/kdb/kdb_main.c:2540:54: note: byref variable will be forcibly initialized unsigned long addr, symaddr, val, bytesperword = 0, whichcpu = ~0UL; ^~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2540:36: note: byref variable will be forcibly initialized unsigned long addr, symaddr, val, bytesperword = 0, whichcpu = ~0UL; ^~~~~~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2540:31: note: byref variable will be forcibly initialized unsigned long addr, symaddr, val, bytesperword = 0, whichcpu = ~0UL; ^~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2540:22: note: byref variable will be forcibly initialized unsigned long addr, symaddr, val, bytesperword = 0, whichcpu = ~0UL; ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2539:17: note: byref variable will be forcibly initialized int cpu, diag, nextarg = 1; ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2538:7: note: byref variable will be forcibly initialized char fmtstr[64]; ^~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/lib/vsprintf.c:21: /kisskb/src/lib/vsprintf.c: In function 'vsscanf': /kisskb/src/lib/vsprintf.c:3555:19: note: byref variable will be forcibly initialized 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:3420:8: note: byref variable will be forcibly initialized char *next; ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_ef': /kisskb/src/kernel/debug/kdb/kdb_main.c:1994:6: note: byref variable will be forcibly initialized int nextarg; ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1993:7: note: byref variable will be forcibly initialized long offset; ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1992:16: note: byref variable will be forcibly initialized unsigned long addr; ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_go': /kisskb/src/kernel/debug/kdb/kdb_main.c:1787:7: note: byref variable will be forcibly initialized long offset; ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1786:6: note: byref variable will be forcibly initialized int nextarg; ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1784:16: note: byref variable will be forcibly initialized unsigned long addr; ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_mm': /kisskb/src/kernel/debug/kdb/kdb_main.c:1745:6: note: byref variable will be forcibly initialized int nextarg; ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1744:16: note: byref variable will be forcibly initialized unsigned long contents; ^~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1743:7: note: byref variable will be forcibly initialized long offset = 0; ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1742:16: note: byref variable will be forcibly initialized unsigned long addr; ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_md': /kisskb/src/kernel/debug/kdb/kdb_main.c:1611:13: note: byref variable will be forcibly initialized int diag, nextarg = 1; ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1610:17: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1580:10: note: byref variable will be forcibly initialized char *p; ^ /kisskb/src/kernel/debug/kdb/kdb_main.c:1550:7: note: byref variable will be forcibly initialized long offset = 0; ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1549:16: note: byref variable will be forcibly initialized unsigned long word; ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1548:16: note: byref variable will be forcibly initialized unsigned long addr; ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1547:16: note: byref variable will be forcibly initialized char fmtchar, fmtstr[64]; ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1546:6: note: byref variable will be forcibly initialized int nosect = 0; ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1545:31: note: byref variable will be forcibly initialized int radix = 16, mdcount = 8, bytesperword = KDB_WORD_SIZE, repeat; ^~~~~~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1545:18: note: byref variable will be forcibly initialized int radix = 16, mdcount = 8, bytesperword = KDB_WORD_SIZE, repeat; ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1545:6: note: byref variable will be forcibly initialized int radix = 16, mdcount = 8, bytesperword = KDB_WORD_SIZE, repeat; ^~~~~ /kisskb/src/lib/vsprintf.c: In function 'sscanf': /kisskb/src/lib/vsprintf.c:3698:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_ps1': /kisskb/src/kernel/debug/kdb/kdb_main.c:2301:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_parse': /kisskb/src/kernel/debug/kdb/kdb_main.c:1070:7: note: byref variable will be forcibly initialized int nextarg = 0; ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1069:8: note: byref variable will be forcibly initialized long offset; ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1068:9: note: byref variable will be forcibly initialized char *name = NULL; ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1067:17: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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/khugepaged.c:4: /kisskb/src/mm/khugepaged.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_bio_merge': /kisskb/src/block/bfq-iosched.c:2327:18: note: byref variable will be forcibly initialized struct request *free = NULL; ^~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_pos_tree_add_move': /kisskb/src/block/bfq-iosched.c:649:23: note: byref variable will be forcibly initialized struct rb_node **p, *parent; ^~~~~~ /kisskb/src/block/bfq-iosched.c:649:19: note: byref variable will be forcibly initialized struct rb_node **p, *parent; ^ /kisskb/src/block/bfq-iosched.c: In function 'bfq_bfqq_expire': /kisskb/src/mm/migrate.c: In function '__set_migration_target_nodes': /kisskb/src/block/bfq-iosched.c:4166:16: note: byref variable will be forcibly initialized unsigned long delta = 0; ^~~~~ /kisskb/src/mm/migrate.c:3053:13: note: byref variable will be forcibly initialized nodemask_t used_targets = NODE_MASK_NONE; ^~~~~~~~~~~~ /kisskb/src/mm/migrate.c:3052:13: note: byref variable will be forcibly initialized nodemask_t this_pass = NODE_MASK_NONE; ^~~~~~~~~ /kisskb/src/mm/migrate.c:3051:13: note: byref variable will be forcibly initialized nodemask_t next_pass = NODE_MASK_NONE; ^~~~~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_add_request': /kisskb/src/block/bfq-iosched.c:2080:7: note: byref variable will be forcibly initialized bool interactive = false; ^~~~~~~~~~~ /kisskb/src/mm/slub.c: In function 'slab_alloc_node': /kisskb/src/mm/slub.c:3145:21: note: byref variable will be forcibly initialized struct obj_cgroup *objcg = NULL; ^~~~~ /kisskb/src/mm/slub.c:3141:8: note: byref variable will be forcibly initialized void *object; ^~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:717, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'folio_migrate_mapping': /kisskb/src/mm/migrate.c:383:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, folio_index(folio)); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/slub.c: In function 'slab_alloc': /kisskb/src/mm/slub.c:3141:8: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c:3145:21: note: byref variable will be forcibly initialized struct obj_cgroup *objcg = NULL; ^~~~~ /kisskb/src/mm/migrate.c: In function 'migrate_huge_page_move_mapping': /kisskb/src/mm/migrate.c:506:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, page_index(page)); ^~~ /kisskb/src/include/linux/xarray.h:1351: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/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'migrate_pages': In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/huge_memory.h:171, from /kisskb/src/mm/khugepaged.c:57: /kisskb/src/mm/khugepaged.c: In function 'perf_trace_mm_khugepaged_scan_pmd': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:51:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_khugepaged_scan_pmd, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:51:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_khugepaged_scan_pmd, ^~~~~~~~~~~ /kisskb/src/mm/migrate.c:1452:12: note: byref variable will be forcibly initialized LIST_HEAD(ret_pages); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/migrate.c:1449:15: note: byref variable will be forcibly initialized struct page *page2; ^~~~~ /kisskb/src/mm/khugepaged.c: In function 'perf_trace_mm_collapse_huge_page': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_collapse_huge_page, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_collapse_huge_page, ^~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function 'perf_trace_mm_collapse_huge_page_isolate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_collapse_huge_page_isolate, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_collapse_huge_page_isolate, ^~~~~~~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_init_rq': /kisskb/src/mm/khugepaged.c: In function 'perf_trace_mm_collapse_huge_page_swapin': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:143:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_collapse_huge_page_swapin, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:143:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_collapse_huge_page_swapin, ^~~~~~~~~~~ /kisskb/src/block/bfq-iosched.c:6615:7: note: byref variable will be forcibly initialized bool new_queue = false; ^~~~~~~~~ /kisskb/src/lib/random32.c: In function 'prandom_seed_full_state': /kisskb/src/lib/random32.c:117:7: note: byref variable will be forcibly initialized u32 seeds[4]; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/huge_memory.h:171, from /kisskb/src/mm/khugepaged.c:57: /kisskb/src/mm/khugepaged.c: In function 'trace_event_raw_event_mm_khugepaged_scan_pmd': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:51:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_khugepaged_scan_pmd, ^~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function 'trace_event_raw_event_mm_collapse_huge_page': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_collapse_huge_page, ^~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function 'trace_event_raw_event_mm_collapse_huge_page_isolate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:112:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_collapse_huge_page_isolate, ^~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function 'trace_event_raw_event_mm_collapse_huge_page_swapin': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:143:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mm_collapse_huge_page_swapin, ^~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function 'pages_to_scan_store': /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; ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/bfq-iosched.c:116: /kisskb/src/block/bfq-iosched.c: In function 'bfq_insert_request': /kisskb/src/block/bfq-iosched.c:5975:12: note: byref variable will be forcibly initialized LIST_HEAD(free); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /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/mm/slub.c: In function 'slab_fix': /kisskb/src/mm/slub.c:813:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/mm/slub.c:812:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/mm/slub.c: In function 'slab_bug': /kisskb/src/mm/slub.c:798:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/mm/slub.c:797:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/mm/slub.c: In function 'slab_err': /kisskb/src/mm/slub.c:893:7: note: byref variable will be forcibly initialized char buf[100]; ^~~ /kisskb/src/mm/slub.c:892:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/mm/slub.c: In function 'setup_slub_debug': /kisskb/src/mm/slub.c:1512:8: note: byref variable will be forcibly initialized char *slab_list; ^~~~~~~~~ /kisskb/src/mm/slub.c:1509:15: note: byref variable will be forcibly initialized slab_flags_t flags; ^~~~~ /kisskb/src/mm/huge_memory.c: In function 'hugepage_init': /kisskb/src/mm/huge_memory.c:399:18: note: byref variable will be forcibly initialized struct kobject *hugepage_kobj; ^~~~~~~~~~~~~ /kisskb/src/mm/slub.c: In function 'get_freepointer_safe': /kisskb/src/mm/slub.c:363:8: note: byref variable will be forcibly initialized void *p; ^ /kisskb/src/mm/khugepaged.c: In function 'collapse_file': /kisskb/src/mm/khugepaged.c:1697:16: note: byref variable will be forcibly initialized struct page *page = xas_next(&xas); ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:717, from /kisskb/src/mm/khugepaged.c:4: /kisskb/src/mm/khugepaged.c:1647:17: note: byref variable will be forcibly initialized XA_STATE_ORDER(xas, &mapping->i_pages, start, HPAGE_PMD_ORDER); ^~~ /kisskb/src/include/linux/xarray.h:1365:18: note: in definition of macro 'XA_STATE_ORDER' struct xa_state name = __XA_STATE(array, \ ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/khugepaged.c:4: /kisskb/src/mm/khugepaged.c:1646:12: note: byref variable will be forcibly initialized LIST_HEAD(pagelist); ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/slub.c: In function 'cpu_partial_store': /kisskb/src/mm/slub.c:5414:15: note: byref variable will be forcibly initialized unsigned int objects; ^~~~~~~ /kisskb/src/mm/slub.c: In function 'min_partial_store': /kisskb/src/mm/slub.c:5389:16: note: byref variable will be forcibly initialized unsigned long min; ^~~ /kisskb/src/mm/huge_memory.c: In function '__split_huge_zero_page_pmd': /kisskb/src/mm/huge_memory.c:1929:8: note: byref variable will be forcibly initialized pmd_t _pmd; ^~~~ /kisskb/src/mm/huge_memory.c: In function '__split_huge_pmd_locked': /kisskb/src/mm/huge_memory.c:1964:17: note: byref variable will be forcibly initialized pmd_t old_pmd, _pmd; ^~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:717, from /kisskb/src/mm/khugepaged.c:4: /kisskb/src/mm/khugepaged.c: In function 'khugepaged_scan_file': /kisskb/src/mm/khugepaged.c:1995:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/khugepaged.c: In function '__collapse_huge_page_swapin': /kisskb/src/mm/khugepaged.c:1014:19: note: byref variable will be forcibly initialized struct vm_fault vmf = { ^~~ /kisskb/src/mm/slub.c: In function 'deactivate_slab': /kisskb/src/mm/slub.c:2345:19: note: byref variable will be forcibly initialized void *nextfree, *freelist_iter, *freelist_tail; ^~~~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function 'collapse_huge_page': /kisskb/src/mm/khugepaged.c:1072:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/mm/khugepaged.c:1071:25: note: byref variable will be forcibly initialized struct vm_area_struct *vma; ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/khugepaged.c:4: /kisskb/src/mm/khugepaged.c:1064:12: note: byref variable will be forcibly initialized LIST_HEAD(compound_pagelist); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/slub.c:13: /kisskb/src/mm/slub.c: In function 'free_partial': /kisskb/src/mm/slub.c:4275:12: note: byref variable will be forcibly initialized LIST_HEAD(discard); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/slub.c: In function '__kmem_cache_do_shrink': /kisskb/src/mm/huge_memory.c: In function 'single_hugepage_flag_store': /kisskb/src/mm/huge_memory.c:233:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/mm/slub.c:4584:19: note: byref variable will be forcibly initialized struct list_head promote[SHRINK_PROMOTE_MAX]; ^~~~~~~ /kisskb/src/mm/slub.c:4583:19: note: byref variable will be forcibly initialized struct list_head discard; ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/khugepaged.c:4: /kisskb/src/mm/khugepaged.c: In function 'khugepaged_wait_work': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:364:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:384:11: note: in expansion of macro '__wait_event_freezable' __ret = __wait_event_freezable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/khugepaged.c:2272:3: note: in expansion of macro 'wait_event_freezable' wait_event_freezable(khugepaged_wait, khugepaged_wait_event()); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:422:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:435:11: note: in expansion of macro '__wait_event_freezable_timeout' __ret = __wait_event_freezable_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/khugepaged.c:2265:3: note: in expansion of macro 'wait_event_freezable_timeout' wait_event_freezable_timeout(khugepaged_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slub.c: In function '___slab_alloc': /kisskb/src/mm/slub.c:2903:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/mm/khugepaged.c: In function 'khugepaged_do_scan': /kisskb/src/mm/khugepaged.c:2220:7: note: byref variable will be forcibly initialized bool wait = true; ^~~~ /kisskb/src/mm/khugepaged.c:2217:15: note: byref variable will be forcibly initialized struct page *hpage = NULL; ^~~~~ /kisskb/src/mm/huge_memory.c: In function 'do_huge_pmd_numa_page': /kisskb/src/mm/huge_memory.c:1435:6: note: byref variable will be forcibly initialized int flags = 0; ^~~~~ /kisskb/src/lib/list_sort.c: In function 'merge': /kisskb/src/lib/list_sort.c:19:20: note: byref variable will be forcibly initialized struct list_head *head, **tail = &head; ^~~~ /kisskb/src/mm/slub.c: In function 'kmem_cache_flags': /kisskb/src/mm/slub.c:1579:15: note: byref variable will be forcibly initialized slab_flags_t block_flags; ^~~~~~~~~~~ /kisskb/src/lib/list_sort.c: In function 'list_sort': /kisskb/src/mm/slub.c:1576:8: note: byref variable will be forcibly initialized char *iter; ^~~~ /kisskb/src/lib/list_sort.c:187:40: note: byref variable will be forcibly initialized struct list_head *list = head->next, *pending = NULL; ^~~~~~~ /kisskb/src/mm/slub.c: In function 'kmem_cache_alloc': /kisskb/src/mm/slub.c:3141:8: note: byref variable will be forcibly initialized void *object; ^~~~~~ /kisskb/src/mm/slub.c: In function 'kmem_cache_alloc_trace': /kisskb/src/mm/slub.c:3141:8: note: byref variable will be forcibly initialized /kisskb/src/mm/huge_memory.c: In function '__split_huge_pmd': /kisskb/src/mm/slub.c: In function 'kmem_cache_free': /kisskb/src/mm/huge_memory.c:2149:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^~~~~ /kisskb/src/mm/slub.c:3524:6: note: byref variable will be forcibly initialized void kmem_cache_free(struct kmem_cache *s, void *x) ^~~~~~~~~~~~~~~ /kisskb/src/mm/slub.c:3524:6: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c: In function 'kmem_cache_free_bulk': /kisskb/src/mm/slub.c:3643:6: note: byref variable will be forcibly initialized void kmem_cache_free_bulk(struct kmem_cache *s, size_t size, void **p) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slub.c:3643:6: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c:3650:28: note: byref variable will be forcibly initialized struct detached_freelist df; ^~ /kisskb/src/mm/slub.c: In function '__kmalloc': /kisskb/src/mm/slub.c:3141:8: note: byref variable will be forcibly initialized void *object; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/include/linux/cgroup.h:26, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/mm/slub.c:14: /kisskb/src/mm/slub.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:717, from /kisskb/src/mm/huge_memory.c:8: /kisskb/src/mm/huge_memory.c: In function 'split_huge_page_to_list': /kisskb/src/mm/huge_memory.c:2684:12: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, page_index(head)); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/mm/huge_memory.c:2619:6: note: byref variable will be forcibly initialized int extra_pins, ret; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/huge_memory.c:8: /kisskb/src/mm/huge_memory.c: In function 'deferred_split_scan': /kisskb/src/mm/slub.c: In function 'kfree': /kisskb/src/mm/huge_memory.c:2810:12: note: byref variable will be forcibly initialized LIST_HEAD(list), *pos, *next; ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/slub.c:4546:6: note: byref variable will be forcibly initialized void kfree(const void *x) ^~~~~ /kisskb/src/mm/slub.c:4546:6: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c: In function '__kmalloc_track_caller': /kisskb/src/mm/slub.c:3141:8: note: byref variable will be forcibly initialized void *object; ^~~~~~ /kisskb/src/mm/huge_memory.c: In function 'split_huge_pages_write': /kisskb/src/mm/huge_memory.c:3091:26: note: byref variable will be forcibly initialized pgoff_t off_start = 0, off_end = 0; ^~~~~~~ /kisskb/src/mm/huge_memory.c:3091:11: note: byref variable will be forcibly initialized pgoff_t off_start = 0, off_end = 0; ^~~~~~~~~ /kisskb/src/mm/huge_memory.c:3090:8: note: byref variable will be forcibly initialized char file_path[MAX_INPUT_BUF_SZ]; ^~~~~~~~~ /kisskb/src/mm/huge_memory.c:3089:9: note: byref variable will be forcibly initialized char *buf = input_buf; ^~~ /kisskb/src/mm/huge_memory.c:3073:29: note: byref variable will be forcibly initialized unsigned long vaddr_start, vaddr_end; ^~~~~~~~~ /kisskb/src/mm/huge_memory.c:3073:16: note: byref variable will be forcibly initialized unsigned long vaddr_start, vaddr_end; ^~~~~~~~~~~ /kisskb/src/mm/huge_memory.c:3072:6: note: byref variable will be forcibly initialized int pid; ^~~ /kisskb/src/mm/huge_memory.c:3071:7: note: byref variable will be forcibly initialized char input_buf[MAX_INPUT_BUF_SZ]; ^~~~~~~~~ /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/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; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, 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:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /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/mm/kmemleak.c: In function 'dump_str_object_info': /kisskb/src/mm/kmemleak.c:1711: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:1811:12: note: byref variable will be forcibly initialized unsigned secs; ^~~~ /kisskb/src/mm/kmemleak.c:1774:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /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/lib/bitmap.c:16: /kisskb/src/lib/bitmap.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:680:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/bitmap.c: In function 'bitmap_getnum': /kisskb/src/lib/bitmap.c:648:21: note: byref variable will be forcibly initialized unsigned long long n; ^ In file included from /kisskb/src/lib/bitmap.c:16: /kisskb/src/lib/bitmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/bitmap.c: In function 'bitmap_parselist': /kisskb/src/lib/bitmap.c:782:16: note: byref variable will be forcibly initialized struct region r; ^ /kisskb/src/fs/cachefiles/interface.c: In function 'cachefiles_attr_changed': /kisskb/src/fs/cachefiles/interface.c:435:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^~~~~~~~ /kisskb/src/fs/cachefiles/interface.c:434:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/fs/cachefiles/interface.c: In function 'cachefiles_sync_cache': /kisskb/src/fs/cachefiles/interface.c:379:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/fs/cachefiles/interface.c: In function 'cachefiles_drop_object': /kisskb/src/fs/cachefiles/interface.c:265:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/fs/cachefiles/interface.c: In function 'cachefiles_invalidate_object': /kisskb/src/fs/cachefiles/interface.c:504:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/cachefiles/interface.c:503:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/fs/cachefiles/interface.c: In function 'cachefiles_update_object': /kisskb/src/fs/cachefiles/interface.c:210:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/fs/cachefiles/interface.c: In function 'cachefiles_check_consistency': /kisskb/src/fs/cachefiles/interface.c:409:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/fs/cachefiles/interface.c: In function 'cachefiles_lookup_object': /kisskb/src/fs/cachefiles/interface.c:124:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ /kisskb/src/fs/cachefiles/io.c: In function 'cachefiles_prepare_read': /kisskb/src/fs/cachefiles/io.c:274:21: note: byref variable will be forcibly initialized const struct cred *saved_cred; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/mm/memory-failure.c:37: /kisskb/src/mm/memory-failure.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/fs/cachefiles/io.c: In function 'cachefiles_begin_read_operation': /kisskb/src/fs/cachefiles/io.c:385:14: note: byref variable will be forcibly initialized struct path path; ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/memory-failure.c:37: /kisskb/src/mm/memory-failure.c: In function '__soft_offline_page': /kisskb/src/mm/memory-failure.c:2093:12: note: byref variable will be forcibly initialized LIST_HEAD(pagelist); ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/memory-failure.c: In function 'memory_failure_dev_pagemap': /kisskb/src/mm/memory-failure.c:1543:12: note: byref variable will be forcibly initialized LIST_HEAD(tokill); ^~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/mm/memory-failure.c: In function 'hwpoison_user_mappings': /kisskb/src/mm/memory-failure.c:1301:12: note: byref variable will be forcibly initialized LIST_HEAD(tokill); ^~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/mm/memory-failure.c:57: /kisskb/src/mm/memory-failure.c: In function 'memory_failure_queue': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^~~~~ /kisskb/src/mm/memory-failure.c:1890:6: note: in expansion of macro 'kfifo_put' if (kfifo_put(&mf_cpu->fifo, entry)) ^~~~~~~~~ /kisskb/src/fs/debugfs/inode.c: In function 'debugfs_parse_options': /kisskb/src/fs/debugfs/inode.c:108:6: note: byref variable will be forcibly initialized int option; ^~~~~~ /kisskb/src/fs/debugfs/inode.c:107: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:761:23: note: byref variable will be forcibly initialized struct name_snapshot old_name; ^~~~~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c: In function 'iproc_gpio_irq_handler': /kisskb/src/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c:174:17: note: byref variable will be forcibly initialized unsigned long val = readl(chip->base + (i * GPIO_BANK_SIZE) + ^~~ In file included from /kisskb/src/lib/scatterlist.c:8: /kisskb/src/lib/scatterlist.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c:23: /kisskb/src/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c: In function 'iproc_gpio_probe': /kisskb/src/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c:786:6: note: byref variable will be forcibly initialized u32 ngpios, pinconf_disable_mask = 0; ^~~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c: In function 'iproc_pin_config_get': /kisskb/src/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c:628:16: note: byref variable will be forcibly initialized bool disable, pull_up; ^~~~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c:628:7: note: byref variable will be forcibly initialized bool disable, pull_up; ^~~~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c:627:6: note: byref variable will be forcibly initialized u16 arg; ^~~ /kisskb/src/lib/scatterlist.c: In function 'sg_copy_buffer': /kisskb/src/lib/scatterlist.c:952: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:1067:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ /kisskb/src/kernel/debug/kdb/kdb_bt.c: In function 'kdb_bt1': /kisskb/src/kernel/debug/kdb/kdb_bt.c:79:7: note: byref variable will be forcibly initialized char ch; ^~ /kisskb/src/kernel/debug/kdb/kdb_bt.c: In function 'kdb_bt': /kisskb/src/kernel/debug/kdb/kdb_bt.c:181:17: note: byref variable will be forcibly initialized unsigned long cpu = ~0; ^~~ /kisskb/src/kernel/debug/kdb/kdb_bt.c:162:17: note: byref variable will be forcibly initialized unsigned long pid; ^~~ /kisskb/src/kernel/debug/kdb/kdb_bt.c:133:7: note: byref variable will be forcibly initialized long offset; ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_bt.c:132:16: note: byref variable will be forcibly initialized unsigned long addr; ^~~~ /kisskb/src/kernel/debug/kdb/kdb_bt.c:131:6: note: byref variable will be forcibly initialized int nextarg; ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_bt.c:130:6: note: byref variable will be forcibly initialized int btaprompt = 1; ^~~~~~~~~ /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/debug/kdb/kdb_bp.c: In function 'kdb_parsebp': /kisskb/src/kernel/debug/kdb/kdb_bp.c:69:18: note: byref variable will be forcibly initialized unsigned long len; ^~~ /kisskb/src/kernel/time/timer_list.c: In function 'SEQ_printf': /kisskb/src/kernel/debug/kdb/kdb_bp.c: In function 'kdb_bc': /kisskb/src/kernel/time/timer_list.c:33:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/debug/kdb/kdb_bp.c:388:16: note: byref variable will be forcibly initialized unsigned long addr; ^~~~ /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/kernel/debug/kdb/kdb_bp.c: In function 'kdb_bp': /kisskb/src/kernel/debug/kdb/kdb_bp.c:284:6: note: byref variable will be forcibly initialized int nextarg; ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_bp.c:283:7: note: byref variable will be forcibly initialized long offset = 0ul; ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_bp.c:282:8: note: byref variable will be forcibly initialized char *symname = NULL; ^~~~~~~ /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; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, 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:144:59: 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/lib/iov_iter.c: In function 'push_pipe': /kisskb/src/lib/iov_iter.c:554:9: note: byref variable will be forcibly initialized size_t off; ^~~ /kisskb/src/lib/iov_iter.c:553:15: note: byref variable will be forcibly initialized unsigned int iter_head; ^~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_zero': /kisskb/src/lib/iov_iter.c:919:12: note: byref variable will be forcibly initialized size_t n, off; ^~~ /kisskb/src/lib/iov_iter.c:918:15: note: byref variable will be forcibly initialized unsigned int i_head; ^~~~~~ /kisskb/src/lib/iov_iter.c: In function 'copy_pipe_to_iter': /kisskb/src/lib/iov_iter.c:601:12: note: byref variable will be forcibly initialized size_t n, off; ^~~ /kisskb/src/lib/iov_iter.c:600:15: note: byref variable will be forcibly initialized unsigned int i_head; ^~~~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_get_pages': /kisskb/src/lib/iov_iter.c:1390:15: note: byref variable will be forcibly initialized unsigned int iter_head, npages; ^~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_bvec_advance': /kisskb/src/lib/iov_iter.c:1032:19: note: byref variable will be forcibly initialized struct bvec_iter bi; ^~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function 'iter_xarray_populate_pages': /kisskb/src/lib/iov_iter.c:1407:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^~~ /kisskb/src/include/linux/xarray.h:1351: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/crypto.h:20, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/lib/iov_iter.c:2: /kisskb/src/lib/iov_iter.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_get_pages_alloc': /kisskb/src/lib/iov_iter.c:1573:15: note: byref variable will be forcibly initialized unsigned int iter_head, npages; ^~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_to_pipe_iter': /kisskb/src/lib/iov_iter.c:638:9: note: byref variable will be forcibly initialized size_t r; ^ /kisskb/src/lib/iov_iter.c:637:15: note: byref variable will be forcibly initialized unsigned int i_head; ^~~~~~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/lib/iov_iter.c:2: /kisskb/src/lib/iov_iter.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function '_copy_to_iter': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:667:2: note: in expansion of macro 'iterate_and_advance' iterate_and_advance(i, bytes, base, len, off, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:767:2: note: in expansion of macro 'iterate_and_advance' iterate_and_advance(i, bytes, base, len, off, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/lznt.c: In function 'decompress_chunk': /kisskb/src/fs/ntfs3/lznt.c:235:9: note: byref variable will be forcibly initialized size_t offset, length; ^~~~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_nocache': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:782:2: note: in expansion of macro 'iterate_and_advance' iterate_and_advance(i, bytes, base, len, off, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_flushcache': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:814:2: note: in expansion of macro 'iterate_and_advance' iterate_and_advance(i, bytes, base, len, off, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_zero': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:947:2: note: in expansion of macro 'iterate_and_advance' iterate_and_advance(i, bytes, base, len, count, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'copy_page_from_iter_atomic': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:969:2: note: in expansion of macro 'iterate_and_advance' iterate_and_advance(i, bytes, base, len, off, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_get_pages': /kisskb/src/lib/iov_iter.c:1522:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_get_pages_alloc': /kisskb/src/lib/iov_iter.c:1648:9: note: byref variable will be forcibly initialized size_t len; ^~~ /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; ^~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_from_iter': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1708:2: note: in expansion of macro 'iterate_and_advance' iterate_and_advance(i, bytes, base, len, off, ({ ^~~~~~~~~~~~~~~~~~~ /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/lib/iov_iter.c: In function 'csum_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized XA_STATE(xas, i->xarray, index); \ ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/lib/iov_iter.c:142:4: note: in expansion of macro 'iterate_xarray' iterate_xarray(i, n, base, len, off, \ ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1735:7: note: in expansion of macro 'iterate_and_advance' else iterate_and_advance(i, bytes, base, len, off, ({ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1725:9: note: byref variable will be forcibly initialized __wsum sum, next; ^~~ /kisskb/src/lib/iov_iter.c: In function 'hash_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:1754:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_npages': /kisskb/src/lib/iov_iter.c:1818:10: note: byref variable will be forcibly initialized size_t off; ^~~ /kisskb/src/lib/iov_iter.c:1816:16: note: byref variable will be forcibly initialized unsigned int iter_head; ^~~~~~~~~ /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; ^~~ In file included from /kisskb/src/lib/mpi/mpi-internal.h:22, from /kisskb/src/lib/mpi/mpiutil.c:21: /kisskb/src/lib/mpi/mpiutil.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'pte_basic_tests': /kisskb/src/mm/debug_vm_pgtable.c:98:16: note: byref variable will be forcibly initialized unsigned long val = idx, *ptr = &val; ^~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'pmd_basic_tests': /kisskb/src/mm/debug_vm_pgtable.c:192:16: note: byref variable will be forcibly initialized unsigned long val = idx, *ptr = &val; ^~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'p4d_basic_tests': /kisskb/src/mm/debug_vm_pgtable.c:504:8: note: byref variable will be forcibly initialized p4d_t p4d; ^~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'pgd_basic_tests': /kisskb/src/mm/debug_vm_pgtable.c:513:8: note: byref variable will be forcibly initialized pgd_t pgd; ^~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'debug_vm_pgtable': /kisskb/src/mm/debug_vm_pgtable.c:1239:28: note: byref variable will be forcibly initialized struct pgtable_debug_args args; ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/kernel/trace/trace_clock.c:16: /kisskb/src/kernel/trace/trace_clock.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/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, 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:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/cachefiles/namei.c: In function 'cachefiles_bury_object': /kisskb/src/fs/cachefiles/namei.c:414:21: note: byref variable will be forcibly initialized struct renamedata rd = { ^~ In file included from /kisskb/src/drivers/pinctrl/berlin/berlin.c:20: /kisskb/src/drivers/pinctrl/berlin/berlin.c: In function 'kmalloc_array': /kisskb/src/fs/cachefiles/namei.c:296:7: note: byref variable will be forcibly initialized char nbuffer[8 + 8 + 1]; ^~~~~~~ /kisskb/src/fs/cachefiles/namei.c:295:20: note: byref variable will be forcibly initialized struct path path, path_to_graveyard; ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/cachefiles/namei.c:295:14: note: byref variable will be forcibly initialized struct path path, path_to_graveyard; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/cachefiles.h:321, from /kisskb/src/fs/cachefiles/internal.h:123, from /kisskb/src/fs/cachefiles/main.c:22: /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_ref': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_ref, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_ref, ^~~~~~~~~~~ /kisskb/src/fs/debugfs/file.c: In function 'debugfs_read_file_bool': /kisskb/src/fs/debugfs/file.c:770:7: note: byref variable will be forcibly initialized char buf[2]; ^~~ /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_lookup': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_lookup, ^~~~~~~~~~~ /kisskb/src/fs/debugfs/file.c: In function 'debugfs_write_file_bool': /kisskb/src/fs/debugfs/file.c:793:7: note: byref variable will be forcibly initialized bool bv; ^~ /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_mkdir': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mkdir, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mkdir, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/page_isolation.h:39, from /kisskb/src/mm/page_isolation.c:16: /kisskb/src/mm/page_isolation.c: In function 'perf_trace_test_pages_isolated': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(test_pages_isolated, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(test_pages_isolated, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_create': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_create, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_create, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_unlink': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_unlink, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_unlink, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/page_isolation.h:39, from /kisskb/src/mm/page_isolation.c:16: /kisskb/src/mm/page_isolation.c: In function 'trace_event_raw_event_test_pages_isolated': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(test_pages_isolated, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_rename': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_rename, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_mark_active': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_active, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_active, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_wait_active': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_wait_active, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_wait_active, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_mark_inactive': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_inactive, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_inactive, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'perf_trace_cachefiles_mark_buried': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_buried, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_buried, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/namei.c: In function 'cachefiles_mark_object_active': /kisskb/src/fs/cachefiles/namei.c:198:22: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^~~~ /kisskb/src/fs/cachefiles/namei.c:197:15: note: byref variable will be forcibly initialized signed long timeout = 60 * HZ; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/cachefiles.h:321, from /kisskb/src/fs/cachefiles/internal.h:123, from /kisskb/src/fs/cachefiles/main.c:22: /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_ref': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:71:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_ref, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_lookup': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_lookup, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_mkdir': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:122:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mkdir, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_create': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_create, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_unlink': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_unlink, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_rename': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_rename, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_mark_active': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_active, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_wait_active': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_wait_active, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_mark_inactive': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_inactive, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/main.c: In function 'trace_event_raw_event_cachefiles_mark_buried': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cachefiles.h:293:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cachefiles_mark_buried, ^~~~~~~~~~~ /kisskb/src/fs/cachefiles/namei.c: In function 'cachefiles_walk_to_object': /kisskb/src/fs/cachefiles/namei.c:496:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/cachefiles/namei.c: In function 'cachefiles_get_directory': /kisskb/src/fs/cachefiles/namei.c:759:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'task_sample_cputime': /kisskb/src/kernel/time/posix-cpu-timers.c:216:13: note: byref variable will be forcibly initialized u64 stime, utime; ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:216:6: note: byref variable will be forcibly initialized u64 stime, utime; ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'fastpath_timer_check': /kisskb/src/kernel/time/posix-cpu-timers.c:1138:7: note: byref variable will be forcibly initialized u64 samples[CPUCLOCK_MAX]; ^~~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:1113:7: note: byref variable will be forcibly initialized u64 samples[CPUCLOCK_MAX]; ^~~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'check_thread_timers': /kisskb/src/kernel/time/posix-cpu-timers.c:893:6: note: byref variable will be forcibly initialized u64 samples[CPUCLOCK_MAX]; ^~~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'check_process_timers': /kisskb/src/kernel/time/posix-cpu-timers.c:971:6: note: byref variable will be forcibly initialized u64 samples[CPUCLOCK_MAX]; ^~~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'cpu_clock_sample': /kisskb/src/kernel/time/posix-cpu-timers.c:189:13: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:189:6: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'thread_group_start_cputime': /kisskb/src/kernel/time/posix-cpu-timers.c:298:23: note: byref variable will be forcibly initialized struct task_cputime sum; ^~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function '__thread_group_cputime': /kisskb/src/kernel/time/posix-cpu-timers.c:322:22: note: byref variable will be forcibly initialized struct task_cputime ct; ^~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'cpu_clock_sample_group': /kisskb/src/kernel/time/posix-cpu-timers.c:338:6: note: byref variable will be forcibly initialized u64 samples[CPUCLOCK_MAX]; ^~~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'posix_cpu_timer_rearm': /kisskb/src/kernel/time/posix-cpu-timers.c:1044:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/fs/cachefiles/rdwr.c: In function 'cachefiles_read_or_alloc_page': /kisskb/src/fs/cachefiles/rdwr.c:399:11: note: byref variable will be forcibly initialized sector_t block; ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/kernel/time/posix-cpu-timers.c:6: /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'handle_posix_cpu_timers': /kisskb/src/kernel/time/posix-cpu-timers.c:1268:12: note: byref variable will be forcibly initialized LIST_HEAD(firing); ^~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:1267:16: note: byref variable will be forcibly initialized unsigned long flags, start; ^~~~~ /kisskb/src/fs/cachefiles/rdwr.c: In function 'cachefiles_read_or_alloc_pages': /kisskb/src/fs/cachefiles/rdwr.c:729:12: note: byref variable will be forcibly initialized sector_t block; ^~~~~ /kisskb/src/fs/cachefiles/rdwr.c:690:17: note: byref variable will be forcibly initialized struct pagevec pagevec; ^~~~~~~ /kisskb/src/fs/cachefiles/rdwr.c:689:19: note: byref variable will be forcibly initialized struct list_head backpages; ^~~~~~~~~ /kisskb/src/fs/cachefiles/rdwr.c: In function 'cachefiles_allocate_pages': /kisskb/src/fs/cachefiles/rdwr.c:840:17: note: byref variable will be forcibly initialized struct pagevec pagevec; ^~~~~~~ /kisskb/src/fs/cachefiles/rdwr.c: In function 'cachefiles_write_page': /kisskb/src/fs/cachefiles/rdwr.c:885:9: note: byref variable will be forcibly initialized loff_t pos, eof; ^~~ /kisskb/src/fs/cachefiles/rdwr.c:884:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'posix_cpu_timer_set': /kisskb/src/kernel/time/posix-cpu-timers.c:625:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'posix_cpu_timer_del': /kisskb/src/kernel/time/posix-cpu-timers.c:470:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'do_cpu_nanosleep': /kisskb/src/kernel/time/posix-cpu-timers.c:1440:18: note: byref variable will be forcibly initialized struct k_itimer timer; ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:1439:22: note: byref variable will be forcibly initialized struct itimerspec64 it; ^~ In file included from /kisskb/src/lib/kfifo.c:10: /kisskb/src/lib/kfifo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'posix_cpu_nsleep_restart': /kisskb/src/kernel/time/posix-cpu-timers.c:1564:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'update_rlimit_cpu': /kisskb/src/kernel/time/posix-cpu-timers.c:40:6: note: byref variable will be forcibly initialized u64 nsecs = rlim_new * NSEC_PER_SEC; ^~~~~ /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; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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/time/posix-timers.c:12: /kisskb/src/kernel/time/posix-timers.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/alarmtimer.h:97, from /kisskb/src/kernel/time/alarmtimer.c:34: /kisskb/src/kernel/time/alarmtimer.c: In function 'perf_trace_alarmtimer_suspend': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(alarmtimer_suspend, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(alarmtimer_suspend, ^~~~~~~~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'perf_trace_alarm_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/alarmtimer.h:45:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:45:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(alarm_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/alarmtimer.h:97, from /kisskb/src/kernel/time/alarmtimer.c:34: /kisskb/src/kernel/time/alarmtimer.c: In function 'trace_event_raw_event_alarmtimer_suspend': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(alarmtimer_suspend, ^~~~~~~~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'trace_event_raw_event_alarm_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:45:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_getoverrun': /kisskb/src/kernel/time/posix-timers.c:781:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /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/kernel/time/posix-timers.c: In function 'do_timer_gettime': /kisskb/src/kernel/time/posix-timers.c:719:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /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/kernel/time/posix-timers.c: In function 'do_timer_settime': /kisskb/src/kernel/time/posix-timers.c:904:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /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/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/kernel/time/alarmtimer.c: In function 'alarmtimer_suspend': /kisskb/src/kernel/time/alarmtimer.c:248:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarmtimer_do_nsleep': /kisskb/src/kernel/time/alarmtimer.c:771:21: note: byref variable will be forcibly initialized struct timespec64 rmt; ^~~ /kisskb/src/fs/tracefs/inode.c: In function 'tracefs_parse_options': /kisskb/src/fs/tracefs/inode.c:238:6: note: byref variable will be forcibly initialized int option; ^~~~~~ /kisskb/src/fs/tracefs/inode.c:237:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/kernel/time/posix-timers.c: In function 'do_timer_create': /kisskb/src/kernel/time/alarmtimer.c: In function 'alarm_timer_nsleep': /kisskb/src/kernel/time/posix-timers.c:503:13: note: byref variable will be forcibly initialized int error, new_timer_id; ^~~~~~~~~~~~ /kisskb/src/kernel/time/alarmtimer.c:824:15: note: byref variable will be forcibly initialized struct alarm alarm; ^~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarm_timer_nsleep_restart': /kisskb/src/kernel/time/alarmtimer.c:804:15: note: byref variable will be forcibly initialized struct alarm alarm; ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_create': /kisskb/src/kernel/time/posix-timers.c:582:14: note: byref variable will be forcibly initialized sigevent_t event; ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_gettime': /kisskb/src/kernel/time/posix-timers.c:741:22: note: byref variable will be forcibly initialized struct itimerspec64 cur_setting; ^~~~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_gettime32': /kisskb/src/kernel/time/posix-timers.c:756:22: note: byref variable will be forcibly initialized struct itimerspec64 cur_setting; ^~~~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_settime': /kisskb/src/kernel/time/posix-timers.c:942:32: note: byref variable will be forcibly initialized struct itimerspec64 new_spec, old_spec; ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c:942:22: note: byref variable will be forcibly initialized struct itimerspec64 new_spec, old_spec; ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_settime32': /kisskb/src/kernel/time/posix-timers.c:965:32: note: byref variable will be forcibly initialized struct itimerspec64 new_spec, old_spec; ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c:965:22: note: byref variable will be forcibly initialized struct itimerspec64 new_spec, old_spec; ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_delete': /kisskb/src/kernel/time/posix-timers.c:1007:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_settime': /kisskb/src/kernel/time/posix-timers.c:1071:20: note: byref variable will be forcibly initialized struct timespec64 new_tp; ^~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_nanosleep': /kisskb/src/kernel/time/posix-timers.c:1250:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, 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:110:59: 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, ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_gettime': /kisskb/src/kernel/time/posix-timers.c:1086:20: note: byref variable will be forcibly initialized struct timespec64 kernel_tp; ^~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_getres': /kisskb/src/kernel/time/posix-timers.c:1133:20: note: byref variable will be forcibly initialized struct timespec64 rtn_tp; ^~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_settime32': /kisskb/src/kernel/time/posix-timers.c:1153:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/lib/percpu-refcount.c:7: /kisskb/src/lib/percpu-refcount.c: In function 'percpu_ref_put_many': /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_nanosleep_time32': /kisskb/src/kernel/time/posix-timers.c:1277:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_gettime32': /kisskb/src/kernel/time/posix-timers.c:1168:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_getres_time32': /kisskb/src/kernel/time/posix-timers.c:1204:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/time/posix-timers.c: In function 'posixtimer_rearm': /kisskb/src/kernel/time/posix-timers.c:316:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/lib/percpu-refcount.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/lib/percpu-refcount.c:5: /kisskb/src/lib/percpu-refcount.c: In function '__percpu_ref_switch_mode': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:2: note: in expansion of macro '__wait_event_lock_irq' __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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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/kernel/time/posix-timers.c: In function '__do_sys_clock_adjtime': /kisskb/src/kernel/time/posix-timers.c:1115:24: note: byref variable will be forcibly initialized struct __kernel_timex ktx; ^~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_adjtime32': /kisskb/src/kernel/time/posix-timers.c:1185:24: note: byref variable will be forcibly initialized struct __kernel_timex ktx; ^~~ /kisskb/src/lib/percpu-refcount.c: In function 'percpu_ref_is_zero': /kisskb/src/lib/percpu-refcount.c:410:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c: In function 'percpu_ref_resurrect': /kisskb/src/lib/percpu-refcount.c:463:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/lib/rhashtable.c:14: /kisskb/src/lib/rhashtable.c: In function 'rht_assign_locked': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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))); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/lib/rhashtable.c:20: /kisskb/src/lib/rhashtable.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/lib/rhashtable.c:14: /kisskb/src/lib/rhashtable.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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_lookup_one': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/lib/rhashtable.c:14: /kisskb/src/lib/rhashtable.c: In function 'rhashtable_rehash_one': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:110:59: 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:453: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/fs/ntfs3/namei.c: In function 'ntfs_rename': /kisskb/src/fs/ntfs3/namei.c:243:16: note: byref variable will be forcibly initialized bool is_same, is_bad; ^~~~~~ /kisskb/src/fs/ntfs3/namei.c: In function 'ntfs3_get_parent': /kisskb/src/fs/ntfs3/namei.c:343:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/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:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_is_mapped_full': /kisskb/src/fs/ntfs3/run.c:169:9: note: byref variable will be forcibly initialized size_t i; ^ /kisskb/src/fs/ntfs3/run.c: In function 'run_lookup_entry': /kisskb/src/fs/ntfs3/run.c:195:9: note: byref variable will be forcibly initialized size_t idx; ^~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_truncate_head': /kisskb/src/fs/ntfs3/run.c:230:9: note: byref variable will be forcibly initialized size_t index; ^~~~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_truncate': /kisskb/src/fs/ntfs3/run.c:265:9: note: byref variable will be forcibly initialized size_t index; ^~~~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_add_entry': /kisskb/src/fs/ntfs3/run.c:319:15: note: byref variable will be forcibly initialized size_t used, index; ^~~~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_collapse_range': /kisskb/src/fs/ntfs3/run.c:491:9: note: byref variable will be forcibly initialized size_t index, eat; ^~~~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_pack': /kisskb/src/fs/ntfs3/run.c:782:9: note: byref variable will be forcibly initialized size_t i; ^ /kisskb/src/fs/ntfs3/run.c:778:22: note: byref variable will be forcibly initialized CLST next_vcn, vcn, lcn; ^~~ /kisskb/src/fs/ntfs3/run.c:778:17: note: byref variable will be forcibly initialized CLST next_vcn, vcn, lcn; ^~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_unpack_ex': /kisskb/src/fs/ntfs3/run.c:1006:9: note: byref variable will be forcibly initialized size_t index; ^~~~~ /kisskb/src/fs/ntfs3/run.c:1005:22: note: byref variable will be forcibly initialized CLST next_vcn, lcn, len; ^~~ /kisskb/src/fs/ntfs3/run.c:1005:17: note: byref variable will be forcibly initialized CLST next_vcn, lcn, len; ^~~ /kisskb/src/fs/ntfs3/record.c: In function 'mi_pack_runs': /kisskb/src/fs/ntfs3/record.c:569:7: note: byref variable will be forcibly initialized CLST plen; ^~~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_validate_break_address': /kisskb/src/kernel/debug/debug_core.c:179:19: note: byref variable will be forcibly initialized struct kgdb_bkpt tmp; ^~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_handle_exception': /kisskb/src/kernel/debug/debug_core.c:826:20: note: byref variable will be forcibly initialized struct kgdb_state kgdb_var; ^~~~~~~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_nmicallback': /kisskb/src/kernel/debug/debug_core.c:877:20: note: byref variable will be forcibly initialized struct kgdb_state kgdb_var; ^~~~~~~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_nmicallin': /kisskb/src/kernel/debug/debug_core.c:904:21: note: byref variable will be forcibly initialized struct kgdb_state kgdb_var; ^~~~~~~~ /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c: In function 'pm8xxx_gpio_get': /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c:490:7: note: byref variable will be forcibly initialized bool state; ^~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c:8: /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c: In function 'pm8xxx_read_bank': /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c:128:15: note: byref variable will be forcibly initialized unsigned int val = bank << 4; ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/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/arch/arm64/include/asm/atomic.h:15, 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:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/kernel/trace/ring_buffer.c:7: /kisskb/src/kernel/trace/ring_buffer.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c: In function 'pm8xxx_mpp_get': /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c:495:7: note: byref variable will be forcibly initialized bool state; ^~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c:8: /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c: In function 'pm8xxx_pin_populate': /kisskb/src/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c:647:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/kernel/events/core.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/hexdump.c: In function 'print_hex_dump': /kisskb/src/lib/hexdump.c:246:16: note: byref variable will be forcibly initialized unsigned char linebuf[32 * 3 + 2 + 32 + 1]; ^~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_reserve_next_event': /kisskb/src/kernel/trace/ring_buffer.c:3588:23: note: byref variable will be forcibly initialized struct rb_event_info info; ^~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_set_head_page': /kisskb/src/kernel/trace/ring_buffer.c:1339:22: note: byref variable will be forcibly initialized struct buffer_page *page; ^~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_handle_head_page': /kisskb/src/kernel/trace/ring_buffer.c:2372:22: note: byref variable will be forcibly initialized struct buffer_page *new_head; ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/page_ref.h:135, from /kisskb/src/mm/debug_page_ref.c:6: /kisskb/src/mm/debug_page_ref.c: In function 'perf_trace_page_ref_mod_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/page_ref.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(page_ref_mod_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/page_ref.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(page_ref_mod_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/debug_page_ref.c: In function 'perf_trace_page_ref_mod_and_test_template': /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_move_tail': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/page_ref.h:61:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(page_ref_mod_and_test_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/page_ref.h:61:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(page_ref_mod_and_test_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c:2603:22: note: byref variable will be forcibly initialized struct buffer_page *next_page; ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/page_ref.h:135, from /kisskb/src/mm/debug_page_ref.c:6: /kisskb/src/mm/debug_page_ref.c: In function 'trace_event_raw_event_page_ref_mod_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/page_ref.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(page_ref_mod_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/debug_page_ref.c: In function 'trace_event_raw_event_page_ref_mod_and_test_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/page_ref.h:61:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(page_ref_mod_and_test_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_decrement_entry': /kisskb/src/kernel/trace/ring_buffer.c:3719:22: note: byref variable will be forcibly initialized struct buffer_page *bpage = cpu_buffer->commit_page; ^~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_remove_pages': /kisskb/src/kernel/trace/ring_buffer.c:1831:39: note: byref variable will be forcibly initialized struct buffer_page *to_remove_page, *tmp_iter_page; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/include/linux/context_tracking_state.h:5, from /kisskb/src/include/linux/hardirq.h:5, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/kernel/trace/ring_buffer.c:7: /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_allocate_pages': /kisskb/src/kernel/trace/ring_buffer.c:1595:12: note: byref variable will be forcibly initialized LIST_HEAD(pages); ^~~~~ /kisskb/src/include/linux/list.h:26: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_event_groups_first': /kisskb/src/kernel/events/core.c:1744: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:1763:21: note: byref variable will be forcibly initialized struct __group_key key = { ^~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_update_event': /kisskb/src/kernel/trace/ring_buffer.c:2798:6: note: byref variable will be forcibly initialized u64 delta = info->delta; ^~~~~ /kisskb/src/kernel/trace/ring_buffer.c:2797:11: note: byref variable will be forcibly initialized unsigned length = info->length; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_read_one': /kisskb/src/kernel/events/core.c:6872: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:6896: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:7481:27: note: byref variable will be forcibly initialized struct perf_event_header header; ^~~~~~ /kisskb/src/kernel/events/core.c:7480:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'ring_buffer_lock_reserve': /kisskb/src/kernel/trace/ring_buffer.c:3588:23: note: byref variable will be forcibly initialized struct rb_event_info info; ^~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'ring_buffer_write': /kisskb/src/kernel/trace/ring_buffer.c:3588:23: note: byref variable will be forcibly initialized /kisskb/src/kernel/events/core.c: In function 'perf_output_read': /kisskb/src/kernel/events/core.c:6945:32: note: byref variable will be forcibly initialized u64 enabled = 0, running = 0, now; ^~~ /kisskb/src/kernel/events/core.c:6945:19: note: byref variable will be forcibly initialized u64 enabled = 0, running = 0, now; ^~~~~~~ /kisskb/src/kernel/events/core.c:6945: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:3658:18: note: byref variable will be forcibly initialized struct min_heap event_heap; ^~~~~~~~~~ /kisskb/src/kernel/events/core.c:3657: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:3769: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:3783:6: note: byref variable will be forcibly initialized int can_add_hw = 1; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/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:110:59: 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:453: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:13270: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:110:59: 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:453: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:9570:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(swhash->swevent_hlist, hlist); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/bucket_locks.c:4: /kisskb/src/lib/bucket_locks.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_remove_from_owner': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:5064: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:145: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:3088:25: note: byref variable will be forcibly initialized struct stop_event_data sd = { ^~ /kisskb/src/kernel/events/core.c: In function 'perf_event_read': /kisskb/src/kernel/events/core.c:4502: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:5344:6: note: byref variable will be forcibly initialized u64 values[4]; ^~~~~~ /kisskb/src/kernel/events/core.c:5343:15: note: byref variable will be forcibly initialized u64 enabled, running; ^~~~~~~ /kisskb/src/kernel/events/core.c:5343:6: note: byref variable will be forcibly initialized u64 enabled, running; ^~~~~~~ /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/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:264:31: note: byref variable will be forcibly initialized struct event_function_struct efs = { ^~~ /kisskb/src/fs/gfs2/acl.c: In function 'gfs2_set_acl': /kisskb/src/fs/gfs2/acl.c:119:10: note: byref variable will be forcibly initialized umode_t mode; ^~~~ /kisskb/src/fs/gfs2/acl.c:116:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84: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_iterate_sb_cpu': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:7598:8: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(&event->ctx)) ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_switch': /kisskb/src/kernel/events/core.c:8710: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:7857: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:7949:7: note: byref variable will be forcibly initialized char comm[TASK_COMM_LEN]; ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_pin_task_context': /kisskb/src/kernel/events/core.c:1506:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_get_pgtable_size': /kisskb/src/kernel/events/core.c:7198:15: note: byref variable will be forcibly initialized p4d_t *p4dp, p4d; ^~~ /kisskb/src/kernel/events/core.c:7197:15: note: byref variable will be forcibly initialized pgd_t *pgdp, pgd; ^~~ /kisskb/src/fs/cachefiles/xattr.c: In function 'cachefiles_check_object_type': /kisskb/src/fs/cachefiles/xattr.c:28:16: note: byref variable will be forcibly initialized char type[3], xtype[3]; ^~~~~ /kisskb/src/fs/cachefiles/xattr.c:28:7: note: byref variable will be forcibly initialized char type[3], xtype[3]; ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_addr_filters_splice': /kisskb/src/kernel/events/core.c:10194:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26: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:6650:7: note: byref variable will be forcibly initialized u64 dyn_size; ^~~~~~~~ /kisskb/src/kernel/events/core.c:6645: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:6554:7: note: byref variable will be forcibly initialized u64 val; ^~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:266, 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:6550: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:7175:17: note: byref variable will be forcibly initialized struct page *p; ^ /kisskb/src/kernel/events/core.c: In function 'perf_fill_ns_link_info': /kisskb/src/kernel/events/core.c:8050: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:8333:7: note: byref variable will be forcibly initialized char tmp[16]; ^~~ In file included from /kisskb/src/kernel/events/core.c:18: /kisskb/src/kernel/events/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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:10960:6: note: byref variable will be forcibly initialized int timer, cpu, ret; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/events/core.c: In function 'perf_event_parse_addr_filter': /kisskb/src/kernel/events/core.c:10350: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, 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:10503:12: note: byref variable will be forcibly initialized LIST_HEAD(filters); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/mm/page_reporting.h:9, from /kisskb/src/mm/page_reporting.c:11: /kisskb/src/mm/page_reporting.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'find_get_context': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:4702:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(task->perf_event_ctxp[ctxn], ctx); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:4631:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/mm/page_reporting.c: In function 'page_reporting_process_zone': /kisskb/src/mm/page_reporting.c:231: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, 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:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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:110:59: 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:453: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:346:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(pr_dev_info, prdev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'add_trace_export': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:346:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*list, export); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:339:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(export->next, *list); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'rm_trace_export': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:361:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*p, (*p)->next); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_install_in_context': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:2854:2: note: in expansion of macro 'smp_store_release' smp_store_release(&event->ctx, ctx); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'saved_cmdlines_start': /kisskb/src/kernel/trace/trace.c:5799:9: note: byref variable will be forcibly initialized loff_t l = 0; ^ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function 'trace_find_tgid_ptr': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/trace/trace.c:2459:13: note: in expansion of macro 'smp_load_acquire' int *map = smp_load_acquire(&tgid_map); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_settime': /kisskb/src/kernel/time/posix-clock.c:290:26: note: byref variable will be forcibly initialized struct posix_clock_desc cd; ^~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_getres': /kisskb/src/kernel/time/posix-clock.c:271:26: note: byref variable will be forcibly initialized struct posix_clock_desc cd; ^~ /kisskb/src/kernel/trace/trace.c: In function 't_start': /kisskb/src/kernel/trace/trace.c:4976:9: note: byref variable will be forcibly initialized loff_t l = 0; ^ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_adjtime': /kisskb/src/kernel/time/posix-clock.c:228:26: note: byref variable will be forcibly initialized struct posix_clock_desc cd; ^~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_gettime': /kisskb/src/kernel/time/posix-clock.c:252:26: note: byref variable will be forcibly initialized struct posix_clock_desc cd; ^~ /kisskb/src/kernel/trace/trace.c: In function 'saved_cmdlines_show': /kisskb/src/kernel/trace/trace.c:5822:7: note: byref variable will be forcibly initialized char buf[TASK_COMM_LEN]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'set_tracing_thresh': /kisskb/src/kernel/trace/trace.c:1481:16: note: byref variable will be forcibly initialized unsigned long threshold; ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_ftrace_now': /kisskb/src/kernel/trace/trace.c:753:6: note: byref variable will be forcibly initialized u64 ts; ^~ /kisskb/src/kernel/time/clockevents.c: In function 'clockevents_unbind': /kisskb/src/kernel/time/clockevents.c:419:19: note: byref variable will be forcibly initialized struct ce_unbind cu = { .ce = ced, .res = -ENODEV }; ^~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/writeback.h:13, from /kisskb/src/kernel/trace/trace.c:18: /kisskb/src/kernel/trace/trace.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/memfd.c:10: /kisskb/src/mm/memfd.c: In function 'memfd_wait_for_pins': /kisskb/src/kernel/events/core.c: In function 'perf_event_update_userpage': /kisskb/src/mm/memfd.c:68:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, 0); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ /kisskb/src/kernel/events/core.c:5849:24: note: byref variable will be forcibly initialized u64 enabled, running, now; ^~~ /kisskb/src/kernel/events/core.c:5849:15: note: byref variable will be forcibly initialized u64 enabled, running, now; ^~~~~~~ /kisskb/src/kernel/events/core.c:5849:6: note: byref variable will be forcibly initialized u64 enabled, running, now; ^~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_options_write': /kisskb/src/kernel/time/clockevents.c: In function 'unbind_device_store': /kisskb/src/kernel/time/clockevents.c:691:7: note: byref variable will be forcibly initialized char name[CS_NAME_LEN]; ^~~~ /kisskb/src/kernel/trace/trace.c:8641:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_percent_write': /kisskb/src/kernel/trace/trace.c:8990:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_saved_cmdlines_size_write': /kisskb/src/kernel/trace/trace.c:5902:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_nsecs_write': /kisskb/src/kernel/trace/trace.c:6466:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'ring_buffer_attach': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:5977:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(event->rb, rb); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function '__find_next_entry': /kisskb/src/kernel/trace/trace.c:3574:19: note: byref variable will be forcibly initialized u64 next_ts = 0, ts; ^~ /kisskb/src/kernel/trace/trace.c:3572:16: note: byref variable will be forcibly initialized unsigned long lost_events = 0, next_lost = 0; ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'get_total_entries': /kisskb/src/kernel/trace/trace.c:4146:19: note: byref variable will be forcibly initialized unsigned long t, e; ^ /kisskb/src/kernel/trace/trace.c:4146:16: note: byref variable will be forcibly initialized unsigned long t, e; ^ /kisskb/src/kernel/trace/trace.c: In function 'print_event_info': /kisskb/src/kernel/trace/trace.c:4199:16: note: byref variable will be forcibly initialized unsigned long entries; ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4198:16: note: byref variable will be forcibly initialized unsigned long total; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/writeback.h:13, from /kisskb/src/kernel/trace/trace.c:18: /kisskb/src/kernel/trace/trace.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_aux_sample_output': /kisskb/src/kernel/events/core.c:6789:7: note: byref variable will be forcibly initialized u64 zero = 0; ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_min_max_read': /kisskb/src/kernel/trace/trace.c:7685:7: note: byref variable will be forcibly initialized char buf[U64_STR_SIZE]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_min_max_write': /kisskb/src/kernel/trace/trace.c:7639:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_log_throttle': /kisskb/src/kernel/events/core.c:8751:4: note: byref variable will be forcibly initialized } throttle_event = { ^~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:8743:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8742:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_percent_read': /kisskb/src/kernel/trace/trace.c:8976:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_total_entries_read': /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/kernel/trace/trace.c:6993:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /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/kernel/trace/trace.c: In function 'tracing_entries_read': /kisskb/src/fs/nilfs2/bmap.c:253:8: note: byref variable will be forcibly initialized __u64 lastkey; ^~~~~~~ /kisskb/src/kernel/trace/trace.c:6919:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_swevent_hrtimer': /kisskb/src/kernel/events/core.c:10583:26: note: byref variable will be forcibly initialized struct perf_sample_data data; ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_set_trace_read': /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; ^~~~~~~ /kisskb/src/kernel/trace/trace.c:6110:7: note: byref variable will be forcibly initialized char buf[MAX_TRACER_SIZE+2]; ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_log_itrace_start': /kisskb/src/kernel/time/itimer.c: In function 'put_itimerval': /kisskb/src/kernel/time/itimer.c:103:32: note: byref variable will be forcibly initialized struct __kernel_old_itimerval v; ^ /kisskb/src/kernel/events/core.c:9074:4: note: byref variable will be forcibly initialized } rec; ^~~ /kisskb/src/kernel/time/itimer.c: In function 'get_itimerval': /kisskb/src/kernel/time/itimer.c:315:32: note: byref variable will be forcibly initialized struct __kernel_old_itimerval v; ^ /kisskb/src/kernel/events/core.c:9069:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:9068:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/time/itimer.c: In function 'get_cpu_itimer': /kisskb/src/kernel/time/itimer.c:58:10: note: byref variable will be forcibly initialized u64 t, samples[CPUCLOCK_MAX]; ^~~~~~~ /kisskb/src/kernel/time/itimer.c: In function '__do_sys_getitimer': /kisskb/src/kernel/time/itimer.c:115:22: note: byref variable will be forcibly initialized struct itimerspec64 get_buffer; ^~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_buffers_splice_read': /kisskb/src/kernel/trace/trace.c:8159:15: note: byref variable will be forcibly initialized struct page *pages_def[PIPE_DEF_BUFFERS]; ^~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_switch_output': /kisskb/src/kernel/trace/trace.c:8158:22: note: byref variable will be forcibly initialized struct partial_page partial_def[PIPE_DEF_BUFFERS]; ^~~~~~~~~~~ /kisskb/src/kernel/events/core.c:8672:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8671: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:7543:25: note: byref variable will be forcibly initialized struct perf_read_event read_event = { ^~~~~~~~~~ /kisskb/src/kernel/time/itimer.c: In function 'set_cpu_itimer': /kisskb/src/kernel/time/itimer.c:172:12: note: byref variable will be forcibly initialized u64 oval, nval, ointerval, ninterval; ^~~~ /kisskb/src/kernel/time/itimer.c:172:6: note: byref variable will be forcibly initialized u64 oval, nval, ointerval, ninterval; ^~~~ /kisskb/src/kernel/events/core.c:7542:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:7541:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/time/itimer.c: In function '__do_sys_setitimer': /kisskb/src/kernel/time/itimer.c:335:34: note: byref variable will be forcibly initialized struct itimerspec64 set_buffer, get_buffer; ^~~~~~~~~~ /kisskb/src/kernel/time/itimer.c:335:22: note: byref variable will be forcibly initialized struct itimerspec64 set_buffer, get_buffer; ^~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_task_output': /kisskb/src/kernel/events/core.c:7815:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:7814: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:7919:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:7918:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_saved_cmdlines_size_read': /kisskb/src/kernel/trace/trace.c:5859:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_namespaces_output': /kisskb/src/kernel/events/core.c:8018:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8017: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:8300: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:8263:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'test_can_verify_check': /kisskb/src/kernel/events/core.c:8262:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/trace/trace.c:3710:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/kernel/trace/trace.c:3709:7: note: byref variable will be forcibly initialized char buf[16]; ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_ksymbol_output': /kisskb/src/kernel/events/core.c:8802:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8801: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:8892:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8891: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:9001:6: note: byref variable will be forcibly initialized u64 padding = 0; ^~~~~~~ /kisskb/src/kernel/events/core.c:9000:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8999: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:7104:7: note: byref variable will be forcibly initialized u64 abi = data->regs_intr.abi; ^~~ /kisskb/src/kernel/events/core.c:7072:7: note: byref variable will be forcibly initialized u64 abi = data->regs_user.abi; ^~~ /kisskb/src/kernel/events/core.c:7066:8: note: byref variable will be forcibly initialized u64 nr = 0; ^~ /kisskb/src/kernel/events/core.c:7043:6: note: byref variable will be forcibly initialized } raw = { ^~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_next': /kisskb/src/kernel/trace/trace.c:604:15: note: byref variable will be forcibly initialized unsigned int next; ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_start': /kisskb/src/kernel/trace/trace.c:633:9: note: byref variable will be forcibly initialized loff_t l = 0; ^ /kisskb/src/kernel/trace/trace.c:632:15: note: byref variable will be forcibly initialized unsigned int first; ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'rb_simple_read': /kisskb/src/kernel/trace/trace.c:8920:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'rb_simple_write': /kisskb/src/kernel/trace/trace.c:8935:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_comm': /kisskb/src/kernel/trace/trace.c: In function 'tracing_nsecs_read': /kisskb/src/kernel/events/core.c:7968:25: note: byref variable will be forcibly initialized struct perf_comm_event comm_event; ^~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:6452:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_namespaces': /kisskb/src/kernel/events/core.c:8065: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:8548: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:8591:4: note: byref variable will be forcibly initialized } rec = { ^~~ /kisskb/src/kernel/events/core.c:8585:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8584: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:8627:4: note: byref variable will be forcibly initialized } lost_samples_event = { ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:8621:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:8620: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:8826:7: note: byref variable will be forcibly initialized char name[KSYM_NAME_LEN]; ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_write': /kisskb/src/kernel/events/core.c:8825:28: note: byref variable will be forcibly initialized struct perf_ksymbol_event ksymbol_event; ^~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:677:8: note: byref variable will be forcibly initialized pid_t pid; ^~~ /kisskb/src/kernel/trace/trace.c:676:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ /kisskb/src/kernel/trace/trace.c:672:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c:671:22: note: byref variable will be forcibly initialized struct trace_parser parser; ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_bpf_event': /kisskb/src/kernel/events/core.c:8939: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:9032: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_report_aux_output_id': /kisskb/src/kernel/events/core.c:9109:4: note: byref variable will be forcibly initialized } rec; ^~~ /kisskb/src/kernel/events/core.c:9105:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/events/core.c:9104:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'print_hex_fmt': /kisskb/src/kernel/trace/trace.c:4389:16: note: byref variable will be forcibly initialized unsigned char newline = '\n'; ^~~~~~~ /kisskb/src/kernel/events/core.c: In function '___perf_sw_event': /kisskb/src/kernel/events/core.c:9449:26: note: byref variable will be forcibly initialized struct perf_sample_data data; ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_tp_event': /kisskb/src/kernel/events/core.c:9722:26: note: byref variable will be forcibly initialized struct perf_sample_data data; ^~~~ /kisskb/src/kernel/events/core.c: In function '_perf_ioctl': /kisskb/src/kernel/events/core.c:5697:26: note: byref variable will be forcibly initialized struct perf_event_attr new_attr; ^~~~~~~~ /kisskb/src/kernel/events/core.c:5645:14: note: byref variable will be forcibly initialized struct fd output; ^~~~~~ /kisskb/src/kernel/events/core.c:5633:7: note: byref variable will be forcibly initialized u64 id = primary_event_id(event); ^~ /kisskb/src/kernel/events/core.c:5624:7: note: byref variable will be forcibly initialized u64 value; ^~~~~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_export_get_inode': /kisskb/src/fs/ntfs3/super.c:606:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_init_context': /kisskb/src/kernel/events/core.c:13125:6: note: byref variable will be forcibly initialized int inherited_all = 1; ^~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_event_buffer_commit': /kisskb/src/kernel/trace/trace.c:2886:26: note: byref variable will be forcibly initialized enum event_trigger_type tt = ETT_NONE; ^~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_fs_parse_param': /kisskb/src/fs/ntfs3/super.c:279:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ /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/kernel/events/core.c: In function '__do_sys_perf_event_open': /kisskb/src/kernel/trace/trace.c: In function 'trace_array_printk': /kisskb/src/kernel/trace/trace.c:3469:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/kernel/events/core.c:12029:12: note: byref variable will be forcibly initialized struct fd group = {NULL, 0}; ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_array_printk_buf': /kisskb/src/kernel/trace/trace.c:3514:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/kernel/events/core.c:12026:25: note: byref variable will be forcibly initialized struct perf_event_attr attr; ^~~~ /kisskb/src/lib/string_helpers.c: In function 'string_escape_mem': /kisskb/src/lib/string_helpers.c:522:8: note: byref variable will be forcibly initialized char *p = dst; ^ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_printk': /kisskb/src/fs/ntfs3/super.c:54:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/ntfs3/super.c:53:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_init_from_boot': /kisskb/src/fs/ntfs3/super.c:806:7: note: byref variable will be forcibly initialized u32 mb0, gb0; ^~~ /kisskb/src/fs/ntfs3/super.c:684:6: note: byref variable will be forcibly initialized u32 mb, gb, boot_sector_size, sct_per_clst, record_size; ^~ /kisskb/src/lib/string_helpers.c: In function 'kstrdup_quotable': /kisskb/src/lib/string_helpers.c:598:13: note: byref variable will be forcibly initialized const char esc[] = "\f\n\r\t\v\a\e\\\""; ^~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_event_release_kernel': /kisskb/src/kernel/events/core.c:5088:12: note: byref variable will be forcibly initialized LIST_HEAD(free_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_inode_printk': /kisskb/src/fs/ntfs3/super.c:86:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/ntfs3/super.c:85:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_remove_on_exec': /kisskb/src/kernel/events/core.c:4290:12: note: byref variable will be forcibly initialized LIST_HEAD(free_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_iter_reset': /kisskb/src/kernel/trace/trace.c:4020:6: note: byref variable will be forcibly initialized u64 ts; ^~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_fill_super': /kisskb/src/fs/ntfs3/super.c:895:17: note: byref variable will be forcibly initialized struct MFT_REF ref; ^~~ /kisskb/src/fs/ntfs3/super.c:889:17: note: byref variable will be forcibly initialized CLST vcn, lcn, len; ^~~ /kisskb/src/fs/ntfs3/super.c:889:12: note: byref variable will be forcibly initialized CLST vcn, lcn, len; ^~~ /kisskb/src/fs/ntfs3/super.c:889:7: note: byref variable will be forcibly initialized CLST vcn, lcn, len; ^~~ /kisskb/src/kernel/trace/trace.c: In function 's_start': /kisskb/src/kernel/trace/trace.c:4055:9: note: byref variable will be forcibly initialized loff_t l = 0; ^ /kisskb/src/kernel/events/core.c: In function 'perf_bp_event': /kisskb/src/kernel/trace/trace.c: In function 'trace_total_entries_cpu': /kisskb/src/kernel/events/core.c:10147:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^~~~~~ /kisskb/src/kernel/trace/trace.c:4161:23: note: byref variable will be forcibly initialized unsigned long total, entries; ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4161:16: note: byref variable will be forcibly initialized unsigned long total, entries; ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_total_entries': /kisskb/src/kernel/trace/trace.c:4173:23: note: byref variable will be forcibly initialized unsigned long total, entries; ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4173:16: note: byref variable will be forcibly initialized unsigned long total, entries; ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'print_trace_header': /kisskb/src/kernel/trace/trace.c:4245:16: note: byref variable will be forcibly initialized unsigned long total; ^~~~~ /kisskb/src/kernel/trace/trace.c:4244:16: note: byref variable will be forcibly initialized unsigned long entries; ^~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_pmu_migrate_context': /kisskb/src/kernel/events/core.c:12561:12: note: byref variable will be forcibly initialized LIST_HEAD(events); ^~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/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:110:59: 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:12777: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, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_event_free_task': /kisskb/src/kernel/trace/trace.c: In function 'tracing_splice_read_pipe': /kisskb/src/kernel/trace/trace.c:6835:26: note: byref variable will be forcibly initialized struct splice_pipe_desc spd = { ^~~ /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:12864:3: note: in expansion of macro 'wait_var_event' wait_var_event(&ctx->refcount, refcount_read(&ctx->refcount) == 1); ^~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:6833:22: note: byref variable will be forcibly initialized struct partial_page partial_def[PIPE_DEF_BUFFERS]; ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:6832:15: note: byref variable will be forcibly initialized struct page *pages_def[PIPE_DEF_BUFFERS]; ^~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function '_kstrtoull': /kisskb/src/lib/kstrtox.c:95: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:153: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:178: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:194:12: note: byref variable will be forcibly initialized long long tmp; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtouint': /kisskb/src/lib/kstrtox.c:224:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoint': /kisskb/src/lib/kstrtox.c:254:12: note: byref variable will be forcibly initialized long long tmp; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou16': /kisskb/src/lib/kstrtox.c:269: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:284:12: note: byref variable will be forcibly initialized long long tmp; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou8': /kisskb/src/lib/kstrtox.c:299: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:314:12: note: byref variable will be forcibly initialized long long tmp; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_cpumask_write': /kisskb/src/kernel/trace/trace.c:5146:16: note: byref variable will be forcibly initialized cpumask_var_t tracing_cpumask_new; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtobool_from_user': /kisskb/src/lib/kstrtox.c:382:7: note: byref variable will be forcibly initialized char buf[4]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function 'set_tracer_flag': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/trace/trace.c:5289:4: note: in expansion of macro 'smp_store_release' smp_store_release(&tgid_map, map); ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoull_from_user': /kisskb/src/lib/kstrtox.c:396: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(kstrtoull_from_user, kstrtoull, unsigned long long); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoll_from_user': /kisskb/src/lib/kstrtox.c:396: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(kstrtoll_from_user, kstrtoll, long long); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_options_core_write': /kisskb/src/kernel/trace/trace.c:8732:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoul_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:408:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtoul_from_user, kstrtoul, unsigned long); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_hexdump.c: In function 'test_hexdump': /kisskb/src/lib/test_hexdump.c:129:7: note: byref variable will be forcibly initialized char real[TEST_HEXDUMP_BUF_SIZE]; ^~~~ /kisskb/src/lib/test_hexdump.c:128:7: note: byref variable will be forcibly initialized char test[TEST_HEXDUMP_BUF_SIZE]; ^~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtol_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:409: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:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:410:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_hexdump.c: In function 'test_hexdump_overflow': /kisskb/src/lib/test_hexdump.c:165:7: note: byref variable will be forcibly initialized char buf[TEST_HEXDUMP_BUF_SIZE]; ^~~ /kisskb/src/lib/test_hexdump.c:164:7: note: byref variable will be forcibly initialized char test[TEST_HEXDUMP_BUF_SIZE]; ^~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoint_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:411: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:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:412: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:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:413:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtos16_from_user, kstrtos16, s16); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'apply_trace_boot_options': /kisskb/src/kernel/trace/trace.c:5361:8: note: byref variable will be forcibly initialized char *buf = trace_boot_options_buf; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou8_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:414:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtou8_from_user, kstrtou8, u8); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_trace_options_write': /kisskb/src/kernel/trace/trace.c:5385:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos8_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^~~ /kisskb/src/lib/kstrtox.c:415:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtos8_from_user, kstrtos8, s8); ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_entries_write': /kisskb/src/kernel/trace/trace.c:6966:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_set_trace_write': /kisskb/src/kernel/trace/trace.c:6420:7: note: byref variable will be forcibly initialized char buf[MAX_TRACER_SIZE+1]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_clock_write': /kisskb/src/kernel/trace/trace.c:7234:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_init_tracefs_percpu': /kisskb/src/kernel/trace/trace.c:8578:7: note: byref variable will be forcibly initialized char cpu_dir[30]; /* 30 characters should be more than enough */ ^~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/posix_acl.h:13, from /kisskb/src/fs/ntfs3/xattr.c:9: /kisskb/src/fs/ntfs3/xattr.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_read_ea': /kisskb/src/fs/ntfs3/xattr.c:117:20: note: byref variable will be forcibly initialized struct runs_tree run; ^~~ /kisskb/src/fs/ntfs3/xattr.c:79:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le = NULL; ^~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_list_ea': /kisskb/src/fs/ntfs3/xattr.c:162:18: note: byref variable will be forcibly initialized struct EA_FULL *ea_all = NULL; ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:161:24: note: byref variable will be forcibly initialized const struct EA_INFO *info; ^~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_get_ea': /kisskb/src/fs/ntfs3/xattr.c:206:6: note: byref variable will be forcibly initialized u32 off, len; ^~~ /kisskb/src/fs/ntfs3/xattr.c:204:18: note: byref variable will be forcibly initialized struct EA_FULL *ea_all = NULL; ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:203:24: note: byref variable will be forcibly initialized const struct EA_INFO *info; ^~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_get_acl_ex': /kisskb/src/fs/ntfs3/xattr.c:487:9: note: byref variable will be forcibly initialized size_t req; ^~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_set_ea': /kisskb/src/fs/ntfs3/xattr.c:278:6: note: byref variable will be forcibly initialized u64 new_sz; ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:277:19: note: byref variable will be forcibly initialized struct runs_tree ea_run; ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:276:20: note: byref variable will be forcibly initialized struct mft_inode *mi; ^~ /kisskb/src/fs/ntfs3/xattr.c:275:26: note: byref variable will be forcibly initialized struct ATTR_LIST_ENTRY *le; ^~ /kisskb/src/fs/ntfs3/xattr.c:272:6: note: byref variable will be forcibly initialized u32 off, size; ^~~ /kisskb/src/fs/ntfs3/xattr.c:270:18: note: byref variable will be forcibly initialized struct EA_FULL *ea_all = NULL; ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:268:24: note: byref variable will be forcibly initialized const struct EA_INFO *info; ^~~~ /kisskb/src/fs/ntfs3/xattr.c:267:17: note: byref variable will be forcibly initialized struct EA_INFO ea_info; ^~~~~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_set_acl_ex': /kisskb/src/fs/ntfs3/xattr.c:558:12: note: byref variable will be forcibly initialized umode_t mode = inode->i_mode; ^~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_setxattr': /kisskb/src/fs/ntfs3/xattr.c:861:8: note: byref variable will be forcibly initialized bool inserted; ^~~~~~~~ /kisskb/src/fs/ntfs3/xattr.c:860:10: note: byref variable will be forcibly initialized __le32 security_id; ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_getxattr': /kisskb/src/fs/ntfs3/xattr.c:752:10: note: byref variable will be forcibly initialized size_t sd_size = 0; ^~~~~~~ /kisskb/src/fs/ntfs3/xattr.c:751:40: note: byref variable will be forcibly initialized struct SECURITY_DESCRIPTOR_RELATIVE *sd = NULL; ^~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_init_acl': /kisskb/src/fs/ntfs3/xattr.c:630:34: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~ /kisskb/src/fs/ntfs3/xattr.c:630:20: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_save_wsl_perm': /kisskb/src/fs/ntfs3/xattr.c:915:9: note: byref variable will be forcibly initialized __le32 value; ^~~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_get_wsl_perm': /kisskb/src/fs/ntfs3/xattr.c:958:9: note: byref variable will be forcibly initialized __le32 value[3]; ^~~~~ /kisskb/src/fs/ntfs3/xattr.c:957:9: note: byref variable will be forcibly initialized size_t sz; ^~ In file included from /kisskb/src/lib/test_list_sort.c:2: /kisskb/src/lib/test_list_sort.c: In function 'check': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:43:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, elb->poison2, TEST_POISON2, "bad poison"); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:42:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, elb->poison1, TEST_POISON1, "bad poison"); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:40:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, ela->poison2, TEST_POISON2, "bad poison"); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:39:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, ela->poison1, TEST_POISON1, "bad poison"); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1390:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:37:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' KUNIT_EXPECT_PTR_EQ_MSG(test, elts[elb->serial], elb, "phantom element"); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1390:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:36:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' KUNIT_EXPECT_PTR_EQ_MSG(test, elts[ela->serial], ela, "phantom element"); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:932:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1067:2: note: in expansion of macro 'KUNIT_BASE_LT_MSG_ASSERTION' KUNIT_BASE_LT_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1459:2: note: in expansion of macro 'KUNIT_BINARY_LT_MSG_ASSERTION' KUNIT_BINARY_LT_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:34:2: note: in expansion of macro 'KUNIT_EXPECT_LT_MSG' KUNIT_EXPECT_LT_MSG(test, elb->serial, (unsigned int)TEST_LIST_LEN, "incorrect serial"); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:932:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1067:2: note: in expansion of macro 'KUNIT_BASE_LT_MSG_ASSERTION' KUNIT_BASE_LT_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1459:2: note: in expansion of macro 'KUNIT_BINARY_LT_MSG_ASSERTION' KUNIT_BINARY_LT_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:33:2: note: in expansion of macro 'KUNIT_EXPECT_LT_MSG' KUNIT_EXPECT_LT_MSG(test, ela->serial, (unsigned int)TEST_LIST_LEN, "incorrect serial"); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c: In function 'list_sort_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:106:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, count, TEST_LIST_LEN, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1390:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:104:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' KUNIT_EXPECT_PTR_EQ_MSG(test, head.prev, cur, "list is corrupted"); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:948:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1106:2: note: in expansion of macro 'KUNIT_BASE_LE_MSG_ASSERTION' KUNIT_BASE_LE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1759:2: note: in expansion of macro 'KUNIT_BINARY_LE_MSG_ASSERTION' KUNIT_BINARY_LE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:97:4: note: in expansion of macro 'KUNIT_ASSERT_LE_MSG' KUNIT_ASSERT_LE_MSG(test, el->serial, el1->serial, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:948:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1106:2: note: in expansion of macro 'KUNIT_BASE_LE_MSG_ASSERTION' KUNIT_BASE_LE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1759:2: note: in expansion of macro 'KUNIT_BINARY_LE_MSG_ASSERTION' KUNIT_BINARY_LE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:92:3: note: in expansion of macro 'KUNIT_ASSERT_LE_MSG' KUNIT_ASSERT_LE_MSG(test, cmp_result, 0, "list is not sorted"); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1674:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:88:3: note: in expansion of macro 'KUNIT_ASSERT_PTR_EQ_MSG' KUNIT_ASSERT_PTR_EQ_MSG(test, cur->next->prev, cur, ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1864: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/test_list_sort.c:71:3: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, el); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1864: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/test_list_sort.c:66:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, elts); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/test_list_sort.c:2: /kisskb/src/lib/test_list_sort.c:63:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/test_min_heap.c: In function 'test_heapify_all': /kisskb/src/lib/test_min_heap.c:71:28: note: byref variable will be forcibly initialized struct min_heap_callbacks funcs = { ^~~~~ /kisskb/src/lib/test_min_heap.c:66:18: note: byref variable will be forcibly initialized struct min_heap heap = { ^~~~ /kisskb/src/lib/test_min_heap.c:64:6: note: byref variable will be forcibly initialized int values[] = { 3, 1, 2, 4, 0x8000000, 0x7FFFFFF, 0, ^~~~~~ /kisskb/src/lib/test_min_heap.c: In function 'test_heap_push': /kisskb/src/lib/test_min_heap.c:109:9: note: byref variable will be forcibly initialized int i, temp, err; ^~~~ /kisskb/src/lib/test_min_heap.c:104:28: note: byref variable will be forcibly initialized struct min_heap_callbacks funcs = { ^~~~~ /kisskb/src/lib/test_min_heap.c:99:18: note: byref variable will be forcibly initialized struct min_heap heap = { ^~~~ /kisskb/src/lib/test_min_heap.c:98:6: note: byref variable will be forcibly initialized int values[ARRAY_SIZE(data)]; ^~~~~~ /kisskb/src/lib/test_min_heap.c:96:12: note: byref variable will be forcibly initialized const int data[] = { 3, 1, 2, 4, 0x80000000, 0x7FFFFFFF, 0, ^~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/lib/test_firmware.c:18: /kisskb/src/lib/test_firmware.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:155:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/test_min_heap.c: In function 'test_heap_pop_push': /kisskb/src/lib/test_min_heap.c:142:9: note: byref variable will be forcibly initialized int i, temp, err; ^~~~ /kisskb/src/lib/test_min_heap.c:137:28: note: byref variable will be forcibly initialized struct min_heap_callbacks funcs = { ^~~~~ /kisskb/src/lib/test_min_heap.c:132:18: note: byref variable will be forcibly initialized struct min_heap heap = { ^~~~ /kisskb/src/lib/test_min_heap.c:131:6: note: byref variable will be forcibly initialized int values[ARRAY_SIZE(data)]; ^~~~~~ /kisskb/src/lib/test_min_heap.c:129:12: note: byref variable will be forcibly initialized const int data[] = { 3, 1, 2, 4, 0x80000000, 0x7FFFFFFF, 0, ^~~~ /kisskb/src/lib/test_firmware.c: In function 'test_dev_config_update_u8': /kisskb/src/lib/test_firmware.c:367:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/lib/test_firmware.c: In function 'test_dev_config_update_size_t': /kisskb/src/lib/test_firmware.c:341:7: note: byref variable will be forcibly initialized long new; ^~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/include/linux/blk-integrity.h:5, 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:171: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:17: note: byref variable will be forcibly initialized struct bio_vec bv; ^~ /kisskb/src/block/bio-integrity.c:161:19: note: byref variable will be forcibly initialized struct bvec_iter bviter; ^~~~~~ /kisskb/src/block/bio-integrity.c:160:28: note: byref variable will be forcibly initialized struct blk_integrity_iter iter; ^~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/pinctrl/renesas/core.c:21: /kisskb/src/drivers/pinctrl/renesas/core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_memread': /kisskb/src/kernel/debug/gdbstub.c:559:16: note: byref variable will be forcibly initialized unsigned long addr; ^~~~ /kisskb/src/kernel/debug/gdbstub.c:558:16: note: byref variable will be forcibly initialized unsigned long length; ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c:557:8: note: byref variable will be forcibly initialized char *ptr = &remcom_in_buffer[1]; ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'write_mem_msg': /kisskb/src/kernel/debug/gdbstub.c:369:16: note: byref variable will be forcibly initialized unsigned long length; ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c:368:16: note: byref variable will be forcibly initialized unsigned long addr; ^~~~ /kisskb/src/kernel/debug/gdbstub.c:367:8: note: byref variable will be forcibly initialized char *ptr = &remcom_in_buffer[1]; ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_reg_set': /kisskb/src/kernel/debug/gdbstub.c:614:8: note: byref variable will be forcibly initialized char *ptr = &remcom_in_buffer[1]; ^~~ /kisskb/src/kernel/debug/gdbstub.c:613:16: note: byref variable will be forcibly initialized unsigned long regnum; ^~~~~~ In file included from /kisskb/src/drivers/pinctrl/renesas/core.c:25: /kisskb/src/drivers/pinctrl/renesas/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_query': /kisskb/src/kernel/debug/gdbstub.c:700:8: note: byref variable will be forcibly initialized char *ptr; ^~~ /kisskb/src/kernel/debug/gdbstub.c:699: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:812: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:848: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:869:16: note: byref variable will be forcibly initialized unsigned long length; ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c:868:16: note: byref variable will be forcibly initialized unsigned long addr; ^~~~ /kisskb/src/kernel/debug/gdbstub.c:867:8: note: byref variable will be forcibly initialized char *ptr = &remcom_in_buffer[2]; ^~~ /kisskb/src/drivers/pinctrl/renesas/core.c: In function 'sh_pfc_write_config_reg': /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_reg_get': /kisskb/src/drivers/pinctrl/renesas/core.c:227:6: note: byref variable will be forcibly initialized u32 mask, data; ^~~~ /kisskb/src/drivers/pinctrl/renesas/core.c:226:15: note: byref variable will be forcibly initialized unsigned int pos; ^~~ /kisskb/src/kernel/debug/gdbstub.c:599:8: note: byref variable will be forcibly initialized char *ptr = &remcom_in_buffer[1]; ^~~ /kisskb/src/drivers/pinctrl/renesas/core.c:225:16: note: byref variable will be forcibly initialized void __iomem *mapped_reg; ^~~~~~~~~~ /kisskb/src/kernel/debug/gdbstub.c:598:16: note: byref variable will be forcibly initialized unsigned long regnum; ^~~~~~ /kisskb/src/drivers/pinctrl/renesas/core.c: In function 'sh_pfc_config_mux': /kisskb/src/drivers/pinctrl/renesas/core.c:345:7: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/pinctrl/renesas/core.c:344:7: note: byref variable will be forcibly initialized u16 enum_id; ^~~~~~~ /kisskb/src/drivers/pinctrl/renesas/core.c:343:16: note: byref variable will be forcibly initialized unsigned int field; ^~~~~ /kisskb/src/drivers/pinctrl/renesas/core.c:342:32: note: byref variable will be forcibly initialized const struct pinmux_cfg_reg *cr; ^~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_serial_stub': /kisskb/src/kernel/debug/gdbstub.c:966:17: note: byref variable will be forcibly initialized unsigned char thref[BUF_THREAD_ID_SIZE]; ^~~~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdbstub_exit': /kisskb/src/kernel/debug/gdbstub.c:1126:30: note: byref variable will be forcibly initialized unsigned char checksum, ch, buffer[3]; ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/lib/test_rhashtable.c:20: /kisskb/src/lib/test_rhashtable.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/test_rhashtable.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:155:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/jhash.h:26, from /kisskb/src/lib/test_rhashtable.c:14: /kisskb/src/lib/test_rhashtable.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/test_rhashtable.c: In function '__rhashtable_insert_fast': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/lib/test_rhashtable.c:19: /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, 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:33, from /kisskb/src/include/linux/jhash.h:26, from /kisskb/src/lib/test_rhashtable.c:14: /kisskb/src/lib/test_rhashtable.c: In function '__rhashtable_remove_fast_one': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/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:32:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /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:74:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/blk-integrity.c:71:17: note: byref variable will be forcibly initialized struct bio_vec iv, ivprv = { NULL }; ^~ In file included from /kisskb/src/lib/test_rhashtable.c:19: /kisskb/src/lib/test_rhashtable.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ /kisskb/src/lib/test_rhashtable.c: In function 'thread_lookup_test': /kisskb/src/lib/test_rhashtable.c:609:23: note: byref variable will be forcibly initialized struct test_obj_val key = { ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/lib/test_rhashtable.c:16: /kisskb/src/lib/test_rhashtable.c: In function 'threadfunc': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_rhashtable.c:639:6: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(startup_wait, atomic_read(&startup_count) == -1)) { ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_rhashtable.c: In function 'test_rht_lookup': /kisskb/src/lib/test_rhashtable.c:145:23: note: byref variable will be forcibly initialized struct test_obj_val key = { ^~~ /kisskb/src/lib/test_rhashtable.c: In function 'test_bucket_stats': /kisskb/src/lib/test_rhashtable.c:178:25: note: byref variable will be forcibly initialized struct rhashtable_iter hti; ^~~ /kisskb/src/lib/test_rhashtable.c: In function 'test_rhashtable': /kisskb/src/lib/test_rhashtable.c:246:23: note: byref variable will be forcibly initialized struct test_obj_val key = { ^~~ /kisskb/src/lib/test_rhashtable.c: In function 'print_ht': /kisskb/src/lib/test_rhashtable.c:489:7: note: byref variable will be forcibly initialized char buff[512] = ""; ^~~~ /kisskb/src/lib/test_rhashtable.c: In function 'test_rhltable': /kisskb/src/lib/test_rhashtable.c:313:23: note: byref variable will be forcibly initialized struct test_obj_val key = { ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/lib/test_rhashtable.c:16: /kisskb/src/lib/test_rhashtable.c: In function 'test_rht_init': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_rhashtable.c:794:6: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(startup_wait, atomic_read(&startup_count) == 0)) ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/test_sort.c:3: /kisskb/src/lib/test_sort.c: In function 'test_sort': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:948:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1106:2: note: in expansion of macro 'KUNIT_BASE_LE_MSG_ASSERTION' KUNIT_BASE_LE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1116:2: note: in expansion of macro 'KUNIT_BINARY_LE_MSG_ASSERTION' KUNIT_BINARY_LE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1756:2: note: in expansion of macro 'KUNIT_BINARY_LE_ASSERTION' KUNIT_BINARY_LE_ASSERTION(test, KUNIT_ASSERTION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_sort.c:33:3: note: in expansion of macro 'KUNIT_ASSERT_LE' KUNIT_ASSERT_LE(test, a[i], a[i + 1]); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1293:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1305: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:1864: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/test_sort.c:23:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, a); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/btrfs.h:2269, from /kisskb/src/fs/btrfs/super.c:53: /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_transaction_commit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:183:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_transaction_commit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:183:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_transaction_commit, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs__inode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__inode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__inode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_get_extent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:282:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(btrfs_get_extent, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:282:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(btrfs_get_extent, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_handle_em_exist': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:332:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_handle_em_exist, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:332:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_handle_em_exist, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs__ordered_extent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:514:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__ordered_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:514:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__ordered_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs__writepage': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:598:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__writepage, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:598:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__writepage, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_writepage_end_io_hook': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:655:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_writepage_end_io_hook, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:655:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_writepage_end_io_hook, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_sync_file': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:684:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_sync_file, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:684:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_sync_file, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_sync_fs': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:716:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_sync_fs, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:716:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_sync_fs, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_add_block_group': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:733:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_add_block_group, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:733:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_add_block_group, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_delayed_tree_ref': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:778:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:778:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_delayed_data_ref': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:841:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:841:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_delayed_ref_head': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:908:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:908:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs__chunk': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:967:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__chunk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:967:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__chunk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_cow_block': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1017:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_cow_block, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1017:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_cow_block, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/bmap.c: In function '__gfs2_unstuff_inode': /kisskb/src/fs/gfs2/bmap.c:111:16: note: byref variable will be forcibly initialized unsigned int n = 1; ^ /kisskb/src/fs/gfs2/bmap.c:99:6: note: byref variable will be forcibly initialized u64 block = 0; ^~~~~ /kisskb/src/fs/gfs2/bmap.c:97:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *dibh; ^~~~ /kisskb/src/fs/gfs2/bmap.c:97:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *dibh; ^~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_space_reservation': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1052:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_space_reservation, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1052:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_space_reservation, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1052:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_space_reservation, ^~~~~~~~~~~ /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/btrfs/super.c: In function 'perf_trace_btrfs_trigger_flush': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1078:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_trigger_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1078:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_trigger_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1078:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_trigger_flush, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'stuffed_zero_range': /kisskb/src/fs/gfs2/bmap.c:2338:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_flush_space': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1109:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_flush_space, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1109:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_flush_space, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs__reserved_extent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:1141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__reserved_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:1141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__reserved_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'sweep_bh_for_rgrps': /kisskb/src/fs/gfs2/bmap.c:1570:24: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_find_free_extent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(find_free_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(find_free_extent, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs__reserve_extent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:1205:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__reserve_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:1205:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__reserve_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_find_cluster': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1251:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_find_cluster, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1251:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_find_cluster, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_failed_cluster_setup': /kisskb/src/fs/gfs2/bmap.c: In function 'punch_hole': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1284:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_failed_cluster_setup, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1284:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_failed_cluster_setup, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/bmap.c:1720:18: note: byref variable will be forcibly initialized __be64 *start, *end; ^~~ /kisskb/src/fs/gfs2/bmap.c:1720:10: note: byref variable will be forcibly initialized __be64 *start, *end; ^~~~~ /kisskb/src/fs/gfs2/bmap.c:1716:6: note: byref variable will be forcibly initialized u32 btotal = 0; ^~~~~~ /kisskb/src/fs/gfs2/bmap.c:1713:8: note: byref variable will be forcibly initialized __u16 __end_list[GFS2_MAX_META_HEIGHT], *end_list = NULL; ^~~~~~~~~~ /kisskb/src/fs/gfs2/bmap.c:1712:8: note: byref variable will be forcibly initialized __u16 start_list[GFS2_MAX_META_HEIGHT]; ^~~~~~~~~~ /kisskb/src/fs/gfs2/bmap.c:1709:21: note: byref variable will be forcibly initialized struct gfs2_holder rd_gh; ^~~~~ /kisskb/src/fs/gfs2/bmap.c:1708:22: note: byref variable will be forcibly initialized struct buffer_head *dibh, *bh; ^~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_setup_cluster': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1301:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_setup_cluster, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1301:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_setup_cluster, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_alloc_extent_state': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1337:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(alloc_extent_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1337:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(alloc_extent_state, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_free_extent_state': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1360:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(free_extent_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1360:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(free_extent_state, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs__work__done': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:1414:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__work__done, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:1414:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__work__done, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs__qgroup_rsv_data': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:1521:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:1521:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, ^~~~~~~~~~~~~~~~~~~ /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/btrfs/super.c: In function 'perf_trace_btrfs_qgroup_extent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:1571:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_qgroup_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:1571:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_qgroup_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_qgroup_num_dirty_extents': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1607:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qgroup_num_dirty_extents, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1607:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qgroup_num_dirty_extents, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_qgroup_account_extent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1628:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_qgroup_account_extent, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1628:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_qgroup_account_extent, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_qgroup_update_counters': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1661:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qgroup_update_counters, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1661:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qgroup_update_counters, ^~~~~~~~~~~ /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/btrfs/super.c: In function 'perf_trace_qgroup_update_reserve': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1690:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qgroup_update_reserve, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1690:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qgroup_update_reserve, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/test_bitmap.c:8: /kisskb/src/lib/test_bitmap.c: In function 'test_zero_clear': /kisskb/src/lib/test_bitmap.c:195:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(bmap, 1024); ^~~~ /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/btrfs/super.c: In function 'perf_trace_qgroup_meta_reserve': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1716:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qgroup_meta_reserve, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1716:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qgroup_meta_reserve, ^~~~~~~~~~~ /kisskb/src/lib/test_strscpy.c: In function 'tc': /kisskb/src/lib/test_bitmap.c: In function 'test_fill_set': /kisskb/src/lib/test_bitmap.c:224:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(bmap, 1024); ^~~~ /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/test_strscpy.c:36:7: note: byref variable will be forcibly initialized char buf[6]; ^~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_qgroup_meta_convert': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1739:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qgroup_meta_convert, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1739:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qgroup_meta_convert, ^~~~~~~~~~~ /kisskb/src/lib/test_bitmap.c: In function 'test_copy': /kisskb/src/lib/test_bitmap.c:254:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(bmap2, 1024); ^~~~~ /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/test_bitmap.c:253:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(bmap1, 1024); ^~~~~ /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/btrfs/super.c: In function 'perf_trace_qgroup_meta_free_all_pertrans': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1762:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qgroup_meta_free_all_pertrans, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1762:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qgroup_meta_free_all_pertrans, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'trunc_start': /kisskb/src/fs/gfs2/bmap.c:1347:22: note: byref variable will be forcibly initialized struct buffer_head *dibh = NULL; ^~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs__prelim_ref': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:1787:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__prelim_ref, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:1787:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__prelim_ref, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bitmap.c: In function 'test_replace': /kisskb/src/lib/test_bitmap.c:296:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(bmap, 1024); ^~~~ /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/gfs2/bmap.c: In function 'trunc_end': /kisskb/src/fs/gfs2/bmap.c:1969:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/lib/test_bitmap.c: In function 'test_mem_optimisations': /kisskb/src/lib/test_bitmap.c:555:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(bmap2, 1024); ^~~~~ /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/test_bitmap.c:554:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(bmap1, 1024); ^~~~~ /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/btrfs/super.c: In function 'perf_trace_btrfs_inode_mod_outstanding_extents': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1844:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_inode_mod_outstanding_extents, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1844:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_inode_mod_outstanding_extents, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_iomap_begin_write': /kisskb/src/fs/gfs2/bmap.c:1011:27: note: byref variable will be forcibly initialized struct gfs2_alloc_parms ap = {}; ^~ /kisskb/src/fs/gfs2/bmap.c:1010:29: note: byref variable will be forcibly initialized unsigned int data_blocks, ind_blocks; ^~~~~~~~~~ /kisskb/src/fs/gfs2/bmap.c:1010:16: note: byref variable will be forcibly initialized unsigned int data_blocks, ind_blocks; ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs__block_group': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:1866:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__block_group, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:1866:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__block_group, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bitmap.c: In function 'test_bitmap_arr32': /kisskb/src/lib/test_bitmap.c:530:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(bmap2, EXP1_IN_BITS); ^~~~~ /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/test_bitmap.c:529:6: note: byref variable will be forcibly initialized u32 arr[EXP1_IN_BITS / 32]; ^~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_set_extent_bit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1920:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_set_extent_bit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1920:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_set_extent_bit, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'do_grow': /kisskb/src/fs/gfs2/bmap.c:2063:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/test_bitmap.c:8: /kisskb/src/lib/test_bitmap.c: In function 'test_bitmap_parse': /kisskb/src/lib/test_bitmap.c:494:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(bmap, 2048); ^~~~ /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/btrfs/super.c: In function 'perf_trace_btrfs_clear_extent_bit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1959:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_clear_extent_bit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1959:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_clear_extent_bit, ^~~~~~~~~~~ /kisskb/src/lib/test_bitmap.c: In function 'test_bitmap_parselist': /kisskb/src/lib/test_bitmap.c:418:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(bmap, 2048); ^~~~ /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/btrfs/super.c: In function 'perf_trace_btrfs_convert_extent_bit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1998:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_convert_extent_bit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1998:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_convert_extent_bit, ^~~~~~~~~~~ /kisskb/src/lib/test_bitmap.c: In function 'test_for_each_set_clump8': /kisskb/src/lib/test_bitmap.c:605:16: note: byref variable will be forcibly initialized unsigned long clump; ^~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/test_bitmap.c:8: /kisskb/src/lib/test_bitmap.c:603:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(bits, CLUMP_EXP_NUMBITS); ^~~~ /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/btrfs/super.c: In function 'perf_trace_btrfs_reserve_ticket': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:2114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_reserve_ticket, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:2114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_reserve_ticket, ^~~~~~~~~~~ /kisskb/src/lib/test_overflow.c: In function 'do_test_u8': /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:246:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:262:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u8, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bitmap.c: In function 'test_bitmap_cut': /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:245:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:262:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u8, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bitmap.c:665:16: note: byref variable will be forcibly initialized unsigned long b[5], *in = &b[1], *out = &b[0]; /* Partial overlap */ ^ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:244:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:262:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u8, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:243:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:262:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u8, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:242:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:262:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u8, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_locking_events': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:2187:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_locking_events, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:2187:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_locking_events, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_map_journal_extents': /kisskb/src/fs/gfs2/bmap.c:2243:21: note: byref variable will be forcibly initialized struct buffer_head bh; ^~ /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs__space_info_update': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:2227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__space_info_update, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:2227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__space_info_update, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c: In function 'do_test_s8': /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:246:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:263:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s8, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:245:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:263:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s8, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:244:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:263:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s8, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:243:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:263:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s8, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:242:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:263:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s8, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_write_alloc_required': /kisskb/src/fs/gfs2/bmap.c:2299:21: note: byref variable will be forcibly initialized struct buffer_head bh; ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/btrfs.h:2269, from /kisskb/src/fs/btrfs/super.c:53: /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_transaction_commit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:183:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_transaction_commit, ^~~~~~~~~~~ /kisskb/src/lib/test_overflow.c: In function 'do_test_u16': /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:246:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:264:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u16, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:245:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:264:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u16, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:244:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:264:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u16, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:243:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:264:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u16, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:242:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:264:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u16, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__inode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_get_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:282:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(btrfs_get_extent, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c: In function 'do_test_s16': /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:246:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:265:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s16, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:245:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:265:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s16, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:244:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:265:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s16, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:243:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:265:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s16, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:242:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:265:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s16, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_handle_em_exist': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:332:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_handle_em_exist, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__ordered_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:514:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__ordered_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c: In function 'do_test_u32': /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:246:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:266:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u32, "%u"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:245:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:266:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u32, "%u"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:244:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:266:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u32, "%u"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:243:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:266:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u32, "%u"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:242:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:266:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u32, "%u"); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__writepage': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:598:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__writepage, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_writepage_end_io_hook': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:655:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_writepage_end_io_hook, ^~~~~~~~~~~ /kisskb/src/lib/test_overflow.c: In function 'do_test_s32': /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:246:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:267:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s32, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:245:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:267:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s32, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:244:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:267:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s32, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:243:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:267:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s32, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:242:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:267:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s32, "%d"); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_sync_file': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:684:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_sync_file, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_sync_fs': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:716:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_sync_fs, ^~~~~~~~~~~ /kisskb/src/lib/test_overflow.c: In function 'do_test_u64': /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:246:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:269:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u64, "%llu"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:245:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:269:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u64, "%llu"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:244:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:269:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u64, "%llu"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:243:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:269:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u64, "%llu"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:242:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:269:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(u64, "%llu"); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_add_block_group': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:733:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_add_block_group, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_delayed_tree_ref': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:778:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c: In function 'do_test_s64': /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:246:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:270:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s64, "%lld"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:245:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:270:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s64, "%lld"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:244:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:270:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s64, "%lld"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:243:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:270:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s64, "%lld"); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:219:4: note: byref variable will be forcibly initialized t _r; \ ^~ /kisskb/src/lib/test_overflow.c:242:2: note: in expansion of macro 'check_one_op' check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ ^~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:270:1: note: in expansion of macro 'DEFINE_TEST_FUNC' DEFINE_TEST_FUNC(s64, "%lld"); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_delayed_data_ref': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:841:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_delayed_ref_head': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:908:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__chunk': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:967:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__chunk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_cow_block': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1017:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_cow_block, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_space_reservation': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1052:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_space_reservation, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1052:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_space_reservation, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_trigger_flush': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1078:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_trigger_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1078:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_trigger_flush, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_flush_space': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1109:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_flush_space, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__reserved_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__reserved_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_find_free_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1177:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(find_free_extent, ^~~~~~~~~~~ /kisskb/src/lib/test_overflow.c: In function 'test_overflow_shift': /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:480:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 63, s64, 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:479:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 31, s32, 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:478:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 31, int, 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:477:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 15, s16, 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:476:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 7, s8, 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:465:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 65, s64, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:464:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 64, s64, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:463:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 65, u64, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:462:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 64, u64, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:461:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 33, s32, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:460:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 32, s32, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:459:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 33, int, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:458:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 32, int, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:457:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 33, u32, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:456:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 32, u32, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:455:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 17, s16, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:454:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 16, s16, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:453:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 17, u16, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:452:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 16, u16, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:451:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 9, s8, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:450:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 8, s8, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:449:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 9, u8, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:448:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 8, u8, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:445:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, -30, u64, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:444:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, -30, s64, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:443:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, -20, u32, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:442:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, -20, s32, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:441:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, -15, unsigned int, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:440:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, -15, int, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:439:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, -10, u16, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:438:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, -10, s16, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:437:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, -5, u8, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:436:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, -5, s8, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:433:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(-10000, 0, u64, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:432:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(-10000, 0, s64, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:431:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(-100, 0, u32, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:430:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(-100, 0, s32, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:429:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(-10, 0, unsigned int, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:428:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(-10, 0, int, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:427:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(-5, 0, u16, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:426:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(-5, 0, s16, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:425:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(-1, 0, u8, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__reserve_extent': /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:424:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(-1, 0, s8, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:421:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0xFFFFFFFFFFFFFFFFULL, 0, s64, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1205:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__reserve_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:420:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0xFFFFFFFFUL, 0, int, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:419:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0xFFFFFFFFUL, 0, s32, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:418:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0x100000000ULL, 0, unsigned int, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:417:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0x100000000ULL, 0, u32, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:416:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0xFFFFU, 0, s16, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:415:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0x10000U, 0, u16, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:414:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0xFF, 0, s8, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:413:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0x100, 0, u8, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:410:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(4686030735197619275LL, 2, s64, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:408:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1107575883, 2, int, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:407:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1107575883, 2, s32, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:405:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(17483, 2, s16, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:403:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(75, 2, s8, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:399:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(4686030735197619275LL, 1, s64, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:397:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1107575883, 1, int, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:396:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1107575883, 1, s32, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:394:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(17483, 1, s16, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:392:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(75, 1, s8, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:388:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(9372061470395238550ULL, 1, u64, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:386:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(2215151766U, 1, unsigned int, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:385:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(2215151766U, 1, u32, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:383:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(34966, 1, u16, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:381:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(150, 1, u8, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:377:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 63, s64, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:376:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 31, s32, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:375:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 31, int, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:374:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 15, s16, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:373:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 7, s8, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:370:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 64, u64, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:369:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 32, u32, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:368:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 32, unsigned int, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:367:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 16, u16, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:366:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 8, u8, 0, true); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:363:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 62, s64, 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:362:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 30, s32, 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:361:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 30, int, 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:360:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 14, s16, 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:359:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 6, s8, 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:356:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 63, u64, 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:355:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 31, u32, 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:354:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 31, unsigned int, 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:353:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 15, u16, 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:352:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0, 7, u8, 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:348:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0xFFFFFFFFULL, 32, u64, ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:347:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 63, u64, 1ULL << 63, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:346:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 40, u64, 1ULL << 40, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:345:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 0, u64, 1ULL << 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:344:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0xFFFFU, 16, u32, 0xFFFFU << 16, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:343:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 31, u32, 1U << 31, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:342:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 20, u32, 1U << 20, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:341:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 0, u32, 1U << 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:340:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0xFFFFU, 16, unsigned int, 0xFFFFU << 16, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:339:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 31, unsigned int, 1U << 31, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:338:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 20, unsigned int, 1U << 20, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:337:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 0, unsigned int, 1U << 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:336:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 30, s32, 1 << 30, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:335:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 16, s32, 1 << 16, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:334:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 0, s32, 1 << 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:333:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 30, int, 1 << 30, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:332:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 16, int, 1 << 16, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:331:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 0, int, 1 << 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:330:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0xFF, 8, u16, 0xFF << 8, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:329:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 15, u16, 1 << 15, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:328:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 10, u16, 1 << 10, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:327:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 0, u16, 1 << 0, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:326:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(0xF, 4, u8, 0xF << 4, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:325:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 7, u8, 1 << 7, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:324:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 4, u8, 1 << 4, false); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_overflow.c:301:4: note: byref variable will be forcibly initialized t __d; \ ^~~ /kisskb/src/lib/test_overflow.c:323:9: note: in expansion of macro 'TEST_ONE_SHIFT' err |= TEST_ONE_SHIFT(1, 0, u8, 1 << 0, false); ^~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_find_cluster': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1251:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_find_cluster, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_failed_cluster_setup': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1284:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_failed_cluster_setup, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_setup_cluster': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1301:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_setup_cluster, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_alloc_extent_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1337:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(alloc_extent_state, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_free_extent_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1360:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(free_extent_state, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__work__done': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1414:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__work__done, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__qgroup_rsv_data': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1521:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_qgroup_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1571:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_qgroup_extent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_qgroup_num_dirty_extents': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1607:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qgroup_num_dirty_extents, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_qgroup_account_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1628:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_qgroup_account_extent, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_qgroup_update_counters': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1661:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qgroup_update_counters, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_qgroup_update_reserve': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1690:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qgroup_update_reserve, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/direct.c: In function 'nilfs_direct_insert': In file included from /kisskb/src/fs/read_write.c:13: /kisskb/src/fs/read_write.c: In function 'iov_iter_iovec': /kisskb/src/fs/nilfs2/direct.c:108:27: note: byref variable will be forcibly initialized union nilfs_bmap_ptr_req req; ^~~ /kisskb/src/include/linux/uio.h:126:9: note: userspace variable will be forcibly initialized return (struct iovec) { ^ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_qgroup_meta_reserve': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1716:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qgroup_meta_reserve, ^~~~~~~~~~~ /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/btrfs/super.c: In function 'trace_event_raw_event_qgroup_meta_convert': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1739:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qgroup_meta_convert, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_qgroup_meta_free_all_pertrans': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1762:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(qgroup_meta_free_all_pertrans, ^~~~~~~~~~~ /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_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/btrfs/super.c: In function 'trace_event_raw_event_btrfs__prelim_ref': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1787:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__prelim_ref, ^~~~~~~~~~~~~~~~~~~ /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/btrfs/super.c: In function 'trace_event_raw_event_btrfs_inode_mod_outstanding_extents': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1844:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_inode_mod_outstanding_extents, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/lib/test_overflow.c:7: /kisskb/src/lib/test_overflow.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__block_group': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1866:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__block_group, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_set_extent_bit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1920:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_set_extent_bit, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_clear_extent_bit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1959:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_clear_extent_bit, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_convert_extent_bit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1998:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_convert_extent_bit, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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 'list_empty_careful': /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_reserve_ticket': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:2114:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(btrfs_reserve_ticket, ^~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:320:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_locking_events': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:2187:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_locking_events, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function 'new_sync_read': /kisskb/src/fs/read_write.c:393:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/read_write.c:392:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/fs/read_write.c:391:15: note: byref variable will be forcibly initialized struct iovec iov = { .iov_base = buf, .iov_len = len }; ^~~ /kisskb/src/fs/read_write.c: In function 'new_sync_write': /kisskb/src/fs/read_write.c:496:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/read_write.c:495:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/fs/read_write.c:494:15: note: byref variable will be forcibly initialized struct iovec iov = { .iov_base = (void __user *)buf, .iov_len = len }; ^~~ /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__space_info_update': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:2227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__space_info_update, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function 'do_iter_readv_writev': /kisskb/src/fs/read_write.c:713:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/fs/read_write.c: In function 'do_loop_readv_writev': /kisskb/src/fs/read_write.c:742:16: note: userspace variable will be forcibly initialized struct iovec iovec = iov_iter_iovec(iter); ^~~~~ /kisskb/src/fs/open.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/lib/test_overflow.c: In function 'test_overflow_allocation': /kisskb/src/lib/test_overflow.c:560:13: note: byref variable will be forcibly initialized const char device_name[] = "overflow-test"; ^~~~~~~~~~~ /kisskb/src/lib/test_uuid.c: In function 'test_uuid_test': /kisskb/src/lib/test_uuid.c:66:7: note: byref variable will be forcibly initialized char buf[48]; ^~~ /kisskb/src/lib/test_uuid.c:65:9: note: byref variable will be forcibly initialized uuid_t be; ^~ /kisskb/src/lib/test_uuid.c:64:9: note: byref variable will be forcibly initialized guid_t le; ^~ /kisskb/src/fs/read_write.c: In function 'vfs_readv': /kisskb/src/fs/read_write.c:901:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/read_write.c:900:16: note: byref variable will be forcibly initialized struct iovec *iov = iovstack; ^~~ /kisskb/src/fs/read_write.c:899:15: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV]; ^~~~~~~~ /kisskb/src/lib/test_uuid.c: In function 'test_uuid_wrong': /kisskb/src/lib/test_uuid.c:94:9: note: byref variable will be forcibly initialized uuid_t be; ^~ /kisskb/src/lib/test_uuid.c:93:9: note: byref variable will be forcibly initialized guid_t le; ^~ /kisskb/src/fs/read_write.c: In function 'do_readv': /kisskb/src/fs/read_write.c:938:10: note: byref variable will be forcibly initialized loff_t pos, *ppos = file_ppos(f.file); ^~~ /kisskb/src/fs/read_write.c: In function 'vfs_writev': /kisskb/src/fs/read_write.c:918:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/read_write.c:917:16: note: byref variable will be forcibly initialized struct iovec *iov = iovstack; ^~~ /kisskb/src/fs/read_write.c:916: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/read_write.c:962:10: note: byref variable will be forcibly initialized loff_t pos, *ppos = file_ppos(f.file); ^~~ /kisskb/src/fs/read_write.c: In function 'do_sendfile': /kisskb/src/fs/read_write.c:1178:9: note: byref variable will be forcibly initialized loff_t out_pos; ^~~~~~~ /kisskb/src/fs/read_write.c:1177:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/btrfs.h:2269, from /kisskb/src/fs/btrfs/super.c:53: /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs__file_extent_item_regular': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function '__do_sys_sendfile': /kisskb/src/fs/read_write.c:1279:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ /kisskb/src/fs/open.c: In function 'do_faccessat': /kisskb/src/fs/open.c:397:14: note: byref variable will be forcibly initialized struct path path; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/btrfs.h:2269, from /kisskb/src/fs/btrfs/super.c:53: /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__file_extent_item_regular': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function '__do_sys_sendfile64': /kisskb/src/fs/read_write.c:1298:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ /kisskb/src/fs/read_write.c: In function '__kernel_read': /kisskb/src/fs/read_write.c:422:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/read_write.c:421:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/fs/read_write.c:417:14: note: byref variable will be forcibly initialized struct kvec iov = { ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/btrfs.h:2269, from /kisskb/src/fs/btrfs/super.c:53: /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs__file_extent_item_inline': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:424:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS( ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:424:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS( ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function '__do_sys_chdir': /kisskb/src/fs/open.c:485:14: note: byref variable will be forcibly initialized struct path path; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/btrfs.h:2269, from /kisskb/src/fs/btrfs/super.c:53: /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__file_extent_item_inline': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:424:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS( ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function '__do_sys_chroot': /kisskb/src/fs/open.c:533:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/read_write.c: In function '__kernel_write': /kisskb/src/fs/read_write.c:518:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/read_write.c:517:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/fs/read_write.c:513:14: note: byref variable will be forcibly initialized struct kvec iov = { ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/btrfs.h:2269, from /kisskb/src/fs/btrfs/super.c:53: /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs__work': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:1379:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__work, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:1379:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__work, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/btrfs.h:2269, from /kisskb/src/fs/btrfs/super.c:53: /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__work': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1379:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__work, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function 'ksys_read': /kisskb/src/fs/read_write.c:614:10: note: byref variable will be forcibly initialized loff_t pos, *ppos = file_ppos(f.file); ^~~ /kisskb/src/fs/read_write.c: In function 'ksys_write': /kisskb/src/fs/read_write.c:638:10: note: byref variable will be forcibly initialized loff_t pos, *ppos = file_ppos(f.file); ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/btrfs.h:2269, from /kisskb/src/fs/btrfs/super.c:53: /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs__workqueue': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:1459:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__workqueue, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:1459:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__workqueue, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1459:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__workqueue, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_find_near': /kisskb/src/fs/nilfs2/btree.c:1000:13: note: byref variable will be forcibly initialized int level, ncmax; ^~~~~ /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; ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/btrfs.h:2269, from /kisskb/src/fs/btrfs/super.c:53: /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__workqueue': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1459:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__workqueue, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1459:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__workqueue, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_sys_truncate': /kisskb/src/fs/open.c:124:14: note: byref variable will be forcibly initialized struct path path; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/btrfs.h:2269, from /kisskb/src/fs/btrfs/super.c:53: /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs__workqueue_done': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:1492:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__workqueue_done, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:1492:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__workqueue_done, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/btrfs.h:2269, from /kisskb/src/fs/btrfs/super.c:53: /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs__workqueue_done': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:1492:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs__workqueue_done, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/btrfs.h:2269, from /kisskb/src/fs/btrfs/super.c:53: /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_dump_space_info': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:2040:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_dump_space_info, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:2040:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_dump_space_info, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function 'generic_write_checks': /kisskb/src/fs/read_write.c:1631:9: note: byref variable will be forcibly initialized loff_t count; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/btrfs.h:2269, from /kisskb/src/fs/btrfs/super.c:53: /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_dump_space_info': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:2040:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_dump_space_info, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'chmod_common': /kisskb/src/fs/open.c:568:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^~~~~~~~ /kisskb/src/fs/read_write.c: In function 'generic_copy_file_checks': /kisskb/src/fs/open.c:567:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c:1418:11: note: byref variable will be forcibly initialized uint64_t count = *req_count; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/btrfs.h:2269, from /kisskb/src/fs/btrfs/super.c:53: /kisskb/src/fs/btrfs/super.c: In function 'perf_trace_btrfs_sleep_tree_lock': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/btrfs.h:2143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/btrfs.h:2143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_fchmodat': /kisskb/src/fs/open.c:614:14: note: byref variable will be forcibly initialized struct path path; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/btrfs.h:2269, from /kisskb/src/fs/btrfs/super.c:53: /kisskb/src/fs/btrfs/super.c: In function 'trace_event_raw_event_btrfs_sleep_tree_lock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/btrfs.h:2143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function '__do_sys_copy_file_range': /kisskb/src/fs/read_write.c:1533:9: note: byref variable will be forcibly initialized loff_t pos_out; ^~~~~~~ /kisskb/src/fs/read_write.c:1532:9: note: byref variable will be forcibly initialized loff_t pos_in; ^~~~~~ /kisskb/src/fs/open.c: In function 'chown_common': /kisskb/src/fs/open.c:647:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^~~~~~~~ /kisskb/src/fs/open.c:645:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/btrfs/delayed-inode.h:17, from /kisskb/src/fs/btrfs/super.c:30: /kisskb/src/fs/btrfs/super.c: In function 'btrfs_dir_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2159:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/open.c: In function 'do_fchownat': /kisskb/src/fs/open.c:692:14: note: byref variable will be forcibly initialized struct path path; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/fs/btrfs/super.c:6: /kisskb/src/fs/btrfs/super.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_match_name': /kisskb/src/fs/f2fs/dir.c:267:22: note: byref variable will be forcibly initialized struct fscrypt_name f; ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_prepare_convert_and_insert': /kisskb/src/fs/nilfs2/btree.c:1731:22: 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:1060:22: note: byref variable will be forcibly initialized char *device_name, *opts, *orig, *p; ^~~~ /kisskb/src/fs/btrfs/super.c:1059:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/open.c: In function 'do_sys_openat2': /kisskb/src/fs/open.c:1199: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:1251: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:1153:18: note: byref variable will be forcibly initialized struct open_how how = build_open_how(flags, mode); ^~~ /kisskb/src/fs/open.c:1152: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:1188:18: note: byref variable will be forcibly initialized struct open_how how = build_open_how(flags, mode); ^~~ /kisskb/src/fs/open.c:1187: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:1227:18: note: byref variable will be forcibly initialized struct open_how how = build_open_how(flags, mode); ^~~ /kisskb/src/fs/btrfs/super.c: In function 'btrfs_statfs': /kisskb/src/fs/btrfs/super.c:2242:6: note: byref variable will be forcibly initialized u64 total_free_data = 0; ^~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_assign_v': /kisskb/src/fs/nilfs2/btree.c:2224:6: note: byref variable will be forcibly initialized int ncmax, ret; ^~~~~ /kisskb/src/fs/nilfs2/btree.c:2223:27: note: byref variable will be forcibly initialized union nilfs_bmap_ptr_req req; ^~~ /kisskb/src/fs/btrfs/super.c: In function 'btrfs_parse_subvol_options': /kisskb/src/fs/btrfs/super.c:1117:6: note: byref variable will be forcibly initialized u64 subvolid; ^~~~~~~~ /kisskb/src/fs/btrfs/super.c:1115:8: note: byref variable will be forcibly initialized char *opts, *orig, *p; ^~~~ /kisskb/src/fs/btrfs/super.c:1114:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_assign_p': /kisskb/src/fs/nilfs2/btree.c:2181:6: note: byref variable will be forcibly initialized int ncmax, ret; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c:1857:3: note: in expansion of macro 'wait_event' wait_event(fs_info->transaction_wait, ^~~~~~~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_setup_filename': /kisskb/src/fs/f2fs/dir.c:142: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:161:22: note: byref variable will be forcibly initialized struct fscrypt_name crypt_name; ^~~~~~~~~~ /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/nilfs2/btree.c: In function 'nilfs_btree_lookup_dirty_buffers': /kisskb/src/fs/nilfs2/btree.c:2141:10: note: byref variable will be forcibly initialized pgoff_t index = 0; ^~~~~ /kisskb/src/fs/nilfs2/btree.c:2139:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/nilfs2/btree.c:2138:19: note: byref variable will be forcibly initialized struct list_head lists[NILFS_BTREE_LEVEL_MAX]; ^~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'find_in_block': /kisskb/src/fs/f2fs/dir.c:203: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:343:6: note: byref variable will be forcibly initialized int max_slots; ^~~~~~~~~ /kisskb/src/lib/test_scanf.c: In function '_test': /kisskb/src/lib/test_scanf.c:34:14: note: byref variable will be forcibly initialized va_list ap, ap_copy; ^~~~~~~ /kisskb/src/lib/test_scanf.c:34:10: note: byref variable will be forcibly initialized va_list ap, ap_copy; ^~ /kisskb/src/lib/test_scanf.c: In function 'numbers_simple': /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:262:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "0x%hhx", "hhx", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:262:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "0x%hhx", "hhx", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:262:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "0x%hhx", "hhx", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:262:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "0x%hhx", "hhx", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:261:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned char, "0x%hhx", "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:261:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned char, "0x%hhx", "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:261:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned char, "0x%hhx", "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:261:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned char, "0x%hhx", "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:260:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "0x%hhx", "hhi", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:260:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "0x%hhx", "hhi", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:260:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "0x%hhx", "hhi", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:260:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "0x%hhx", "hhi", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:259:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "%hhx", "hhx", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'btrfs_printk': /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:259:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "%hhx", "hhx", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c:221:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:259:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "%hhx", "hhx", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c:220:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/btrfs/super.c:219:7: note: byref variable will be forcibly initialized char lvl[PRINTK_MAX_SINGLE_HEADER_LEN + 1] = "\0"; ^~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:259:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "%hhx", "hhx", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:258:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned char, "%hhx", "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:258:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned char, "%hhx", "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:258:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned char, "%hhx", "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:258:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned char, "%hhx", "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:257:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "%hhd", "hhi", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:257:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "%hhd", "hhi", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:257:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "%hhd", "hhi", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:257:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "%hhd", "hhi", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:256:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "%hhd", "hhd", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:256:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "%hhd", "hhd", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:256:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "%hhd", "hhd", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:256:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(signed char, "%hhd", "hhd", check_char); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:255:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned char, "%hhu", "hhu", check_uchar); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:255:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned char, "%hhu", "hhu", check_uchar); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:255:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned char, "%hhu", "hhu", check_uchar); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:255:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned char, "%hhu", "hhu", check_uchar); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:253:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "0x%hx", "hx", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:253:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "0x%hx", "hx", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:253:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "0x%hx", "hx", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:253:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "0x%hx", "hx", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:252:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned short, "0x%hx", "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:252:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned short, "0x%hx", "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:252:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned short, "0x%hx", "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:252:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned short, "0x%hx", "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_prepare_update_v': /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:251:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "0x%hx", "hi", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:251:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "0x%hx", "hi", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:251:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "0x%hx", "hi", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:251:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "0x%hx", "hi", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:250:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "%hx", "hx", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:250:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "%hx", "hx", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/btree.c:1899:6: note: byref variable will be forcibly initialized int ncmax, ret; ^~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:250:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "%hx", "hx", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:250:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "%hx", "hx", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:249:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned short, "%hx", "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:249:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned short, "%hx", "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:249:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned short, "%hx", "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_find_entry': /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:249:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned short, "%hx", "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/dir.c:437:23: note: byref variable will be forcibly initialized struct f2fs_filename fname; ^~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:248:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "%hd", "hi", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:248:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "%hd", "hi", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:248:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "%hd", "hi", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:248:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "%hd", "hi", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:247:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "%hd", "hd", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:247:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "%hd", "hd", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:247:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "%hd", "hd", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:247:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(short, "%hd", "hd", check_short); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:246:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned short, "%hu", "hu", check_ushort); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:246:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned short, "%hu", "hu", check_ushort); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:246:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned short, "%hu", "hu", check_ushort); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:246:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned short, "%hu", "hu", check_ushort); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:244:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "0x%x", "x", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:244:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "0x%x", "x", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:244:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "0x%x", "x", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:244:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "0x%x", "x", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:243:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned int, "0x%x", "x", check_uint); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:243:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned int, "0x%x", "x", check_uint); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:243:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned int, "0x%x", "x", check_uint); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:243:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned int, "0x%x", "x", check_uint); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:242:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "0x%x", "i", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:242:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "0x%x", "i", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:242:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "0x%x", "i", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function '__btrfs_handle_fs_error': /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:242:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "0x%x", "i", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c:146:11: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/btrfs/super.c:145:20: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:241:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "%x", "x", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:241:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "%x", "x", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:241:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "%x", "x", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:241:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "%x", "x", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:240:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned int, "%x", "x", check_uint); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:240:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned int, "%x", "x", check_uint); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:240:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned int, "%x", "x", check_uint); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:240:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned int, "%x", "x", check_uint); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:239:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "%d", "i", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:239:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "%d", "i", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:239:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "%d", "i", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:239:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "%d", "i", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:238:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "%d", "d", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:238:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "%d", "d", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:238:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "%d", "d", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:238:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(int, "%d", "d", check_int); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:237:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned int, "%u", "u", check_uint); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:237:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned int, "%u", "u", check_uint); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:237:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned int, "%u", "u", check_uint); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:237:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned int, "%u", "u", check_uint); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:235:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "0x%lx", "lx", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:235:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "0x%lx", "lx", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:235:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "0x%lx", "lx", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:235:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "0x%lx", "lx", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:234:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long, "0x%lx", "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:234:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long, "0x%lx", "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:234:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long, "0x%lx", "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:234:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long, "0x%lx", "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:233:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "0x%lx", "li", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:233:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "0x%lx", "li", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:233:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "0x%lx", "li", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:233:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "0x%lx", "li", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:232:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "%lx", "lx", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:232:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "%lx", "lx", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:232:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "%lx", "lx", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:232:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "%lx", "lx", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:231:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long, "%lx", "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:231:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long, "%lx", "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:231:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long, "%lx", "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:231:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long, "%lx", "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:230:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "%ld", "li", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:230:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "%ld", "li", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:230:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "%ld", "li", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:230:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "%ld", "li", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:229:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "%ld", "ld", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:229:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "%ld", "ld", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:229:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "%ld", "ld", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:229:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long, "%ld", "ld", check_long); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:228:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long, "%lu", "lu", check_ulong); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:228:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long, "%lu", "lu", check_ulong); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:228:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long, "%lu", "lu", check_ulong); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:228:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long, "%lu", "lu", check_ulong); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:226:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "0x%llx", "llx", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:226:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "0x%llx", "llx", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:226:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "0x%llx", "llx", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:226:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "0x%llx", "llx", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:225:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long long, "0x%llx", "llx", check_ull); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:225:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long long, "0x%llx", "llx", check_ull); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:225:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long long, "0x%llx", "llx", check_ull); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:225:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long long, "0x%llx", "llx", check_ull); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:224:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "0x%llx", "lli", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:224:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "0x%llx", "lli", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:224:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "0x%llx", "lli", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:224:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "0x%llx", "lli", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:223:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "%llx", "llx", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c: In function 'parse_rescue_options': /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:223:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "%llx", "llx", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:223:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "%llx", "llx", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c:504:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:223:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "%llx", "llx", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/super.c:501:8: note: byref variable will be forcibly initialized char *opts; ^~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:222:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long long, "%llx", "llx", check_ull); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:222:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long long, "%llx", "llx", check_ull); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:222:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long long, "%llx", "llx", check_ull); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:222:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long long, "%llx", "llx", check_ull); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:221:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "%lld", "lli", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:221:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "%lld", "lli", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:221:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "%lld", "lli", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:221:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "%lld", "lli", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:220:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "%lld", "lld", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:220:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "%lld", "lld", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:220:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "%lld", "lld", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:220:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(long long, "%lld", "lld", check_ll); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:219:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long long, "%llu", "llu", check_ull); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:219:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long long, "%llu", "llu", check_ull); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:4: note: byref variable will be forcibly initialized T result = ~expect_val; /* should be overwritten */ \ ^~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:219:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long long, "%llu", "llu", check_ull); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:10: note: byref variable will be forcibly initialized const T expect_val = (T)(val); \ ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:4: note: in expansion of macro 'test_one_number' test_one_number(T, gen_fmt, scan_fmt, \ ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:219:2: note: in expansion of macro 'simple_numbers_loop' simple_numbers_loop(unsigned long long, "%llu", "llu", check_ull); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_has_enough_room': /kisskb/src/fs/f2fs/dir.c:673:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_commit_update_v': /kisskb/src/fs/nilfs2/btree.c:1934:6: note: byref variable will be forcibly initialized int ncmax; ^~~~~ /kisskb/src/fs/btrfs/super.c: In function 'btrfs_mount_root': /kisskb/src/fs/btrfs/super.c:1646:8: note: byref variable will be forcibly initialized void *new_sec_opts = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_do_make_empty_dir': /kisskb/src/fs/f2fs/dir.c:531:21: note: byref variable will be forcibly initialized struct fscrypt_str dotdot = FSTR_INIT("..", 2); ^~~~~~ /kisskb/src/fs/f2fs/dir.c:530:21: note: byref variable will be forcibly initialized struct fscrypt_str dot = FSTR_INIT(".", 1); ^~~ /kisskb/src/fs/ntfs3/lib/lzx_decompress.c: In function 'lzx_postprocess': /kisskb/src/fs/ntfs3/lib/lzx_decompress.c:185:5: note: byref variable will be forcibly initialized u8 saved_bytes[6]; ^~~~~~~~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'make_empty_dir': /kisskb/src/fs/f2fs/dir.c:545:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/btrfs/super.c: In function '__btrfs_panic': /kisskb/src/fs/btrfs/super.c:319: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:569:6: note: byref variable will be forcibly initialized int intarg; ^~~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_add_regular_entry': /kisskb/src/fs/btrfs/super.c:567:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/f2fs/dir.c:716:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_propagate_v': /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_do_add_link': /kisskb/src/fs/nilfs2/btree.c:2023:6: note: byref variable will be forcibly initialized int ncmax; ^~~~~ /kisskb/src/fs/f2fs/dir.c:825:15: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ /kisskb/src/fs/f2fs/dir.c:824:23: note: byref variable will be forcibly initialized struct f2fs_filename fname; ^~~~~ /kisskb/src/fs/nilfs2/btree.c:2019: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:1788:8: note: byref variable will be forcibly initialized __u64 tmpptr; ^~~~~~ /kisskb/src/fs/ntfs3/lib/lzx_decompress.c: In function 'lzx_decompress': /kisskb/src/fs/ntfs3/lib/lzx_decompress.c:612:7: note: byref variable will be forcibly initialized u32 block_size; ^~~~~~~~~~ /kisskb/src/fs/ntfs3/lib/lzx_decompress.c:611:7: note: byref variable will be forcibly initialized int block_type; ^~~~~~~~~~ /kisskb/src/fs/ntfs3/lib/lzx_decompress.c:599:6: note: byref variable will be forcibly initialized u32 recent_offsets[LZX_NUM_RECENT_OFFSETS] = {1, 1, 1}; ^~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/lib/lzx_decompress.c:598:25: note: byref variable will be forcibly initialized struct input_bitstream is; ^~ /kisskb/src/fs/btrfs/super.c: In function 'btrfs_remount': /kisskb/src/fs/btrfs/super.c:1906:9: note: byref variable will be forcibly initialized void *new_sec_opts = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_fill_dentries': /kisskb/src/fs/f2fs/dir.c:1001:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /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_check_delete': /kisskb/src/fs/nilfs2/btree.c:1638:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/btrfs/super.c: In function 'btrfs_get_subvol_name_from_objectid': /kisskb/src/fs/btrfs/super.c:1174:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_prepare_insert': /kisskb/src/fs/nilfs2/btree.c:1053:21: note: byref variable will be forcibly initialized int pindex, level, ncmax, ncblk, ret; ^~~~~ /kisskb/src/fs/nilfs2/btree.c:1050:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_readdir': /kisskb/src/fs/f2fs/dir.c:1087:21: note: byref variable will be forcibly initialized struct fscrypt_str fstr = FSTR_INIT(NULL, 0); ^~~~ /kisskb/src/fs/f2fs/dir.c:1086:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/btrfs/super.c: In function 'btrfs_show_options': /kisskb/src/fs/btrfs/super.c:1440:7: note: byref variable will be forcibly initialized bool printed = false; ^~~~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_prepare_delete': /kisskb/src/fs/nilfs2/btree.c:1427:36: note: byref variable will be forcibly initialized int pindex, dindex, level, ncmin, ncmax, ncblk, ret; ^~~~~ /kisskb/src/fs/nilfs2/btree.c:1424:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/btrfs/super.c: In function 'btrfs_mount': /kisskb/src/fs/btrfs/super.c:1775:6: note: byref variable will be forcibly initialized u64 subvol_objectid = 0; ^~~~~~~~~~~~~~~ /kisskb/src/block/t10-pi.c: In function 't10_pi_type1_prepare': /kisskb/src/block/t10-pi.c:143:20: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/t10-pi.c:142:18: note: byref variable will be forcibly initialized struct bio_vec iv; ^~ /kisskb/src/fs/btrfs/super.c:1774:8: note: byref variable will be forcibly initialized char *subvol_name = NULL; ^~~~~~~~~~~ /kisskb/src/block/t10-pi.c: In function 't10_pi_type1_complete': /kisskb/src/block/t10-pi.c:193:20: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/block/t10-pi.c:192:18: note: byref variable will be forcibly initialized struct bio_vec iv; ^~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_gather_data': /kisskb/src/fs/nilfs2/btree.c:1678: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_insert': /kisskb/src/fs/nilfs2/btree.c:1222:6: note: byref variable will be forcibly initialized int level, ret; ^~~~~ /kisskb/src/fs/nilfs2/btree.c:1221:26: note: byref variable will be forcibly initialized struct nilfs_bmap_stats stats; ^~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_mark': /kisskb/src/fs/nilfs2/btree.c:2313:8: note: byref variable will be forcibly initialized __u64 ptr; ^~~ /kisskb/src/fs/nilfs2/btree.c:2311: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:1574:6: note: byref variable will be forcibly initialized int level, ret; ^~~~~ /kisskb/src/fs/nilfs2/btree.c:1572: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/lib/test_scanf.c: In function 'numbers_prefix_overflow': /kisskb/src/fs/nilfs2/btree.c:701:33: note: byref variable will be forcibly initialized int ret, cnt, index, maxlevel, ncmax; ^~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:679:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(char, "0xA7", "%2hhi%hhi", 0, 0, 1, check_char); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/btree.c:699:11: note: byref variable will be forcibly initialized sector_t blocknr; ^~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:679:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(char, "0xA7", "%2hhi%hhi", 0, 0, 1, check_char); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/btree.c:698:8: note: byref variable will be forcibly initialized __u64 ptr, ptr2; ^~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:678:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(short, "0xA7", "%2hi%hi", 0, 0, 1, check_short); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:678:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(short, "0xA7", "%2hi%hi", 0, 0, 1, check_short); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:677:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(int, "0xA7", "%2i%i", 0, 0, 1, check_int); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:677:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(int, "0xA7", "%2i%i", 0, 0, 1, check_int); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:676:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long, "0xA7", "%2li%li", 0, 0, 1, check_long); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:676:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long, "0xA7", "%2li%li", 0, 0, 1, check_long); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:675:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long long, "0xA7", "%2lli%lli", 0, 0, 1, check_ll); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:675:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long long, "0xA7", "%2lli%lli", 0, 0, 1, check_ll); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:673:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(char, "0x67", "%2hhi%hhi", 0, 67, 2, check_char); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:673:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(char, "0x67", "%2hhi%hhi", 0, 67, 2, check_char); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:672:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(short, "0x67", "%2hi%hi", 0, 67, 2, check_short); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:672:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(short, "0x67", "%2hi%hi", 0, 67, 2, check_short); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:671:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(int, "0x67", "%2i%i", 0, 67, 2, check_int); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:671:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(int, "0x67", "%2i%i", 0, 67, 2, check_int); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:670:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long, "0x67", "%2li%li", 0, 67, 2, check_long); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:670:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long, "0x67", "%2li%li", 0, 67, 2, check_long); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:669:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long long, "0x67", "%2lli%lli", 0, 67, 2, check_ll); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:669:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long long, "0x67", "%2lli%lli", 0, 67, 2, check_ll); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:661:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned char, "0xA7", "%2hhx%hhx", 0, 0xa7, 2, check_uchar); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:661:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned char, "0xA7", "%2hhx%hhx", 0, 0xa7, 2, check_uchar); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:660:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned short, "0xA7", "%2hx%hx", 0, 0xa7, 2, check_ushort); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:660:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned short, "0xA7", "%2hx%hx", 0, 0xa7, 2, check_ushort); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:659:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned int, "0xA7", "%2x%x", 0, 0xa7, 2, check_uint); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:659:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned int, "0xA7", "%2x%x", 0, 0xa7, 2, check_uint); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:658:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned long, "0xA7", "%2lx%lx", 0, 0xa7, 2, check_ulong); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:658:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned long, "0xA7", "%2lx%lx", 0, 0xa7, 2, check_ulong); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:657:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned long long, "0xA7", "%2llx%llx", 0, 0xa7, 2, check_ull); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:657:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned long long, "0xA7", "%2llx%llx", 0, 0xa7, 2, check_ull); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:650:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(char, "0xA7", "%1hhi%hhx", 0, 0, 1, check_char); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:650:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(char, "0xA7", "%1hhi%hhx", 0, 0, 1, check_char); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:649:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(short, "0xA7", "%1hi%hx", 0, 0, 1, check_short); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:649:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(short, "0xA7", "%1hi%hx", 0, 0, 1, check_short); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:648:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(int, "0xA7", "%1i%x", 0, 0, 1, check_int); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:648:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(int, "0xA7", "%1i%x", 0, 0, 1, check_int); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:647:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long, "0xA7", "%1li%lx", 0, 0, 1, check_long); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:647:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long, "0xA7", "%1li%lx", 0, 0, 1, check_long); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:646:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long long, "0xA7", "%1lli%llx", 0, 0, 1, check_ll); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:646:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long long, "0xA7", "%1lli%llx", 0, 0, 1, check_ll); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:645:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned char, "0xA7", "%1hhx%hhx", 0, 0, 1, check_uchar); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:645:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned char, "0xA7", "%1hhx%hhx", 0, 0, 1, check_uchar); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:644:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned short, "0xA7", "%1hx%hx", 0, 0, 1, check_ushort); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:644:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned short, "0xA7", "%1hx%hx", 0, 0, 1, check_ushort); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:643:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned int, "0xA7", "%1x%x", 0, 0, 1, check_uint); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:643:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned int, "0xA7", "%1x%x", 0, 0, 1, check_uint); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:642:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned long, "0xA7", "%1lx%lx", 0, 0, 1, check_ulong); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:642:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned long, "0xA7", "%1lx%lx", 0, 0, 1, check_ulong); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:641:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned long long, "0xA7", "%1llx%llx", 0, 0, 1, check_ull); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:641:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(unsigned long long, "0xA7", "%1llx%llx", 0, 0, 1, check_ull); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:634:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(signed char, "-1 1", "%1hhi %hhi", 0, 0, 0, check_char); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:634:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(signed char, "-1 1", "%1hhi %hhi", 0, 0, 0, check_char); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:633:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(short, "-1 1", "%1hi %hi", 0, 0, 0, check_short); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:633:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(short, "-1 1", "%1hi %hi", 0, 0, 0, check_short); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:632:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(int, "-1 1", "%1i %i", 0, 0, 0, check_int); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:632:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(int, "-1 1", "%1i %i", 0, 0, 0, check_int); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:631:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long, "-1 1", "%1li %li", 0, 0, 0, check_long); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:631:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long, "-1 1", "%1li %li", 0, 0, 0, check_long); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:630:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long long, "-1 1", "%1lli %lli", 0, 0, 0, check_ll); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:630:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long long, "-1 1", "%1lli %lli", 0, 0, 0, check_ll); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:628:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(signed char, "-1 1", "%1hhd %hhd", 0, 0, 0, check_char); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:628:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(signed char, "-1 1", "%1hhd %hhd", 0, 0, 0, check_char); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:627:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(short, "-1 1", "%1hd %hd", 0, 0, 0, check_short); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_convert_and_insert': /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:627:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(short, "-1 1", "%1hd %hd", 0, 0, 0, check_short); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:626:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(int, "-1 1", "%1d %d", 0, 0, 0, check_int); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/btree.c:1856:26: note: byref variable will be forcibly initialized struct nilfs_bmap_stats stats; ^~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:626:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(int, "-1 1", "%1d %d", 0, 0, 0, check_int); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:625:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long, "-1 1", "%1ld %ld", 0, 0, 0, check_long); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:625:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long, "-1 1", "%1ld %ld", 0, 0, 0, check_long); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/btree.c:1855:33: note: byref variable will be forcibly initialized union nilfs_bmap_ptr_req dreq, nreq, *di, *ni; ^~~~ /kisskb/src/lib/test_scanf.c:609:4: note: byref variable will be forcibly initialized T result[2] = {~expect[0], ~expect[1]}; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:624:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long long, "-1 1", "%1lld %lld", 0, 0, 0, check_ll); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:10: note: byref variable will be forcibly initialized const T expect[2] = { expect0, expect1 }; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:624:2: note: in expansion of macro 'test_number_prefix' test_number_prefix(long long, "-1 1", "%1lld %lld", 0, 0, 0, check_ll); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/btree.c:1855:27: note: byref variable will be forcibly initialized union nilfs_bmap_ptr_req dreq, nreq, *di, *ni; ^~~~ /kisskb/src/fs/nilfs2/btree.c:1854:22: note: byref variable will be forcibly initialized struct buffer_head *bh = NULL; ^~ /kisskb/src/lib/test_scanf.c: In function 'append_fmt': /kisskb/src/lib/test_scanf.c:317:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_ll': /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:408:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long long, "0x%llx", delim, "lli", check_ll); ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/test_memcat_p.c:8: /kisskb/src/lib/test_memcat_p.c: In function 'kmalloc_array': /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:408:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long long, "0x%llx", delim, "lli", check_ll); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:408:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long long, "0x%llx", delim, "lli", check_ll); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:408:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long long, "0x%llx", delim, "lli", check_ll); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:407:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long long, "0x%llx", delim, "llx", check_ull); ^~~~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:407:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long long, "0x%llx", delim, "llx", check_ull); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:407:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long long, "0x%llx", delim, "llx", check_ull); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:407:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long long, "0x%llx", delim, "llx", check_ull); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:406:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long long, "%llx", delim, "llx", check_ull); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:406:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long long, "%llx", delim, "llx", check_ull); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:406:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long long, "%llx", delim, "llx", check_ull); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:406:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long long, "%llx", delim, "llx", check_ull); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:405:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long long, "%lld", delim, "lli", check_ll); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:405:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long long, "%lld", delim, "lli", check_ll); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:405:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long long, "%lld", delim, "lli", check_ll); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:405:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long long, "%lld", delim, "lli", check_ll); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:404:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long long, "%lld", delim, "lld", check_ll); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:404:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long long, "%lld", delim, "lld", check_ll); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:404:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long long, "%lld", delim, "lld", check_ll); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:404:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long long, "%lld", delim, "lld", check_ll); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:403:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long long, "%llu", delim, "llu", check_ull); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:403:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long long, "%llu", delim, "llu", check_ull); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:403:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long long, "%llu", delim, "llu", check_ull); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:403:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long long, "%llu", delim, "llu", check_ull); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_l': /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:418:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long, "0x%lx", delim, "li", check_long); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:418:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long, "0x%lx", delim, "li", check_long); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:418:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long, "0x%lx", delim, "li", check_long); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:418:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long, "0x%lx", delim, "li", check_long); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:417:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long, "0x%lx", delim, "lx", check_ulong); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:417:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long, "0x%lx", delim, "lx", check_ulong); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:417:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long, "0x%lx", delim, "lx", check_ulong); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:417:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long, "0x%lx", delim, "lx", check_ulong); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:416:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long, "%lx", delim, "lx", check_ulong); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:416:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long, "%lx", delim, "lx", check_ulong); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:416:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long, "%lx", delim, "lx", check_ulong); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:416:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long, "%lx", delim, "lx", check_ulong); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:415:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long, "%ld", delim, "li", check_long); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:415:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long, "%ld", delim, "li", check_long); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:415:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long, "%ld", delim, "li", check_long); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:415:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long, "%ld", delim, "li", check_long); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:414:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long, "%ld", delim, "ld", check_long); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:414:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long, "%ld", delim, "ld", check_long); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:414:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long, "%ld", delim, "ld", check_long); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:414:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(long, "%ld", delim, "ld", check_long); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:413:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long, "%lu", delim, "lu", check_ulong); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:413:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long, "%lu", delim, "lu", check_ulong); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:413:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long, "%lu", delim, "lu", check_ulong); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:413:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned long, "%lu", delim, "lu", check_ulong); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_d': /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:428:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(int, "0x%x", delim, "i", check_int); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:428:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(int, "0x%x", delim, "i", check_int); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:428:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(int, "0x%x", delim, "i", check_int); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:428:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(int, "0x%x", delim, "i", check_int); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:427:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned int, "0x%x", delim, "x", check_uint); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:427:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned int, "0x%x", delim, "x", check_uint); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:427:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned int, "0x%x", delim, "x", check_uint); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:427:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned int, "0x%x", delim, "x", check_uint); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:426:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned int, "%x", delim, "x", check_uint); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:426:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned int, "%x", delim, "x", check_uint); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:426:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned int, "%x", delim, "x", check_uint); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:426:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned int, "%x", delim, "x", check_uint); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:425:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(int, "%d", delim, "i", check_int); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:425:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(int, "%d", delim, "i", check_int); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:425:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(int, "%d", delim, "i", check_int); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:425:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(int, "%d", delim, "i", check_int); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:424:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(int, "%d", delim, "d", check_int); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:424:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(int, "%d", delim, "d", check_int); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:424:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(int, "%d", delim, "d", check_int); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:424:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(int, "%d", delim, "d", check_int); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:423:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned int, "%u", delim, "u", check_uint); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:423:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned int, "%u", delim, "u", check_uint); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:423:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned int, "%u", delim, "u", check_uint); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:423:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned int, "%u", delim, "u", check_uint); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_h': /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:438:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(short, "0x%hx", delim, "hi", check_short); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:438:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(short, "0x%hx", delim, "hi", check_short); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:438:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(short, "0x%hx", delim, "hi", check_short); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:438:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(short, "0x%hx", delim, "hi", check_short); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:437:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned short, "0x%hx", delim, "hx", check_ushort); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:437:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned short, "0x%hx", delim, "hx", check_ushort); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:437:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned short, "0x%hx", delim, "hx", check_ushort); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:437:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned short, "0x%hx", delim, "hx", check_ushort); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:436:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned short, "%hx", delim, "hx", check_ushort); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:436:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned short, "%hx", delim, "hx", check_ushort); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:436:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned short, "%hx", delim, "hx", check_ushort); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:436:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned short, "%hx", delim, "hx", check_ushort); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:435:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(short, "%hd", delim, "hi", check_short); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:435:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(short, "%hd", delim, "hi", check_short); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:435:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(short, "%hd", delim, "hi", check_short); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:435:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(short, "%hd", delim, "hi", check_short); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:434:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(short, "%hd", delim, "hd", check_short); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:434:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(short, "%hd", delim, "hd", check_short); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:434:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(short, "%hd", delim, "hd", check_short); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:434:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(short, "%hd", delim, "hd", check_short); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:433:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned short, "%hu", delim, "hu", check_ushort); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:433:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned short, "%hu", delim, "hu", check_ushort); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:433:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned short, "%hu", delim, "hu", check_ushort); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:433:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned short, "%hu", delim, "hu", check_ushort); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_hh': /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:448:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(signed char, "0x%hhx", delim, "hhi", check_char); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:448:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(signed char, "0x%hhx", delim, "hhi", check_char); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:448:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(signed char, "0x%hhx", delim, "hhi", check_char); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:448:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(signed char, "0x%hhx", delim, "hhi", check_char); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:447:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned char, "0x%hhx", delim, "hhx", check_uchar); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:447:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned char, "0x%hhx", delim, "hhx", check_uchar); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:447:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned char, "0x%hhx", delim, "hhx", check_uchar); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:447:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned char, "0x%hhx", delim, "hhx", check_uchar); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:446:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned char, "%hhx", delim, "hhx", check_uchar); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:446:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned char, "%hhx", delim, "hhx", check_uchar); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:446:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned char, "%hhx", delim, "hhx", check_uchar); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:446:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned char, "%hhx", delim, "hhx", check_uchar); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:445:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(signed char, "%hhd", delim, "hhi", check_char); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:445:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(signed char, "%hhd", delim, "hhi", check_char); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:445:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(signed char, "%hhd", delim, "hhi", check_char); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:445:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(signed char, "%hhd", delim, "hhi", check_char); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:444:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(signed char, "%hhd", delim, "hhd", check_char); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:444:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(signed char, "%hhd", delim, "hhd", check_char); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:444:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(signed char, "%hhd", delim, "hhd", check_char); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:444:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(signed char, "%hhd", delim, "hhd", check_char); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:443:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned char, "%hhu", delim, "hhu", check_uchar); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:443:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned char, "%hhu", delim, "hhu", check_uchar); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:443:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned char, "%hhu", delim, "hhu", check_uchar); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:443:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(unsigned char, "%hhu", delim, "hhu", check_uchar); ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_ll': /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:467:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long long, "0x%llx", delim, 18, "lli", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:467:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long long, "0x%llx", delim, 18, "lli", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:467:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long long, "0x%llx", delim, 18, "lli", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:467:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long long, "0x%llx", delim, 18, "lli", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:467:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long long, "0x%llx", delim, 18, "lli", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:466:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long long, "0x%llx", delim, 18, "llx", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:466:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long long, "0x%llx", delim, 18, "llx", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:466:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long long, "0x%llx", delim, 18, "llx", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:466:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long long, "0x%llx", delim, 18, "llx", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:466:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long long, "0x%llx", delim, 18, "llx", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:465:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long long, "%llx", delim, 16, "llx", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:465:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long long, "%llx", delim, 16, "llx", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:465:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long long, "%llx", delim, 16, "llx", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:465:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long long, "%llx", delim, 16, "llx", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:465:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long long, "%llx", delim, 16, "llx", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:464:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long long, "%lld", delim, 20, "lli", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:464:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long long, "%lld", delim, 20, "lli", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:464:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long long, "%lld", delim, 20, "lli", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:464:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long long, "%lld", delim, 20, "lli", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:464:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long long, "%lld", delim, 20, "lli", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:463:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long long, "%lld", delim, 20, "lld", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:463:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long long, "%lld", delim, 20, "lld", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:463:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long long, "%lld", delim, 20, "lld", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:463:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long long, "%lld", delim, 20, "lld", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:463:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long long, "%lld", delim, 20, "lld", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:462:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long long, "%llu", delim, 20, "llu", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:462:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long long, "%llu", delim, 20, "llu", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:462:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long long, "%llu", delim, 20, "llu", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:462:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long long, "%llu", delim, 20, "llu", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:462:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long long, "%llu", delim, 20, "llu", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_l': /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:478:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long, "0x%lx", delim, 18, "li", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:478:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long, "0x%lx", delim, 18, "li", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:478:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long, "0x%lx", delim, 18, "li", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:478:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long, "0x%lx", delim, 18, "li", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:478:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long, "0x%lx", delim, 18, "li", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:477:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long, "0x%lx", delim, 18, "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:477:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long, "0x%lx", delim, 18, "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:477:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long, "0x%lx", delim, 18, "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:477:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long, "0x%lx", delim, 18, "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:477:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long, "0x%lx", delim, 18, "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:476:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long, "%lx", delim, 16, "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:476:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long, "%lx", delim, 16, "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:476:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long, "%lx", delim, 16, "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:476:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long, "%lx", delim, 16, "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:476:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long, "%lx", delim, 16, "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:475:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long, "%ld", delim, 20, "li", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:475:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long, "%ld", delim, 20, "li", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:475:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long, "%ld", delim, 20, "li", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:475:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long, "%ld", delim, 20, "li", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:475:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long, "%ld", delim, 20, "li", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:474:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long, "%ld", delim, 20, "ld", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:474:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long, "%ld", delim, 20, "ld", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:474:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long, "%ld", delim, 20, "ld", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:474:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long, "%ld", delim, 20, "ld", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:474:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(long, "%ld", delim, 20, "ld", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:473:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long, "%lu", delim, 20, "lu", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:473:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long, "%lu", delim, 20, "lu", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:473:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long, "%lu", delim, 20, "lu", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:473:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long, "%lu", delim, 20, "lu", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:473:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned long, "%lu", delim, 20, "lu", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_d': /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:496:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(int, "0x%x", delim, 10, "i", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:496:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(int, "0x%x", delim, 10, "i", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:496:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(int, "0x%x", delim, 10, "i", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:496:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(int, "0x%x", delim, 10, "i", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:496:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(int, "0x%x", delim, 10, "i", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:495:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned int, "0x%x", delim, 10, "x", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:495:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned int, "0x%x", delim, 10, "x", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:495:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned int, "0x%x", delim, 10, "x", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:495:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned int, "0x%x", delim, 10, "x", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:495:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned int, "0x%x", delim, 10, "x", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:494:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned int, "%x", delim, 8, "x", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:494:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned int, "%x", delim, 8, "x", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:494:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned int, "%x", delim, 8, "x", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:494:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned int, "%x", delim, 8, "x", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:494:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned int, "%x", delim, 8, "x", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:493:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(int, "%d", delim, 11, "i", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:493:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(int, "%d", delim, 11, "i", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:493:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(int, "%d", delim, 11, "i", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:493:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(int, "%d", delim, 11, "i", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:493:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(int, "%d", delim, 11, "i", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:492:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(int, "%d", delim, 11, "d", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:492:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(int, "%d", delim, 11, "d", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:492:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(int, "%d", delim, 11, "d", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:492:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(int, "%d", delim, 11, "d", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:492:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(int, "%d", delim, 11, "d", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:491:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned int, "%u", delim, 10, "u", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:491:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned int, "%u", delim, 10, "u", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:491:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned int, "%u", delim, 10, "u", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:491:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned int, "%u", delim, 10, "u", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:491:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned int, "%u", delim, 10, "u", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_h': /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:506:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(short, "0x%hx", delim, 6, "hi", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:506:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(short, "0x%hx", delim, 6, "hi", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:506:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(short, "0x%hx", delim, 6, "hi", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:506:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(short, "0x%hx", delim, 6, "hi", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:506:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(short, "0x%hx", delim, 6, "hi", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:505:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned short, "0x%hx", delim, 6, "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:505:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned short, "0x%hx", delim, 6, "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:505:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned short, "0x%hx", delim, 6, "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:505:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned short, "0x%hx", delim, 6, "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:505:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned short, "0x%hx", delim, 6, "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:504:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned short, "%hx", delim, 4, "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:504:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned short, "%hx", delim, 4, "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:504:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned short, "%hx", delim, 4, "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:504:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned short, "%hx", delim, 4, "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:504:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned short, "%hx", delim, 4, "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:503:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(short, "%hd", delim, 6, "hi", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:503:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(short, "%hd", delim, 6, "hi", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:503:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(short, "%hd", delim, 6, "hi", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:503:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(short, "%hd", delim, 6, "hi", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:503:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(short, "%hd", delim, 6, "hi", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:502:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(short, "%hd", delim, 6, "hd", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:502:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(short, "%hd", delim, 6, "hd", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:502:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(short, "%hd", delim, 6, "hd", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:502:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(short, "%hd", delim, 6, "hd", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:502:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(short, "%hd", delim, 6, "hd", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:501:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned short, "%hu", delim, 5, "hu", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:501:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned short, "%hu", delim, 5, "hu", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:501:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned short, "%hu", delim, 5, "hu", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:501:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned short, "%hu", delim, 5, "hu", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:501:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned short, "%hu", delim, 5, "hu", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_hh': /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:516:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(signed char, "0x%hhx", delim, 4, "hhi", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:516:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(signed char, "0x%hhx", delim, 4, "hhi", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:516:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(signed char, "0x%hhx", delim, 4, "hhi", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:516:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(signed char, "0x%hhx", delim, 4, "hhi", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:516:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(signed char, "0x%hhx", delim, 4, "hhi", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:515:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned char, "0x%hhx", delim, 4, "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:515:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned char, "0x%hhx", delim, 4, "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:515:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned char, "0x%hhx", delim, 4, "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:515:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned char, "0x%hhx", delim, 4, "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:515:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned char, "0x%hhx", delim, 4, "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:514:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned char, "%hhx", delim, 2, "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:514:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned char, "%hhx", delim, 2, "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:514:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned char, "%hhx", delim, 2, "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:514:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned char, "%hhx", delim, 2, "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:514:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned char, "%hhx", delim, 2, "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:513:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhi", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:513:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhi", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:513:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhi", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:513:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhi", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:513:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhi", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:512:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhd", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:512:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhd", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:512:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhd", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:512:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhd", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:512:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhd", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:511:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned char, "%hhu", delim, 3, "hhu", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:511:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned char, "%hhu", delim, 3, "hhu", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:18: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:511:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned char, "%hhu", delim, 3, "hhu", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:9: note: byref variable will be forcibly initialized int i, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:377:2: note: in expansion of macro 'numbers_list_8' numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:511:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned char, "%hhu", delim, 3, "hhu", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:7: note: byref variable will be forcibly initialized char full_fmt[16]; \ ^~~~~~~~ /kisskb/src/lib/test_scanf.c:511:2: note: in expansion of macro 'numbers_list_fix_width' numbers_list_fix_width(unsigned char, "%hhu", delim, 3, "hhu", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_val_ll': /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:539:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long long, "0x%llx", delim, "lli", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:539:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long long, "0x%llx", delim, "lli", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:539:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long long, "0x%llx", delim, "lli", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:539:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long long, "0x%llx", delim, "lli", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:538:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long long, "0x%llx", delim, "llx", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:538:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long long, "0x%llx", delim, "llx", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:538:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long long, "0x%llx", delim, "llx", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:538:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long long, "0x%llx", delim, "llx", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:537:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long long, "%llx", delim, "llx", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:537:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long long, "%llx", delim, "llx", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:537:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long long, "%llx", delim, "llx", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:537:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long long, "%llx", delim, "llx", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:536:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long long, "%lld", delim, "lli", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:536:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long long, "%lld", delim, "lli", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:536:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long long, "%lld", delim, "lli", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:536:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long long, "%lld", delim, "lli", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:535:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long long, "%lld", delim, "lld", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:535:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long long, "%lld", delim, "lld", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:535:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long long, "%lld", delim, "lld", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:535:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long long, "%lld", delim, "lld", check_ll); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:534:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long long, "%llu", delim, "llu", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:534:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long long, "%llu", delim, "llu", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:534:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long long, "%llu", delim, "llu", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:534:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long long, "%llu", delim, "llu", check_ull); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_val_l': /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:549:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long, "0x%lx", delim, "li", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:549:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long, "0x%lx", delim, "li", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:549:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long, "0x%lx", delim, "li", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:549:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long, "0x%lx", delim, "li", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:548:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long, "0x%lx", delim, "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:548:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long, "0x%lx", delim, "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:548:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long, "0x%lx", delim, "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:548:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long, "0x%lx", delim, "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:547:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long, "%lx", delim, "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:547:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long, "%lx", delim, "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:547:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long, "%lx", delim, "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:547:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long, "%lx", delim, "lx", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:546:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long, "%ld", delim, "li", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:546:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long, "%ld", delim, "li", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:546:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long, "%ld", delim, "li", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:546:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long, "%ld", delim, "li", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:545:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long, "%ld", delim, "ld", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:545:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long, "%ld", delim, "ld", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:545:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long, "%ld", delim, "ld", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:545:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(long, "%ld", delim, "ld", check_long); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:544:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long, "%lu", delim, "lu", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:544:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long, "%lu", delim, "lu", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:544:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long, "%lu", delim, "lu", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:544:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned long, "%lu", delim, "lu", check_ulong); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_val_d': /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:559:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(int, "0x%x", delim, "i", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:559:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(int, "0x%x", delim, "i", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:559:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(int, "0x%x", delim, "i", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:559:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(int, "0x%x", delim, "i", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:558:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned int, "0x%x", delim, "x", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:558:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned int, "0x%x", delim, "x", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:558:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned int, "0x%x", delim, "x", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:558:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned int, "0x%x", delim, "x", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:557:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned int, "%x", delim, "x", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:557:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned int, "%x", delim, "x", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:557:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned int, "%x", delim, "x", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:557:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned int, "%x", delim, "x", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:556:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(int, "%d", delim, "i", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:556:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(int, "%d", delim, "i", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:556:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(int, "%d", delim, "i", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:556:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(int, "%d", delim, "i", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:555:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(int, "%d", delim, "d", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:555:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(int, "%d", delim, "d", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:555:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(int, "%d", delim, "d", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:555:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(int, "%d", delim, "d", check_int); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:554:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned int, "%u", delim, "u", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:554:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned int, "%u", delim, "u", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:554:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned int, "%u", delim, "u", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:554:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned int, "%u", delim, "u", check_uint); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_val_h': /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:569:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(short, "0x%hx", delim, "hi", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:569:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(short, "0x%hx", delim, "hi", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:569:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(short, "0x%hx", delim, "hi", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:569:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(short, "0x%hx", delim, "hi", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:568:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned short, "0x%hx", delim, "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:568:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned short, "0x%hx", delim, "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:568:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned short, "0x%hx", delim, "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:568:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned short, "0x%hx", delim, "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:567:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned short, "%hx", delim, "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:567:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned short, "%hx", delim, "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:567:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned short, "%hx", delim, "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:567:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned short, "%hx", delim, "hx", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:566:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(short, "%hd", delim, "hi", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:566:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(short, "%hd", delim, "hi", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:566:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(short, "%hd", delim, "hi", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:566:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(short, "%hd", delim, "hi", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:565:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(short, "%hd", delim, "hd", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:565:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(short, "%hd", delim, "hd", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:565:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(short, "%hd", delim, "hd", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:565:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(short, "%hd", delim, "hd", check_short); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:564:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned short, "%hu", delim, "hu", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:564:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned short, "%hu", delim, "hu", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:564:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned short, "%hu", delim, "hu", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:564:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned short, "%hu", delim, "hu", check_ushort); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_val_hh': /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:579:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(signed char, "0x%hhx", delim, "hhi", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:579:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(signed char, "0x%hhx", delim, "hhi", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:579:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(signed char, "0x%hhx", delim, "hhi", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:579:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(signed char, "0x%hhx", delim, "hhi", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:578:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned char, "0x%hhx", delim, "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:578:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned char, "0x%hhx", delim, "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:578:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned char, "0x%hhx", delim, "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:578:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned char, "0x%hhx", delim, "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:577:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned char, "%hhx", delim, "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:577:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned char, "%hhx", delim, "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:577:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned char, "%hhx", delim, "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:577:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned char, "%hhx", delim, "hhx", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:576:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(signed char, "%hhd", delim, "hhi", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:576:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(signed char, "%hhd", delim, "hhi", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:576:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(signed char, "%hhd", delim, "hhi", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:576:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(signed char, "%hhd", delim, "hhi", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:575:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(signed char, "%hhd", delim, "hhd", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:575:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(signed char, "%hhd", delim, "hhd", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:575:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(signed char, "%hhd", delim, "hhd", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:575:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(signed char, "%hhd", delim, "hhd", check_char); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:15: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:574:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned char, "%hhu", delim, "hhu", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:4: note: byref variable will be forcibly initialized T expect[8], result[8]; \ ^~~~~~ /kisskb/src/lib/test_scanf.c:574:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned char, "%hhu", delim, "hhu", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:27: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~~~~~ /kisskb/src/lib/test_scanf.c:574:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned char, "%hhu", delim, "hhu", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:18: note: byref variable will be forcibly initialized int i, val_len, pos = 0, fmt_pos = 0; \ ^~~ /kisskb/src/lib/test_scanf.c:574:2: note: in expansion of macro 'numbers_list_val_width' numbers_list_val_width(unsigned char, "%hhu", delim, "hhu", check_uchar); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c: In function 'test_simple_strtoull': /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:727:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(unsigned long long, simple_strtoull, "0x%llx", 0); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:726:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(unsigned long long, simple_strtoull, "0x%llx", 16); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:725:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(unsigned long long, simple_strtoull, "%llx", 16); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:724:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(unsigned long long, simple_strtoull, "%llu", 0); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:723:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(unsigned long long, simple_strtoull, "%llu", 10); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c: In function 'test_simple_strtoll': /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:716:4: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:736:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long long, simple_strtoll, "0x%llx", 0); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:736:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long long, simple_strtoll, "0x%llx", 0); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:716:4: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:735:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long long, simple_strtoll, "0x%llx", 16); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:735:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long long, simple_strtoll, "0x%llx", 16); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:716:4: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:734:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long long, simple_strtoll, "%llx", 16); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:734:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long long, simple_strtoll, "%llx", 16); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:716:4: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:733:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long long, simple_strtoll, "%lld", 0); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:733:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long long, simple_strtoll, "%lld", 0); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:716:4: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:732:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long long, simple_strtoll, "%lld", 10); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:732:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long long, simple_strtoll, "%lld", 10); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c: In function 'test_simple_strtoul': /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:745:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(unsigned long, simple_strtoul, "0x%lx", 0); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:744:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(unsigned long, simple_strtoul, "0x%lx", 16); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:743:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(unsigned long, simple_strtoul, "%lx", 16); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:742:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(unsigned long, simple_strtoul, "%lu", 0); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:741:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(unsigned long, simple_strtoul, "%lu", 10); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c: In function 'test_simple_strtol': /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:716:4: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:754:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long, simple_strtol, "0x%lx", 0); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:754:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long, simple_strtol, "0x%lx", 0); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:716:4: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:753:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long, simple_strtol, "0x%lx", 16); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:753:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long, simple_strtol, "0x%lx", 16); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:716:4: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:752:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long, simple_strtol, "%lx", 16); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:752:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long, simple_strtol, "%lx", 16); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:716:4: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:751:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long, simple_strtol, "%ld", 0); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:751:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long, simple_strtol, "%ld", 0); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:716:4: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:750:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long, simple_strtol, "%ld", 10); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:8: note: byref variable will be forcibly initialized char *endp; \ ^~~~ /kisskb/src/lib/test_scanf.c:713:3: note: in expansion of macro '_test_simple_strtoxx' _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:750:2: note: in expansion of macro 'test_simple_strtoxx' test_simple_strtoxx(long, simple_strtol, "%ld", 10); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_meminit.c: In function 'test_pages': /kisskb/src/lib/test_meminit.c:86:6: note: byref variable will be forcibly initialized int failures = 0, num_tests = 0; ^~~~~~~~ In file included from /kisskb/src/lib/test_meminit.c:11: /kisskb/src/lib/test_meminit.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/test_meminit.c: In function 'test_kvmalloc': /kisskb/src/lib/test_meminit.c:134:6: note: byref variable will be forcibly initialized int failures = 0, num_tests = 0; ^~~~~~~~ /kisskb/src/lib/test_meminit.c: In function 'do_kmem_cache_size_bulk': /kisskb/src/lib/test_meminit.c:324:8: note: byref variable will be forcibly initialized void *objects[10]; ^~~~~~~ /kisskb/src/lib/test_meminit.c: In function 'test_rcu_persistent': /kisskb/src/lib/test_meminit.c:375:6: note: byref variable will be forcibly initialized int failures = 0, num_tests = 0; ^~~~~~~~ /kisskb/src/lib/test_meminit.c: In function 'test_kmemcache': /kisskb/src/lib/test_meminit.c:350:6: note: byref variable will be forcibly initialized int failures = 0, num_tests = 0; ^~~~~~~~ /kisskb/src/lib/test_meminit.c: In function 'test_meminit_init': /kisskb/src/lib/test_meminit.c:393:6: note: byref variable will be forcibly initialized int failures = 0, num_tests = 0; ^~~~~~~~ /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': /kisskb/src/kernel/time/sched_clock.c:85:15: note: byref variable will be forcibly initialized unsigned int seq; ^~~ /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/lib/test_stackinit.c: In function 'leaf_u8_zero': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:349:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u8, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:374:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:349:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u8, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:374:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_u16_zero': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:350:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u16, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:374:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:350:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u16, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:374:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_u32_zero': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:351:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u32, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:374:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:351:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u32, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:374:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_u64_zero': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:352:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u64, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:374:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:352:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u64, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:374:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_char_array_zero': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:353:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(char_array_ ## init, unsigned char, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:374:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_small_hole_zero': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:375:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_big_hole_zero': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:375:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_trailing_hole_zero': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:375:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_packed_zero': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:375:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_small_hole_static_partial': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_big_hole_static_partial': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_trailing_hole_static_partial': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_packed_static_partial': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_small_hole_static_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_big_hole_static_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_trailing_hole_static_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_packed_static_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_small_hole_dynamic_partial': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_big_hole_dynamic_partial': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_trailing_hole_dynamic_partial': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_packed_dynamic_partial': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_small_hole_dynamic_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_big_hole_dynamic_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_trailing_hole_dynamic_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_packed_dynamic_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_small_hole_runtime_partial': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_big_hole_runtime_partial': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_trailing_hole_runtime_partial': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_packed_runtime_partial': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_small_hole_runtime_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_big_hole_runtime_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_trailing_hole_runtime_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_packed_runtime_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_small_hole_assigned_static_partial': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_big_hole_assigned_static_partial': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_trailing_hole_assigned_static_partial': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_packed_assigned_static_partial': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_small_hole_assigned_static_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_big_hole_assigned_static_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_trailing_hole_assigned_static_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_packed_assigned_static_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_small_hole_assigned_dynamic_partial': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_big_hole_assigned_dynamic_partial': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_trailing_hole_assigned_dynamic_partial': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_packed_assigned_dynamic_partial': /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_small_hole_assigned_dynamic_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_big_hole_assigned_dynamic_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_trailing_hole_assigned_dynamic_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_packed_assigned_dynamic_all': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_small_hole_assigned_copy': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_big_hole_assigned_copy': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_trailing_hole_assigned_copy': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_packed_assigned_copy': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_u8_none': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:349:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u8, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:349:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u8, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_u16_none': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:350:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u16, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:350:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u16, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_u32_none': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:351:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u32, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:351:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u32, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_u64_none': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:352:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u64, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:352:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u64, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_char_array_none': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:353:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(char_array_ ## init, unsigned char, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:353:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(char_array_ ## init, unsigned char, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_small_hole_none': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_big_hole_none': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_trailing_hole_none': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_packed_none': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'leaf_user': /kisskb/src/lib/test_stackinit.c:273:11: note: byref variable will be forcibly initialized var_type var \ ^~~ /kisskb/src/lib/test_stackinit.c:387:1: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(user, struct test_user, STRUCT, none, WANT_SUCCESS); ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:272:7: note: byref variable will be forcibly initialized char buf[VAR_BUFFER]; \ ^~~ /kisskb/src/lib/test_stackinit.c:387:1: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(user, struct test_user, STRUCT, none, WANT_SUCCESS); ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function '__leaf_switch_none': /kisskb/src/lib/test_stackinit.c:401:12: note: byref variable will be forcibly initialized uint64_t var; ^~~ /kisskb/src/lib/test_stackinit.c: In function 'test_u8_zero': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:349:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u8, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:374:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:349:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u8, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:374:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_u16_zero': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:350:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u16, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:374:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:350:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u16, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:374:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_u32_zero': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:351:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u32, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:374:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:351:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u32, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:374:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_u64_zero': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:352:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u64, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:374:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:352:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u64, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:374:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_char_array_zero': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:353:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(char_array_ ## init, unsigned char, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:374:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:353:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(char_array_ ## init, unsigned char, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:374:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_zero': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:375:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:375:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_zero': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:375:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:375:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_zero': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:375:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:375:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_zero': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:375:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:375:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(zero, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_dynamic_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_dynamic_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_dynamic_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_dynamic_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_assigned_dynamic_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_assigned_dynamic_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_assigned_dynamic_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_assigned_dynamic_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_static_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_static_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_static_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_static_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_static_all': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_static_all': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_static_all': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_static_all': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:377:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_dynamic_all': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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/lib/test_stackinit.c: In function 'test_big_hole_dynamic_all': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_dynamic_all': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_dynamic_all': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:378:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_runtime_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_runtime_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_runtime_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_runtime_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_runtime_all': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_runtime_all': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_runtime_all': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_runtime_all': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:379:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(runtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_assigned_static_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_assigned_static_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_assigned_static_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_assigned_static_partial': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:368:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## partial, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_assigned_static_all': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_assigned_static_all': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_assigned_static_all': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_assigned_static_all': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:380:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_static); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'sh_pfc_pinconf_get_drive_strength': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:509:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:508:15: note: byref variable will be forcibly initialized unsigned int offset; ^~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'sh_pfc_pinconf_get': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:641:7: note: byref variable will be forcibly initialized u32 pocctrl, val; ^~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_assigned_dynamic_all': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'sh_pfc_pinconf_set_drive_strength': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:534:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:533:15: note: byref variable will be forcibly initialized unsigned int offset; ^~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_assigned_dynamic_all': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'sh_pfc_pinconf_set': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:715:8: note: byref variable will be forcibly initialized u32 pocctrl, val; ^~~~~~~ /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_assigned_dynamic_all': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_assigned_dynamic_all': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:370:3: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(base ## _ ## all, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:381:1: note: in expansion of macro 'DEFINE_STRUCT_INITIALIZER_TESTS' DEFINE_STRUCT_INITIALIZER_TESTS(assigned_dynamic); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'sh_pfc_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:114:17: note: byref variable will be forcibly initialized unsigned long *configs; ^~~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:113:14: note: byref variable will be forcibly initialized const char *function = NULL; ^~~~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:112:15: note: byref variable will be forcibly initialized unsigned int num_configs; ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_assigned_copy': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'sh_pfc_dt_node_to_map': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:265:15: note: byref variable will be forcibly initialized unsigned int index; ^~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_assigned_copy': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:10: /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_assigned_copy': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_assigned_copy': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'rcar_pinmux_get_bias': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:867:15: note: byref variable will be forcibly initialized unsigned int bit; ^~~ /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:382:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(assigned_copy, XFAIL); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'rcar_pinmux_set_bias': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:893:15: note: byref variable will be forcibly initialized unsigned int bit; ^~~ /kisskb/src/lib/test_stackinit.c: In function 'test_u8_none': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:349:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u8, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:349:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u8, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_u16_none': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:350:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u16, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:350:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u16, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_u32_none': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:351:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u32, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:351:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u32, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_u64_none': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:352:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u64, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:345:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, name, SCALAR, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:352:3: note: in expansion of macro 'DEFINE_SCALAR_TEST' DEFINE_SCALAR_TEST(u64, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_char_array_none': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:353:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(char_array_ ## init, unsigned char, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:353:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(char_array_ ## init, unsigned char, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:384:1: note: in expansion of macro 'DEFINE_SCALAR_TESTS' DEFINE_SCALAR_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_switch_1_none': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:450:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(switch_1_none, uint64_t, SCALAR, XFAIL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:450:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(switch_1_none, uint64_t, SCALAR, XFAIL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_switch_2_none': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:451:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(switch_2_none, uint64_t, SCALAR, XFAIL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:451:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(switch_2_none, uint64_t, SCALAR, XFAIL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_small_hole_none': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:362:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(small_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_big_hole_none': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:363:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(big_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_trailing_hole_none': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:364:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(trailing_hole, init, xfail); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_packed_none': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:357:3: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(name ## _ ## init, \ ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:365:3: note: in expansion of macro 'DEFINE_STRUCT_TEST' DEFINE_STRUCT_TEST(packed, init, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:385:1: note: in expansion of macro 'DEFINE_STRUCT_TESTS' DEFINE_STRUCT_TESTS(none, WANT_SUCCESS); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c: In function 'test_user': /kisskb/src/lib/test_stackinit.c:207:6: note: byref variable will be forcibly initialized int ignored; \ ^~~~~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:387:1: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(user, struct test_user, STRUCT, none, WANT_SUCCESS); ^~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:206:11: note: byref variable will be forcibly initialized var_type zero INIT_CLONE_ ## which; \ ^~~~ /kisskb/src/lib/test_stackinit.c:300:1: note: in expansion of macro 'DEFINE_TEST_DRIVER' DEFINE_TEST_DRIVER(name, var_type, which, xfail) ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_stackinit.c:387:1: note: in expansion of macro 'DEFINE_TEST' DEFINE_TEST(user, struct test_user, STRUCT, none, WANT_SUCCESS); ^~~~~~~~~~~ /kisskb/src/block/sed-opal.c: In function '__opal_set_mbr_done': /kisskb/src/block/sed-opal.c:2388:5: note: byref variable will be forcibly initialized u8 mbr_done_tf = OPAL_TRUE; ^~~~~~~~~~~ /kisskb/src/block/sed-opal.c: In function 'opal_enable_disable_shadow_mbr': /kisskb/src/block/sed-opal.c:2203:5: note: byref variable will be forcibly initialized u8 enable_disable = opal_mbr->enable_disable == OPAL_MBR_ENABLE ? ^~~~~~~~~~~~~~ /kisskb/src/block/sed-opal.c: In function 'opal_set_mbr_done': /kisskb/src/block/sed-opal.c:2231:5: note: byref variable will be forcibly initialized u8 mbr_done_tf = mbr_done->done_flag == OPAL_MBR_DONE ? ^~~~~~~~~~~ /kisskb/src/block/sed-opal.c: In function 'add_short_atom_header': /kisskb/src/block/sed-opal.c:563:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/block/sed-opal.c: In function 'cmd_start': /kisskb/src/block/sed-opal.c:1028:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/block/sed-opal.c: In function 'generic_lr_enable_disable': /kisskb/src/block/sed-opal.c:1299:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/block/sed-opal.c: In function 'generic_pw_cmd': /kisskb/src/block/sed-opal.c:1665:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/block/sed-opal.c: In function 'cmd_finalize': /kisskb/src/block/sed-opal.c:689:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/block/sed-opal.c: In function 'end_opal_session': /kisskb/src/block/sed-opal.c:2077:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/block/sed-opal.c: In function 'lock_unlock_locking_range_sum': /kisskb/src/block/sed-opal.c:1846:5: note: byref variable will be forcibly initialized u8 lr_buffer[OPAL_UID_LENGTH]; ^~~~~~~~~ /kisskb/src/block/sed-opal.c: In function 'lock_unlock_locking_range': /kisskb/src/block/sed-opal.c:1793:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/block/sed-opal.c:1790:5: note: byref variable will be forcibly initialized u8 lr_buffer[OPAL_UID_LENGTH]; ^~~~~~~~~ /kisskb/src/block/sed-opal.c: In function 'generic_get_column': /kisskb/src/block/sed-opal.c:1115:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/block/sed-opal.c: In function 'generic_get_table_info': /kisskb/src/block/sed-opal.c:1147:5: note: byref variable will be forcibly initialized u8 uid[OPAL_UID_LENGTH]; ^~~ /kisskb/src/block/sed-opal.c: In function 'start_auth_opal_session': /kisskb/src/block/sed-opal.c:1500:6: note: byref variable will be forcibly initialized int err = 0; ^~~ /kisskb/src/block/sed-opal.c:1498:5: note: byref variable will be forcibly initialized u8 lk_ul_user[OPAL_UID_LENGTH]; ^~~~~~~~~~ /kisskb/src/block/sed-opal.c: In function 'set_mbr_done': /kisskb/src/block/sed-opal.c:1605:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/block/sed-opal.c: In function 'start_generic_opal_session': /kisskb/src/block/sed-opal.c:1405:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/block/sed-opal.c: In function 'set_sid_cpin_pin': /kisskb/src/block/sed-opal.c:1708:5: note: byref variable will be forcibly initialized u8 cpin_uid[OPAL_UID_LENGTH]; ^~~~~~~~ /kisskb/src/block/sed-opal.c: In function 'get_msid_cpin_pin': /kisskb/src/block/sed-opal.c:1945:14: note: byref variable will be forcibly initialized const char *msid_pin; ^~~~~~~~ /kisskb/src/block/sed-opal.c: In function 'activate_lsp': /kisskb/src/block/sed-opal.c:1889:6: note: byref variable will be forcibly initialized int err, i; ^~~ /kisskb/src/block/sed-opal.c:1888:5: note: byref variable will be forcibly initialized u8 user_lr[OPAL_UID_LENGTH]; ^~~~~~~ /kisskb/src/block/sed-opal.c: In function 'set_new_pw': /kisskb/src/block/sed-opal.c:1684:5: note: byref variable will be forcibly initialized u8 cpin_uid[OPAL_UID_LENGTH]; ^~~~~~~~ /kisskb/src/lib/devres.c: In function 'devm_of_iomap': /kisskb/src/lib/devres.c:254:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/block/sed-opal.c: In function 'internal_activate_user': /kisskb/src/block/sed-opal.c:1559:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/block/sed-opal.c:1558:5: note: byref variable will be forcibly initialized u8 uid[OPAL_UID_LENGTH]; ^~~ /kisskb/src/block/sed-opal.c: In function 'setup_locking_range': /kisskb/src/block/sed-opal.c:1351:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/block/sed-opal.c:1348:5: note: byref variable will be forcibly initialized u8 uid[OPAL_UID_LENGTH]; ^~~ /kisskb/src/block/sed-opal.c: In function 'add_user_to_lr': /kisskb/src/block/sed-opal.c:1725:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/block/sed-opal.c:1723:5: note: byref variable will be forcibly initialized u8 user_uid[OPAL_UID_LENGTH]; ^~~~~~~~ /kisskb/src/block/sed-opal.c:1722:5: note: byref variable will be forcibly initialized u8 lr_buffer[OPAL_UID_LENGTH]; ^~~~~~~~~ /kisskb/src/block/sed-opal.c: In function 'set_mbr_enable_disable': /kisskb/src/block/sed-opal.c:1631:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/block/sed-opal.c: In function 'generic_table_write_data': /kisskb/src/block/sed-opal.c:1233:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/block/sed-opal.c: In function 'erase_locking_range': /kisskb/src/block/sed-opal.c:1586:5: note: byref variable will be forcibly initialized u8 uid[OPAL_UID_LENGTH]; ^~~ /kisskb/src/block/sed-opal.c: In function 'gen_key': /kisskb/src/block/sed-opal.c:1164:5: note: byref variable will be forcibly initialized u8 uid[OPAL_UID_LENGTH]; ^~~ /kisskb/src/block/sed-opal.c: In function 'get_active_key_cont': /kisskb/src/block/sed-opal.c:1184:14: note: byref variable will be forcibly initialized const char *activekey; ^~~~~~~~~ /kisskb/src/block/sed-opal.c: In function 'get_active_key': /kisskb/src/block/sed-opal.c:1211:5: note: byref variable will be forcibly initialized u8 uid[OPAL_UID_LENGTH]; ^~~ /kisskb/src/block/sed-opal.c: In function 'read_table_data': /kisskb/src/block/sed-opal.c:2007:6: note: byref variable will be forcibly initialized int err; ^~~ /kisskb/src/block/sed-opal.c: In function 'read_table_data_cont': /kisskb/src/block/sed-opal.c:1979:14: note: byref variable will be forcibly initialized const char *data_read; ^~~~~~~~~ /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; ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/kernel/time/tick-sched.c:11: /kisskb/src/kernel/time/tick-sched.c: In function 'tick_do_update_jiffies64': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/time/tick-sched.c:132:3: note: in expansion of macro 'smp_store_release' smp_store_release(&tick_next_period, nextp); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/time/tick-sched.c:72:25: note: in expansion of macro 'smp_load_acquire' if (ktime_before(now, smp_load_acquire(&tick_next_period))) ^~~~~~~~~~~~~~~~ /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; ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:110:59: 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:453: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; ^~~~ In file included from /kisskb/src/lib/libcrc32c.c:29: /kisskb/src/lib/libcrc32c.c: In function 'crc32c': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized 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/fs/super.c: In function 'super_setup_bdi_name': /kisskb/src/fs/super.c:1552:10: note: byref variable will be forcibly initialized va_list args; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/task.h:62, from /kisskb/src/kernel/fork.c:109: /kisskb/src/kernel/fork.c: In function 'perf_trace_task_newtask': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_newtask, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_newtask, ^~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'perf_trace_task_rename': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_rename, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_rename, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/task.h:62, from /kisskb/src/kernel/fork.c:109: /kisskb/src/kernel/fork.c: In function 'trace_event_raw_event_task_newtask': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_newtask, ^~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'trace_event_raw_event_task_rename': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(task_rename, ^~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'copy_clone_args_from_user': /kisskb/src/kernel/fork.c:2710:20: note: byref variable will be forcibly initialized struct clone_args args; ^~~~ /kisskb/src/kernel/fork.c: In function 'copy_files': /kisskb/src/kernel/fork.c:1535:6: note: byref variable will be forcibly initialized int error = 0; ^~~~~ /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; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /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/kernel/fork.c: In function 'set_mm_exe_file': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:1187: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, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: /kisskb/src/kernel/fork.c: In function 'dup_mmap': /kisskb/src/kernel/fork.c:495:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^~ /kisskb/src/include/linux/list.h:26: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:1935:30: note: byref variable will be forcibly initialized struct multiprocess_signals delayed; ^~~~~~~ /kisskb/src/kernel/fork.c: In function 'kernel_clone': /kisskb/src/kernel/fork.c:2544: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:2846:8: note: byref variable will be forcibly initialized pid_t set_tid[MAX_PID_NS_LEVEL]; ^~~~~~~ /kisskb/src/kernel/fork.c:2845: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:3005: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:3030:18: note: byref variable will be forcibly initialized struct nsproxy *new_nsproxy = NULL; ^~~~~~~~~~~ /kisskb/src/kernel/fork.c:3028:23: note: byref variable will be forcibly initialized struct files_struct *new_fd = NULL; ^~~~~~ /kisskb/src/kernel/fork.c:3027: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:3158: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:3180:6: note: byref variable will be forcibly initialized int max = MAX_THREADS; ^~~ /kisskb/src/kernel/fork.c:3179:6: note: byref variable will be forcibly initialized int min = 1; ^~~ /kisskb/src/kernel/fork.c:3178:6: note: byref variable will be forcibly initialized int threads = max_threads; ^~~~~~~ /kisskb/src/kernel/fork.c:3176: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, 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:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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:144:59: 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': /kisskb/src/fs/stat.c:346:14: note: byref variable will be forcibly initialized struct stat tmp; ^~~ /kisskb/src/fs/stat.c: In function 'cp_statx': /kisskb/src/fs/stat.c:573: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:436:6: note: byref variable will be forcibly initialized int empty = 0; ^~~~~ /kisskb/src/fs/stat.c:434: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:205: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:421: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:384: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:395: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:409:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ In file included from /kisskb/src/kernel/time/time_test.c:3: /kisskb/src/kernel/time/time_test.c: In function 'time64_to_tm_test_date_range': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1653:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:82:3: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' KUNIT_ASSERT_EQ_MSG(test, yday, result.tm_yday, FAIL_MSG); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1653:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:81:3: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' KUNIT_ASSERT_EQ_MSG(test, mdday, result.tm_mday, FAIL_MSG); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1653:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:80:3: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' KUNIT_ASSERT_EQ_MSG(test, month - 1, result.tm_mon, FAIL_MSG); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1653:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:79:3: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' KUNIT_ASSERT_EQ_MSG(test, year - 1900, result.tm_year, FAIL_MSG); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:66:12: note: byref variable will be forcibly initialized struct tm result; ^~~~~~ /kisskb/src/kernel/time/time_test.c:64:6: note: byref variable will be forcibly initialized int yday = 0; ^~~~ /kisskb/src/kernel/time/time_test.c:63:6: note: byref variable will be forcibly initialized int mdday = 1; ^~~~~ /kisskb/src/kernel/time/time_test.c:62:6: note: byref variable will be forcibly initialized int month = 1; ^~~~~ /kisskb/src/kernel/time/time_test.c:61:7: note: byref variable will be forcibly initialized long year = 1970 - 80000; ^~~~ /kisskb/src/fs/stat.c: In function 'do_statx': /kisskb/src/fs/stat.c:608:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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:110:59: 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:453: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:84: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:884:14: note: byref variable will be forcibly initialized const char *name = NULL; ^~~~ /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/gfs2/xattr.c: In function 'ea_check_size': /kisskb/src/fs/gfs2/xattr.c:56:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_foreach': /kisskb/src/fs/gfs2/xattr.c:127:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *eabh; ^~~~ /kisskb/src/fs/gfs2/xattr.c:127: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:202:17: note: byref variable will be forcibly initialized struct ea_find ef; ^~ In file included from /kisskb/src/fs/gfs2/xattr.c:7: /kisskb/src/fs/gfs2/xattr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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:581: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:608:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ In file included from /kisskb/src/fs/gfs2/dir.c:55: /kisskb/src/fs/gfs2/dir.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_dealloc_unstuffed': /kisskb/src/fs/gfs2/xattr.c:236: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:328: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:1132: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:639:6: note: byref variable will be forcibly initialized u64 block; ^~~~~ /kisskb/src/fs/gfs2/xattr.c:638:15: note: byref variable will be forcibly initialized unsigned int n = 1; ^ /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/xattr.c: In function 'ea_write': /kisskb/src/fs/gfs2/xattr.c:702:17: note: byref variable will be forcibly initialized unsigned int n = 1; ^ /kisskb/src/fs/gfs2/xattr.c:700:8: note: byref variable will be forcibly initialized u64 block; ^~~~~ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_read_data': /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/xattr.c: In function 'ea_init_i': /kisskb/src/fs/gfs2/xattr.c:781: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:1004:16: note: byref variable will be forcibly initialized unsigned int n = 1; ^ /kisskb/src/fs/gfs2/xattr.c:1003:7: note: byref variable will be forcibly initialized u64 blk; ^~~ /kisskb/src/fs/gfs2/xattr.c:971:30: note: byref variable will be forcibly initialized struct buffer_head *indbh, *newbh; ^~~~~ /kisskb/src/fs/gfs2/dir.c: In function 'get_first_leaf': /kisskb/src/fs/gfs2/xattr.c:971:22: note: byref variable will be forcibly initialized struct buffer_head *indbh, *newbh; ^~~~~ /kisskb/src/fs/gfs2/dir.c:795: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:1377:23: note: byref variable will be forcibly initialized struct dirent_gather g; ^ /kisskb/src/fs/gfs2/dir.c:1372:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_init': /kisskb/src/fs/gfs2/xattr.c:804:25: note: byref variable will be forcibly initialized struct gfs2_ea_request er; ^~ /kisskb/src/fs/gfs2/dir.c: In function 'dir_e_read': /kisskb/src/fs/gfs2/dir.c:1538:11: note: byref variable will be forcibly initialized unsigned depth = 0; ^~~~~ /kisskb/src/fs/gfs2/dir.c:1536:6: note: byref variable will be forcibly initialized int copied = 0; ^~~~~~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_set_i': /kisskb/src/fs/gfs2/xattr.c:1045:16: note: byref variable will be forcibly initialized struct ea_set es; ^~ /kisskb/src/fs/gfs2/xattr.c:1044:25: note: byref variable will be forcibly initialized struct gfs2_ea_request er; ^~ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dirent_search': /kisskb/src/fs/gfs2/dir.c:810:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_set_simple': /kisskb/src/fs/gfs2/xattr.c:925:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /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/xattr.c: In function 'ea_dealloc_indirect': /kisskb/src/fs/gfs2/xattr.c:1267:30: note: byref variable will be forcibly initialized struct buffer_head *indbh, *dibh; ^~~~ /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/xattr.c:1267:22: note: byref variable will be forcibly initialized struct buffer_head *indbh, *dibh; ^~~~~ /kisskb/src/fs/gfs2/xattr.c:1265:24: note: byref variable will be forcibly initialized struct gfs2_rgrp_list rlist; ^~~~~ /kisskb/src/fs/gfs2/dir.c: In function 'new_leaf': /kisskb/src/fs/gfs2/dir.c:864:6: note: byref variable will be forcibly initialized u64 bn; ^~ /kisskb/src/fs/gfs2/dir.c:863:15: note: byref variable will be forcibly initialized unsigned int n = 1; ^ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_dealloc_block': /kisskb/src/fs/gfs2/dir.c: In function 'dir_make_exhash': /kisskb/src/fs/gfs2/xattr.c:1387:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/dir.c:910:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *dibh; ^~~~ /kisskb/src/fs/gfs2/dir.c:910:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *dibh; ^~ /kisskb/src/fs/gfs2/xattr.c:1386:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/fs/gfs2/dir.c:909:14: note: byref variable will be forcibly initialized struct qstr args; ^~~~ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_listxattr': /kisskb/src/fs/gfs2/xattr.c:430:18: note: byref variable will be forcibly initialized struct ea_list ei = { .ei_er = &er, .ei_size = 0 }; ^~ /kisskb/src/fs/gfs2/xattr.c:416:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^~~~ /kisskb/src/fs/gfs2/xattr.c:415:25: note: byref variable will be forcibly initialized struct gfs2_ea_request er; ^~ /kisskb/src/fs/gfs2/dir.c: In function 'dir_new_leaf': /kisskb/src/fs/gfs2/dir.c:1726:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *obh; ^~~ /kisskb/src/fs/gfs2/dir.c:1726:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *obh; ^~ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_xattr_acl_get': /kisskb/src/fs/gfs2/xattr.c:538: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:1173:26: note: byref variable will be forcibly initialized struct gfs2_ea_location el; ^~ /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:7: note: byref variable will be forcibly initialized bool new = false; ^~~ /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/xattr.c: In function 'gfs2_xattr_set': /kisskb/src/fs/gfs2/xattr.c:1234:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/dir.c: In function 'leaf_dealloc': /kisskb/src/fs/gfs2/dir.c:1979:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *dibh; ^~~~ /kisskb/src/fs/gfs2/dir.c:1979:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *dibh; ^~ /kisskb/src/fs/gfs2/dir.c:1978: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:1149: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:1087:16: note: byref variable will be forcibly initialized struct qstr str; ^~~ /kisskb/src/fs/gfs2/dir.c:1005:10: note: byref variable will be forcibly initialized u64 bn, leaf_no; ^~~~~~~ /kisskb/src/fs/gfs2/dir.c:1003:50: note: byref variable will be forcibly initialized struct gfs2_dirent *dent = NULL, *prev = NULL, *next = NULL, *new; ^~~~ /kisskb/src/fs/gfs2/dir.c:1001:34: note: byref variable will be forcibly initialized struct buffer_head *nbh, *obh, *dibh; ^~~~ /kisskb/src/fs/gfs2/dir.c:1001:28: note: byref variable will be forcibly initialized struct buffer_head *nbh, *obh, *dibh; ^~~ /kisskb/src/fs/gfs2/dir.c:1001: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:1576:6: note: byref variable will be forcibly initialized int copied = 0; ^~~~~~ /kisskb/src/fs/gfs2/dir.c:1575:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/fs/gfs2/dir.c:1573: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:1646: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:1677: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:1800: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:1879: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:1939: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:2102: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:2163:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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:110:59: 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:453: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:202:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(new->prev), new); ^~~~~~~~~~~~~~~~~~ /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/exec.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/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, 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:26: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:575:22: note: byref variable will be forcibly initialized sector_t seg_start, seg_end; /* Starting/ending DBN of full segment */ ^~~~~~~ /kisskb/src/fs/nilfs2/recovery.c:575:11: note: byref variable will be forcibly initialized sector_t seg_start, seg_end; /* Starting/ending DBN of full segment */ ^~~~~~~~~ /kisskb/src/fs/nilfs2/recovery.c:573:32: note: byref variable will be forcibly initialized struct nilfs_segment_summary *sum = NULL; ^~~ /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, 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:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/nilfs2/recovery.c:804:14: note: byref variable will be forcibly initialized sector_t b, end; ^~~ /kisskb/src/fs/nilfs2/recovery.c:804:11: note: byref variable will be forcibly initialized sector_t b, end; ^ /kisskb/src/fs/nilfs2/recovery.c:803:22: note: byref variable will be forcibly initialized sector_t seg_start, seg_end; /* range of full segment (block number) */ ^~~~~~~ /kisskb/src/fs/nilfs2/recovery.c:803:11: note: byref variable will be forcibly initialized sector_t seg_start, seg_end; /* range of full segment (block number) */ ^~~~~~~~~ /kisskb/src/fs/nilfs2/recovery.c:801:32: note: byref variable will be forcibly initialized struct nilfs_segment_summary *sum = NULL; ^~~ /kisskb/src/fs/exec.c: In function 'get_arg_page': /kisskb/src/fs/exec.c:201:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/block/blk-crypto.c: In function 'bio_crypt_check_alignment': /kisskb/src/block/blk-crypto.c:208:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/fs/exec.c: In function 'shift_arg_pages': /kisskb/src/fs/exec.c:684: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, 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:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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:110:59: 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:453: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:1198:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(me->sighand, newsighand); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/include/linux/blk-crypto-profile.h:9, from /kisskb/src/block/blk-crypto-profile.c:27: /kisskb/src/block/blk-crypto-profile.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/mm.h:30, 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:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/include/linux/blk-crypto-profile.h:9, from /kisskb/src/block/blk-crypto-profile.c:27: /kisskb/src/block/blk-crypto-profile.c: In function 'blk_crypto_get_keyslot': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/block/blk-crypto-profile.c:280:3: note: in expansion of macro 'wait_event' wait_event(profile->idle_slots_wait_queue, ^~~~~~~~~~ /kisskb/src/block/blk-crypto-profile.c: In function 'blk_crypto_put_keyslot': /kisskb/src/block/blk-crypto-profile.c:321:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/fs/exec.c: In function 'prepare_binprm': /kisskb/src/fs/exec.c:1650:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_get_compress_option': /kisskb/src/fs/f2fs/file.c:3867: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:237: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:261:15: note: byref variable will be forcibly initialized unsigned int seq_id = 0; ^~~~~~ /kisskb/src/lib/atomic64_test.c: In function 'test_atomic': /kisskb/src/lib/atomic64_test.c:111:11: note: byref variable will be forcibly initialized atomic_t v; ^ /kisskb/src/fs/exec.c: In function 'do_execve': /kisskb/src/fs/exec.c:1989:22: note: userspace variable will be forcibly initialized struct user_arg_ptr envp = { .ptr.native = __envp }; ^~~~ /kisskb/src/fs/exec.c:1988:22: note: userspace variable will be forcibly initialized struct user_arg_ptr argv = { .ptr.native = __argv }; ^~~~ /kisskb/src/fs/exec.c: In function 'do_execveat': /kisskb/src/fs/exec.c:1999:22: note: userspace variable will be forcibly initialized struct user_arg_ptr envp = { .ptr.native = __envp }; ^~~~ /kisskb/src/fs/exec.c:1998:22: note: userspace variable will be forcibly initialized struct user_arg_ptr argv = { .ptr.native = __argv }; ^~~~ /kisskb/src/fs/exec.c: In function 'setup_arg_pages': /kisskb/src/fs/exec.c:749:25: note: byref variable will be forcibly initialized struct vm_area_struct *prev = NULL; ^~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_release_compress_blocks': /kisskb/src/fs/f2fs/file.c:3465:24: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/lib/atomic64_test.c: In function 'test_atomic64': /kisskb/src/lib/atomic64_test.c:157:13: note: byref variable will be forcibly initialized atomic64_t v = ATOMIC64_INIT(v0); ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_fitrim': /kisskb/src/fs/f2fs/file.c:2275: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:2505: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:2898: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:2549:28: note: byref variable will be forcibly initialized pgoff_t pg_start, pg_end, next_pgofs; ^~~~~~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_defragment': /kisskb/src/fs/f2fs/file.c:2692: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:1135: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:1190: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:3232:8: note: byref variable will be forcibly initialized __u64 block_count; ^~~~~~~~~~~ /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/f2fs/file.c: In function 'reserve_compress_blocks': /kisskb/src/fs/f2fs/file.c:3539:12: note: byref variable will be forcibly initialized blkcnt_t reserved; ^~~~~~~~ /kisskb/src/lib/strncpy_from_user.c: In function 'do_strncpy_from_user': /kisskb/src/lib/strncpy_from_user.c:38:20: note: byref variable will be forcibly initialized unsigned long c, data, mask; ^~~~ /kisskb/src/lib/strncpy_from_user.c:31:30: note: byref variable will be forcibly initialized const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; ^~~~~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_reserve_compress_blocks': /kisskb/src/fs/f2fs/file.c:3618:24: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /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/f2fs/file.c: In function 'f2fs_sec_trim_file': /kisskb/src/fs/f2fs/file.c:3779:24: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/file.c:3710:28: note: byref variable will be forcibly initialized struct f2fs_sectrim_range range; ^~~~~ /kisskb/src/fs/nilfs2/the_nilfs.c: In function 'nilfs_discard_segments': /kisskb/src/fs/nilfs2/the_nilfs.c:655:22: note: byref variable will be forcibly initialized sector_t seg_start, seg_end; ^~~~~~~ /kisskb/src/fs/nilfs2/the_nilfs.c:655:11: note: byref variable will be forcibly initialized sector_t seg_start, seg_end; ^~~~~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_set_compress_option': /kisskb/src/fs/f2fs/file.c:3895: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:1498: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:417: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:671: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:1044: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:1226:21: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/file.c:1225: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:2883:25: note: byref variable will be forcibly initialized struct f2fs_move_range range; ^~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_precache_extents': /kisskb/src/fs/f2fs/file.c:3195:10: note: byref variable will be forcibly initialized pgoff_t m_next_extent; ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/file.c:3194:25: note: byref variable will be forcibly initialized struct f2fs_map_blocks map; ^~~ /kisskb/src/lib/strnlen_user.c: In function 'do_strnlen_user': /kisskb/src/lib/strnlen_user.c:41:17: note: byref variable will be forcibly initialized unsigned long data; ^~~~ /kisskb/src/lib/strnlen_user.c:25:30: note: byref variable will be forcibly initialized const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; ^~~~~~~~~ In file included from /kisskb/src/lib/interval_tree_test.c:6: /kisskb/src/lib/interval_tree_test.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/lib/rbtree_test.c:6: /kisskb/src/lib/rbtree_test.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /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; ^~~~~~ /kisskb/src/lib/dynamic_debug.c: In function 'ddebug_change': /kisskb/src/lib/dynamic_debug.c:159:18: note: byref variable will be forcibly initialized struct flagsbuf fbuf; ^~~~ /kisskb/src/lib/dynamic_debug.c: In function 'ddebug_exec_query': /kisskb/src/lib/dynamic_debug.c:495:8: note: byref variable will be forcibly initialized char *words[MAXWORDS]; ^~~~~ /kisskb/src/lib/dynamic_debug.c: In function 'ddebug_proc_show': /kisskb/src/lib/dynamic_debug.c:889:18: note: byref variable will be forcibly initialized struct flagsbuf flags; ^~~~~ /kisskb/src/lib/dynamic_debug.c: In function '__dynamic_pr_debug': /kisskb/src/lib/dynamic_debug.c:635:7: note: byref variable will be forcibly initialized char buf[PREFIX_SIZE] = ""; ^~~ /kisskb/src/lib/dynamic_debug.c:634:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/lib/dynamic_debug.c:633:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/dynamic_debug.c: In function '__dynamic_dev_dbg': /kisskb/src/lib/dynamic_debug.c:668:8: note: byref variable will be forcibly initialized char buf[PREFIX_SIZE] = ""; ^~~ /kisskb/src/lib/dynamic_debug.c:655:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/lib/dynamic_debug.c:654:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/include/kunit/assert.h:13, from /kisskb/src/include/kunit/test.h:12, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_empty_careful': In file included from /kisskb/src/include/linux/sbitmap.h:19, from /kisskb/src/lib/sbitmap.c:9: /kisskb/src/lib/sbitmap.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:680:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:320:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_entry': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:510:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, &test_struct, list_entry(&(test_struct.list), ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:508:26: note: byref variable will be forcibly initialized struct list_test_struct test_struct; ^~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_for_each_entry_reverse': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:698:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, i, -1); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:694:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, cur->data, i); ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:683:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:682:26: note: byref variable will be forcibly initialized struct list_test_struct entries[5], *cur; ^~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_for_each_entry': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:677:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, i, 5); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:673:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, cur->data, i); ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:662:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:661:26: note: byref variable will be forcibly initialized struct list_test_struct entries[5], *cur; ^~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_for_each_prev': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:615:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, i, -1); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:611:3: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, cur, &entries[i]); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:603:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:602:19: note: byref variable will be forcibly initialized struct list_head entries[3], *cur; ^~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_for_each': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:597:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, i, 3); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:593:3: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, cur, &entries[i]); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:585:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:584:19: note: byref variable will be forcibly initialized struct list_head entries[3], *cur; ^~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_prev_entry': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:578:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, &test_struct1, list_prev_entry(&test_struct2, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:572:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:571:40: note: byref variable will be forcibly initialized struct list_test_struct test_struct1, test_struct2; ^~~~~~~~~~~~ /kisskb/src/lib/list-test.c:571:26: note: byref variable will be forcibly initialized struct list_test_struct test_struct1, test_struct2; ^~~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_next_entry': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:565:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, &test_struct2, list_next_entry(&test_struct1, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:559:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:558:40: note: byref variable will be forcibly initialized struct list_test_struct test_struct1, test_struct2; ^~~~~~~~~~~~ /kisskb/src/lib/list-test.c:558:26: note: byref variable will be forcibly initialized struct list_test_struct test_struct1, test_struct2; ^~~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_first_entry_or_null': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:551:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, &test_struct1, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:841:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:849: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:1341:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:545:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, list_first_entry_or_null(&list, ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:543:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:542:40: note: byref variable will be forcibly initialized struct list_test_struct test_struct1, test_struct2; ^~~~~~~~~~~~ /kisskb/src/lib/list-test.c:542:26: note: byref variable will be forcibly initialized struct list_test_struct test_struct1, test_struct2; ^~~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_last_entry': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:536:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, &test_struct2, list_last_entry(&list, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:530:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:529:40: note: byref variable will be forcibly initialized struct list_test_struct test_struct1, test_struct2; ^~~~~~~~~~~~ /kisskb/src/lib/list-test.c:529:26: note: byref variable will be forcibly initialized struct list_test_struct test_struct1, test_struct2; ^~~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_first_entry': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:523:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, &test_struct1, list_first_entry(&list, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:517:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:516:40: note: byref variable will be forcibly initialized struct list_test_struct test_struct1, test_struct2; ^~~~~~~~~~~~ /kisskb/src/lib/list-test.c:516:26: note: byref variable will be forcibly initialized struct list_test_struct test_struct1, test_struct2; ^~~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_splice_tail_init': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:503:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty_careful(&list2)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:501:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, i, 5); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:497:3: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, cur, &entries[i]); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:483:12: note: byref variable will be forcibly initialized LIST_HEAD(list2); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:482:12: note: byref variable will be forcibly initialized LIST_HEAD(list1); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:481:19: note: byref variable will be forcibly initialized struct list_head entries[5], *cur; ^~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_splice_init': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:476:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty_careful(&list2)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:474:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, i, 5); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:470:3: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, cur, &entries[i]); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:456:12: note: byref variable will be forcibly initialized LIST_HEAD(list2); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:455:12: note: byref variable will be forcibly initialized LIST_HEAD(list1); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:454:19: note: byref variable will be forcibly initialized struct list_head entries[5], *cur; ^~~~~~~ In file included from /kisskb/src/lib/test_linear_ranges.c:8: /kisskb/src/lib/test_linear_ranges.c: In function 'range_test_get_value': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:916:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1028:2: note: in expansion of macro 'KUNIT_BASE_NE_MSG_ASSERTION' KUNIT_BASE_NE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1038:2: note: in expansion of macro 'KUNIT_BINARY_NE_MSG_ASSERTION' KUNIT_BINARY_NE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1409:2: note: in expansion of macro 'KUNIT_BINARY_NE_ASSERTION' KUNIT_BINARY_NE_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:141:2: note: in expansion of macro 'KUNIT_EXPECT_NE' KUNIT_EXPECT_NE(test, 0, ret); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:138:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, val, range2_vals[i]); ^~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_splice_tail': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:137:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, ret); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:449:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, i, 5); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:132:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, val, range1_vals[i]); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:445:3: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, cur, &entries[i]); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:431:12: note: byref variable will be forcibly initialized LIST_HEAD(list2); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:131:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, ret); ^~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:430:12: note: byref variable will be forcibly initialized LIST_HEAD(list1); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/test_linear_ranges.c:126:20: note: byref variable will be forcibly initialized unsigned int sel, val; ^~~ /kisskb/src/lib/list-test.c:429:19: note: byref variable will be forcibly initialized struct list_head entries[5], *cur; ^~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_splice': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:424:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, i, 5); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:420:3: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, cur, &entries[i]); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:406:12: note: byref variable will be forcibly initialized LIST_HEAD(list2); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:405:12: note: byref variable will be forcibly initialized LIST_HEAD(list1); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:404:19: note: byref variable will be forcibly initialized struct list_head entries[5], *cur; ^~~~~~~ In file included from /kisskb/src/lib/test_linear_ranges.c:8: /kisskb/src/lib/test_linear_ranges.c: In function 'range_test_get_selector_low': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:841:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:849: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:1341:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:210:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, found); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_cut_before': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:209:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, sel, range2_sels[RANGE2_NUM_VALS - 1]); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:397:3: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, cur, &entries[i]); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:394:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, i, 1); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:208:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, ret); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:197:3: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, found); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:390:3: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, cur, &entries[i]); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:378:12: note: byref variable will be forcibly initialized LIST_HEAD(list2); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:377:12: note: byref variable will be forcibly initialized LIST_HEAD(list1); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:376:19: note: byref variable will be forcibly initialized struct list_head entries[3], *cur; ^~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:196:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, sel, range2_sels[i]); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:195:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, ret); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:189:3: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, found); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:188:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, sel, range1_sels[i]); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:187:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, ret); ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:181:7: note: byref variable will be forcibly initialized bool found; ^~~~~ /kisskb/src/lib/test_linear_ranges.c:180:15: note: byref variable will be forcibly initialized unsigned int sel; ^~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_cut_position': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:369:3: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, cur, &entries[i]); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:366:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, i, 2); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:362:3: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, cur, &entries[i]); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:350:12: note: byref variable will be forcibly initialized LIST_HEAD(list2); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:349:12: note: byref variable will be forcibly initialized LIST_HEAD(list1); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:348:19: note: byref variable will be forcibly initialized struct list_head entries[3], *cur; ^~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_is_singular': In file included from /kisskb/src/lib/test_linear_ranges.c:8: /kisskb/src/lib/test_linear_ranges.c: In function 'range_test_get_selector_high': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:841:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:849: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:1341:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:343:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, list_is_singular(&list)); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:166:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, sel, range1_sels[0]); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:338:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_is_singular(&list)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:841:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:849: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:1341:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:165:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, found); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:841:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:849: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:1341:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:333:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, list_is_singular(&list)); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:330:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:329:22: note: byref variable will be forcibly initialized struct list_head a, b; ^ /kisskb/src/lib/list-test.c:329:19: note: byref variable will be forcibly initialized struct list_head a, b; ^ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:164:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, ret); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:948:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1106:2: note: in expansion of macro 'KUNIT_BASE_LE_MSG_ASSERTION' KUNIT_BASE_LE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1116:2: note: in expansion of macro 'KUNIT_BINARY_LE_MSG_ASSERTION' KUNIT_BINARY_LE_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1478:2: note: in expansion of macro 'KUNIT_BINARY_LE_ASSERTION' KUNIT_BINARY_LE_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:160:2: note: in expansion of macro 'KUNIT_EXPECT_LE' KUNIT_EXPECT_LE(test, ret, 0); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:155:3: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, found); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:154:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, sel, range1_sels[i]); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:153:3: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, ret); ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:148:7: note: byref variable will be forcibly initialized bool found; ^~~~~ /kisskb/src/lib/test_linear_ranges.c:147:15: note: byref variable will be forcibly initialized unsigned int sel; ^~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_empty_careful': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:283:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty_careful(&list2)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:841:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:849: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:1341:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:282:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, list_empty_careful(&list1)); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:278:12: note: byref variable will be forcibly initialized LIST_HEAD(list2); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:277:12: note: byref variable will be forcibly initialized LIST_HEAD(list1); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:276:19: note: byref variable will be forcibly initialized struct list_head a; ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_empty': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:270:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty(&list2)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:841:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:849: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:1341:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:269:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, list_empty(&list1)); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:265:12: note: byref variable will be forcibly initialized LIST_HEAD(list2); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:264:12: note: byref variable will be forcibly initialized LIST_HEAD(list1); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:263:19: note: byref variable will be forcibly initialized struct list_head a; ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_is_last': In file included from /kisskb/src/lib/test_linear_ranges.c:8: /kisskb/src/lib/test_linear_ranges.c: In function 'range_test_get_value_amount': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:258:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_is_last(&b, &list)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:174:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, (int)RANGE_NUM_VALS, ret); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:841:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:849: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:1341:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:257:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, list_is_last(&a, &list)); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:252:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:251:22: note: byref variable will be forcibly initialized struct list_head a, b; ^ /kisskb/src/lib/list-test.c:251:19: note: byref variable will be forcibly initialized struct list_head a, b; ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_is_first': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:841:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:849: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:1341:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:246:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, list_is_first(&b, &list)); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:245:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_is_first(&a, &list)); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:240:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:239:22: note: byref variable will be forcibly initialized struct list_head a, b; ^ /kisskb/src/lib/list-test.c:239:19: note: byref variable will be forcibly initialized struct list_head a, b; ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_bulk_move_tail': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:234:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, i, 2); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:231:3: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, ptr, list2_values[i]); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:228:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, i, 4); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:225:3: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, ptr, list1_values[i]); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:209:12: note: byref variable will be forcibly initialized LIST_HEAD(list2); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:208:12: note: byref variable will be forcibly initialized LIST_HEAD(list1); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:206:20: note: byref variable will be forcibly initialized struct list_head *list2_values[] = { &a, &d }; ^~~~~~~~~~~~ /kisskb/src/lib/list-test.c:205:20: note: byref variable will be forcibly initialized struct list_head *list1_values[] = { &x, &b, &c, &y }; ^~~~~~~~~~~~ /kisskb/src/lib/list-test.c:204:34: note: byref variable will be forcibly initialized struct list_head a, b, c, d, x, y; ^ /kisskb/src/lib/list-test.c:204:31: note: byref variable will be forcibly initialized struct list_head a, b, c, d, x, y; ^ /kisskb/src/lib/list-test.c:204:28: note: byref variable will be forcibly initialized struct list_head a, b, c, d, x, y; ^ /kisskb/src/lib/list-test.c:204:25: note: byref variable will be forcibly initialized struct list_head a, b, c, d, x, y; ^ /kisskb/src/lib/list-test.c:204:22: note: byref variable will be forcibly initialized struct list_head a, b, c, d, x, y; ^ /kisskb/src/lib/list-test.c:204:19: note: byref variable will be forcibly initialized struct list_head a, b, c, d, x, y; ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_replace_init': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:122:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty_careful(&a_old)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:119:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, b.prev, &a_new); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:118:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, list.next, &a_new); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:109:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:108:33: note: byref variable will be forcibly initialized struct list_head a_old, a_new, b; ^ /kisskb/src/lib/list-test.c:108:26: note: byref variable will be forcibly initialized struct list_head a_old, a_new, b; ^~~~~ /kisskb/src/lib/list-test.c:108:19: note: byref variable will be forcibly initialized struct list_head a_old, a_new, b; ^~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_replace': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:103:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, b.prev, &a_new); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:102:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, list.next, &a_new); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:93:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:92:33: note: byref variable will be forcibly initialized struct list_head a_old, a_new, b; ^ /kisskb/src/lib/list-test.c:92:26: note: byref variable will be forcibly initialized struct list_head a_old, a_new, b; ^~~~~ /kisskb/src/lib/list-test.c:92:19: note: byref variable will be forcibly initialized struct list_head a_old, a_new, b; ^~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_add_tail': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:71:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, a.next, &b); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:70:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, a.prev, &list); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:69:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, list.next, &a); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:63:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:62:22: note: byref variable will be forcibly initialized struct list_head a, b; ^ /kisskb/src/lib/list-test.c:62:19: note: byref variable will be forcibly initialized struct list_head a, b; ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_add': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:57:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, b.next, &a); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:56:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, b.prev, &list); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:55:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, list.next, &b); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:49:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:48:22: note: byref variable will be forcibly initialized struct list_head a, b; ^ /kisskb/src/lib/list-test.c:48:19: note: byref variable will be forcibly initialized struct list_head a, b; ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_for_each_prev_safe': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:656:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty(&list)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:655:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, i, -1); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:650:3: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, cur, &entries[i]); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:642:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:641:19: note: byref variable will be forcibly initialized struct list_head entries[3], *cur, *n; ^~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_for_each_safe': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:636:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty(&list)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:635:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, i, 3); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:630:3: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, cur, &entries[i]); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:621:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:620:19: note: byref variable will be forcibly initialized struct list_head entries[3], *cur, *n; ^~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_swap': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:144:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, &b, a.prev); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:143:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, &list, a.next); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:141:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, &list, b.prev); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:140:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, &a, b.next); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:138:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, &a, list.prev); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:137:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, &b, list.next); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:128:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:127:22: note: byref variable will be forcibly initialized struct list_head a, b; ^ /kisskb/src/lib/list-test.c:127:19: note: byref variable will be forcibly initialized struct list_head a, b; ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_del': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:87:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, b.prev, &list); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:86:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, list.next, &b); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:77:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:76:22: note: byref variable will be forcibly initialized struct list_head a, b; ^ /kisskb/src/lib/list-test.c:76:19: note: byref variable will be forcibly initialized struct list_head a, b; ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_rotate_to_front': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:324:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, i, 4); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:321:3: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, ptr, list_values[i]); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:308:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:305:28: note: byref variable will be forcibly initialized struct list_head a, b, c, d; ^ /kisskb/src/lib/list-test.c:305:25: note: byref variable will be forcibly initialized struct list_head a, b, c, d; ^ /kisskb/src/lib/list-test.c:305:22: note: byref variable will be forcibly initialized struct list_head a, b, c, d; ^ /kisskb/src/lib/list-test.c:305:19: note: byref variable will be forcibly initialized struct list_head a, b, c, d; ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_rotate_left': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:300:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, b.next, &a); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:299:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, b.prev, &list); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:298:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, list.next, &b); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:289:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:288:22: note: byref variable will be forcibly initialized struct list_head a, b; ^ /kisskb/src/lib/list-test.c:288:19: note: byref variable will be forcibly initialized struct list_head a, b; ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_move_tail': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:199:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, &a, b.next); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:198:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, &b, list2.next); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:196:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty(&list1)); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:187:12: note: byref variable will be forcibly initialized LIST_HEAD(list2); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:186:12: note: byref variable will be forcibly initialized LIST_HEAD(list1); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:185:22: note: byref variable will be forcibly initialized struct list_head a, b; ^ /kisskb/src/lib/list-test.c:185:19: note: byref variable will be forcibly initialized struct list_head a, b; ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_move': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:180:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, &b, a.next); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:179:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, &a, list2.next); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:177:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty(&list1)); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:168:12: note: byref variable will be forcibly initialized LIST_HEAD(list2); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:167:12: note: byref variable will be forcibly initialized LIST_HEAD(list1); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:166:22: note: byref variable will be forcibly initialized struct list_head a, b; ^ /kisskb/src/lib/list-test.c:166:19: note: byref variable will be forcibly initialized struct list_head a, b; ^ In file included from /kisskb/src/fs/pipe.c:11: /kisskb/src/fs/pipe.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_del_init': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:161:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty_careful(&a)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:160:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, b.prev, &list); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1021: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:1384:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:159:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, list.next, &b); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:150:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:149:22: note: byref variable will be forcibly initialized struct list_head a, b; ^ /kisskb/src/lib/list-test.c:149:19: note: byref variable will be forcibly initialized struct list_head a, b; ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_init': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:40:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty_careful(list5)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:39:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty_careful(list4)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:38:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty_careful(&list3)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:37:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty_careful(&list2)); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:819:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:830:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:838: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:1322:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:36:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty_careful(&list1)); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/kunit/test.h:19, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:22:12: note: byref variable will be forcibly initialized LIST_HEAD(list3); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/lib/list-test.c:21:19: note: byref variable will be forcibly initialized struct list_head list2; ^~~~~ /kisskb/src/lib/list-test.c:20:19: note: byref variable will be forcibly initialized struct list_head list1 = LIST_HEAD_INIT(list1); ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:617:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:625:11: note: in expansion of macro '__wait_event_interruptible_exclusive' __ret = __wait_event_interruptible_exclusive(wq, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:376: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:261:30: note: byref variable will be forcibly initialized struct watch_notification n; ^ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_write': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:617:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:625:11: note: in expansion of macro '__wait_event_interruptible_exclusive' __ret = __wait_event_interruptible_exclusive(wq, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:569: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 'do_pipe2': /kisskb/src/fs/pipe.c:1003:6: note: byref variable will be forcibly initialized int fd[2]; ^~ /kisskb/src/fs/pipe.c:1002: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:987:15: note: byref variable will be forcibly initialized struct file *files[2]; ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_wait_readable': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1044: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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1051:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(pipe->wr_wait, pipe_writable(pipe)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/test_bits.c:6: /kisskb/src/lib/test_bits.c: In function 'genmask_input_check_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bits.c:58:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, GENMASK_INPUT_CHECK(39, 21)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bits.c:57:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, GENMASK_INPUT_CHECK(1, 1)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bits.c:54:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, GENMASK_INPUT_CHECK(z, w)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bits.c:53:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, GENMASK_INPUT_CHECK(0, z)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bits.c:52:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, GENMASK_INPUT_CHECK(z, 0)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bits.c:50:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, GENMASK_INPUT_CHECK(x, y)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bits.c:49:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, GENMASK_INPUT_CHECK(0, x)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bits.c:48:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, GENMASK_INPUT_CHECK(x, 0)); ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_bits.c: In function 'genmask_ull_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bits.c:32:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0xffffffffffffffffull, GENMASK_ULL(63, 0)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bits.c:31:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0x000000ffffe00000ull, GENMASK_ULL(39, 21)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bits.c:30:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 3ull, GENMASK_ULL(1, 0)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bits.c:29:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 1ull, GENMASK_ULL(0, 0)); ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_bits.c: In function 'genmask_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bits.c:15:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0xFFFFFFFFul, GENMASK(31, 0)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bits.c:14:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 6ul, GENMASK(2, 1)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bits.c:13:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 3ul, GENMASK(1, 0)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_bits.c:12:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 1ul, GENMASK(0, 0)); ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/fcntl.c:8: /kisskb/src/fs/fcntl.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:291: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:748: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:169: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:335:15: note: byref variable will be forcibly initialized struct flock flock; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/fcntl.c:8: /kisskb/src/fs/fcntl.c: In function 'fasync_insert_entry': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:949:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*fapp, new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/cmdline_kunit.c:6: /kisskb/src/lib/cmdline_kunit.c: In function 'cmdline_do_one_range_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1390:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/cmdline_kunit.c:127:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' KUNIT_EXPECT_PTR_EQ_MSG(test, p, NULL, "in test %u at %u out of bound", n, p - r); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/cmdline_kunit.c:123:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, r[0], e[0], "in test %u (validated) expected %d numbers, got %d", ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/cmdline_kunit.c:119:3: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, r[i], e[i], "in test %u at %u", n, i); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/cmdline_kunit.c:116:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, r[0], e[0], "in test %u (parsed) expected %d numbers, got %d", ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/cmdline_kunit.c:111:6: note: byref variable will be forcibly initialized int r[16]; ^ In file included from /kisskb/src/lib/cmdline_kunit.c:6: /kisskb/src/lib/cmdline_kunit.c: In function 'cmdline_do_one_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1390:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/cmdline_kunit.c:51:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' KUNIT_EXPECT_PTR_EQ_MSG(test, out, in + offset, fmt, in); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/cmdline_kunit.c:50:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, ret, rc, fmt, in); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/cmdline_kunit.c:45:6: note: byref variable will be forcibly initialized int dummy; ^~~~~ /kisskb/src/lib/cmdline_kunit.c:44:14: note: byref variable will be forcibly initialized const char *out = in; ^~~ /kisskb/src/lib/cmdline_kunit.c: In function 'cmdline_test_tail_int': /kisskb/src/lib/cmdline_kunit.c:89:7: note: byref variable will be forcibly initialized char in[32]; ^~ /kisskb/src/lib/cmdline_kunit.c: In function 'cmdline_test_lead_int': /kisskb/src/lib/cmdline_kunit.c:72:7: note: byref variable will be forcibly initialized char in[32]; ^~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_ctxwake_print': /kisskb/src/kernel/trace/trace_output.c:929:7: note: byref variable will be forcibly initialized char comm[TASK_COMM_LEN]; ^~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_ctxwake_hex': /kisskb/src/kernel/trace/trace_output.c:1002:6: note: byref variable will be forcibly initialized int T; ^ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_event_printf': /kisskb/src/kernel/trace/trace_output.c:318:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_output_call': /kisskb/src/kernel/trace/trace_output.c:339:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_seq_print_sym': /kisskb/src/kernel/trace/trace_output.c:361:7: note: byref variable will be forcibly initialized char str[KSYM_SYMBOL_LEN]; ^~~ /kisskb/src/kernel/trace/trace_output.c: In function 'lat_print_generic': /kisskb/src/kernel/trace/trace_output.c:502:7: note: byref variable will be forcibly initialized char comm[TASK_COMM_LEN]; ^~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_print_context': /kisskb/src/kernel/trace/trace_output.c:606:7: note: byref variable will be forcibly initialized char comm[TASK_COMM_LEN]; ^~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_print_lat_context': /kisskb/src/kernel/trace/trace_output.c:648:8: note: byref variable will be forcibly initialized char comm[TASK_COMM_LEN]; ^~~~ /kisskb/src/kernel/trace/trace_output.c:638:6: note: byref variable will be forcibly initialized u64 next_ts; ^~~~~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'register_trace_event': /kisskb/src/kernel/trace/trace_output.c:758:21: note: byref variable will be forcibly initialized struct list_head *list = NULL; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/fs/namei.c:20: /kisskb/src/fs/namei.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:320:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/lib/string.c: In function 'strscpy': /kisskb/src/lib/string.c:201:20: note: byref variable will be forcibly initialized unsigned long c, data; ^~~~ /kisskb/src/lib/string.c:177:30: note: byref variable will be forcibly initialized const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; ^~~~~~~~~ /kisskb/src/fs/namei.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/lib/slub_kunit.c:2: /kisskb/src/lib/slub_kunit.c: In function 'test_clobber_redzone_free': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/slub_kunit.c:117:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 2, slab_errors); ^~~~~~~~~~~~~~~ /kisskb/src/lib/slub_kunit.c: In function 'test_clobber_50th_byte': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/slub_kunit.c:100:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 2, slab_errors); ^~~~~~~~~~~~~~~ /kisskb/src/lib/slub_kunit.c: In function 'test_first_word': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/slub_kunit.c:85:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 2, slab_errors); ^~~~~~~~~~~~~~~ /kisskb/src/lib/slub_kunit.c: In function 'test_next_pointer': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/slub_kunit.c:70:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, slab_errors); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/slub_kunit.c:62:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 2, slab_errors); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/slub_kunit.c:50:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 3, slab_errors); ^~~~~~~~~~~~~~~ /kisskb/src/lib/slub_kunit.c: In function 'test_clobber_zone': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/slub_kunit.c:22:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 2, slab_errors); ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'hash_name': /kisskb/src/fs/namei.c:2138:30: note: byref variable will be forcibly initialized const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; ^~~~~~~~~ /kisskb/src/fs/namei.c:2137:23: note: byref variable will be forcibly initialized unsigned long adata, bdata, mask, len; ^~~~~ /kisskb/src/fs/namei.c:2137:16: note: byref variable will be forcibly initialized unsigned long adata, bdata, mask, len; ^~~~~ In file included from /kisskb/src/fs/namei.c:21: /kisskb/src/fs/namei.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/fs/namei.c:20: /kisskb/src/fs/namei.c: In function '__traverse_mounts': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:1357: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:144:59: 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:1332:12: note: in expansion of macro 'smp_load_acquire' flags = smp_load_acquire(&path->dentry->d_flags); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/memcpy_kunit.c:7: /kisskb/src/lib/memcpy_kunit.c: In function 'memmove_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:45:3: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:183:2: note: in expansion of macro 'compare' compare("overlapping write", overlap, overlap_expected); ^~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:45:3: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:178:2: note: in expansion of macro 'compare' compare("argument side-effects", dest, five); ^~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:45:3: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:169:2: note: in expansion of macro 'compare' compare("middle overwrite", dest, middle); ^~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:45:3: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:164:2: note: in expansion of macro 'compare' compare("complete overwrite", dest, zero); ^~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:45:3: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:160:2: note: in expansion of macro 'compare' compare("direct assignment", dest, control); ^~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:45:3: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:156:2: note: in expansion of macro 'compare' compare("static initializers", zero, dest); ^~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1653:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:35:3: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' KUNIT_ASSERT_EQ_MSG(test, instance.data[i], v, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:155:2: note: in expansion of macro 'check' check(zero, 0); ^~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1653:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:35:3: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' KUNIT_ASSERT_EQ_MSG(test, instance.data[i], v, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:154:2: note: in expansion of macro 'check' check(control, 0x99); ^~~~~ /kisskb/src/lib/memcpy_kunit.c:135:20: note: byref variable will be forcibly initialized struct some_bytes overlap = { ^~~~~~~ /kisskb/src/fs/namei.c: In function 'traverse_mounts': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:1376: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:1839:12: note: byref variable will be forcibly initialized unsigned seq; ^~~ /kisskb/src/fs/namei.c:1838:15: note: byref variable will be forcibly initialized struct path path; ^~~~ In file included from /kisskb/src/lib/memcpy_kunit.c:7: /kisskb/src/lib/memcpy_kunit.c: In function 'memcpy_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:45:3: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:106:2: note: in expansion of macro 'compare' compare("argument side-effects", dest, three); ^~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:45:3: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:97:2: note: in expansion of macro 'compare' compare("middle overwrite", dest, middle); ^~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:45:3: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:92:2: note: in expansion of macro 'compare' compare("complete overwrite", dest, zero); ^~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:45:3: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:88:2: note: in expansion of macro 'compare' compare("direct assignment", dest, control); ^~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:45:3: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:84:2: note: in expansion of macro 'compare' compare("static initializers", dest, zero); ^~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1653:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:35:3: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' KUNIT_ASSERT_EQ_MSG(test, instance.data[i], v, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:83:2: note: in expansion of macro 'check' check(zero, 0); ^~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1653:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:35:3: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' KUNIT_ASSERT_EQ_MSG(test, instance.data[i], v, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:82:2: note: in expansion of macro 'check' check(control, 0x20); ^~~~~ /kisskb/src/fs/namei.c: In function 'lookup_fast': /kisskb/src/fs/namei.c:1579:12: note: byref variable will be forcibly initialized unsigned seq; ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/namei.c:21: /kisskb/src/fs/namei.c: In function '__lookup_slow': /kisskb/src/fs/namei.c:1636:34: note: byref variable will be forcibly initialized 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/lib/memcpy_kunit.c: In function 'memset_test': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:45:3: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:271:2: note: in expansion of macro 'compare' compare("memset_startat()", dest, startat); ^~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:45:3: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:266:2: note: in expansion of macro 'compare' compare("memset_after()", dest, after); ^~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:45:3: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:261:2: note: in expansion of macro 'compare' compare("argument side-effects", dest, three); ^~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:45:3: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:251:2: note: in expansion of macro 'compare' compare("middle overwrite", dest, middle); ^~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:45:3: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:246:2: note: in expansion of macro 'compare' compare("complete overwrite", dest, complete); ^~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1365:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:45:3: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:242:2: note: in expansion of macro 'compare' compare("direct assignment", dest, control); ^~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1653:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:35:3: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' KUNIT_ASSERT_EQ_MSG(test, instance.data[i], v, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:238:2: note: in expansion of macro 'check' check(dest, 0); ^~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1653:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:35:3: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' KUNIT_ASSERT_EQ_MSG(test, instance.data[i], v, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/memcpy_kunit.c:237:2: note: in expansion of macro 'check' check(control, 0x30); ^~~~~ /kisskb/src/fs/namei.c: In function 'handle_mounts': /kisskb/src/fs/namei.c:1477:7: note: byref variable will be forcibly initialized bool jumped; ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/namei.c:21: /kisskb/src/fs/namei.c: In function 'lookup_open': /kisskb/src/fs/namei.c:3195:34: note: byref variable will be forcibly initialized 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:1265: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:1878: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:1799: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:1912:12: note: byref variable will be forcibly initialized unsigned seq; ^~~ /kisskb/src/fs/namei.c:1911: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:1955:11: note: byref variable will be forcibly initialized unsigned seq; ^~~ /kisskb/src/fs/namei.c:1954: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:2260: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:3303:16: note: byref variable will be forcibly initialized struct inode *inode; ^~~~~ /kisskb/src/fs/namei.c:3302:11: note: byref variable will be forcibly initialized unsigned seq; ^~~ /kisskb/src/fs/namei.c: In function 'filename_parentat': /kisskb/src/fs/namei.c:2514: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:2538:6: note: byref variable will be forcibly initialized int type, error; ^~~~ /kisskb/src/fs/namei.c:2537:14: note: byref variable will be forcibly initialized struct qstr last; ^~~~ /kisskb/src/fs/namei.c: In function 'do_o_path': /kisskb/src/fs/namei.c:3529:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namei.c: In function 'filename_create': /kisskb/src/fs/namei.c:3626:6: note: byref variable will be forcibly initialized int type; ^~~~ /kisskb/src/fs/namei.c:3625: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:1412:7: note: byref variable will be forcibly initialized bool jumped; ^~~~~~ /kisskb/src/fs/namei.c: In function 'hashlen_string': /kisskb/src/fs/namei.c:2110:30: note: byref variable will be forcibly initialized const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; ^~~~~~~~~ /kisskb/src/fs/namei.c:2109:16: note: byref variable will be forcibly initialized unsigned long adata, mask, len; ^~~~~ /kisskb/src/fs/namei.c: In function 'filename_lookup': /kisskb/src/fs/namei.c:2474:19: note: byref variable will be forcibly initialized struct nameidata nd; ^~ /kisskb/src/fs/namei.c: In function 'try_lookup_one_len': /kisskb/src/fs/namei.c:2649:14: note: byref variable will be forcibly initialized struct qstr this; ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_len': /kisskb/src/fs/namei.c:2676:14: note: byref variable will be forcibly initialized struct qstr this; ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one': /kisskb/src/fs/namei.c:2706:14: note: byref variable will be forcibly initialized struct qstr this; ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_len_unlocked': /kisskb/src/fs/namei.c:2735:14: note: byref variable will be forcibly initialized struct qstr this; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, 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:144:59: 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:2762: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:3501: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:3581: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:3598: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:3790: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:3893: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:3994:6: note: byref variable will be forcibly initialized int type; ^~~~ /kisskb/src/fs/namei.c:3993:14: note: byref variable will be forcibly initialized struct qstr last; ^~~~ /kisskb/src/fs/namei.c:3992: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:4135:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4133:6: note: byref variable will be forcibly initialized int type; ^~~~ /kisskb/src/fs/namei.c:4132:14: note: byref variable will be forcibly initialized struct qstr last; ^~~~ /kisskb/src/fs/namei.c:4131:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /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/namei.c: In function 'do_symlinkat': /kisskb/src/fs/namei.c:4259: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:4406:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4405:24: note: byref variable will be forcibly initialized struct path old_path, new_path; ^~~~~~~~ /kisskb/src/fs/namei.c:4405: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:4542: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:4674:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4673:16: note: byref variable will be forcibly initialized int old_type, new_type; ^~~~~~~~ /kisskb/src/fs/namei.c:4673:6: note: byref variable will be forcibly initialized int old_type, new_type; ^~~~~~~~ /kisskb/src/fs/namei.c:4672:24: note: byref variable will be forcibly initialized struct qstr old_last, new_last; ^~~~~~~~ /kisskb/src/fs/namei.c:4672:14: note: byref variable will be forcibly initialized struct qstr old_last, new_last; ^~~~~~~~ /kisskb/src/fs/namei.c:4671:24: note: byref variable will be forcibly initialized struct path old_path, new_path; ^~~~~~~~ /kisskb/src/fs/namei.c:4671:14: note: byref variable will be forcibly initialized struct path old_path, new_path; ^~~~~~~~ /kisskb/src/fs/namei.c:4668:20: note: byref variable will be forcibly initialized struct renamedata rd; ^~ In file included from /kisskb/src/include/linux/fs.h:35, from /kisskb/src/fs/namei.c:22: /kisskb/src/fs/namei.c: In function 'vfs_readlink': /kisskb/src/fs/namei.c:4855:22: note: byref variable will be forcibly initialized 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:4946: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:4962:8: note: byref variable will be forcibly initialized void *fsdata; ^~~~~~ /kisskb/src/fs/namei.c:4961:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/kernel/panic.c: In function 'panic': /kisskb/src/kernel/panic.c:181: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:640:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/gfs2/glops.c: In function 'gfs2_dinode_in': /kisskb/src/fs/gfs2/glops.c:398:20: note: byref variable will be forcibly initialized struct timespec64 atime; ^~~~~ /kisskb/src/fs/gfs2/glops.c: In function 'gfs2_ail_empty_gl': /kisskb/src/fs/gfs2/glops.c:91: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:470:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/nilfs2.h:225, from /kisskb/src/fs/nilfs2/segment.c:78: /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_collection_stage_transition': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:25:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_collection_stage_transition, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:25:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_collection_stage_transition, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_transaction_transition': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_transaction_transition, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_transaction_transition, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_segment_usage_check': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_check, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_check, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_segment_usage_allocated': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:124:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_allocated, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:124:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_allocated, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_segment_usage_freed': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:145:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_freed, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:145:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_freed, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_mdt_insert_new_block': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_insert_new_block, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_insert_new_block, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_mdt_submit_block': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_submit_block, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_submit_block, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/nilfs2.h:225, from /kisskb/src/fs/nilfs2/segment.c:78: /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_collection_stage_transition': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:25:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_collection_stage_transition, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_transaction_transition': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_transaction_transition, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_segment_usage_check': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_check, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/fs/gfs2/trace_gfs2.h:641, from /kisskb/src/fs/gfs2/glock.c:49: /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_glock_state_change': /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_segment_usage_allocated': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:124:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_allocated, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_state_change, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_state_change, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_segment_usage_freed': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:145:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_segment_usage_freed, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_mdt_insert_new_block': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_insert_new_block, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_glock_put': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_put, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_put, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_mdt_submit_block': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nilfs2_mdt_submit_block, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_demote_rq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_demote_rq, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_demote_rq, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_promote': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_promote, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_promote, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_glock_queue': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_queue, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_queue, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_glock_lock_time': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_lock_time, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_lock_time, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_pin': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_pin, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_pin, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_log_flush': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_flush, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_log_blocks': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_blocks, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_ail_flush': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_ail_flush, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_ail_flush, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_bmap': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_bmap, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_bmap, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_iomap_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_start, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_iomap_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_end, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_block_alloc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_block_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_block_alloc, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'perf_trace_gfs2_rs': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_rs, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_rs, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/gfs2/trace_gfs2.h:641, from /kisskb/src/fs/gfs2/glock.c:49: /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_glock_state_change': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_state_change, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_glock_put': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_put, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_demote_rq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_demote_rq, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_promote': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_promote, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_glock_queue': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_queue, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_glock_lock_time': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_glock_lock_time, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_pin': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_pin, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_log_flush': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_flush, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_collect_dirty_files': /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_log_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_log_blocks, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c:1936:24: note: byref variable will be forcibly initialized struct buffer_head *ibh; ^~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_ail_flush': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_ail_flush, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_bmap': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_bmap, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_iomap_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_start, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_iomap_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_iomap_end, ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_begin_construction': /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_block_alloc': /kisskb/src/fs/nilfs2/segment.c:1277:8: note: byref variable will be forcibly initialized __u64 nextnum; ^~~~~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_block_alloc, ^~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'trace_event_raw_event_gfs2_rs': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gfs2_rs, ^~~~~~~~~~~ /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/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/glock.c:9: /kisskb/src/fs/gfs2/glock.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/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:26: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; ^~~~ /kisskb/src/fs/gfs2/glock.c: In function '__rhashtable_remove_fast_one': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/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:26: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:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/cpuhp.h:95, from /kisskb/src/kernel/cpu.c:40: /kisskb/src/kernel/cpu.c: In function 'perf_trace_cpuhp_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'perf_trace_cpuhp_multi_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /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; ^~~~~ /kisskb/src/kernel/cpu.c: In function 'perf_trace_cpuhp_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/cpuhp.h:95, from /kisskb/src/kernel/cpu.c:40: /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_enter, ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_multi_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_multi_enter, ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpuhp_exit, ^~~~~~~~~~~ /kisskb/src/kernel/user.c: In function 'free_uid': /kisskb/src/kernel/user.c:180:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/fs/gfs2/glock.c:10: /kisskb/src/fs/gfs2/glock.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h: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:26: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; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/glock.c:9: /kisskb/src/fs/gfs2/glock.c: In function '__rhashtable_insert_fast': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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: /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^~~ /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/kernel/resource.c: In function '__walk_iomem_res_desc': /kisskb/src/fs/nilfs2/segment.c:1551:30: note: byref variable will be forcibly initialized struct nilfs_segsum_pointer ssp; ^~~ /kisskb/src/kernel/resource.c:404:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/kernel/resource.c: In function '__region_intersects': /kisskb/src/kernel/resource.c:520:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /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/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; ^~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'find_insert_glock': /kisskb/src/fs/gfs2/glock.c:1109:26: note: byref variable will be forcibly initialized struct wait_glock_queue wait; ^~~~ /kisskb/src/kernel/cpu.c: In function 'cpuhp_invoke_callback_range': /kisskb/src/kernel/cpu.c:668:19: note: byref variable will be forcibly initialized enum cpuhp_state state; ^~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'glock_hash_walk': /kisskb/src/fs/gfs2/glock.c:2100:25: note: byref variable will be forcibly initialized struct rhashtable_iter iter; ^~~~ /kisskb/src/kernel/cpu.c: In function 'cpuhp_thread_fun': /kisskb/src/kernel/cpu.c:751:19: note: byref variable will be forcibly initialized enum cpuhp_state state; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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_init_inode': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:1934: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:1635:26: note: byref variable will be forcibly initialized unsigned int io_start, io_num; ^~~~~~ /kisskb/src/kernel/resource.c:1635: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:482: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:609:37: note: byref variable will be forcibly initialized struct resource tmp = *new, avail, alloc; ^~~~~ /kisskb/src/kernel/resource.c:609:30: note: byref variable will be forcibly initialized struct resource tmp = *new, avail, alloc; ^~~~~ /kisskb/src/kernel/resource.c:609:18: note: byref variable will be forcibly initialized struct resource tmp = *new, avail, alloc; ^~~ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_get': /kisskb/src/fs/gfs2/glock.c:1158:21: note: byref variable will be forcibly initialized struct lm_lockname name = { .ln_number = number, ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/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:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/resource.c: In function 'reallocate_resource': /kisskb/src/kernel/resource.c:684:18: note: byref variable will be forcibly initialized struct resource new = *old; ^~~ /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/kernel/resource.c: In function 'allocate_resource': /kisskb/src/kernel/resource.c:740:29: note: byref variable will be forcibly initialized struct resource_constraint constraint; ^~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_print_dbg': /kisskb/src/fs/gfs2/glock.c:1450:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/gfs2/glock.c:1449:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/gfs2/glock.c: In function 'dump_holder': /kisskb/src/fs/gfs2/glock.c:2312:7: note: byref variable will be forcibly initialized char flags_buf[32]; ^~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'fail_store': /kisskb/src/kernel/cpu.c:2328:6: note: byref variable will be forcibly initialized int fail, ret; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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:144:59: 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:1172:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&iomem_inode)->i_mapping; ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/ioctl.c:8: /kisskb/src/fs/ioctl.c: In function 'mnt_user_ns': In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/glock.c:9: /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_gl_hash_clear': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c:2232:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(sdp->sd_glock_wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c: In function '__devm_release_region': /kisskb/src/kernel/resource.c:1617:23: note: byref variable will be forcibly initialized struct region_devres match_data = { parent, start, n }; ^~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_dump_glock': /kisskb/src/fs/gfs2/glock.c:2397:7: note: byref variable will be forcibly initialized char fs_id_buf[sizeof(sdp->sd_fsname) + 7]; ^~~~~~~~~ /kisskb/src/fs/gfs2/glock.c:2395:7: note: byref variable will be forcibly initialized char gflags_buf[32]; ^~~~~~~~~~ /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/ioctl.c: In function 'ioctl_fiemap': /kisskb/src/fs/ioctl.c:201:16: note: byref variable will be forcibly initialized struct fiemap fiemap; ^~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/glock.c:9: /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_scan_glock_lru': /kisskb/src/fs/gfs2/glock.c:2042:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/gfs2/glock.c:2041:12: note: byref variable will be forcibly initialized LIST_HEAD(skipped); ^~~~~~~ /kisskb/src/include/linux/list.h:26: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_thread_construct': /kisskb/src/fs/nilfs2/segment.c:2477:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/kernel/cpu.c: In function 'target_store': /kisskb/src/kernel/cpu.c:2280:6: note: byref variable will be forcibly initialized int target, ret; ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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); ^~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/log.c:7: /kisskb/src/fs/gfs2/log.c: In function '__gfs2_log_reserve': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:349:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:360:2: note: in expansion of macro '__io_wait_event' __io_wait_event(wq_head, condition); \ ^~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/log.c:534:3: note: in expansion of macro 'io_wait_event' io_wait_event(sdp->sd_log_waitq, ^~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_kill_thread': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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); ^~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/glock.c:9: /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_async_wait': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/glock.c:1368:7: note: in expansion of macro 'wait_event_timeout' if (!wait_event_timeout(sdp->sd_async_glock_wait, ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/log.c:7: /kisskb/src/fs/gfs2/log.c: In function 'gfs2_ordered_write': /kisskb/src/fs/gfs2/log.c:720:12: note: byref variable will be forcibly initialized LIST_HEAD(written); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fibmap': /kisskb/src/fs/ioctl.c:64:11: note: byref variable will be forcibly initialized sector_t block; ^~~~~ /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:1173: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/ioctl.c: In function 'ioctl_preallocate': /kisskb/src/fs/ioctl.c:276:20: note: byref variable will be forcibly initialized struct space_resv sr; ^~ /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/ioctl.c: In function 'ioctl_file_clone_range': /kisskb/src/fs/ioctl.c:258:26: note: byref variable will be forcibly initialized struct file_clone_range args; ^~~~ /kisskb/src/fs/ioctl.c: In function 'fiemap_fill_next_extent': /kisskb/src/fs/ioctl.c:118:23: note: byref variable will be forcibly initialized struct fiemap_extent extent; ^~~~~~ /kisskb/src/fs/ioctl.c: In function 'copy_fsxattr_from_user': /kisskb/src/fs/ioctl.c:568:17: note: byref variable will be forcibly initialized struct fsxattr xfa; ^~~ /kisskb/src/fs/gfs2/lops.c: In function 'gfs2_end_log_write': /kisskb/src/fs/gfs2/lops.c:207: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:400:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_cb': /kisskb/src/fs/gfs2/glock.c:1892:22: note: byref variable will be forcibly initialized struct gfs2_holder mock_gh = { ^~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_construct_dsync_segment': /kisskb/src/fs/ioctl.c: In function 'copy_fsxattr_to_user': /kisskb/src/fs/ioctl.c:549:17: note: byref variable will be forcibly initialized struct fsxattr xfa; ^~~ /kisskb/src/fs/nilfs2/segment.c:2273:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/fs/gfs2/log.c: In function 'gfs2_ail1_flush': /kisskb/src/fs/gfs2/log.c:196:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /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; ^~ /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/ioctl.c: In function 'ioctl_setflags': /kisskb/src/fs/ioctl.c:723:18: note: byref variable will be forcibly initialized struct fileattr fa; ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/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:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fssetxattr': /kisskb/src/fs/ioctl.c:755:18: note: byref variable will be forcibly initialized struct fileattr fa; ^~ /kisskb/src/fs/ioctl.c: In function 'do_vfs_ioctl': /kisskb/src/fs/ioctl.c:800:11: note: byref variable will be forcibly initialized loff_t res = inode_get_bytes(inode); ^~~ /kisskb/src/fs/gfs2/lops.c: In function 'revoke_lo_scan_elements': /kisskb/src/fs/gfs2/lops.c:939:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/lops.c: In function 'databuf_lo_scan_elements': /kisskb/src/fs/gfs2/lops.c:1022:22: note: byref variable will be forcibly initialized struct buffer_head *bh_log, *bh_ip; ^~~~~~ /kisskb/src/fs/gfs2/lops.c: In function 'buf_lo_scan_elements': /kisskb/src/fs/gfs2/lops.c:798:22: note: byref variable will be forcibly initialized struct buffer_head *bh_log, *bh_ip; ^~~~~~ /kisskb/src/fs/gfs2/log.c: In function 'gfs2_write_log_header': /kisskb/src/fs/gfs2/log.c:861:16: note: byref variable will be forcibly initialized unsigned int extlen; ^~~~~~ /kisskb/src/fs/gfs2/log.c:834:6: note: byref variable will be forcibly initialized u64 dblock; ^~~~~~ /kisskb/src/fs/gfs2/log.c:832:20: note: byref variable will be forcibly initialized struct timespec64 tv; ^~ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_poke': /kisskb/src/fs/gfs2/glock.c:956: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:1737: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:1818:22: note: byref variable will be forcibly initialized struct gfs2_holder *tmp[4]; ^~~ /kisskb/src/fs/gfs2/lops.c: In function 'gfs2_find_jhead': /kisskb/src/fs/gfs2/lops.c:527:7: note: byref variable will be forcibly initialized bool done = false; ^~~~ /kisskb/src/kernel/capability.c: In function 'warn_legacy_capability_use': /kisskb/src/kernel/capability.c:48:7: note: byref variable will be forcibly initialized char name[sizeof(current->comm)]; ^~~~ /kisskb/src/kernel/capability.c: In function 'warn_deprecated_v2': /kisskb/src/kernel/capability.c:72:7: note: byref variable will be forcibly initialized char name[sizeof(current->comm)]; ^~~~ /kisskb/src/kernel/capability.c: In function '__do_sys_capget': /kisskb/src/kernel/capability.c:167:33: note: byref variable will be forcibly initialized struct __user_cap_data_struct kdata[_KERNEL_CAPABILITY_U32S]; ^~~~~ /kisskb/src/kernel/capability.c:153:23: note: byref variable will be forcibly initialized kernel_cap_t pE, pI, pP; ^~ /kisskb/src/kernel/capability.c:153:19: note: byref variable will be forcibly initialized kernel_cap_t pE, pI, pP; ^~ /kisskb/src/kernel/capability.c:153:15: note: byref variable will be forcibly initialized kernel_cap_t pE, pI, pP; ^~ /kisskb/src/kernel/capability.c:152:11: note: byref variable will be forcibly initialized unsigned tocopy; ^~~~~~ /kisskb/src/kernel/capability.c: In function '__do_sys_capset': /kisskb/src/kernel/capability.c:226:39: note: byref variable will be forcibly initialized kernel_cap_t inheritable, permitted, effective; ^~~~~~~~~ /kisskb/src/kernel/capability.c:226:28: note: byref variable will be forcibly initialized kernel_cap_t inheritable, permitted, effective; ^~~~~~~~~ /kisskb/src/kernel/capability.c:226:15: note: byref variable will be forcibly initialized kernel_cap_t inheritable, permitted, effective; ^~~~~~~~~~~ /kisskb/src/kernel/capability.c:225:14: note: byref variable will be forcibly initialized unsigned i, tocopy, copybytes; ^~~~~~ /kisskb/src/kernel/capability.c:224:32: note: byref variable will be forcibly initialized struct __user_cap_data_struct kdata[_KERNEL_CAPABILITY_U32S]; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/irq.h:166, from /kisskb/src/kernel/softirq.c:34: /kisskb/src/kernel/softirq.c: In function 'perf_trace_irq_handler_entry': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'perf_trace_irq_handler_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'perf_trace_softirq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/irq.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(softirq, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/irq.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(softirq, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/irq.h:166, from /kisskb/src/kernel/softirq.c:34: /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_irq_handler_entry': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_entry, ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_irq_handler_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(irq_handler_exit, ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_softirq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/irq.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(softirq, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:717, from /kisskb/src/kernel/softirq.c:17: /kisskb/src/kernel/softirq.c: In function 'tasklet_unlock_wait': /kisskb/src/include/linux/wait_bit.h:246: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/softirq.c:888:2: note: in expansion of macro 'wait_var_event' wait_var_event(&t->state, !test_bit(TASKLET_STATE_RUN, &t->state)); ^~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'tasklet_kill': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 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/softirq.c:869:3: note: in expansion of macro 'wait_var_event' wait_var_event(&t->state, !test_bit(TASKLET_STATE_SCHED, &t->state)); ^~~~~~~~~~~~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_get_syscall_info_entry': /kisskb/src/kernel/ptrace.c:941:16: note: byref variable will be forcibly initialized unsigned long args[ARRAY_SIZE(info->entry.args)]; ^~~~ /kisskb/src/kernel/trace/trace_seq.c: In function 'trace_seq_printf': /kisskb/src/kernel/trace/trace_seq.c:84:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_peek_siginfo': /kisskb/src/kernel/ptrace.c:747:20: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/ptrace.c:721: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:687: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:703:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, 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:110:59: 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:453: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/kernel/ptrace.c: In function 'ptrace_readdata': /kisskb/src/kernel/ptrace.c:609:8: note: byref variable will be forcibly initialized char buf[128]; ^~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_writedata': /kisskb/src/kernel/ptrace.c:635:8: note: byref variable will be forcibly initialized char buf[128]; ^~~ /kisskb/src/kernel/ptrace.c: In function 'generic_ptrace_peekdata': /kisskb/src/kernel/ptrace.c:1325:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_request': /kisskb/src/kernel/ptrace.c:1231:16: note: byref variable will be forcibly initialized struct iovec kiov; ^~~~ /kisskb/src/kernel/ptrace.c:1097:12: note: byref variable will be forcibly initialized sigset_t new_set; ^~~~~~~ /kisskb/src/kernel/ptrace.c:1039:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/ptrace.c:1036:19: note: byref variable will be forcibly initialized kernel_siginfo_t siginfo, *si; ^~~~~~~ /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, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/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:680:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/atomic-arch-fallback.h:1270:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^~~~~~~~~~~~~~~~~ /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/fs/dcache.c: In function '__d_set_inode_and_type': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:324:2: note: in expansion of macro 'smp_store_release' smp_store_release(&dentry->d_flags, flags); ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/exit.c: In function 'coredump_task_exit': /kisskb/src/kernel/exit.c:359:22: note: byref variable will be forcibly initialized struct core_thread self; ^~~~ /kisskb/src/fs/dcache.c: In function 'end_dir_add': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:2551:2: note: in expansion of macro 'smp_store_release' smp_store_release(&dir->i_dir_seq, n + 2); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/exit.c:8: /kisskb/src/kernel/exit.c: In function 'exit_notify': /kisskb/src/kernel/exit.c:671:12: note: byref variable will be forcibly initialized LIST_HEAD(dead); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/dcache.c: In function 'hlist_bl_set_first_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/kernel/exit.c: In function 'wait_task_zombie': /kisskb/src/kernel/exit.c:1044:16: note: byref variable will be forcibly initialized u64 tgutime, tgstime; ^~~~~~~ /kisskb/src/kernel/exit.c:1044: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:1557:15: note: byref variable will be forcibly initialized unsigned int f_flags = 0; ^~~~~~~ /kisskb/src/kernel/exit.c:1553: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:1619: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:1652: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:1711:16: note: byref variable will be forcibly initialized struct rusage r; ^ /kisskb/src/fs/dcache.c: In function 'd_walk': /kisskb/src/fs/dcache.c:1328:11: note: byref variable will be forcibly initialized unsigned seq = 0; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'd_wait_lookup': /kisskb/src/fs/dcache.c:2557:21: note: byref variable will be forcibly initialized 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, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'prune_dcache_sb': /kisskb/src/fs/dcache.c:1252:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:26: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:1292:13: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:26: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:1458: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:1597: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:1714:18: note: byref variable will be forcibly initialized struct dentry *victim = NULL; ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function '__d_alloc': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:1779: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:1881:14: note: byref variable will be forcibly initialized struct qstr q; ^ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'd_alloc_parallel': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:2584:8: note: in expansion of macro 'smp_load_acquire' seq = smp_load_acquire(&parent->d_inode->i_dir_seq); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:2577:23: note: byref variable will be forcibly initialized unsigned seq, r_seq, d_seq; ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigpending': /kisskb/src/kernel/signal.c:3208:11: note: byref variable will be forcibly initialized sigset_t set; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/signal.h:125, from /kisskb/src/kernel/signal.c:50: /kisskb/src/kernel/signal.c: In function 'perf_trace_signal_generate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'perf_trace_signal_deliver': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/signal.h:125, from /kisskb/src/kernel/signal.c:50: /kisskb/src/kernel/signal.c: In function 'trace_event_raw_event_signal_generate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_generate, ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'trace_event_raw_event_signal_deliver': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(signal_deliver, ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'post_copy_siginfo_from_user': /kisskb/src/kernel/sysctl.c: In function 'do_proc_dointvec_minmax_conv': /kisskb/src/kernel/signal.c:3331:8: note: byref variable will be forcibly initialized char buf[SI_EXPANSION_SIZE]; ^~~ /kisskb/src/kernel/sysctl.c:968:6: note: byref variable will be forcibly initialized int tmp, ret; ^~~ /kisskb/src/kernel/sysctl.c: In function 'do_proc_douintvec_minmax_conv': /kisskb/src/kernel/sysctl.c:1036:15: note: byref variable will be forcibly initialized unsigned int tmp; ^~~ /kisskb/src/kernel/sysctl.c: In function 'strtoul_lenient': /kisskb/src/kernel/sysctl.c:418:21: note: byref variable will be forcibly initialized unsigned long long result; ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigaltstack': /kisskb/src/kernel/signal.c:4219:15: note: byref variable will be forcibly initialized stack_t new, old; ^~~ /kisskb/src/kernel/signal.c:4219:10: note: byref variable will be forcibly initialized stack_t new, old; ^~~ /kisskb/src/kernel/sysctl.c: In function 'proc_get_long': /kisskb/src/kernel/sysctl.c:457:11: note: byref variable will be forcibly initialized char *p, tmp[TMPBUFLEN]; ^~~ /kisskb/src/kernel/sysctl.c:457:8: note: byref variable will be forcibly initialized char *p, tmp[TMPBUFLEN]; ^ /kisskb/src/kernel/sysctl.c: In function 'proc_put_long': /kisskb/src/kernel/sysctl.c:515:7: note: byref variable will be forcibly initialized char tmp[TMPBUFLEN], *p = tmp; ^~~ /kisskb/src/kernel/signal.c: In function '__flush_itimer_signals': /kisskb/src/kernel/signal.c:491:19: note: byref variable will be forcibly initialized sigset_t signal, retain; ^~~~~~ /kisskb/src/kernel/signal.c:491:11: note: byref variable will be forcibly initialized sigset_t signal, retain; ^~~~~~ /kisskb/src/kernel/sysctl.c: In function 'do_proc_douintvec_r': /kisskb/src/kernel/sysctl.c:747:9: note: byref variable will be forcibly initialized size_t left; ^~~~ /kisskb/src/kernel/sysctl.c:745:16: note: byref variable will be forcibly initialized unsigned long lval; ^~~~ /kisskb/src/kernel/sysctl.c: In function '__do_proc_dointvec': /kisskb/src/kernel/sysctl.c:632:8: note: byref variable will be forcibly initialized bool neg; ^~~ /kisskb/src/kernel/sysctl.c:631:17: note: byref variable will be forcibly initialized unsigned long lval; ^~~~ /kisskb/src/kernel/sysctl.c:607:8: note: byref variable will be forcibly initialized char *p; ^ /kisskb/src/kernel/sysctl.c:606:9: note: byref variable will be forcibly initialized size_t left; ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/inode.c:7: /kisskb/src/fs/inode.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl.c: In function 'proc_dointvec_minmax': /kisskb/src/kernel/sysctl.c:1009:44: note: byref variable will be forcibly initialized struct do_proc_dointvec_minmax_conv_param param = { ^~~~~ /kisskb/src/kernel/sysctl.c: In function 'do_proc_douintvec_w': /kisskb/src/kernel/sysctl.c:694:8: note: byref variable will be forcibly initialized char *p = buffer; ^ /kisskb/src/kernel/sysctl.c:693:7: note: byref variable will be forcibly initialized bool neg; ^~~ /kisskb/src/kernel/sysctl.c:692:9: note: byref variable will be forcibly initialized size_t left; ^~~~ /kisskb/src/kernel/sysctl.c:690:16: note: byref variable will be forcibly initialized unsigned long lval; ^~~~ /kisskb/src/kernel/sysctl.c: In function '__do_proc_doulongvec_minmax': /kisskb/src/kernel/sysctl.c:1259:9: note: byref variable will be forcibly initialized bool neg; ^~~ /kisskb/src/kernel/sysctl.c:1256:17: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/sysctl.c:1233:8: note: byref variable will be forcibly initialized char *p; ^ /kisskb/src/kernel/sysctl.c:1232:9: note: byref variable will be forcibly initialized size_t left; ^~~~ /kisskb/src/fs/inode.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/sysctl.c: In function 'proc_do_cad_pid': /kisskb/src/kernel/sysctl.c:1495:8: note: byref variable will be forcibly initialized pid_t tmp; ^~~ /kisskb/src/kernel/sysctl.c: In function 'sysrq_sysctl_handler': /kisskb/src/kernel/sysctl.c:1210:6: note: byref variable will be forcibly initialized int tmp, ret; ^~~ /kisskb/src/kernel/sysctl.c: In function 'proc_taint': /kisskb/src/kernel/sysctl.c:904:16: note: byref variable will be forcibly initialized unsigned long tmptaint = get_taint(); ^~~~~~~~ /kisskb/src/kernel/sysctl.c:903:19: note: byref variable will be forcibly initialized struct ctl_table t; ^ /kisskb/src/kernel/sysctl.c: In function 'proc_douintvec_minmax': /kisskb/src/kernel/sysctl.c:1078:45: note: byref variable will be forcibly initialized struct do_proc_douintvec_minmax_conv_param param = { ^~~~~ /kisskb/src/kernel/sysctl.c: In function 'proc_dou8vec_minmax': /kisskb/src/kernel/sysctl.c:1109:45: note: byref variable will be forcibly initialized struct do_proc_douintvec_minmax_conv_param param = { ^~~~~ /kisskb/src/kernel/sysctl.c:1107:36: note: byref variable will be forcibly initialized unsigned int min = 0, max = 255U, val; ^~~ /kisskb/src/kernel/sysctl.c:1107:24: note: byref variable will be forcibly initialized unsigned int min = 0, max = 255U, val; ^~~ /kisskb/src/kernel/sysctl.c:1107:15: note: byref variable will be forcibly initialized unsigned int min = 0, max = 255U, val; ^~~ /kisskb/src/kernel/sysctl.c:1106:19: note: byref variable will be forcibly initialized struct ctl_table tmp; ^~~ /kisskb/src/kernel/sysctl.c: In function 'proc_do_large_bitmap': /kisskb/src/kernel/sysctl.c:1561:9: note: byref variable will be forcibly initialized bool neg; ^~~ /kisskb/src/kernel/sysctl.c:1560:25: note: byref variable will be forcibly initialized unsigned long val_a, val_b; ^~~~~ /kisskb/src/kernel/sysctl.c:1560:18: note: byref variable will be forcibly initialized unsigned long val_a, val_b; ^~~~~ /kisskb/src/kernel/sysctl.c:1546:9: note: byref variable will be forcibly initialized char *p = buffer; ^ /kisskb/src/kernel/sysctl.c:1538:63: note: byref variable will be forcibly initialized char tr_a[] = { '-', ',', '\n' }, tr_b[] = { ',', '\n', 0 }, c; ^ /kisskb/src/kernel/sysctl.c:1538:36: note: byref variable will be forcibly initialized char tr_a[] = { '-', ',', '\n' }, tr_b[] = { ',', '\n', 0 }, c; ^~~~ /kisskb/src/kernel/sysctl.c:1538:7: note: byref variable will be forcibly initialized char tr_a[] = { '-', ',', '\n' }, tr_b[] = { ',', '\n', 0 }, c; ^~~~ /kisskb/src/kernel/sysctl.c:1534:9: note: byref variable will be forcibly initialized size_t left = *lenp; ^~~~ /kisskb/src/kernel/sysctl.c: In function 'proc_do_static_key': /kisskb/src/kernel/sysctl.c:1748:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /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:3005: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:3564:11: note: byref variable will be forcibly initialized sigset_t mask = *which; ^~~~ /kisskb/src/kernel/signal.c:3562:22: note: byref variable will be forcibly initialized ktime_t *to = NULL, timeout = KTIME_MAX; ^~~~~~~ /kisskb/src/fs/inode.c: In function '__remove_privs': /kisskb/src/fs/inode.c:1929:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^~~~~~~~ /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:1538:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/signal.c:1536: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:1951: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:2016:13: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/signal.c:2016:6: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/signal.c:2012:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigsuspend': /kisskb/src/kernel/signal.c:4625:11: note: byref variable will be forcibly initialized sigset_t newset; ^~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/inode.c:7: /kisskb/src/fs/inode.c: In function 'evict_inodes': /kisskb/src/fs/inode.c:640:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/signal.c: In function 'sigprocmask': /kisskb/src/kernel/signal.c:3054:11: note: byref variable will be forcibly initialized sigset_t newset; ^~~~~~ /kisskb/src/fs/inode.c: In function 'invalidate_inodes': /kisskb/src/fs/inode.c:691:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigprocmask': /kisskb/src/kernel/signal.c:3137:20: note: byref variable will be forcibly initialized sigset_t old_set, new_set; ^~~~~~~ /kisskb/src/kernel/signal.c:3137:11: note: byref variable will be forcibly initialized sigset_t old_set, new_set; ^~~~~~~ /kisskb/src/fs/inode.c: In function 'prune_icache_sb': /kisskb/src/fs/inode.c:817:12: note: byref variable will be forcibly initialized LIST_HEAD(freeable); ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/signal.c: In function 'set_user_sigmask': /kisskb/src/kernel/signal.c:3090: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:2128:13: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/signal.c:2128:6: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/kernel/signal.c:2124: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:2328: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:2877:11: note: byref variable will be forcibly initialized sigset_t blocked; ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'exit_signals': /kisskb/src/kernel/signal.c:2937:11: note: byref variable will be forcibly initialized sigset_t unblocked; ^~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'do_send_sig_info': /kisskb/src/kernel/signal.c:1290:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /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/kernel/signal.c: In function '__do_sys_rt_sigqueueinfo': /kisskb/src/kernel/signal.c:3989:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /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/kernel/signal.c: In function '__do_sys_kill': /kisskb/src/kernel/signal.c:3763: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:1731: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:1762:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_fault_trapno': /kisskb/src/kernel/signal.c:1878:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /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/kernel/signal.c: In function 'do_tkill': /kisskb/src/kernel/signal.c:3920: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/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/kernel/signal.c:4029:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/fs/inode.c: In function 'current_time': /kisskb/src/fs/inode.c:2322:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ /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/inode.c: In function 'atime_needs_update': /kisskb/src/fs/inode.c:1811:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ /kisskb/src/kernel/signal.c: In function 'force_sig': /kisskb/src/kernel/signal.c:1649: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:1748:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/fs/inode.c: In function 'touch_atime': /kisskb/src/fs/inode.c:1847:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ /kisskb/src/kernel/signal.c: In function 'force_sig_bnderr': /kisskb/src/kernel/signal.c:1777:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /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/kernel/signal.c: In function 'force_sig_pkuerr': /kisskb/src/kernel/signal.c:1792:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/fs/inode.c: In function 'file_update_time': /kisskb/src/fs/inode.c:1987:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ /kisskb/src/kernel/signal.c: In function 'force_sig_perf': /kisskb/src/kernel/signal.c:1806: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:1846:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_trapno': /kisskb/src/kernel/signal.c:1861:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_fatal_sig': /kisskb/src/kernel/signal.c:1663:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /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/kernel/signal.c: In function 'force_exit_sig': /kisskb/src/kernel/signal.c:1676: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:1705:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_seccomp': /kisskb/src/kernel/signal.c:1828:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^~~~ /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; ^~ /kisskb/src/drivers/pinctrl/renesas/pfc-r8a77995.c: In function 'r8a77995_pin_to_bias_reg': /kisskb/src/drivers/pinctrl/renesas/pfc-r8a77995.c:3079:15: note: byref variable will be forcibly initialized unsigned int bit; ^~~ /kisskb/src/drivers/pinctrl/renesas/pfc-r8a77995.c: In function 'r8a77995_pinmux_get_bias': /kisskb/src/drivers/pinctrl/renesas/pfc-r8a77995.c:3109:25: note: byref variable will be forcibly initialized unsigned int puen_bit, pud_bit; ^~~~~~~ /kisskb/src/drivers/pinctrl/renesas/pfc-r8a77995.c:3109:15: note: byref variable will be forcibly initialized unsigned int puen_bit, pud_bit; ^~~~~~~~ /kisskb/src/drivers/pinctrl/renesas/pfc-r8a77995.c: In function 'r8a77995_pinmux_set_bias': /kisskb/src/drivers/pinctrl/renesas/pfc-r8a77995.c:3127:25: note: byref variable will be forcibly initialized unsigned int puen_bit, pud_bit; ^~~~~~~ /kisskb/src/drivers/pinctrl/renesas/pfc-r8a77995.c:3127:15: note: byref variable will be forcibly initialized unsigned int puen_bit, pud_bit; ^~~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigtimedwait': /kisskb/src/kernel/signal.c:3624:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/signal.c:3623:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/signal.c:3622:11: note: byref variable will be forcibly initialized sigset_t these; ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigtimedwait_time32': /kisskb/src/kernel/signal.c:3657:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/kernel/signal.c:3656:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/kernel/signal.c:3655: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:3842:19: note: byref variable will be forcibly initialized kernel_siginfo_t kinfo; ^~~~~ /kisskb/src/kernel/signal.c: In function 'kernel_sigaction': /kisskb/src/kernel/signal.c:4059: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:4081: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:4405:29: note: byref variable will be forcibly initialized struct k_sigaction new_sa, old_sa; ^~~~~~ /kisskb/src/kernel/signal.c:4405: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:4233:10: note: byref variable will be forcibly initialized stack_t new; ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/static_call.h:135, from /kisskb/src/include/linux/tracepoint.h:22, from /kisskb/src/include/trace/syscall.h:5, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/fs/select.c:21: /kisskb/src/fs/select.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/arm64/include/asm/preempt.h: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:80:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^~~~~~~~ /kisskb/src/fs/select.c: In function 'poll_select_finish': /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; ^~~ /kisskb/src/fs/select.c: In function 'select_estimate_accuracy': /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/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 'poll_select_set_timeout': /kisskb/src/fs/select.c:275:20: note: byref variable will be forcibly initialized struct timespec64 ts = {.tv_sec = sec, .tv_nsec = nsec}; ^~ /kisskb/src/fs/select.c: In function '__do_sys_poll': /kisskb/src/fs/select.c:1067: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:1101:24: note: byref variable will be forcibly initialized struct timespec64 ts, end_time, *to = NULL; ^~~~~~~~ /kisskb/src/fs/select.c:1101: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/fs/btrfs/print-tree.c:6: /kisskb/src/fs/btrfs/print-tree.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/print-tree.c: In function 'btrfs_dir_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2159:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /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; ^~~~~~~~~ In file included from /kisskb/src/fs/btrfs/ctree.c:11: /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_node_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2142:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /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; ^~~ In file included from /kisskb/src/fs/btrfs/print-tree.c:6: /kisskb/src/fs/btrfs/print-tree.c: In function 'btrfs_node_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2142:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_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; ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/ctree.c:6: /kisskb/src/fs/btrfs/ctree.c: In function 'insert_new_root': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:2462:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(root->node, c); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/ctree.c:2429: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:3133:25: note: byref variable will be forcibly initialized struct btrfs_map_token token; ^~~~~ /kisskb/src/fs/btrfs/ctree.c:3132: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:4001: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:1232: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:1403:19: note: byref variable will be forcibly initialized struct btrfs_key first_key; ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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:144:59: 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/btrfs/ctree.c: In function 'btrfs_copy_root': /kisskb/src/fs/btrfs/ctree.c:189: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:268:6: note: byref variable will be forcibly initialized u64 flags; ^~~~~ /kisskb/src/fs/btrfs/ctree.c:266:6: note: byref variable will be forcibly initialized u64 refs; ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/ctree.c:6: /kisskb/src/fs/btrfs/ctree.c: In function '__btrfs_cow_block': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:464:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(root->node, cow); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/ctree.c:392:6: note: byref variable will be forcibly initialized int last_ref = 0; ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c:389:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'comp_keys': /kisskb/src/fs/btrfs/ctree.c:615:19: note: byref variable will be forcibly initialized struct btrfs_key k1; ^~ /kisskb/src/fs/btrfs/ctree.c: In function 'generic_bin_search': /kisskb/src/fs/btrfs/ctree.c:760: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:2234:19: note: byref variable will be forcibly initialized struct btrfs_key right_first; ^~~~~~~~~~~ /kisskb/src/fs/btrfs/ctree.c:2233:19: note: byref variable will be forcibly initialized struct btrfs_key left_last; ^~~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_read_node_slot': /kisskb/src/fs/btrfs/ctree.c:834:19: note: byref variable will be forcibly initialized struct btrfs_key first_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_realloc_node': /kisskb/src/fs/btrfs/ctree.c:665:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c:654:24: note: byref variable will be forcibly initialized struct extent_buffer *cur; ^~~ /kisskb/src/fs/btrfs/ctree.c: In function 'push_nodes_for_insert': /kisskb/src/fs/btrfs/ctree.c:1195:26: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c:1141:26: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c:1094:24: note: byref variable will be forcibly initialized struct extent_buffer *left = NULL; ^~~~ /kisskb/src/fs/btrfs/ctree.c:1092: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:2537:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:24, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/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/fs/btrfs/ctree.c: In function 'balance_level': /kisskb/src/fs/btrfs/ctree.c:1040:25: note: byref variable will be forcibly initialized struct btrfs_disk_key mid_key; ^~~~~~~ /kisskb/src/fs/btrfs/ctree.c:994:26: note: byref variable will be forcibly initialized struct btrfs_disk_key right_key; ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/ctree.c:6: /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:917:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(root->node, child); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/ctree.c:893:25: note: byref variable will be forcibly initialized struct extent_buffer *child; ^~~~~ /kisskb/src/fs/btrfs/ctree.c:866:24: note: byref variable will be forcibly initialized struct extent_buffer *left = NULL; ^~~~ /kisskb/src/fs/btrfs/ctree.c:864:24: note: byref variable will be forcibly initialized struct extent_buffer *right = NULL; ^~~~~ /kisskb/src/kernel/sys.c: In function 'do_sys_times': /kisskb/src/kernel/sys.c:978:15: note: byref variable will be forcibly initialized u64 tgutime, tgstime, cutime, cstime; ^~~~~~~ /kisskb/src/kernel/sys.c:978: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:992:14: note: byref variable will be forcibly initialized struct tms tmp; ^~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_set_item_key_safe': /kisskb/src/fs/btrfs/ctree.c:2168: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:2673:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c:2672:25: note: byref variable will be forcibly initialized struct btrfs_map_token token; ^~~~~ /kisskb/src/kernel/umh.c: In function 'proc_cap_handler': /kisskb/src/kernel/umh.c:492:16: note: byref variable will be forcibly initialized unsigned long cap_array[_KERNEL_CAPABILITY_U32S]; ^~~~~~~~~ /kisskb/src/kernel/umh.c:491:19: note: byref variable will be forcibly initialized struct ctl_table t; ^ /kisskb/src/kernel/sys.c: In function 'override_release': /kisskb/src/kernel/sys.c:1252: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:1274:21: note: byref variable will be forcibly initialized struct new_utsname tmp; ^~~ /kisskb/src/fs/btrfs/ctree.c: In function 'push_leaf_right': /kisskb/src/fs/btrfs/ctree.c:2817:24: note: byref variable will be forcibly initialized struct extent_buffer *right; ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function '__usermodehelper_disable': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/umh.c:313:11: note: in expansion of macro 'wait_event_timeout' retval = wait_event_timeout(running_helpers_waitq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_sethostname': /kisskb/src/kernel/sys.c:1343:7: note: byref variable will be forcibly initialized char tmp[__NEW_UTS_LEN]; ^~~ /kisskb/src/fs/btrfs/ctree.c: In function '__push_leaf_left': /kisskb/src/fs/btrfs/ctree.c:2914:25: note: byref variable will be forcibly initialized struct btrfs_map_token token; ^~~~~ /kisskb/src/fs/btrfs/ctree.c:2903:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function 'call_usermodehelper_exec': /kisskb/src/kernel/umh.c:406:29: note: byref variable will be forcibly initialized 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/sys.c: In function '__do_sys_setdomainname': /kisskb/src/kernel/sys.c:1396:7: note: byref variable will be forcibly initialized char tmp[__NEW_UTS_LEN]; ^~~ /kisskb/src/fs/btrfs/ctree.c: In function 'push_leaf_left': /kisskb/src/fs/btrfs/ctree.c:3054: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:3257: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:1694:6: note: byref variable will be forcibly initialized int write_lock_level = 0; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/ctree.c:1688:6: note: byref variable will be forcibly initialized int slot; ^~~~ /kisskb/src/fs/btrfs/ctree.c:1687:24: note: byref variable will be forcibly initialized struct extent_buffer *b; ^ /kisskb/src/kernel/sys.c: In function 'prctl_set_mm_map': /kisskb/src/kernel/sys.c:1949:16: note: byref variable will be forcibly initialized unsigned long user_auxv[AT_VECTOR_SIZE]; ^~~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_search_old_slot': /kisskb/src/fs/btrfs/ctree.c:1942:6: note: byref variable will be forcibly initialized int slot; ^~~~ /kisskb/src/fs/btrfs/ctree.c:1941:24: note: byref variable will be forcibly initialized struct extent_buffer *b; ^ /kisskb/src/kernel/sys.c: In function 'do_sysinfo': /kisskb/src/kernel/sys.c:2561:20: note: byref variable will be forcibly initialized struct timespec64 tp; ^~ /kisskb/src/fs/btrfs/ctree.c: In function 'setup_leaf_for_split': /kisskb/src/fs/btrfs/ctree.c:3425:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_sysinfo': /kisskb/src/kernel/sys.c:2622:17: note: byref variable will be forcibly initialized struct sysinfo val; ^~~ /kisskb/src/fs/btrfs/ctree.c: In function 'split_item': /kisskb/src/fs/btrfs/ctree.c:3499:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'setup_items_for_insert': /kisskb/src/fs/btrfs/ctree.c:3769:25: note: byref variable will be forcibly initialized struct btrfs_map_token token; ^~~~~ /kisskb/src/fs/btrfs/ctree.c:3766: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:3640:25: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c:3602: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:3697:25: note: byref variable will be forcibly initialized struct btrfs_map_token token; ^~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_setup_item_for_insert': /kisskb/src/fs/btrfs/ctree.c:3865:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ In file included from /kisskb/src/fs/btrfs/ctree.c:11: /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:2955:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_del_items': /kisskb/src/fs/btrfs/ctree.c:4101:26: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.c:4066: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:4162:24: note: byref variable will be forcibly initialized struct btrfs_disk_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/ctree.c:4161: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:4351: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:4226:6: note: byref variable will be forcibly initialized int slot; ^~~~ /kisskb/src/fs/btrfs/ctree.c:4225:19: note: byref variable will be forcibly initialized struct btrfs_key found_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/ctree.c: In function 'btrfs_next_old_leaf': /kisskb/src/fs/btrfs/ctree.c:4406:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/ctree.c:4405: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:1537: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:4567: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:4608:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_getrlimit': /kisskb/src/kernel/sys.c:1420:16: note: byref variable will be forcibly initialized struct rlimit value; ^~~~~ In file included from /kisskb/src/fs/btrfs/tree-log.h:9, from /kisskb/src/fs/btrfs/extent-tree.c:20: /kisskb/src/fs/btrfs/extent-tree.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_prlimit64': /kisskb/src/kernel/sys.c:1646:21: note: byref variable will be forcibly initialized struct rlimit old, new; ^~~ /kisskb/src/kernel/sys.c:1646:16: note: byref variable will be forcibly initialized struct rlimit old, new; ^~~ /kisskb/src/kernel/sys.c:1645:25: note: byref variable will be forcibly initialized struct rlimit64 old64, new64; ^~~~~ /kisskb/src/kernel/sys.c:1645: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:1690: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:1745:16: note: byref variable will be forcibly initialized unsigned long maxrss = 0; ^~~~~~ /kisskb/src/kernel/sys.c:1744:31: note: byref variable will be forcibly initialized u64 tgutime, tgstime, utime, stime; ^~~~~ /kisskb/src/kernel/sys.c:1744:24: note: byref variable will be forcibly initialized u64 tgutime, tgstime, utime, stime; ^~~~~ /kisskb/src/kernel/sys.c:1744:15: note: byref variable will be forcibly initialized u64 tgutime, tgstime, utime, stime; ^~~~~~~ /kisskb/src/kernel/sys.c:1744:6: note: byref variable will be forcibly initialized u64 tgutime, tgstime, utime, stime; ^~~~~~~ /kisskb/src/kernel/sys.c:1743: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:1817: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:2268:16: note: byref variable will be forcibly initialized unsigned char comm[sizeof(me->comm)]; ^~~~ /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; ^~~~~~~~~ In file included from /kisskb/src/fs/btrfs/tree-log.h:9, from /kisskb/src/fs/btrfs/extent-tree.c:20: /kisskb/src/fs/btrfs/extent-tree.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:2955:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ /kisskb/src/fs/btrfs/extent-tree.c: In function 'insert_tree_block_ref': /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:1575: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:4647:19: note: byref variable will be forcibly initialized struct btrfs_key extent_key; ^~~~~~~~~~ In file included from /kisskb/src/fs/btrfs/tree-log.h:9, from /kisskb/src/fs/btrfs/extent-tree.c:20: /kisskb/src/fs/btrfs/extent-tree.c: In function 'btrfs_node_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2142:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /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 'unpin_extent_range': /kisskb/src/fs/btrfs/extent-tree.c:2696:6: note: byref variable will be forcibly initialized u64 empty_cluster = 0; ^~~~~~~~~~~~~ /kisskb/src/fs/btrfs/extent-tree.c: In function 'find_free_extent': /kisskb/src/fs/btrfs/extent-tree.c:4283:29: note: byref variable will be forcibly initialized struct btrfs_block_group *bg_ret; ^~~~~~ /kisskb/src/fs/btrfs/extent-tree.c: In function 'btrfs_trim_free_extents': /kisskb/src/fs/btrfs/extent-tree.c:5963:7: note: byref variable will be forcibly initialized u64 bytes; ^~~~~ /kisskb/src/fs/btrfs/extent-tree.c:5942:30: note: byref variable will be forcibly initialized u64 start = SZ_1M, len = 0, end = 0; ^~~ /kisskb/src/fs/btrfs/extent-tree.c:5942: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/fs/btrfs/extent-tree.c: In function 'reada_walk_down': /kisskb/src/fs/btrfs/extent-tree.c:4986:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/extent-tree.c:4984:6: note: byref variable will be forcibly initialized u64 flags; ^~~~~ /kisskb/src/fs/btrfs/extent-tree.c:4983:6: note: byref variable will be forcibly initialized u64 refs; ^~~~ /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/fs/btrfs/extent-tree.c: In function 'check_committed_ref': /kisskb/src/fs/btrfs/extent-tree.c:2293:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /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/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: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:1457: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; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, 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/attr.c:10: /kisskb/src/fs/attr.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:320:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/extent-tree.c: In function '__btrfs_free_extent': /kisskb/src/fs/btrfs/extent-tree.c:2936:6: note: byref variable will be forcibly initialized int last_ref = 0; ^~~~~~~~ /kisskb/src/fs/btrfs/extent-tree.c:2926:34: note: byref variable will be forcibly initialized struct btrfs_extent_inline_ref *iref; ^~~~ /kisskb/src/fs/btrfs/extent-tree.c:2921: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:1514: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:5140: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:1341:8: note: byref variable will be forcibly initialized u64 bytes; ^~~~~ /kisskb/src/fs/btrfs/extent-tree.c:1316:27: note: byref variable will be forcibly initialized struct btrfs_io_context *bioc = NULL; ^~~~ /kisskb/src/fs/btrfs/extent-tree.c: In function '__btrfs_run_delayed_refs': /kisskb/src/fs/btrfs/extent-tree.c:1986: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:2623: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:2831:7: note: byref variable will be forcibly initialized u64 trimmed = 0; ^~~~~~~ /kisskb/src/fs/btrfs/extent-tree.c:2798:24: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/extent-tree.c:2792:6: note: byref variable will be forcibly initialized u64 end; ^~~ /kisskb/src/fs/btrfs/extent-tree.c:2791: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:2394: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:5181:19: note: byref variable will be forcibly initialized struct btrfs_key first_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/extent-tree.c:5180: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:5494: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:4874: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:5576: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:6045:6: note: byref variable will be forcibly initialized u64 range_end = U64_MAX; ^~~~~~~~~ /kisskb/src/fs/btrfs/extent-tree.c:6044:6: note: byref variable will be forcibly initialized u64 group_trimmed; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/kernel/events/hw_breakpoint.c:23: /kisskb/src/kernel/events/hw_breakpoint.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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:489:26: note: byref variable will be forcibly initialized struct perf_event_attr old_attr; ^~~~~~~~ /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; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, 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:110:59: 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:453: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/workqueue.c: In function 'finish_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/slab.h:16, from /kisskb/src/kernel/workqueue.c:35: /kisskb/src/kernel/workqueue.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/kernel/workqueue.c:29: /kisskb/src/kernel/workqueue.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/workqueue.c:35: /kisskb/src/kernel/workqueue.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /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; ^~ In file included from /kisskb/src/kernel/workqueue.c:33: /kisskb/src/kernel/workqueue.c: In function 'put_unbound_pool': /kisskb/src/kernel/workqueue.c:3570:29: note: byref variable will be forcibly initialized 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/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/kernel/params.c: In function 'param_set_bool_enable_only': /kisskb/src/kernel/params.c:336:22: note: byref variable will be forcibly initialized struct kernel_param dummy_kp = *kp; ^~~~~~~~ /kisskb/src/kernel/params.c:334: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:367:22: note: byref variable will be forcibly initialized struct kernel_param dummy; ^~~~~ /kisskb/src/kernel/params.c:366: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:393:7: note: byref variable will be forcibly initialized bool v; ^ /kisskb/src/kernel/params.c:392:22: note: byref variable will be forcibly initialized struct kernel_param boolkp = *kp; ^~~~~~ /kisskb/src/kernel/params.c: In function 'param_array_get': /kisskb/src/kernel/params.c:476: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:423:22: note: byref variable will be forcibly initialized struct kernel_param kp; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/kernel/workqueue.c:29: /kisskb/src/kernel/workqueue.c: In function 'numa_pwq_tbl_install': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:3925:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(wq->numa_pwq_tbl[node], pwq); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/params.c: In function 'param_array_set': /kisskb/src/kernel/params.c:465: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:834:7: note: byref variable will be forcibly initialized char modname[MODULE_NAME_LEN]; ^~~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_uint_minmax': /kisskb/src/kernel/params.c:249:15: note: byref variable will be forcibly initialized unsigned int num; ^~~ /kisskb/src/kernel/workqueue.c: In function 'create_worker': /kisskb/src/kernel/workqueue.c:1939:7: note: byref variable will be forcibly initialized char id_buf[16]; ^~~~~~ /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; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/workqueue.h:130, from /kisskb/src/kernel/workqueue.c:381: /kisskb/src/kernel/workqueue.c: In function 'perf_trace_workqueue_queue_work': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'perf_trace_workqueue_activate_work': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_activate_work, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_activate_work, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'perf_trace_workqueue_execute_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_start, ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'perf_trace_workqueue_execute_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_end, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/workqueue.h:130, from /kisskb/src/kernel/workqueue.c:381: /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_queue_work': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_queue_work, ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_activate_work': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_activate_work, ^~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:531:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*(struct hlist_node __rcu **)new->pprev, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_execute_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_start, ^~~~~~~~~~~ /kisskb/src/kernel/pid.c: In function 'hlists_swap_heads_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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(right->first, node1); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:552:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(left->first, node2); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_execute_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(workqueue_execute_end, ^~~~~~~~~~~ /kisskb/src/kernel/pid.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/meta_io.c: In function 'gfs2_meta_read_endio': /kisskb/src/fs/gfs2/meta_io.c:195:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, 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:155:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/workqueue.c: In function '__flush_work': /kisskb/src/fs/gfs2/meta_io.c: In function 'gfs2_meta_read': /kisskb/src/fs/gfs2/meta_io.c:258:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *bhs[2]; ^~~ /kisskb/src/kernel/workqueue.c:3070:20: note: byref variable will be forcibly initialized struct wq_barrier barr; ^~~~ In file included 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 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/gfs2/meta_io.c: In function 'gfs2_meta_buffer': /kisskb/src/fs/gfs2/meta_io.c:485:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/kernel/pid.c: In function 'exchange_tids': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:110:59: 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:453: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); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/meta_io.c: In function 'gfs2_meta_ra': /kisskb/src/fs/gfs2/meta_io.c:514:33: note: byref variable will be forcibly initialized struct buffer_head *first_bh, *bh; ^~ /kisskb/src/fs/gfs2/meta_io.c:514:22: note: byref variable will be forcibly initialized struct buffer_head *first_bh, *bh; ^~~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_pinconf_rw': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:439:19: note: byref variable will be forcibly initialized u32 data, width, pin_offset, mask, shift; ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:437:16: note: byref variable will be forcibly initialized void __iomem *reg_base; ^~~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:436:27: note: byref variable will be forcibly initialized struct samsung_pin_bank *bank; ^~~~ /kisskb/src/kernel/workqueue.c: In function 'wq_watchdog_param_set_thresh': /kisskb/src/kernel/workqueue.c:5928:16: note: byref variable will be forcibly initialized unsigned long thresh; ^~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_pinmux_setup': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:383:25: note: byref variable will be forcibly initialized u32 mask, shift, data, pin_offset; ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:382:16: note: byref variable will be forcibly initialized void __iomem *reg; ^~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:381:27: note: byref variable will be forcibly initialized struct samsung_pin_bank *bank; ^~~~ /kisskb/src/kernel/pid.c: In function 'pidfd_get_task': /kisskb/src/kernel/pid.c:561:15: note: byref variable will be forcibly initialized unsigned int f_flags; ^~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'process_one_work': /kisskb/src/kernel/workqueue.c:2207:21: note: byref variable will be forcibly initialized struct lockdep_map lockdep_map; ^~~~~~~~~~~ /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/kernel/workqueue.c: In function '__cancel_work_timer': /kisskb/src/kernel/workqueue.c:3148:20: note: byref variable will be forcibly initialized struct cwt_wait cwait; ^~~~~ /kisskb/src/kernel/workqueue.c:3126: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:3255:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /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; ^~~~~~ /kisskb/src/kernel/workqueue.c: In function 'rescuer_thread': /kisskb/src/kernel/workqueue.c:2525:30: note: byref variable will be forcibly initialized struct work_struct *work, *n; ^ /kisskb/src/kernel/workqueue.c: In function 'mod_delayed_work_on': /kisskb/src/kernel/workqueue.c:1733:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/kernel/workqueue.c: In function 'flush_workqueue': /kisskb/src/kernel/workqueue.c:2808:20: note: byref variable will be forcibly initialized struct wq_flusher this_flusher = { ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/workqueue.c:30: /kisskb/src/kernel/workqueue.c: In function 'workqueue_apply_unbound_cpumask': /kisskb/src/kernel/workqueue.c:5358:12: note: byref variable will be forcibly initialized LIST_HEAD(ctxs); ^~~~ /kisskb/src/include/linux/list.h:26: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:5641: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:5493: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:4647: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:4676:27: note: byref variable will be forcibly initialized struct workqueue_struct *wq = NULL; ^~ /kisskb/src/kernel/workqueue.c:4675:25: note: byref variable will be forcibly initialized struct pool_workqueue *pwq = NULL; ^~~ /kisskb/src/kernel/workqueue.c:4672:15: note: byref variable will be forcibly initialized work_func_t *fn = NULL; ^~ /kisskb/src/kernel/workqueue.c: In function 'show_all_workqueues': /kisskb/src/kernel/workqueue.c:4899:6: note: byref variable will be forcibly initialized int pi; ^~ /kisskb/src/kernel/workqueue.c: In function 'wq_watchdog_timer_fn': /kisskb/src/kernel/workqueue.c:5855: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:5141: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:5405: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:5690:16: note: byref variable will be forcibly initialized cpumask_var_t cpumask; ^~~~~~~ /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/kernel/workqueue.c: In function 'alloc_workqueue': /kisskb/src/kernel/workqueue.c:4294:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/gfs2/aops.c: In function 'gfs2_bmap': /kisskb/src/fs/gfs2/aops.c:634:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^~~~ /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:579:22: note: byref variable will be forcibly initialized struct buffer_head *m_bh; ^~~~ In file included from /kisskb/src/fs/f2fs/inode.c:14: /kisskb/src/fs/f2fs/inode.c: In function '__f2fs_crc32': /kisskb/src/fs/f2fs/f2fs.h:1896: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:150:8: note: byref variable will be forcibly initialized __u32 dummy_cs = 0; ^~~~~~~~ /kisskb/src/fs/f2fs/inode.c:148:9: note: byref variable will be forcibly initialized __le32 gen = ri->i_generation; ^~~ /kisskb/src/fs/f2fs/inode.c:147:9: note: byref variable will be forcibly initialized __le32 ino = node->footer.ino; ^~~ /kisskb/src/kernel/kthread.c: In function '__kthread_create_on_node': /kisskb/src/kernel/kthread.c:408:8: note: byref variable will be forcibly initialized char name[TASK_COMM_LEN]; ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/kthread.c:11: /kisskb/src/kernel/kthread.c:370:29: note: byref variable will be forcibly initialized 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:229: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:450: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:825: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:875: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:1228: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:1183:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/fs/f2fs/inode.c: In function 'f2fs_handle_failed_inode': /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/f2fs/inode.c:847:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /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:1021:22: note: byref variable will be forcibly initialized sector_t seg_start, seg_end, start_block, end_block; ^~~~~~~ /kisskb/src/fs/nilfs2/sufile.c:1021:11: note: byref variable will be forcibly initialized sector_t seg_start, seg_end, start_block, end_block; ^~~~~~~~~ /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/list.h:11, from /kisskb/src/include/linux/kprobes.h:20, from /kisskb/src/kernel/notifier.c:3: /kisskb/src/kernel/notifier.c: In function 'notifier_chain_unregister': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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_call_chain_robust': /kisskb/src/kernel/notifier.c:116:11: note: byref variable will be forcibly initialized int ret, nr = 0; ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/kprobes.h:20, from /kisskb/src/kernel/notifier.c:3: /kisskb/src/kernel/notifier.c: In function 'notifier_chain_register': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:519:18: note: byref variable will be forcibly initialized struct die_args args = { ^~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_allocate_page_backing': /kisskb/src/fs/gfs2/file.c:392: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:1192:16: note: byref variable will be forcibly initialized struct iomap iomap = { }; ^~~~~ /kisskb/src/fs/gfs2/file.c:1176: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:1253:16: note: byref variable will be forcibly initialized loff_t bytes, max_bytes, max_blks; ^~~~~~~~~ /kisskb/src/fs/gfs2/file.c:1252:32: note: byref variable will be forcibly initialized unsigned int data_blocks = 0, ind_blocks = 0, rblocks; ^~~~~~~~~~ /kisskb/src/fs/gfs2/file.c:1252: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:1367: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:424:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/file.c:422:28: note: byref variable will be forcibly initialized unsigned int data_blocks, ind_blocks, rblocks; ^~~~~~~~~~ /kisskb/src/fs/gfs2/file.c:422: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:553: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:594:22: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_llseek': /kisskb/src/fs/gfs2/file.c:60:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_file_direct_read': /kisskb/src/fs/gfs2/file.c:807:25: note: byref variable will be forcibly initialized size_t prev_count = 0, window_size = 0; ^~~~~~~~~~~ /kisskb/src/fs/gfs2/file.c:807:9: note: byref variable will be forcibly initialized size_t prev_count = 0, window_size = 0; ^~~~~~~~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_file_read_iter': /kisskb/src/fs/gfs2/file.c:941:25: note: byref variable will be forcibly initialized size_t prev_count = 0, window_size = 0; ^~~~~~~~~~~ /kisskb/src/fs/gfs2/file.c:941:9: note: byref variable will be forcibly initialized size_t prev_count = 0, window_size = 0; ^~~~~~~~~~ /kisskb/src/fs/gfs2/file.c:940:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_file_direct_write': /kisskb/src/fs/gfs2/file.c:873:25: note: byref variable will be forcibly initialized size_t prev_count = 0, window_size = 0; ^~~~~~~~~~~ /kisskb/src/fs/gfs2/file.c:873:9: note: byref variable will be forcibly initialized size_t prev_count = 0, window_size = 0; ^~~~~~~~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_file_buffered_write': /kisskb/src/fs/gfs2/file.c:1015:25: note: byref variable will be forcibly initialized size_t prev_count = 0, window_size = 0; ^~~~~~~~~~~ /kisskb/src/fs/gfs2/file.c:1015:9: note: byref variable will be forcibly initialized size_t prev_count = 0, window_size = 0; ^~~~~~~~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_file_write_iter': /kisskb/src/fs/gfs2/file.c:1105:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_readdir': /kisskb/src/fs/gfs2/file.c:108:21: note: byref variable will be forcibly initialized struct gfs2_holder d_gh; ^~~~ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_fileattr_get': /kisskb/src/fs/gfs2/file.c:161:21: note: byref variable will be forcibly initialized struct gfs2_holder 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:672:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^~~~ /kisskb/src/fs/seq_file.c: In function 'seq_read': /kisskb/src/fs/seq_file.c:155:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/seq_file.c:154:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^~~~~ /kisskb/src/fs/seq_file.c:153:15: note: byref variable will be forcibly initialized struct iovec iov = { .iov_base = buf, .iov_len = size}; ^~~ /kisskb/src/fs/seq_file.c: In function 'seq_escape_mem': /kisskb/src/fs/seq_file.c:377:8: note: byref variable will be forcibly initialized char *buf; ^~~ /kisskb/src/fs/seq_file.c: In function 'seq_printf': /kisskb/src/fs/seq_file.c:403:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/seq_file.c: In function 'seq_path': /kisskb/src/fs/seq_file.c:472:8: note: byref variable will be forcibly initialized char *buf; ^~~ /kisskb/src/kernel/trace/trace_printk.c: In function '__trace_bprintk': /kisskb/src/kernel/trace/trace_printk.c:203:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/fs/seq_file.c: In function 'seq_path_root': /kisskb/src/fs/seq_file.c:510:8: note: byref variable will be forcibly initialized char *buf; ^~~ /kisskb/src/kernel/trace/trace_printk.c: In function '__trace_printk': /kisskb/src/kernel/trace/trace_printk.c:233:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/fs/seq_file.c: In function 'seq_dentry': /kisskb/src/fs/seq_file.c:539:8: note: byref variable will be forcibly initialized char *buf; ^~~ /kisskb/src/fs/seq_file.c: In function 'seq_hex_dump': /kisskb/src/fs/seq_file.c:870:8: note: byref variable will be forcibly initialized char *buffer; ^~~~~~ /kisskb/src/kernel/ksysfs.c: In function 'vmcoreinfo_show': /kisskb/src/kernel/ksysfs.c:133:14: note: byref variable will be forcibly initialized phys_addr_t vmcore_base = paddr_vmcoreinfo_note(); ^~~~~~~~~~~ /kisskb/src/kernel/ksysfs.c: In function 'kexec_crash_size_store': /kisskb/src/kernel/ksysfs.c:115:16: note: byref variable will be forcibly initialized unsigned long cnt; ^~~ /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/nilfs2/alloc.c: In function 'nilfs_palloc_entry_blkoff': /kisskb/src/fs/nilfs2/alloc.c:168:23: note: byref variable will be forcibly initialized unsigned long group, group_offset; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/trace_events.h:9, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'pick_file': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:625:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c: In function 'do_dup2': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:1102:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], file); ^~~~~~~~~~~~~~~~~~ /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/file.c: In function 'expand_fdtable': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'expand_files': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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); ^~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_block_get_entry': /kisskb/src/fs/nilfs2/alloc.c:364:30: note: byref variable will be forcibly initialized unsigned long entry_offset, group_offset; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'alloc_fd': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/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:506:30: note: byref variable will be forcibly initialized unsigned long group_offset, maxgroup_offset; ^~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c:506:16: note: byref variable will be forcibly initialized unsigned long group_offset, maxgroup_offset; ^~~~~~~~~~~~ /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_commit_free_entry': /kisskb/src/fs/nilfs2/alloc.c:602:23: note: byref variable will be forcibly initialized unsigned long group, group_offset; ^~~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_abort_alloc_entry': /kisskb/src/fs/nilfs2/alloc.c:645:23: note: byref variable will be forcibly initialized unsigned long group, group_offset; ^~~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_prepare_free_entry': /kisskb/src/fs/nilfs2/alloc.c:684:23: note: byref variable will be forcibly initialized unsigned long group, group_offset; ^~~~~~~~~~~~ /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:730:23: note: byref variable will be forcibly initialized unsigned long group, group_offset; ^~~~~~~~~~~~ /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/file.c: In function 'dup_fd': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:110:59: 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:453: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); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/btrfs/root-tree.c:8: /kisskb/src/fs/btrfs/root-tree.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/file.c: In function 'fd_install': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:110:59: 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:453: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/btrfs/root-tree.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:2955:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ /kisskb/src/fs/file.c: In function '__close_range': /kisskb/src/fs/file.c:705:45: note: byref variable will be forcibly initialized struct files_struct *cur_fds = me->files, *fds = NULL; ^~~ /kisskb/src/fs/btrfs/root-tree.c: In function 'btrfs_find_root': /kisskb/src/fs/btrfs/root-tree.c:66:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function '__close_fd_get_file': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:781: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:110:59: 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:453: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:832:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/root-tree.c: In function 'btrfs_find_orphan_roots': /kisskb/src/fs/btrfs/root-tree.c:210: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:323: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:393: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:459: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:526:6: note: byref variable will be forcibly initialized u64 qgroup_to_release; ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:591: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:144:59: 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/btrfs/dir-item.c:6: /kisskb/src/fs/btrfs/dir-item.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:2955:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ /kisskb/src/fs/btrfs/dir-item.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/namespace.c: In function 'do_idmap_mount': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:4012:2: note: in expansion of macro 'smp_store_release' smp_store_release(&mnt->mnt.mnt_userns, mnt_userns); ^~~~~~~~~~~~~~~~~ /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:214: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:232: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:312: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:379: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:332:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'umount_tree': /kisskb/src/fs/namespace.c:1502:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:26: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:3174:12: note: byref variable will be forcibly initialized LIST_HEAD(graveyard); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26: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:912:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:26: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:2567: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:4280:14: note: byref variable will be forcibly initialized struct path root; ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mntput_no_expire': /kisskb/src/fs/namespace.c:1160:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26: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:1436:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/namespace.c:1433: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:4057: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:4233:21: note: byref variable will be forcibly initialized struct mount_kattr kattr; ^~~~~ /kisskb/src/fs/namespace.c:4232:20: note: byref variable will be forcibly initialized struct mount_attr attr; ^~~~ /kisskb/src/fs/namespace.c:4231: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:1764: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:2457:14: note: byref variable will be forcibly initialized struct path path; ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/xattr.c:11: /kisskb/src/fs/xattr.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:320:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_fsmount': /kisskb/src/fs/namespace.c:3593:15: note: byref variable will be forcibly initialized unsigned int mnt_flags = 0; ^~~~~~~~~ /kisskb/src/fs/namespace.c:3590:14: note: byref variable will be forcibly initialized struct path newmount; ^~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'attach_recursive_mnt': /kisskb/src/fs/namespace.c:2154:13: note: byref variable will be forcibly initialized HLIST_HEAD(tree_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:792:44: note: in definition of macro 'HLIST_HEAD' #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } ^~~~ /kisskb/src/fs/xattr.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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_loopback': /kisskb/src/fs/namespace.c:2372: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:2854: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:3718:25: note: byref variable will be forcibly initialized struct path from_path, to_path; ^~~~~~~ /kisskb/src/fs/namespace.c:3718:14: note: byref variable will be forcibly initialized struct path from_path, to_path; ^~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mark_mounts_for_expiry': /kisskb/src/fs/namespace.c:3089:12: note: byref variable will be forcibly initialized LIST_HEAD(graveyard); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/xattr.c: In function 'xattr_getsecurity': /kisskb/src/fs/xattr.c:321:8: note: byref variable will be forcibly initialized void *buffer = NULL; ^~~~~~ /kisskb/src/fs/namespace.c: In function 'do_mount': /kisskb/src/fs/namespace.c:3325:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_pivot_root': /kisskb/src/fs/namespace.c:3819:24: note: byref variable will be forcibly initialized struct path new, old, root; ^~~~ /kisskb/src/fs/namespace.c:3819:19: note: byref variable will be forcibly initialized struct path new, old, root; ^~~ /kisskb/src/fs/namespace.c:3819:14: note: byref variable will be forcibly initialized struct path new, old, root; ^~~ /kisskb/src/fs/xattr.c: In function 'vfs_setxattr': /kisskb/src/fs/xattr.c:288: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:549:7: note: byref variable will be forcibly initialized char kname[XATTR_NAME_MAX + 1]; ^~~~~ /kisskb/src/kernel/ucount.c: In function 'put_ucounts': /kisskb/src/kernel/ucount.c:208:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/fs/namespace.c: In function 'mount_subtree': /kisskb/src/fs/namespace.c:3484:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/xattr.c: In function 'path_setxattr': /kisskb/src/fs/xattr.c:586: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:4548: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:4396:14: note: byref variable will be forcibly initialized struct path fs_root; ^~~~~~~ /kisskb/src/fs/namespace.c:4395:14: note: byref variable will be forcibly initialized struct path ns_root; ^~~~~~~ /kisskb/src/fs/xattr.c: In function 'getxattr': /kisskb/src/fs/xattr.c:650: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:688:14: note: byref variable will be forcibly initialized struct path path; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/kernel/async.c:47: /kisskb/src/kernel/async.c: In function 'async_synchronize_cookie_domain': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/kernel/async.c:277:2: note: in expansion of macro 'wait_event' wait_event(async_done, lowest_in_progress(domain) >= cookie); ^~~~~~~~~~ /kisskb/src/fs/xattr.c: In function 'path_listxattr': /kisskb/src/fs/xattr.c:765: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:520: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:813: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:827:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_others_may_mount': /kisskb/src/fs/gfs2/ops_fstype.c:547:8: note: byref variable will be forcibly initialized char *envp[] = { message, NULL }; ^~~~ /kisskb/src/fs/xattr.c: In function 'simple_xattr_list': /kisskb/src/fs/xattr.c:1088:10: note: byref variable will be forcibly initialized ssize_t remaining_size = size; ^~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_getattr': /kisskb/src/fs/gfs2/inode.c:2024:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_get_link': /kisskb/src/fs/gfs2/inode.c:1779:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/fs/gfs2/inode.c:1778:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_lm_mount': /kisskb/src/fs/gfs2/ops_fstype.c:1030:14: note: byref variable will be forcibly initialized int token, option; ^~~~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_fiemap': /kisskb/src/fs/gfs2/ops_fstype.c:1029:15: note: byref variable will be forcibly initialized substring_t tmp[MAX_OPT_ARGS]; ^~~ /kisskb/src/fs/gfs2/inode.c:2059:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/ops_fstype.c:1008:12: note: byref variable will be forcibly initialized char *o, *options; ^~~~~~~ /kisskb/src/fs/gfs2/inode.c: In function 'setattr_chown': /kisskb/src/fs/gfs2/inode.c:1890: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:1962:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'init_per_node': /kisskb/src/fs/gfs2/ops_fstype.c:934: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:569:7: note: byref variable will be forcibly initialized char buf[20]; ^~~ /kisskb/src/fs/gfs2/ops_fstype.c:568: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:646:7: note: byref variable will be forcibly initialized char buf[30]; ^~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_permission': /kisskb/src/fs/gfs2/inode.c:1837:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'init_journal': /kisskb/src/fs/gfs2/ops_fstype.c:733:21: note: byref variable will be forcibly initialized struct gfs2_holder ji_gh; ^~~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_link': /kisskb/src/fs/gfs2/inode.c:977:27: note: byref variable will be forcibly initialized struct gfs2_alloc_parms ap = { .target = da.nr_blocks, }; ^~ /kisskb/src/fs/gfs2/inode.c:915:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/fs/gfs2/inode.c:914:21: note: byref variable will be forcibly initialized struct gfs2_holder ghs[2]; ^~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_create_inode': /kisskb/src/fs/gfs2/inode.c:596:11: note: byref variable will be forcibly initialized unsigned blocks = 1; ^~~~~~ /kisskb/src/fs/gfs2/inode.c:593:21: note: byref variable will be forcibly initialized struct gfs2_glock *io_gl; ^~~~~ /kisskb/src/fs/gfs2/inode.c:589:21: note: byref variable will be forcibly initialized struct gfs2_holder ghs[2]; ^~~ /kisskb/src/fs/gfs2/inode.c:588:34: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~ /kisskb/src/fs/gfs2/inode.c:588:20: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~~~~~~~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'init_sb': /kisskb/src/fs/gfs2/ops_fstype.c:478: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:1437: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:1675:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_unlink': /kisskb/src/fs/gfs2/inode.c:1119:21: note: byref variable will be forcibly initialized struct gfs2_holder ghs[3]; ^~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_inode_lookup': /kisskb/src/fs/gfs2/inode.c:132:22: note: byref variable will be forcibly initialized struct gfs2_glock *io_gl; ^~~~~ /kisskb/src/fs/gfs2/inode.c:120:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_online_uevent': /kisskb/src/fs/gfs2/ops_fstype.c:1096:8: note: byref variable will be forcibly initialized char *envp[] = { ro, spectator, NULL }; ^~~~ /kisskb/src/fs/gfs2/ops_fstype.c:1095:7: note: byref variable will be forcibly initialized char spectator[20]; ^~~~~~~~~ /kisskb/src/fs/gfs2/ops_fstype.c:1094:7: note: byref variable will be forcibly initialized char ro[20]; ^~ In file included from /kisskb/src/include/linux/cred.h:11, from /kisskb/src/kernel/cred.c:8: /kisskb/src/kernel/cred.c: In function 'cap_drop': /kisskb/src/include/linux/capability.h:137:15: note: byref variable will be forcibly initialized kernel_cap_t dest; ^~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_fill_super': /kisskb/src/fs/gfs2/ops_fstype.c:1143:21: note: byref variable will be forcibly initialized struct gfs2_holder freeze_gh; ^~~~~~~~~ /kisskb/src/fs/gfs2/ops_fstype.c:1142:21: note: byref variable will be forcibly initialized struct gfs2_holder mount_gh; ^~~~~~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_lookupi': /kisskb/src/fs/gfs2/inode.c:286:21: note: byref variable will be forcibly initialized struct gfs2_holder d_gh; ^~~~ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_reconfigure': /kisskb/src/fs/gfs2/ops_fstype.c:1585:22: note: byref variable will be forcibly initialized struct gfs2_holder freeze_gh; ^~~~~~~~~ /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/fs/gfs2/inode.c: In function 'gfs2_exchange': /kisskb/src/fs/gfs2/inode.c:1618:29: note: byref variable will be forcibly initialized struct gfs2_holder ghs[4], r_gh; ^~~~ /kisskb/src/fs/gfs2/inode.c:1618: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:1535:27: note: byref variable will be forcibly initialized struct gfs2_alloc_parms ap = { .target = da.nr_blocks, }; ^~ /kisskb/src/fs/gfs2/inode.c:1371:35: note: byref variable will be forcibly initialized struct gfs2_holder ghs[4], r_gh, rd_gh; ^~~~~ /kisskb/src/fs/gfs2/inode.c:1371:29: note: byref variable will be forcibly initialized struct gfs2_holder ghs[4], r_gh, rd_gh; ^~~~ /kisskb/src/fs/gfs2/inode.c:1371: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': /kisskb/src/fs/gfs2/inode.c:854:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_lookup_simple': /kisskb/src/fs/gfs2/inode.c:251:14: note: byref variable will be forcibly initialized struct qstr qstr; ^~~~ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_seek_data': /kisskb/src/fs/gfs2/inode.c:2081: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:2100:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/kernel/cred.c: In function 'set_security_override_from_ctx': /kisskb/src/kernel/cred.c:798:6: note: byref variable will be forcibly initialized u32 secid; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/linux/cred.h:13, from /kisskb/src/kernel/cred.c:8: /kisskb/src/kernel/cred.c: In function 'commit_creds': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:501:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(task->cred, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:500: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:110:59: 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:453: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:578: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:110:59: 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:453: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:606:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(current->cred, old); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/reboot.c: In function 'cpu_store': /kisskb/src/kernel/reboot.c:836: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]; ^~~~~~ In file included from /kisskb/src/drivers/pinctrl/samsung/pinctrl-exynos.c:16: /kisskb/src/drivers/pinctrl/samsung/pinctrl-exynos.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/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:110:59: 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/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, 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:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/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:110:59: 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:453: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: /kisskb/src/fs/gfs2/quota.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/kernel/groups.c:7: /kisskb/src/kernel/groups.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171: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/gfs2/quota.c: In function 'gfs2_quota_init': /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/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/gfs2/recovery.c: In function 'update_statfs_inode': /kisskb/src/fs/gfs2/recovery.c:316:33: note: byref variable will be forcibly initialized struct gfs2_statfs_change_host sc; ^~ /kisskb/src/fs/gfs2/recovery.c:315:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/gfs2/recovery.c: In function 'clean_journal': /kisskb/src/fs/gfs2/recovery.c:268:6: note: byref variable will be forcibly initialized u32 lblock = head->lh_blkno; ^~~~~~ /kisskb/src/fs/gfs2/recovery.c: In function 'gfs2_recovery_done': /kisskb/src/fs/gfs2/recovery.c:286:8: note: byref variable will be forcibly initialized char *envp[] = { env_jid, env_status, NULL }; ^~~~ /kisskb/src/fs/gfs2/recovery.c:285:7: note: byref variable will be forcibly initialized char env_status[20]; ^~~~~~~~~~ /kisskb/src/fs/gfs2/recovery.c:284: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:38:6: note: byref variable will be forcibly initialized u32 extlen; ^~~~~~ /kisskb/src/fs/gfs2/recovery.c:37:6: note: byref variable will be forcibly initialized u64 dblock; ^~~~~~ /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:223:32: note: byref variable will be forcibly initialized struct gfs2_log_header_host lh; ^~ /kisskb/src/fs/gfs2/recovery.c:202: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:409:34: note: byref variable will be forcibly initialized struct gfs2_holder j_gh, ji_gh, thaw_gh; ^~~~~~~ /kisskb/src/fs/gfs2/recovery.c:409:27: note: byref variable will be forcibly initialized struct gfs2_holder j_gh, ji_gh, thaw_gh; ^~~~~ /kisskb/src/fs/gfs2/recovery.c:409:21: note: byref variable will be forcibly initialized struct gfs2_holder j_gh, ji_gh, thaw_gh; ^~~~ /kisskb/src/fs/gfs2/recovery.c:408:30: note: byref variable will be forcibly initialized struct gfs2_log_header_host head; ^~~~ /kisskb/src/kernel/kcmp.c: In function 'kcmp_epoll_target': /kisskb/src/kernel/kcmp.c:104:25: note: byref variable will be forcibly initialized struct kcmp_epoll_slot slot; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/llist.h:51, from /kisskb/src/include/linux/smp_types.h:5, from /kisskb/src/include/linux/irq_work.h:5, from /kisskb/src/kernel/smp.c:10: /kisskb/src/kernel/smp.c: In function 'csd_lock_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:191:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c:440: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:110:59: 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:464: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:1051:6: note: byref variable will be forcibly initialized int nr_cpus; ^~~~~~~ /kisskb/src/kernel/trace/pid_list.c: In function 'pid_list_refill_irq': /kisskb/src/kernel/trace/pid_list.c:337:21: note: byref variable will be forcibly initialized union lower_chunk *lower = NULL; ^~~~~ /kisskb/src/kernel/trace/pid_list.c:336:21: note: byref variable will be forcibly initialized union upper_chunk *upper = NULL; ^~~~~ /kisskb/src/kernel/trace/pid_list.c: In function 'trace_pid_list_is_set': /kisskb/src/kernel/trace/pid_list.c:136:15: note: byref variable will be forcibly initialized unsigned int lower; ^~~~~ /kisskb/src/kernel/trace/pid_list.c:135:15: note: byref variable will be forcibly initialized unsigned int upper2; ^~~~~~ /kisskb/src/kernel/trace/pid_list.c:134:15: note: byref variable will be forcibly initialized unsigned int upper1; ^~~~~~ /kisskb/src/kernel/trace/pid_list.c: In function 'trace_pid_list_set': /kisskb/src/kernel/trace/pid_list.c:175:15: note: byref variable will be forcibly initialized unsigned int lower; ^~~~~ /kisskb/src/kernel/trace/pid_list.c:174:15: note: byref variable will be forcibly initialized unsigned int upper2; ^~~~~~ /kisskb/src/kernel/trace/pid_list.c:173:15: note: byref variable will be forcibly initialized unsigned int upper1; ^~~~~~ /kisskb/src/kernel/trace/pid_list.c: In function 'trace_pid_list_clear': /kisskb/src/kernel/trace/pid_list.c:228:15: note: byref variable will be forcibly initialized unsigned int lower; ^~~~~ /kisskb/src/kernel/trace/pid_list.c:227:15: note: byref variable will be forcibly initialized unsigned int upper2; ^~~~~~ /kisskb/src/kernel/trace/pid_list.c:226:15: note: byref variable will be forcibly initialized unsigned int upper1; ^~~~~~ /kisskb/src/kernel/trace/pid_list.c: In function 'trace_pid_list_next': /kisskb/src/kernel/trace/pid_list.c:281:15: note: byref variable will be forcibly initialized unsigned int lower; ^~~~~ /kisskb/src/kernel/trace/pid_list.c:280:15: note: byref variable will be forcibly initialized unsigned int upper2; ^~~~~~ /kisskb/src/kernel/trace/pid_list.c:279:15: note: byref variable will be forcibly initialized unsigned int upper1; ^~~~~~ /kisskb/src/fs/libfs.c: In function 'simple_attr_read': /kisskb/src/fs/libfs.c:980: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:1001:21: note: byref variable will be forcibly initialized unsigned long long val; ^~~ /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; ^~~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_mark_blocks_dirty': /kisskb/src/fs/nilfs2/ioctl.c:750:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_change_cpmode': /kisskb/src/fs/nilfs2/ioctl.c:192:22: note: byref variable will be forcibly initialized struct nilfs_cpmode cpmode; ^~~~~~ /kisskb/src/fs/nilfs2/ioctl.c:191: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:247:8: note: byref variable will be forcibly initialized __u64 cno; ^~~ /kisskb/src/fs/nilfs2/ioctl.c:246: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:325: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:1204:20: note: byref variable will be forcibly initialized struct nilfs_argv argv; ^~~~ /kisskb/src/fs/nilfs2/ioctl.c:1203: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:392: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:58: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:1157: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:501:20: note: byref variable will be forcibly initialized struct nilfs_argv argv; ^~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_move_inode_block': /kisskb/src/fs/nilfs2/ioctl.c:544:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/nilfs2/ioctl.c:10: /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_move_blocks': /kisskb/src/fs/nilfs2/ioctl.c:604:12: note: byref variable will be forcibly initialized LIST_HEAD(buffers); ^~~~~~~ /kisskb/src/include/linux/list.h:26: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:855:8: note: byref variable will be forcibly initialized void *kbufs[5]; ^~~~~ /kisskb/src/fs/nilfs2/ioctl.c:846:20: note: byref variable will be forcibly initialized struct nilfs_argv argv[5]; ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c:14: /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /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/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_sync': /kisskb/src/fs/nilfs2/ioctl.c:985: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:1019:8: note: byref variable will be forcibly initialized __u64 newsize; ^~~~~~~ /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; ^~~~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_set_alloc_range': /kisskb/src/fs/nilfs2/ioctl.c:1097:8: note: byref variable will be forcibly initialized __u64 range[2]; ^~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c:14: /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_trim_fs': /kisskb/src/fs/nilfs2/ioctl.c:1056:22: note: byref variable will be forcibly initialized struct fstrim_range range; ^~~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_fileattr_set': /kisskb/src/fs/nilfs2/ioctl.c:135:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'mtk_gpio_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:816: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:795:15: note: byref variable will be forcibly initialized unsigned int read_val = 0; ^~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:793: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:71: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:499:15: note: byref variable will be forcibly initialized unsigned int num_configs; ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:498:17: note: byref variable will be forcibly initialized unsigned long *configs; ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:496: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:592:11: note: byref variable will be forcibly initialized unsigned reserved_maps; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:9: /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/crash_core.c: In function 'parse_crashkernel_suffix': /kisskb/src/kernel/crash_core.c:167:8: note: byref variable will be forcibly initialized char *cur = cmdline; ^~~ /kisskb/src/kernel/crash_core.c: In function 'parse_crashkernel_mem': /kisskb/src/kernel/crash_core.c:44:24: note: byref variable will be forcibly initialized char *cur = cmdline, *tmp; ^~~ /kisskb/src/kernel/crash_core.c: In function 'parse_crashkernel_simple': /kisskb/src/kernel/crash_core.c:129:8: note: byref variable will be forcibly initialized char *cur = cmdline; ^~~ /kisskb/src/kernel/crash_core.c: In function 'vmcoreinfo_append_str': /kisskb/src/kernel/crash_core.c:355:7: note: byref variable will be forcibly initialized char buf[0x50]; ^~~ /kisskb/src/kernel/crash_core.c:354:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_dev_free_blocks_show': /kisskb/src/fs/nilfs2/sysfs.c:864:11: note: byref variable will be forcibly initialized sector_t free_blocks = 0; ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_superblock_sb_write_time_show': /kisskb/src/fs/nilfs2/sysfs.c:706:11: note: byref variable will be forcibly initialized time64_t sbwtime; ^~~~~~~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_segctor_last_nongc_write_time_show': /kisskb/src/fs/nilfs2/sysfs.c:586:11: note: byref variable will be forcibly initialized time64_t nongc_ctime; ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_segctor_last_seg_write_time_show': /kisskb/src/fs/nilfs2/sysfs.c:558:11: note: byref variable will be forcibly initialized time64_t ctime; ^~~~~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_checkpoints_snapshots_number_show': /kisskb/src/fs/nilfs2/sysfs.c:267: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:244: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:386: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:762:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/linux/mount.h:14, from /kisskb/src/fs/pnode.c:9: /kisskb/src/fs/pnode.c: In function 'propagate_umount': /kisskb/src/fs/pnode.c:540:12: note: byref variable will be forcibly initialized LIST_HEAD(visited); ^~~~~~~ /kisskb/src/include/linux/list.h:26: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:26: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:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /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: /kisskb/src/fs/gfs2/rgrp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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:1567:6: note: byref variable will be forcibly initialized u32 extlen; ^~~~~~ /kisskb/src/kernel/backtracetest.c: In function 'backtrace_test_saved': /kisskb/src/kernel/backtracetest.c:47:16: note: byref variable will be forcibly initialized unsigned long entries[8]; ^~~~~~~ /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 'gfs2_orlov_skip': /kisskb/src/fs/gfs2/rgrp.c:1989: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:1849:18: note: byref variable will be forcibly initialized struct gfs2_rbm rbm = { .rgd = rgd, .bii = 0, .offset = 0 }; ^~~ /kisskb/src/fs/gfs2/rgrp.c:1845:21: note: byref variable will be forcibly initialized struct gfs2_glock *gl; ^~ /kisskb/src/fs/gfs2/rgrp.c: In function 'rgblk_free': /kisskb/src/fs/gfs2/rgrp.c:2264:18: note: byref variable will be forcibly initialized struct gfs2_rbm rbm; ^~~ /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:2326: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:2614:18: note: byref variable will be forcibly initialized struct gfs2_rbm rbm; ^~~ /kisskb/src/fs/gfs2/rgrp.c:2613:21: note: byref variable will be forcibly initialized struct gfs2_holder rgd_gh; ^~~~~~ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_unlink': /kisskb/src/fs/f2fs/namei.c:591:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_fitrim': /kisskb/src/fs/gfs2/rgrp.c:1394:6: note: byref variable will be forcibly initialized u64 amt; ^~~ /kisskb/src/fs/gfs2/rgrp.c:1392:22: note: byref variable will be forcibly initialized struct fstrim_range r; ^ /kisskb/src/fs/gfs2/rgrp.c:1391:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_inplace_reserve': /kisskb/src/fs/gfs2/rgrp.c:2051:6: note: byref variable will be forcibly initialized u64 last_unlinked = NO_BLOCK; ^~~~~~~~~~~~~ /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/kernel/kallsyms.c: In function '__sprint_symbol': /kisskb/src/kernel/kallsyms.c:446:24: note: byref variable will be forcibly initialized unsigned long offset, size; ^~~~ /kisskb/src/kernel/kallsyms.c:446:16: note: byref variable will be forcibly initialized unsigned long offset, size; ^~~~~~ /kisskb/src/kernel/kallsyms.c:444:23: note: byref variable will be forcibly initialized const unsigned char *buildid; ^~~~~~~ /kisskb/src/kernel/kallsyms.c:443:8: note: byref variable will be forcibly initialized char *modname; ^~~~~~~ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_alloc_blocks': /kisskb/src/fs/gfs2/rgrp.c:2425:6: note: byref variable will be forcibly initialized u32 minext = 1; ^~~~~~ /kisskb/src/fs/gfs2/rgrp.c:2422:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^~~~ /kisskb/src/kernel/kallsyms.c: In function 'kallsyms_lookup_name': /kisskb/src/kernel/kallsyms.c:211:7: note: byref variable will be forcibly initialized char namebuf[KSYM_NAME_LEN]; ^~~~~~~ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_cross_rename': /kisskb/src/fs/f2fs/namei.c:1122:26: note: byref variable will be forcibly initialized struct page *old_page, *new_page; ^~~~~~~~ /kisskb/src/fs/f2fs/namei.c:1122:15: note: byref variable will be forcibly initialized struct page *old_page, *new_page; ^~~~~~~~ /kisskb/src/fs/f2fs/namei.c:1121:30: note: byref variable will be forcibly initialized struct page *old_dir_page, *new_dir_page; ^~~~~~~~~~~~ /kisskb/src/fs/f2fs/namei.c:1121: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_rename': /kisskb/src/fs/f2fs/namei.c:932:26: note: byref variable will be forcibly initialized struct page *old_page, *new_page = NULL; ^~~~~~~~ /kisskb/src/fs/f2fs/namei.c:932:15: note: byref variable will be forcibly initialized struct page *old_page, *new_page = NULL; ^~~~~~~~ /kisskb/src/fs/f2fs/namei.c:931:15: note: byref variable will be forcibly initialized struct page *old_dir_page = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/f2fs/namei.c:930: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:454: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:508:23: note: byref variable will be forcibly initialized struct f2fs_filename fname; ^~~~~ /kisskb/src/fs/f2fs/namei.c:503:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/writeback.h:889, from /kisskb/src/fs/fs-writeback.c:81: /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_folio_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_folio_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_folio_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_dirty_inode_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_dirty_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_dirty_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_write_inode_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_write_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_write_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_work_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_work_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_work_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_pages_written': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_pages_written, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_pages_written, ^~~~~~~~~~~ In file included from /kisskb/src/fs/btrfs/inode-item.c:6: /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:2955:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:407:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:407:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_bdi_register': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_bdi_register, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_bdi_register, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_update_extension_list': /kisskb/src/fs/f2fs/namei.c:273:8: note: byref variable will be forcibly initialized char buf[F2FS_MAX_EXTENSION][F2FS_EXTENSION_LEN]; ^~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_wbc_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wbc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wbc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_queue_io': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /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/fs-writeback.c: In function 'perf_trace_bdi_dirty_ratelimit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_insert_inode_extref': /kisskb/src/fs/btrfs/inode-item.c:257:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_balance_dirty_pages': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_get_parent': /kisskb/src/fs/f2fs/namei.c:437:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /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/fs-writeback.c: In function 'perf_trace_writeback_sb_inodes_requeue': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_sb_inodes_requeue, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_sb_inodes_requeue, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_insert_inode_ref': /kisskb/src/fs/btrfs/inode-item.c:311:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_congest_waited_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_congest_waited_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_congest_waited_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_insert_empty_inode': /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_single_inode_template': /kisskb/src/fs/btrfs/inode-item.c:386:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:766:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_single_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:766:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_single_inode_template, ^~~~~~~~~~~~~~~~~~~ /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/fs/fs-writeback.c: In function 'perf_trace_writeback_inode_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/writeback.h:826:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/writeback.h:826:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_inode_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/writeback.h:889, from /kisskb/src/fs/fs-writeback.c:81: /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_folio_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_folio_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_dirty_inode_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_dirty_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_write_inode_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_write_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_work_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_work_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_pages_written': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_pages_written, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:407:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_bdi_register': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_bdi_register, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_wbc_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wbc_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_queue_io': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_queue_io, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_bdi_dirty_ratelimit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bdi_dirty_ratelimit, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_balance_dirty_pages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(balance_dirty_pages, ^~~~~~~~~~~ /kisskb/src/kernel/kexec_core.c: In function 'kimage_alloc_normal_control_pages': /kisskb/src/kernel/kexec_core.c:367:19: note: byref variable will be forcibly initialized struct list_head extra_pages; ^~~~~~~~~~~ /kisskb/src/kernel/kexec_core.c: In function 'kimage_crash_copy_vmcoreinfo': /kisskb/src/kernel/kexec_core.c:503:15: note: byref variable will be forcibly initialized struct page *vmcoreinfo_page; ^~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_sb_inodes_requeue': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(writeback_sb_inodes_requeue, ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_congest_waited_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_congest_waited_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_single_inode_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:766:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_single_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_inode_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:826:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(writeback_inode_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kexec_core.c: In function '__crash_kexec': /kisskb/src/kernel/kexec_core.c:957:19: note: byref variable will be forcibly initialized struct pt_regs fixed_regs; ^~~~~~~~~~ /kisskb/src/kernel/kexec_core.c: In function 'crash_save_cpu': /kisskb/src/kernel/kexec_core.c:1063:22: note: byref variable will be forcibly initialized struct elf_prstatus prstatus; ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/writeback.h:889, from /kisskb/src/fs/fs-writeback.c:81: /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_global_dirty_state': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(global_dirty_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(global_dirty_state, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/writeback.h:889, from /kisskb/src/fs/fs-writeback.c:81: /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_global_dirty_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(global_dirty_state, ^~~~~~~~~~~ /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/fs/btrfs/file-item.c:13: /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:2955:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, 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:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/fs/btrfs/file-item.c:13: /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_lookup_csum': /kisskb/src/fs/btrfs/file-item.c:186:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/file-item.c:185: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 'find_next_csum_offset': /kisskb/src/fs/btrfs/file-item.c:940:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_inode_safe_disk_i_size_write': /kisskb/src/fs/btrfs/file-item.c:47:13: note: byref variable will be forcibly initialized u64 start, end, i_size; ^~~ /kisskb/src/fs/btrfs/file-item.c:47: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:141:19: note: byref variable will be forcibly initialized struct btrfs_key file_key; ^~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/fs/fs-writeback.c:19: /kisskb/src/fs/fs-writeback.c: In function 'move_expired_inodes': /kisskb/src/fs/fs-writeback.c:1392:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp); ^~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /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:473:9: note: byref variable will be forcibly initialized u64 file_offset; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/file-item.c:6: /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_lookup_csums_range': /kisskb/src/fs/btrfs/file-item.c:503:12: note: byref variable will be forcibly initialized LIST_HEAD(tmplist); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/btrfs/file-item.c:498: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:17: note: byref variable will be forcibly initialized struct bio_vec bvec; ^~~~ /kisskb/src/fs/btrfs/file-item.c:630:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ In file included from /kisskb/src/fs/btrfs/file-item.c:11: /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:626: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:858:23: note: byref variable will be forcibly initialized struct btrfs_key pk; ^~ /kisskb/src/fs/btrfs/file-item.c:796:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/fs-writeback.c: In function 'wait_sb_inodes': /kisskb/src/fs/fs-writeback.c:2511:12: note: byref variable will be forcibly initialized LIST_HEAD(sync_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_csum_file_blocks': /kisskb/src/fs/btrfs/file-item.c:977:6: note: byref variable will be forcibly initialized u64 next_offset; ^~~~~~~~~~~ /kisskb/src/fs/btrfs/file-item.c:972:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/file-item.c:971:19: note: byref variable will be forcibly initialized struct btrfs_key file_key; ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/fs-writeback.c:20: /kisskb/src/fs/fs-writeback.c: In function 'wb_wait_for_completion': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c:190: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, from /kisskb/src/fs/fs-writeback.c:26: /kisskb/src/fs/fs-writeback.c: In function '__writeback_inodes_sb_nr': /kisskb/src/fs/fs-writeback.c:2598:23: note: byref variable will be forcibly initialized 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/kernel/kexec_file.c: In function 'kexec_walk_memblock': /kisskb/src/kernel/kexec_file.c:553:22: note: byref variable will be forcibly initialized phys_addr_t mstart, mend; ^~~~ /kisskb/src/kernel/kexec_file.c:553:14: note: byref variable will be forcibly initialized phys_addr_t mstart, mend; ^~~~~~ /kisskb/src/kernel/kexec_file.c:552:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_file_extent_end': /kisskb/src/fs/btrfs/file-item.c:1267: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:1201:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/kernel/kexec_file.c: In function '__do_sys_kexec_file_load': /kisskb/src/kernel/kexec_file.c:359:31: note: byref variable will be forcibly initialized struct kimage **dest_image, *image; ^~~~~ /kisskb/src/fs/fs-writeback.c: In function 'writeback_inodes_wb': /kisskb/src/fs/fs-writeback.c:1975:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_writeback': /kisskb/src/fs/fs-writeback.c:2010:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_start_all': /kisskb/src/fs/fs-writeback.c:2171:28: note: byref variable will be forcibly initialized struct wb_writeback_work work = { ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_old_data_flush': /kisskb/src/fs/fs-writeback.c:2148:28: note: byref variable will be forcibly initialized struct wb_writeback_work work = { ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_background_flush': /kisskb/src/fs/fs-writeback.c:2114:28: note: byref variable will be forcibly initialized struct wb_writeback_work work = { ^~~~ In file included from /kisskb/src/include/linux/writeback.h:12, from /kisskb/src/fs/fs-writeback.c:26: /kisskb/src/fs/fs-writeback.c: In function 'sync_inodes_sb': /kisskb/src/fs/fs-writeback.c:2676: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; ^~~ /kisskb/src/kernel/utsname_sysctl.c: In function 'proc_do_uts_string': /kisskb/src/kernel/utsname_sysctl.c:37:7: note: byref variable will be forcibly initialized char tmp_data[__NEW_UTS_LEN + 1]; ^~~~~~~~ /kisskb/src/kernel/utsname_sysctl.c:35:19: note: byref variable will be forcibly initialized struct ctl_table uts_table; ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/fs/splice.c:21: /kisskb/src/fs/splice.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/kernel/kcov.c:14: /kisskb/src/kernel/kcov.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 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; ^~~ In file included from /kisskb/src/kernel/stop_machine.c:24: /kisskb/src/kernel/stop_machine.c: In function 'cpu_stop_queue_work': /kisskb/src/kernel/stop_machine.c:96:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wakeq); ^~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /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/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:49:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) ^~~~ /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/kernel/stop_machine.c: In function '__stop_cpus': /kisskb/src/kernel/stop_machine.c:426: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:663:23: note: byref variable will be forcibly initialized struct cpu_stop_done done; ^~~~ /kisskb/src/kernel/seccomp.c: In function 'seccomp_get_action_avail': /kisskb/src/kernel/seccomp.c:1898:6: note: byref variable will be forcibly initialized u32 action; ^~~~~~ /kisskb/src/kernel/seccomp.c: In function 'seccomp_get_notif_sizes': /kisskb/src/kernel/seccomp.c:1922:29: note: byref variable will be forcibly initialized struct seccomp_notif_sizes sizes = { ^~~~~ /kisskb/src/kernel/seccomp.c: In function 'audit_actions_logged': /kisskb/src/kernel/seccomp.c:2277:7: note: byref variable will be forcibly initialized char old_names[sizeof(seccomp_actions_avail)]; ^~~~~~~~~ /kisskb/src/kernel/seccomp.c:2276:7: note: byref variable will be forcibly initialized char names[sizeof(seccomp_actions_avail)]; ^~~~~ /kisskb/src/fs/gfs2/sys.c: In function 'lkfirst_store': /kisskb/src/fs/gfs2/sys.c:457: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:559: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:435:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/kernel/seccomp.c: In function 'read_actions_logged': /kisskb/src/kernel/seccomp.c:2230:19: note: byref variable will be forcibly initialized struct ctl_table table; ^~~~~ /kisskb/src/fs/gfs2/sys.c: In function 'block_store': /kisskb/src/fs/gfs2/sys.c:408:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/kernel/seccomp.c:2229:7: note: byref variable will be forcibly initialized char names[sizeof(seccomp_actions_avail)]; ^~~~~ /kisskb/src/fs/gfs2/sys.c: In function 'quota_scale_store': /kisskb/src/fs/gfs2/sys.c:628:18: note: byref variable will be forcibly initialized unsigned int x, y; ^ /kisskb/src/fs/gfs2/sys.c:628:15: note: byref variable will be forcibly initialized unsigned int x, y; ^ /kisskb/src/kernel/seccomp.c: In function 'seccomp_actions_logged_from_names': /kisskb/src/kernel/seccomp.c:2215:7: note: byref variable will be forcibly initialized u32 action_logged = 0; ^~~~~~~~~~~~~ /kisskb/src/fs/gfs2/sys.c: In function 'tune_set': /kisskb/src/fs/gfs2/sys.c:647:15: note: byref variable will be forcibly initialized unsigned int x; ^ /kisskb/src/kernel/seccomp.c: In function 'write_actions_logged': /kisskb/src/kernel/seccomp.c:2248:19: note: byref variable will be forcibly initialized struct ctl_table table; ^~~~~ /kisskb/src/kernel/seccomp.c:2247:7: note: byref variable will be forcibly initialized char names[sizeof(seccomp_actions_avail)]; ^~~~~ /kisskb/src/kernel/seccomp.c: In function 'seccomp_actions_logged_handler': /kisskb/src/kernel/seccomp.c:2312:7: note: byref variable will be forcibly initialized u32 actions_logged = 0; ^~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/sys.c: In function 'status_show': /kisskb/src/fs/gfs2/sys.c:68:16: note: byref variable will be forcibly initialized unsigned long f = sdp->sd_flags; ^ /kisskb/src/fs/gfs2/sys.c: In function 'demote_rq_store': /kisskb/src/fs/gfs2/sys.c:299:7: note: byref variable will be forcibly initialized char mode[16]; ^~~~ /kisskb/src/fs/gfs2/sys.c:298:21: note: byref variable will be forcibly initialized unsigned long long glnum; ^~~~~ /kisskb/src/fs/gfs2/sys.c:297:15: note: byref variable will be forcibly initialized unsigned int gltype; ^~~~~~ /kisskb/src/fs/gfs2/sys.c:294: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:275: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:253:6: note: byref variable will be forcibly initialized u32 id; ^~ /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/sys.c: In function 'quota_sync_store': /kisskb/src/fs/gfs2/sys.c:232: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:213: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:192: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:156: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:523: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:720:8: note: byref variable will be forcibly initialized char *envp[] = { ro, spectator, NULL }; ^~~~ /kisskb/src/fs/gfs2/sys.c:719:7: note: byref variable will be forcibly initialized char spectator[20]; ^~~~~~~~~ /kisskb/src/fs/gfs2/sys.c:718:7: note: byref variable will be forcibly initialized char ro[20]; ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_hw_read_cross_field': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:180:15: note: byref variable will be forcibly initialized int nbits_l, nbits_h, h, l; ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:180:6: note: byref variable will be forcibly initialized int nbits_l, nbits_h, h, l; ^~~~~~~ In file included from /kisskb/src/kernel/relay.c:17: /kisskb/src/kernel/relay.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_hw_write_cross_field': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:166:15: note: byref variable will be forcibly initialized int nbits_l, nbits_h; ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:166:6: note: byref variable will be forcibly initialized int nbits_l, nbits_h; ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_hw_set_value': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:195: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_pinconf_bias_set_rsel': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:706:11: note: byref variable will be forcibly initialized int err, rsel_val; ^~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_hw_get_value': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:218: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:303:6: note: byref variable will be forcibly initialized int value, err; ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:302:15: note: byref variable will be forcibly initialized unsigned int gpio_n; ^~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:301: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_rsel': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:803:14: note: byref variable will be forcibly initialized int pu, pd, rsel, err; ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:803:10: note: byref variable will be forcibly initialized int pu, pd, rsel, err; ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:803:6: note: byref variable will be forcibly initialized int pu, pd, rsel, err; ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_get_pu_pd': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:843:15: note: byref variable will be forcibly initialized int err, pu, pd; ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:843: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:889:15: note: byref variable will be forcibly initialized int err, r0, r1; ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:889: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:323:15: note: byref variable will be forcibly initialized unsigned int gpio_n; ^~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:322: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:432:9: note: byref variable will be forcibly initialized int v, v2; ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:432: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:475:16: note: byref variable will be forcibly initialized int reg, err, v; ^ /kisskb/src/kernel/relay.c: In function 'subbuf_splice_actor': /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:504:6: note: byref variable will be forcibly initialized int v, err; ^ /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/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:543:11: note: byref variable will be forcibly initialized int err, v; ^ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/fs/gfs2/super.c:9: /kisskb/src/fs/gfs2/super.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_drive_get': /kisskb/src/kernel/relay.c: In function 'relay_file_splice_read': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:992:17: note: byref variable will be forcibly initialized int err, val1, val2; ^~~~ /kisskb/src/kernel/relay.c:1210:6: note: byref variable will be forcibly initialized int nonpad_ret = 0; ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:992: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:1039: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:1114:9: note: byref variable will be forcibly initialized u32 t, t2; ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1114:6: note: byref variable will be forcibly initialized u32 t, t2; ^ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_statfs': /kisskb/src/fs/gfs2/super.c:883:33: note: byref variable will be forcibly initialized struct gfs2_statfs_change_host sc; ^~ /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:1183:14: note: byref variable will be forcibly initialized u32 en, e0, e1; ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1183:10: note: byref variable will be forcibly initialized u32 en, e0, e1; ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1183:6: note: byref variable will be forcibly initialized u32 en, e0, e1; ^~ /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; ^~~~ In file included from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/gfs2/super.c:9: /kisskb/src/fs/gfs2/super.c: In function 'gfs2_upgrade_iopen_glock': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/super.c:1191: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:1091: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:1368: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:330: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, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/gfs2/super.c:9: /kisskb/src/fs/gfs2/super.c:329:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26: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:133: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:183:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/super.c:182:22: note: byref variable will be forcibly initialized struct buffer_head *m_bh; ^~~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_statfs_sync': /kisskb/src/fs/gfs2/super.c:273:22: note: byref variable will be forcibly initialized struct buffer_head *m_bh; ^~~~ /kisskb/src/fs/gfs2/super.c:272:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/static_call.h:135, from /kisskb/src/include/linux/tracepoint.h:22, from /kisskb/src/kernel/tracepoint.c:11: /kisskb/src/kernel/tracepoint.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_dirty_inode': /kisskb/src/fs/gfs2/super.c:472:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^~ /kisskb/src/fs/gfs2/super.c:471:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ In file included from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/gfs2/super.c:9: /kisskb/src/fs/gfs2/super.c: In function 'gfs2_make_fs_ro': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/super.c:548:3: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(sdp->sd_log_waitq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/gfs2/super.c:543: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:652:21: note: byref variable will be forcibly initialized struct gfs2_holder freeze_gh; ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/tracepoint.c:5: /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_add_func': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:373:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->funcs, tp_funcs); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:360:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->funcs, tp_funcs); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:327:32: note: byref variable will be forcibly initialized struct tracepoint_func *old, *tp_funcs; ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/tracepoint.c:5: /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_remove_func': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:446:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->funcs, tp_funcs); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:429:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->funcs, tp_funcs); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:421:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tp->funcs, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:399:32: note: byref variable will be forcibly initialized struct tracepoint_func *old, *tp_funcs; ^~~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_register_prio_may_exist': /kisskb/src/kernel/tracepoint.c:475:25: note: byref variable will be forcibly initialized struct tracepoint_func tp_func; ^~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_register_prio': /kisskb/src/kernel/tracepoint.c:504:25: note: byref variable will be forcibly initialized struct tracepoint_func tp_func; ^~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_unregister': /kisskb/src/kernel/tracepoint.c:545:25: note: byref variable will be forcibly initialized struct tracepoint_func tp_func; ^~~~~~~ /kisskb/src/kernel/latencytop.c: In function '__account_scheduler_latency': /kisskb/src/kernel/latencytop.c:155:24: note: byref variable will be forcibly initialized struct latency_record lat; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/kernel/irq_work.c:9: /kisskb/src/kernel/irq_work.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/irq_work.c: In function 'finish_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/drivers/pinctrl/mediatek/pinctrl-moore.c: In function 'mtk_pinconf_group_set': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:390:18: note: byref variable will be forcibly initialized unsigned int i, npins; ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:389:22: note: byref variable will be forcibly initialized const unsigned int *pins; ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c: In function 'mtk_pinconf_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:108:27: note: byref variable will be forcibly initialized int val, val2, err, reg, ret = 1; ^~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:108:11: note: byref variable will be forcibly initialized int val, val2, err, reg, ret = 1; ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:108:6: note: byref variable will be forcibly initialized int val, val2, err, reg, ret = 1; ^~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c: In function 'mtk_pinconf_group_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:364:18: note: byref variable will be forcibly initialized unsigned int i, npins, old = 0; ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:363:22: note: byref variable will be forcibly initialized const unsigned int *pins; ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:11: /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c: In function 'mtk_gpio_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:445:6: note: byref variable will be forcibly initialized int value, err; ^~~~~ /kisskb/src/fs/sync.c: In function 'do_sync_work': /kisskb/src/fs/sync.c:113: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:93:18: note: byref variable will be forcibly initialized int nowait = 0, wait = 1; ^~~~ /kisskb/src/fs/sync.c:93:6: note: byref variable will be forcibly initialized int nowait = 0, wait = 1; ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mount.h:14, from /kisskb/src/fs/utimes.c:3: /kisskb/src/fs/utimes.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:320:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/utimes.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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]; ^~~~~~~ /kisskb/src/fs/utimes.c: In function '__do_sys_utimensat_time32': /kisskb/src/fs/utimes.c:253:20: note: byref variable will be forcibly initialized struct timespec64 tv[2]; ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/memory.h:19, from /kisskb/src/kernel/jump_label.c:9: /kisskb/src/kernel/jump_label.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/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/padata.c:22: /kisskb/src/kernel/padata.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/padata.c:14: /kisskb/src/kernel/padata.c: In function 'padata_serial_worker': /kisskb/src/kernel/padata.c:347:12: note: byref variable will be forcibly initialized LIST_HEAD(local_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/padata.c:14: /kisskb/src/kernel/padata.c: In function 'padata_replace_one': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/padata.c:636:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(ps->pd, pd_new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/padata.c:14: /kisskb/src/kernel/padata.c: In function 'padata_do_multithreaded': /kisskb/src/kernel/padata.c:474:12: note: byref variable will be forcibly initialized LIST_HEAD(works); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/padata.c:473:29: note: byref variable will be forcibly initialized struct padata_mt_job_state ps; ^~ /kisskb/src/kernel/padata.c:472:21: note: byref variable will be forcibly initialized struct padata_work my_work, *pw; ^~~~~~~ /kisskb/src/kernel/padata.c: In function 'store_cpumask': /kisskb/src/kernel/padata.c:877:16: note: byref variable will be forcibly initialized cpumask_var_t new_cpumask; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/d_path.c:2: /kisskb/src/fs/d_path.c: In function 'prepend_name': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:97: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:160:24: note: byref variable will be forcibly initialized struct prepend_buffer b; ^ /kisskb/src/fs/d_path.c:159:16: note: byref variable will be forcibly initialized unsigned seq, m_seq = 0; ^~~~~ /kisskb/src/fs/d_path.c:159: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:335:6: note: byref variable will be forcibly initialized int seq = 0; ^~~ /kisskb/src/fs/d_path.c:334:24: note: byref variable will be forcibly initialized struct prepend_buffer b; ^ /kisskb/src/fs/d_path.c: In function '__do_sys_getcwd': /kisskb/src/fs/d_path.c:429:18: note: byref variable will be forcibly initialized DECLARE_BUFFER(b, page, PATH_MAX); ^ /kisskb/src/fs/d_path.c:16:24: note: in definition of macro 'DECLARE_BUFFER' struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} ^~~~~~ /kisskb/src/fs/d_path.c:415:19: note: byref variable will be forcibly initialized struct path pwd, root; ^~~~ /kisskb/src/fs/d_path.c:415: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:218:17: note: byref variable will be forcibly initialized DECLARE_BUFFER(b, buf, buflen); ^ /kisskb/src/fs/d_path.c:16:24: note: in definition of macro 'DECLARE_BUFFER' struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} ^~~~~~ /kisskb/src/fs/d_path.c: In function 'd_absolute_path': /kisskb/src/fs/d_path.c:230:17: note: byref variable will be forcibly initialized DECLARE_BUFFER(b, buf, buflen); ^ /kisskb/src/fs/d_path.c:16:24: note: in definition of macro 'DECLARE_BUFFER' struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} ^~~~~~ /kisskb/src/fs/d_path.c: In function 'd_path': /kisskb/src/fs/d_path.c:267:14: note: byref variable will be forcibly initialized struct path root; ^~~~ /kisskb/src/fs/d_path.c:266:17: note: byref variable will be forcibly initialized DECLARE_BUFFER(b, buf, buflen); ^ /kisskb/src/fs/d_path.c:16:24: note: in definition of macro 'DECLARE_BUFFER' struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} ^~~~~~ /kisskb/src/fs/d_path.c: In function 'dynamic_dname': /kisskb/src/fs/d_path.c:304:7: note: byref variable will be forcibly initialized char temp[64]; ^~~~ /kisskb/src/fs/d_path.c:303: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:320:17: note: byref variable will be forcibly initialized DECLARE_BUFFER(b, buffer, buflen); ^ /kisskb/src/fs/d_path.c:16:24: note: in definition of macro 'DECLARE_BUFFER' struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} ^~~~~~ /kisskb/src/fs/d_path.c: In function 'dentry_path_raw': /kisskb/src/fs/d_path.c:364:17: note: byref variable will be forcibly initialized DECLARE_BUFFER(b, buf, buflen); ^ /kisskb/src/fs/d_path.c:16:24: note: in definition of macro 'DECLARE_BUFFER' struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} ^~~~~~ /kisskb/src/fs/d_path.c: In function 'dentry_path': /kisskb/src/fs/d_path.c:373:17: note: byref variable will be forcibly initialized DECLARE_BUFFER(b, buf, buflen); ^ /kisskb/src/fs/d_path.c:16:24: note: in definition of macro 'DECLARE_BUFFER' struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} ^~~~~~ /kisskb/src/fs/gfs2/util.c: In function 'check_journal_clean': /kisskb/src/fs/gfs2/util.c:56:30: note: byref variable will be forcibly initialized struct gfs2_log_header_host head; ^~~~ /kisskb/src/fs/gfs2/util.c:55: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:155: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:309:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/gfs2/util.c:308:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/gfs2/util.c: In function 'gfs2_consist_rgrpd_i': /kisskb/src/fs/gfs2/util.c:469:7: note: byref variable will be forcibly initialized char fs_id_buf[sizeof(sdp->sd_fsname) + 7]; ^~~~~~~~~ In file included from /kisskb/src/fs/btrfs/disk-io.c:22: /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_node_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2142:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/disk-io.c: In function 'check_tree_block_fsid': /kisskb/src/fs/btrfs/disk-io.c:538: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: /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:214: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:570:5: note: byref variable will be forcibly initialized u8 result[BTRFS_CSUM_SIZE]; ^~~~~~ /kisskb/src/fs/btrfs/disk-io.c: In function 'csum_one_extent_buffer': /kisskb/src/fs/btrfs/disk-io.c:431:5: note: byref variable will be forcibly initialized u8 result[BTRFS_CSUM_SIZE]; ^~~~~~ /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/fs/btrfs/disk-io.c: In function 'btree_csum_one_bio': /kisskb/src/fs/btrfs/disk-io.c:881: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:242:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ /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/fs/btrfs/disk-io.c:21: /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:293: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:292: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:4626: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:4738: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:3717:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ In file included from /kisskb/src/fs/btrfs/disk-io.c:21: /kisskb/src/fs/btrfs/disk-io.c: In function 'write_dev_supers': /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:3824: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 'btrfs_destroy_marked_extents': /kisskb/src/fs/btrfs/disk-io.c:4797:6: note: byref variable will be forcibly initialized u64 end; ^~~ /kisskb/src/fs/btrfs/disk-io.c:4796: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:4831:24: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/disk-io.c:4827:6: note: byref variable will be forcibly initialized u64 end; ^~~ /kisskb/src/fs/btrfs/disk-io.c:4826: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:316: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:1608: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:4769: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:4580:21: note: byref variable will be forcibly initialized struct btrfs_root *gang[8]; ^~~~ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_free_fs_roots': /kisskb/src/fs/btrfs/disk-io.c:2203: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:4269: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:1793: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:1252:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /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; ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/disk-io.c:6: /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_cleanup_transaction': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/disk-io.c:4978:4: note: in expansion of macro 'wait_event' wait_event(t->writer_wait, ^~~~~~~~~~ /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: /kisskb/src/kernel/torture.c: In function 'torture_onoff': /kisskb/src/kernel/torture.c:339:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(rand); ^~~~ /kisskb/src/include/linux/torture.h:78:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^~~~ /kisskb/src/kernel/torture.c: In function 'torture_stutter': /kisskb/src/fs/btrfs/disk-io.c: In function 'close_ctree': /kisskb/src/kernel/torture.c:758:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(rand); ^~~~ /kisskb/src/include/linux/torture.h:78:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/disk-io.c:4365: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:5012:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/disk-io.c:5011: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:1676: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:2442:19: note: byref variable will be forcibly initialized struct btrfs_key location; ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/context_tracking.h:59, from /kisskb/src/kernel/context_tracking.c:26: /kisskb/src/kernel/context_tracking.c: In function 'perf_trace_context_tracking_user': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/context_tracking.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(context_tracking_user, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/context_tracking.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(context_tracking_user, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/context_tracking.h:59, from /kisskb/src/kernel/context_tracking.c:26: /kisskb/src/kernel/context_tracking.c: In function 'trace_event_raw_event_context_tracking_user': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/context_tracking.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(context_tracking_user, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/sysctl-test.c:6: /kisskb/src/kernel/sysctl-test.c: In function 'sysctl_test_api_dointvec_write_single_greater_int_max': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:370:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, *((int *)table.data)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1650:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_ASSERTION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:369:2: note: in expansion of macro 'KUNIT_ASSERT_EQ' KUNIT_ASSERT_EQ(test, max_len, len); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:367:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, -EINVAL, proc_dointvec(&table, KUNIT_PROC_WRITE, ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:932:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1067:2: note: in expansion of macro 'KUNIT_BASE_LT_MSG_ASSERTION' KUNIT_BASE_LT_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1077:2: note: in expansion of macro 'KUNIT_BINARY_LT_MSG_ASSERTION' KUNIT_BINARY_LT_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1735:2: note: in expansion of macro 'KUNIT_BINARY_LT_ASSERTION' KUNIT_BINARY_LT_ASSERTION(test, KUNIT_ASSERTION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:364:2: note: in expansion of macro 'KUNIT_ASSERT_LT' KUNIT_ASSERT_LT(test, (size_t)snprintf(buffer, max_len, "%lu", ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:964:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1145:2: note: in expansion of macro 'KUNIT_BASE_GT_MSG_ASSERTION' KUNIT_BASE_GT_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1155:2: note: in expansion of macro 'KUNIT_BINARY_GT_MSG_ASSERTION' KUNIT_BINARY_GT_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1778:2: note: in expansion of macro 'KUNIT_BINARY_GT_ASSERTION' KUNIT_BINARY_GT_ASSERTION(test, KUNIT_ASSERTION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:363:2: note: in expansion of macro 'KUNIT_ASSERT_GT' KUNIT_ASSERT_GT(test, greater_than_max, (unsigned long)INT_MAX); ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:358:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ /kisskb/src/kernel/sysctl-test.c:357:23: note: byref variable will be forcibly initialized size_t max_len = 32, len = max_len; ^~~ /kisskb/src/kernel/sysctl-test.c:347:6: note: byref variable will be forcibly initialized int data = 0; ^~~~ In file included from /kisskb/src/kernel/sysctl-test.c:6: /kisskb/src/kernel/sysctl-test.c: In function 'sysctl_test_api_dointvec_write_single_less_int_min': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:338:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, *((int *)table.data)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:337:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, max_len, len); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:335:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, -EINVAL, proc_dointvec(&table, KUNIT_PROC_WRITE, ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:932:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1067:2: note: in expansion of macro 'KUNIT_BASE_LT_MSG_ASSERTION' KUNIT_BASE_LT_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1077:2: note: in expansion of macro 'KUNIT_BINARY_LT_MSG_ASSERTION' KUNIT_BINARY_LT_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1735:2: note: in expansion of macro 'KUNIT_BINARY_LT_ASSERTION' KUNIT_BINARY_LT_ASSERTION(test, KUNIT_ASSERTION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:330:2: note: in expansion of macro 'KUNIT_ASSERT_LT' KUNIT_ASSERT_LT(test, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:320:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ /kisskb/src/kernel/sysctl-test.c:319:23: note: byref variable will be forcibly initialized size_t max_len = 32, len = max_len; ^~~ /kisskb/src/kernel/sysctl-test.c:309:6: note: byref variable will be forcibly initialized int data = 0; ^~~~ In file included from /kisskb/src/kernel/sysctl-test.c:6: /kisskb/src/kernel/sysctl-test.c: In function 'sysctl_test_dointvec_write_happy_single_negative': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:299:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, -9, *((int *)table.data)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:298:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, sizeof(input) - 1, pos); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:297:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, sizeof(input) - 1, len); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:295:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&table, KUNIT_PROC_WRITE, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:289:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ /kisskb/src/kernel/sysctl-test.c:288:9: note: byref variable will be forcibly initialized size_t len = sizeof(input) - 1; ^~~ /kisskb/src/kernel/sysctl-test.c:287:7: note: byref variable will be forcibly initialized char input[] = "-9"; ^~~~~ /kisskb/src/kernel/sysctl-test.c:277:6: note: byref variable will be forcibly initialized int data = 0; ^~~~ In file included from /kisskb/src/kernel/sysctl-test.c:6: /kisskb/src/kernel/sysctl-test.c: In function 'sysctl_test_dointvec_write_happy_single_positive': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:269:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 9, *((int *)table.data)); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:268:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, sizeof(input) - 1, pos); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:267:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, sizeof(input) - 1, len); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:265:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&table, KUNIT_PROC_WRITE, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:259:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ /kisskb/src/kernel/sysctl-test.c:258:9: note: byref variable will be forcibly initialized size_t len = sizeof(input) - 1; ^~~ /kisskb/src/kernel/sysctl-test.c:257:7: note: byref variable will be forcibly initialized char input[] = "9"; ^~~~~ /kisskb/src/kernel/sysctl-test.c:246:6: note: byref variable will be forcibly initialized int data = 0; ^~~~ In file included from /kisskb/src/kernel/sysctl-test.c:6: /kisskb/src/kernel/sysctl-test.c: In function 'sysctl_test_api_dointvec_table_read_but_position_set': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:177:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, len); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:175:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&table, KUNIT_PROC_READ, buffer, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:173:9: note: byref variable will be forcibly initialized loff_t pos = 1; ^~~ /kisskb/src/kernel/sysctl-test.c:168:9: note: byref variable will be forcibly initialized size_t len = 1234; ^~~ /kisskb/src/kernel/sysctl-test.c:151:6: note: byref variable will be forcibly initialized int data = 0; ^~~~ In file included from /kisskb/src/kernel/sysctl-test.c:6: /kisskb/src/kernel/sysctl-test.c: In function 'sysctl_test_api_dointvec_table_len_is_zero': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:142:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, len); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:140:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&table, KUNIT_PROC_WRITE, buffer, ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:138:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, len); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:136:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&table, KUNIT_PROC_READ, buffer, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:134:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ /kisskb/src/kernel/sysctl-test.c:133:9: note: byref variable will be forcibly initialized size_t len = 0; ^~~ /kisskb/src/kernel/sysctl-test.c:117:6: note: byref variable will be forcibly initialized int data = 0; ^~~~ In file included from /kisskb/src/kernel/sysctl-test.c:6: /kisskb/src/kernel/sysctl-test.c: In function 'sysctl_test_api_dointvec_table_maxlen_unset': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:107:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, len); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:104:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&data_maxlen_unset_table, ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:98:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, len); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:95:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&data_maxlen_unset_table, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:88:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ /kisskb/src/kernel/sysctl-test.c:87:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/kernel/sysctl-test.c:71:6: note: byref variable will be forcibly initialized int data = 0; ^~~~ In file included from /kisskb/src/kernel/sysctl-test.c:6: /kisskb/src/kernel/sysctl-test.c: In function 'sysctl_test_api_dointvec_null_tbl_data': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:61:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, len); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:58:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&null_data_table, ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:52:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, len); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:49:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&null_data_table, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:42:9: note: byref variable will be forcibly initialized loff_t pos; ^~~ /kisskb/src/kernel/sysctl-test.c:41:9: note: byref variable will be forcibly initialized size_t len; ^~~ In file included from /kisskb/src/kernel/sysctl-test.c:6: /kisskb/src/kernel/sysctl-test.c: In function 'sysctl_test_dointvec_read_happy_single_negative': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1233:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1253:2: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' KUNIT_BINARY_STR_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1260: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:1544:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_ASSERTION' KUNIT_BINARY_STR_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:238:2: note: in expansion of macro 'KUNIT_EXPECT_STREQ' KUNIT_EXPECT_STREQ(test, "-16\n", buffer); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1650:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_ASSERTION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:236:2: note: in expansion of macro 'KUNIT_ASSERT_EQ' KUNIT_ASSERT_EQ(test, 4, len); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:234:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&table, KUNIT_PROC_READ, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:229:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ /kisskb/src/kernel/sysctl-test.c:228:9: note: byref variable will be forcibly initialized size_t len = 5; ^~~ /kisskb/src/kernel/sysctl-test.c:217:6: note: byref variable will be forcibly initialized int data = 0; ^~~~ In file included from /kisskb/src/kernel/sysctl-test.c:6: /kisskb/src/kernel/sysctl-test.c: In function 'sysctl_test_dointvec_read_happy_single_positive': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1233:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1253:2: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' KUNIT_BINARY_STR_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1260: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:1544:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_ASSERTION' KUNIT_BINARY_STR_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:209:2: note: in expansion of macro 'KUNIT_EXPECT_STREQ' KUNIT_EXPECT_STREQ(test, "13\n", buffer); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1650:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_ASSERTION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:206:2: note: in expansion of macro 'KUNIT_ASSERT_EQ' KUNIT_ASSERT_EQ(test, 3, len); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:204:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&table, KUNIT_PROC_READ, ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:198:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ /kisskb/src/kernel/sysctl-test.c:197:9: note: byref variable will be forcibly initialized size_t len = 4; ^~~ /kisskb/src/kernel/sysctl-test.c:186:6: note: byref variable will be forcibly initialized int data = 0; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/rseq.h:57, from /kisskb/src/kernel/rseq.c:19: /kisskb/src/kernel/rseq.c: In function 'perf_trace_rseq_update': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rseq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rseq_update, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rseq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rseq_update, ^~~~~~~~~~~ /kisskb/src/kernel/rseq.c: In function 'perf_trace_rseq_ip_fixup': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rseq.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rseq_ip_fixup, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rseq.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rseq_ip_fixup, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rseq.h:57, from /kisskb/src/kernel/rseq.c:19: /kisskb/src/kernel/rseq.c: In function 'trace_event_raw_event_rseq_update': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rseq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rseq_update, ^~~~~~~~~~~ /kisskb/src/kernel/rseq.c: In function 'trace_event_raw_event_rseq_ip_fixup': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rseq.h:28:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rseq_ip_fixup, ^~~~~~~~~~~ /kisskb/src/kernel/rseq.c: In function 'rseq_ip_fixup': /kisskb/src/kernel/rseq.c:241:17: note: byref variable will be forcibly initialized struct rseq_cs rseq_cs; ^~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/kernel/watch_queue.c:14: /kisskb/src/kernel/watch_queue.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/preemptirq.h:67, from /kisskb/src/kernel/trace/trace_preemptirq.c:16: /kisskb/src/kernel/trace/trace_preemptirq.c: In function 'perf_trace_preemptirq_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(preemptirq_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(preemptirq_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/preemptirq.h:67, from /kisskb/src/kernel/trace/trace_preemptirq.c:16: /kisskb/src/kernel/trace/trace_preemptirq.c: In function 'trace_event_raw_event_preemptirq_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(preemptirq_template, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/watch_queue.c:14: /kisskb/src/kernel/watch_queue.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /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; ^~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/transaction.c:6: /kisskb/src/fs/btrfs/transaction.c: In function 'wait_for_commit': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c:849:2: note: in expansion of macro 'wait_event' wait_event(commit->commit_wait, commit->state >= min_state); ^~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/watch_queue.c:11: /kisskb/src/kernel/watch_queue.c: In function 'watch_queue_set_filter': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/rcupdate.h:470:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/watch_queue.c:353:12: note: in expansion of macro 'rcu_replace_pointer' wfilter = rcu_replace_pointer(wqueue->filter, wfilter, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/watch_queue.c:290:35: note: byref variable will be forcibly initialized struct watch_notification_filter filter; ^~~~~~ /kisskb/src/fs/btrfs/transaction.c: In function '__btrfs_wait_marked_extents': /kisskb/src/fs/btrfs/transaction.c:1085:6: note: byref variable will be forcibly initialized u64 end; ^~~ /kisskb/src/fs/btrfs/transaction.c:1084:6: note: byref variable will be forcibly initialized u64 start = 0; ^~~~~ /kisskb/src/fs/btrfs/transaction.c:1083:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/watch_queue.c:11: /kisskb/src/kernel/watch_queue.c: In function 'init_watch': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/watch_queue.c:427:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(watch->queue, wqueue); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/watch_queue.c: In function 'add_watch_to_object': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/watch_queue.c:454:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(watch->watch_list, wlist); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/watch_queue.c: In function 'remove_watch_from_object': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/watch_queue.c:507:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(watch->watch_list, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/watch_queue.c:487:36: note: byref variable will be forcibly initialized struct watch_notification_removal n; ^ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/watch_queue.c:11: /kisskb/src/kernel/watch_queue.c: In function 'watch_queue_clear': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/watch_queue.c:592:5: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(watch->watch_list, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c: In function 'commit_fs_roots': /kisskb/src/fs/btrfs/transaction.c:1335: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:1236:24: note: byref variable will be forcibly initialized struct extent_buffer *eb; ^~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/transaction.c:6: /kisskb/src/fs/btrfs/transaction.c: In function 'wait_current_trans': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c:534: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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c:1959: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:1029:6: note: byref variable will be forcibly initialized u64 end; ^~~ /kisskb/src/fs/btrfs/transaction.c:1028:6: note: byref variable will be forcibly initialized u64 start = 0; ^~~~~ /kisskb/src/fs/btrfs/transaction.c:1027: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:1166: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:1559:6: note: byref variable will be forcibly initialized u64 objectid; ^~~~~~~~ /kisskb/src/fs/btrfs/transaction.c:1558:6: note: byref variable will be forcibly initialized u64 index = 0; ^~~~~ /kisskb/src/fs/btrfs/transaction.c:1557:6: note: byref variable will be forcibly initialized u64 to_reserve = 0; ^~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c:1554:24: note: byref variable will be forcibly initialized struct extent_buffer *old; ^~~ /kisskb/src/fs/btrfs/transaction.c:1553:24: note: byref variable will be forcibly initialized struct extent_buffer *tmp; ^~~ /kisskb/src/fs/btrfs/transaction.c:1543:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /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/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/transaction.c:6: /kisskb/src/fs/btrfs/transaction.c: In function 'btrfs_commit_transaction': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c:2200:2: note: in expansion of macro 'wait_event' wait_event(cur_trans->writer_wait, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c:2188:2: note: in expansion of macro 'wait_event' wait_event(cur_trans->pending_wait, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c:2173:2: note: in expansion of macro 'wait_event' wait_event(cur_trans->writer_wait, ^~~~~~~~~~ /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/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/fs/btrfs/transaction.c: In function 'btrfs_commit_transaction_async': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/transaction.c:1927:2: note: in expansion of macro 'wait_event' wait_event(fs_info->transaction_blocked_wait, ^~~~~~~~~~ /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, 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:213: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:813: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:785: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, rsel = -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, rsel = -1; ^~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_pctrl_dbg_show': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:660:7: note: byref variable will be forcibly initialized char buf[PIN_DBG_BUF_SZ]; ^~~ /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/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; ^~ In file included from /kisskb/src/fs/btrfs/tree-defrag.c:7: /kisskb/src/fs/btrfs/tree-defrag.c: In function 'btrfs_node_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2142:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /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/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; ^~~~ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_pick_defrag_inode': /kisskb/src/fs/btrfs/file.c:217:22: note: byref variable will be forcibly initialized struct inode_defrag tmp; ^~~ /kisskb/src/fs/btrfs/file.c: In function '__btrfs_run_defrag_inode': /kisskb/src/fs/btrfs/file.c:280:39: note: byref variable will be forcibly initialized struct btrfs_ioctl_defrag_range_args range; ^~~~~ In file included from /kisskb/src/fs/btrfs/file.c:20: /kisskb/src/fs/btrfs/file.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/file.c: In function 'hole_mergeable': /kisskb/src/fs/btrfs/file.c:2404: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:1051: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:1499:6: note: byref variable will be forcibly initialized u64 num_bytes; ^~~~~~~~~ In file included from /kisskb/src/fs/btrfs/file.c:20: /kisskb/src/fs/btrfs/file.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:2955:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_insert_replace_extent': /kisskb/src/fs/btrfs/file.c:2625:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/file.c: In function 'update_time_for_write': /kisskb/src/fs/btrfs/file.c:1585:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/fs/btrfs/file.c:7: /kisskb/src/fs/btrfs/file.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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:3344:24: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/file.c:3216:6: note: byref variable will be forcibly initialized u64 alloc_hint = 0; ^~~~~~~~~~ /kisskb/src/fs/btrfs/file.c:3214:27: note: byref variable will be forcibly initialized struct extent_changeset *data_reserved = NULL; ^~~~~~~~~~~~~ /kisskb/src/fs/btrfs/file.c: In function 'find_desired_extent': /kisskb/src/fs/btrfs/file.c:3601:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_write_check': /kisskb/src/fs/btrfs/file.c:1613:10: note: byref variable will be forcibly initialized size_t nocow_bytes = count; ^~~~~~~~~~~ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_drop_extent_cache': /kisskb/src/fs/btrfs/file.c:543: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:2439: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:1026:21: note: byref variable will be forcibly initialized struct btrfs_key slot_key; ^~~~~~~~ /kisskb/src/fs/btrfs/file.c:705:19: note: byref variable will be forcibly initialized struct btrfs_key new_key; ^~~~~~~ /kisskb/src/fs/btrfs/file.c:704: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:1102:6: note: byref variable will be forcibly initialized u64 other_end; ^~~~~~~~~ /kisskb/src/fs/btrfs/file.c:1101:6: note: byref variable will be forcibly initialized u64 other_start; ^~~~~~~~~~~ /kisskb/src/fs/btrfs/file.c:1096:19: note: byref variable will be forcibly initialized struct btrfs_key new_key; ^~~~~~~ /kisskb/src/fs/btrfs/file.c:1095: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:1706:10: note: byref variable will be forcibly initialized size_t write_bytes = min(iov_iter_count(i), ^~~~~~~~~~~ /kisskb/src/fs/btrfs/file.c:1703:24: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/file.c:1667:6: note: byref variable will be forcibly initialized u64 lockend; ^~~~~~~ /kisskb/src/fs/btrfs/file.c:1666:6: note: byref variable will be forcibly initialized u64 lockstart; ^~~~~~~~~ /kisskb/src/fs/btrfs/file.c:1664: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:2723:6: note: byref variable will be forcibly initialized u64 len = end - start; ^~~ /kisskb/src/fs/btrfs/file.c:2722:6: note: byref variable will be forcibly initialized u64 cur_offset; ^~~~~~~~~~ /kisskb/src/fs/fs_context.c: In function 'logfc': /kisskb/src/fs/fs_context.c:388:19: note: byref variable will be forcibly initialized struct va_format vaf = {.fmt = fmt, .va = &va}; ^~~ /kisskb/src/fs/fs_context.c:387:10: note: byref variable will be forcibly initialized va_list va; ^~ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_punch_hole': /kisskb/src/fs/btrfs/file.c:2958:6: note: byref variable will be forcibly initialized u64 tail_len; ^~~~~~~~ /kisskb/src/fs/fs_context.c: In function 'generic_parse_monolithic': /kisskb/src/fs/fs_context.c:203:8: note: byref variable will be forcibly initialized char *options = data, *key; ^~~~~~~ /kisskb/src/fs/btrfs/file.c:2957:6: note: byref variable will be forcibly initialized u64 tail_start; ^~~~~~~~~~ /kisskb/src/fs/btrfs/file.c:2954:29: note: byref variable will be forcibly initialized struct btrfs_trans_handle *trans = NULL; ^~~~~ /kisskb/src/fs/btrfs/file.c:2952: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:3400:6: note: byref variable will be forcibly initialized u64 alloc_hint = 0; ^~~~~~~~~~ /kisskb/src/fs/btrfs/file.c:3395:19: note: byref variable will be forcibly initialized struct list_head reserve_list; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/file.c:3392:27: note: byref variable will be forcibly initialized struct extent_changeset *data_reserved = NULL; ^~~~~~~~~~~~~ /kisskb/src/fs/btrfs/file.c:3391: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:2133: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:2192:23: note: byref variable will be forcibly initialized struct btrfs_log_ctx ctx; ^~~ /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/sysfs.c: In function 'btrfs_feature_attr_store': /kisskb/src/fs/btrfs/sysfs.c:190:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/fs/btrfs/sysfs.c: In function 'btrfs_discard_max_discard_size_store': /kisskb/src/fs/btrfs/sysfs.c:565:6: note: byref variable will be forcibly initialized u64 max_discard_size; ^~~~~~~~~~~~~~~~ /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/sysfs.c: In function 'btrfs_bg_reclaim_threshold_store': /kisskb/src/fs/btrfs/sysfs.c:1038:6: note: byref variable will be forcibly initialized int thresh; ^~~~~~ /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/sysfs.c: In function 'quota_override_store': /kisskb/src/fs/btrfs/sysfs.c:861:16: note: byref variable will be forcibly initialized unsigned long knob; ^~~~ /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/sysfs.c: In function 'btrfs_discard_kbps_limit_store': /kisskb/src/fs/btrfs/sysfs.c:535:6: note: byref variable will be forcibly initialized u32 kbps_limit; ^~~~~~~~~~ /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/sysfs.c: In function 'btrfs_discard_iops_limit_store': /kisskb/src/fs/btrfs/sysfs.c:504: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:1120:26: note: byref variable will be forcibly initialized struct attribute_group agroup = { ^~~~~~ /kisskb/src/fs/btrfs/sysfs.c:1119:21: note: byref variable will be forcibly initialized struct attribute *attrs[2]; ^~~~~ /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/sysfs.c: In function 'btrfs_devinfo_scrub_speed_max_store': /kisskb/src/fs/btrfs/sysfs.c:1517:8: note: byref variable will be forcibly initialized char *endptr; ^~~~~~ /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/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/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/sysfs.c: In function 'btrfs_sysfs_update_sprout_fsid': /kisskb/src/fs/btrfs/sysfs.c:1685: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:1699:7: note: byref variable will be forcibly initialized char tmp[24]; ^~~ /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) ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:144:59: 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/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/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/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; ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, 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:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/fs/btrfs/inode.c:38: /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_dir_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2159:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ In file included from /kisskb/src/include/linux/crypto.h:17, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/btrfs/inode.c:6: /kisskb/src/fs/btrfs/inode.c: In function 'csum_exist_in_range': /kisskb/src/fs/btrfs/inode.c:1537:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/fs/btrfs/inode.c:38: /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:2955:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'insert_inline_extent': /kisskb/src/fs/btrfs/inode.c:260:20: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included 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 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/nsproxy.h:5, from /kisskb/src/fs/proc_namespace.c:11: /kisskb/src/fs/proc_namespace.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/proc_namespace.c: In function 'mounts_open_common': /kisskb/src/fs/proc_namespace.c:248:14: note: byref variable will be forcibly initialized struct path root; ^~~~ /kisskb/src/fs/btrfs/inode.c: In function 'check_data_csum': /kisskb/src/fs/btrfs/inode.c:3250:5: note: byref variable will be forcibly initialized u8 csum[BTRFS_CSUM_SIZE]; ^~~~ In file included from /kisskb/src/fs/btrfs/inode.c:6: /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:3244: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:6319:24: note: byref variable will be forcibly initialized struct btrfs_key key, found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:6319: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:3934: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:4327: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:5487: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:5868:25: note: byref variable will be forcibly initialized struct btrfs_iget_args args; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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:144:59: 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; ^~~~~ In file included from /kisskb/src/fs/btrfs/xattr.c:15: /kisskb/src/fs/btrfs/xattr.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_insert_inode_locked': /kisskb/src/fs/btrfs/inode.c:6393: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:6131:19: note: byref variable will be forcibly initialized struct btrfs_key location; ^~~~~~~~ /kisskb/src/fs/btrfs/inode.c:6122:19: note: byref variable will be forcibly initialized struct list_head del_list; ^~~~~~~~ /kisskb/src/fs/btrfs/inode.c:6121:19: note: byref variable will be forcibly initialized struct list_head ins_list; ^~~~~~~~ /kisskb/src/fs/btrfs/inode.c:6118:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:6117: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:3667: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:3742:6: note: byref variable will be forcibly initialized int first_xattr_slot; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/remap_range.c: In function 'generic_remap_file_range_prep': /kisskb/src/fs/remap_range.c:340:9: note: byref variable will be forcibly initialized bool is_same = false; ^~~~~~~ /kisskb/src/fs/btrfs/inode.c:3739:6: note: byref variable will be forcibly initialized u32 rdev; ^~~~ /kisskb/src/fs/btrfs/inode.c:3736:19: note: byref variable will be forcibly initialized struct btrfs_key location; ^~~~~~~~ /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/btrfs/inode.c: In function 'fixup_tree_root_location': /kisskb/src/fs/btrfs/inode.c:5732: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:7430: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:8102: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:8284:27: note: byref variable will be forcibly initialized struct btrfs_io_geometry geom; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/f2fs.h:2071, from /kisskb/src/fs/f2fs/super.c:39: /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__inode': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:171:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__inode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:171:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__inode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__inode_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:210:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__inode_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:210:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__inode_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_sync_file_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_sync_fs': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:270:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_fs, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:270:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_fs, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_unlink_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:322:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_unlink_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:322:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_unlink_enter, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_truncate_data_blocks_range': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:373:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_data_blocks_range, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:373:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_data_blocks_range, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__truncate_op': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:402:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:402:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__truncate_node': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:460:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:460:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_truncate_partial_nodes': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:507:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_partial_nodes, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:507:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_partial_nodes, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_file_write_iter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:541:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_file_write_iter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:541:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_file_write_iter, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_map_blocks': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:572:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_map_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:572:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_map_blocks, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'start_delalloc_inodes': /kisskb/src/fs/btrfs/inode.c:9919:19: note: byref variable will be forcibly initialized struct list_head splice; ^~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_background_gc': /kisskb/src/fs/btrfs/inode.c:9918:19: note: byref variable will be forcibly initialized struct list_head works; ^~~~~ /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:625:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_background_gc, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:625:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_background_gc, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_gc_begin': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:653:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:653:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_gc_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:705:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:705:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/btrfs/inode.c:6: /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_wait_on_delayed_iputs': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:908:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:930:11: note: in expansion of macro '__wait_event_killable' __ret = __wait_event_killable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:3430:12: note: in expansion of macro 'wait_event_killable' int ret = wait_event_killable(fs_info->delayed_iputs_wait, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_get_victim': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:760:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:760:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_lookup_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:812:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:812:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:812:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_start, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function '__btrfs_unlink_inode': /kisskb/src/fs/btrfs/inode.c:4070:6: note: byref variable will be forcibly initialized u64 index; ^~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_lookup_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:838:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:838:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:838:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_end, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_readdir': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:868:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readdir, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:868:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readdir, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_fallocate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:897:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fallocate, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:897:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fallocate, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_unlink_subvol': /kisskb/src/fs/btrfs/inode.c:4231:6: note: byref variable will be forcibly initialized u64 index; ^~~~~ /kisskb/src/fs/btrfs/inode.c:4228:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_direct_IO_enter': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:937:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_enter, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:937:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_enter, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_direct_IO_exit': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:966:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_exit, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:966:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_exit, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_reserve_new_blocks': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1000:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_reserve_new_blocks, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1000:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_reserve_new_blocks, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__bio': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:1087:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:1087:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_write_begin': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1158:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1158:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_begin, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_write_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1188:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1188:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_end, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_delete_subvolume': /kisskb/src/fs/btrfs/inode.c:4444:25: note: byref variable will be forcibly initialized struct btrfs_block_rsv block_rsv; ^~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_filemap_fault': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_filemap_fault, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_filemap_fault, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_writepages': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1330:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_writepages, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1330:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_writepages, ^~~~~~~~~~~ /kisskb/src/fs/direct-io.c: In function 'do_blockdev_direct_IO': /kisskb/src/fs/direct-io.c:1140:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_readpages': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1394:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1394:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readpages, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_write_checkpoint': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1420:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_checkpoint, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1420:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_checkpoint, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_discard': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:1444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_discard, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:1444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_discard, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_issue_reset_zone': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1489:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_reset_zone, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1489:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_reset_zone, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_truncate_inode_items': /kisskb/src/fs/btrfs/inode.c:4915:21: note: byref variable will be forcibly initialized struct btrfs_ref ref = { 0 }; ^~~ /kisskb/src/fs/btrfs/inode.c:4678:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:4660:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_issue_flush': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1510:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_flush, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:4659:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1510:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_flush, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_lookup_extent_tree_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1538:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_extent_tree_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1538:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_extent_tree_start, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_lookup_extent_tree_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1561:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_end, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1561:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_end, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_update_extent_tree_range': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1597:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_update_extent_tree_range, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1597:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_update_extent_tree_range, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_shrink_extent_tree': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1628:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shrink_extent_tree, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1628:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shrink_extent_tree, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_destroy_extent_tree': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1653:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_destroy_extent_tree, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1653:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_destroy_extent_tree, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_sync_dirty_inodes': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:1676:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:1676:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_shutdown': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1714:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shutdown, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1714:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shutdown, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_zip_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:1738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_start, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:1738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_start, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_zip_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:1769:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:1769:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_bmap': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2005:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_bmap, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2005:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_bmap, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_fiemap': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2031:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fiemap, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2031:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fiemap, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_orphan_cleanup': /kisskb/src/fs/btrfs/inode.c:3474:24: note: byref variable will be forcibly initialized struct btrfs_key key, found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:3474:19: note: byref variable will be forcibly initialized struct btrfs_key key, found_key; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/f2fs.h:2071, from /kisskb/src/fs/f2fs/super.c:39: /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:171:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__inode, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__inode_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:210:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__inode_exit, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_sync_file_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:240:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_file_exit, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_sync_fs': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:270:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_sync_fs, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_unlink_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:322:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_unlink_enter, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_lookup_dentry': /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_truncate_data_blocks_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:373:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_data_blocks_range, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:5978:5: note: byref variable will be forcibly initialized u8 di_type = 0; ^~~~~~~ /kisskb/src/fs/btrfs/inode.c:5977:19: note: byref variable will be forcibly initialized struct btrfs_key location; ^~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__truncate_op': /kisskb/src/fs/btrfs/inode.c:5976:21: note: byref variable will be forcibly initialized struct btrfs_root *sub_root = root; ^~~~~~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:402:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_op, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__truncate_node': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:460:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__truncate_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_truncate_partial_nodes': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:507:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_truncate_partial_nodes, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_file_write_iter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:541:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_file_write_iter, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_map_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:572:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_map_blocks, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_new_inode': /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_background_gc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:625:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_background_gc, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:6450:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ /kisskb/src/fs/btrfs/inode.c:6449:6: note: byref variable will be forcibly initialized u32 sizes[2]; ^~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_gc_begin': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:653:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_begin, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:6448:19: note: byref variable will be forcibly initialized struct btrfs_key key[2]; ^~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_gc_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:705:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_gc_end, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_get_victim': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:760:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_get_victim, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_lookup_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:812:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_start, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:812:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_start, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_tmpfile': /kisskb/src/fs/btrfs/inode.c:10434:6: note: byref variable will be forcibly initialized u64 index; ^~~~~ /kisskb/src/fs/btrfs/inode.c:10433:6: note: byref variable will be forcibly initialized u64 objectid; ^~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_lookup_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:838:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_end, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:838:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_end, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_add_link': /kisskb/src/fs/btrfs/inode.c:6686:7: note: byref variable will be forcibly initialized u64 local_index; ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_readdir': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:868:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readdir, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:6678:7: note: byref variable will be forcibly initialized u64 local_index; ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:6621:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_fallocate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:897:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fallocate, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_direct_IO_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:937:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_enter, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_direct_IO_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:966:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_direct_IO_exit, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_reserve_new_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1000:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_reserve_new_blocks, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__bio': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1087:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_write_begin': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1158:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_begin, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_link': /kisskb/src/fs/btrfs/inode.c:6849:6: note: byref variable will be forcibly initialized u64 index; ^~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_write_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1188:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_end, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_filemap_fault': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_filemap_fault, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_writepages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1330:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_writepages, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_readpages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1394:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_readpages, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_symlink': /kisskb/src/fs/btrfs/inode.c:10070:6: note: byref variable will be forcibly initialized u64 index = 0; ^~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_write_checkpoint': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1420:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_write_checkpoint, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:10069:6: note: byref variable will be forcibly initialized u64 objectid; ^~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_discard': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_discard, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:10066:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_issue_reset_zone': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1489:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_reset_zone, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_issue_flush': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1510:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_issue_flush, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_lookup_extent_tree_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1538:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_lookup_extent_tree_start, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_lookup_extent_tree_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1561:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_end, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_update_extent_tree_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1597:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_update_extent_tree_range, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_whiteout_for_rename': /kisskb/src/fs/btrfs/inode.c:9576:6: note: byref variable will be forcibly initialized u64 index; ^~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_shrink_extent_tree': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1628:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shrink_extent_tree, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:9575:6: note: byref variable will be forcibly initialized u64 objectid; ^~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_destroy_extent_tree': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1653:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_destroy_extent_tree, ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_sync_dirty_inodes': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1676:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_create': /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_shutdown': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1714:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_shutdown, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:6784:6: note: byref variable will be forcibly initialized u64 index = 0; ^~~~~ /kisskb/src/fs/btrfs/inode.c:6783:6: note: byref variable will be forcibly initialized u64 objectid; ^~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_zip_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_start, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_zip_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1769:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs_zip_end, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_bmap': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2005:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_bmap, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_mknod': /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_fiemap': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2031:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(f2fs_fiemap, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:6720:6: note: byref variable will be forcibly initialized u64 index = 0; ^~~~~ /kisskb/src/fs/btrfs/inode.c:6719:6: note: byref variable will be forcibly initialized u64 objectid; ^~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_rename_exchange': /kisskb/src/fs/btrfs/inode.c:9334:6: note: byref variable will be forcibly initialized u64 new_idx = 0; ^~~~~~~ /kisskb/src/fs/btrfs/inode.c:9333:6: note: byref variable will be forcibly initialized u64 old_idx = 0; ^~~~~~~ /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/btrfs/inode.c: In function 'btrfs_rename': /kisskb/src/fs/btrfs/inode.c:9631:6: note: byref variable will be forcibly initialized u64 index = 0; ^~~~~ /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/btrfs/inode.c: In function 'btrfs_mkdir': /kisskb/src/fs/btrfs/inode.c:6929:6: note: byref variable will be forcibly initialized u64 index = 0; ^~~~~ /kisskb/src/fs/btrfs/inode.c:6928: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:7062:21: note: byref variable will be forcibly initialized struct extent_map *em = NULL; ^~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/f2fs/super.c:12: /kisskb/src/fs/f2fs/super.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/btrfs/inode.c:7061:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/f2fs.h:2071, from /kisskb/src/fs/f2fs/super.c:39: /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__submit_page_bio': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:1028:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__submit_page_bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:1028:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__submit_page_bio, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/f2fs.h:2071, from /kisskb/src/fs/f2fs/super.c:39: /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__submit_page_bio': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1028:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__submit_page_bio, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/f2fs.h:2071, from /kisskb/src/fs/f2fs/super.c:39: /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__page': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/f2fs.h:1218:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/f2fs.h:1218:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_writepage_fixup_worker': /kisskb/src/fs/btrfs/inode.c:2680:27: note: byref variable will be forcibly initialized struct extent_changeset *data_reserved = NULL; ^~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:2679:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/f2fs.h:2071, from /kisskb/src/fs/f2fs/super.c:39: /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__page': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1218:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(f2fs__page, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_truncate_block': /kisskb/src/fs/btrfs/inode.c:5026:9: note: byref variable will be forcibly initialized size_t write_bytes = blocksize; ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:5019:27: note: byref variable will be forcibly initialized struct extent_changeset *data_reserved = NULL; ^~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:5018:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_truncate': In file included from /kisskb/src/fs/f2fs/super.c:31: /kisskb/src/fs/f2fs/super.c: In function '__f2fs_crc32': /kisskb/src/fs/f2fs/f2fs.h:1896:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/fs/btrfs/inode.c:8894:6: note: byref variable will be forcibly initialized u64 extents_found = 0; ^~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_get_extent_fiemap': /kisskb/src/fs/btrfs/inode.c:7267:6: note: byref variable will be forcibly initialized u64 delalloc_start = start; ^~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'kill_f2fs_super': /kisskb/src/fs/f2fs/super.c:4469:22: note: byref variable will be forcibly initialized struct cp_control cpc = { ^~~ /kisskb/src/fs/btrfs/inode.c: In function 'can_nocow_extent': /kisskb/src/fs/btrfs/inode.c:7495: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:7791:48: note: byref variable will be forcibly initialized u64 block_start, orig_start, orig_block_len, ram_bytes; ^~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:7791:32: note: byref variable will be forcibly initialized u64 block_start, orig_start, orig_block_len, ram_bytes; ^~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:7791: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:7858:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:7857: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:8741:27: note: byref variable will be forcibly initialized struct extent_changeset *data_reserved = NULL; ^~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:8740: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:9051:6: note: byref variable will be forcibly initialized u64 ino; ^~~ /kisskb/src/fs/btrfs/inode.c:9050:6: note: byref variable will be forcibly initialized u64 index = 0; ^~~~~ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_printk': /kisskb/src/fs/f2fs/super.c:245:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/f2fs/super.c:244:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_start_delalloc_roots': /kisskb/src/fs/btrfs/inode.c:10013: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:1126: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:1562: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:1658:20: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_set_zstd_level': /kisskb/src/fs/f2fs/super.c:579:15: note: byref variable will be forcibly initialized unsigned int level; ^~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'submit_uncompressed_range': /kisskb/src/fs/btrfs/inode.c:891:6: note: byref variable will be forcibly initialized int page_started = 0; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:890:16: note: byref variable will be forcibly initialized unsigned long nr_written = 0; ^~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c: In function 'submit_one_async_extent': /kisskb/src/fs/btrfs/inode.c:929:19: note: byref variable will be forcibly initialized struct btrfs_key ins; ^~~ /kisskb/src/fs/btrfs/inode.c: In function 'submit_compressed_extents': /kisskb/src/fs/btrfs/inode.c:1046:6: note: byref variable will be forcibly initialized u64 alloc_hint = 0; ^~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'parse_options': /kisskb/src/fs/f2fs/super.c:617:6: note: byref variable will be forcibly initialized int arg = 0; ^~~ /kisskb/src/fs/f2fs/super.c:610:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/fs/btrfs/inode.c: In function 'compress_file_range': /kisskb/src/fs/btrfs/inode.c:602:16: note: byref variable will be forcibly initialized unsigned long total_in = 0; ^~~~~~~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_add_inline_entries': /kisskb/src/fs/btrfs/inode.c:601:16: note: byref variable will be forcibly initialized unsigned long total_compressed = 0; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/inline.c:462:24: note: byref variable will be forcibly initialized struct f2fs_filename fname; ^~~~~ /kisskb/src/fs/btrfs/inode.c:600:16: note: byref variable will be forcibly initialized unsigned long nr_pages; ^~~~~~~~ /kisskb/src/fs/f2fs/inline.c:454:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/btrfs/inode.c: In function 'insert_reserved_file_extent': /kisskb/src/fs/btrfs/inode.c:2866: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:2968:32: note: byref variable will be forcibly initialized struct btrfs_file_extent_item stack_fi; ^~~~~~~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_move_inline_dirents': /kisskb/src/fs/f2fs/inline.c:384:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr src, dst; ^~~ /kisskb/src/fs/f2fs/inline.c:382:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_finish_ordered_io': /kisskb/src/fs/btrfs/inode.c:3012: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:8599:32: note: byref variable will be forcibly initialized struct btrfs_ordered_extent *ordered; ^~~~~~~ /kisskb/src/fs/btrfs/inode.c:8555:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ /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/btrfs/inode.c: In function 'insert_prealloc_file_extent': /kisskb/src/fs/btrfs/inode.c:10187:29: note: byref variable will be forcibly initialized struct btrfs_trans_handle *trans = trans_in; ^~~~~ /kisskb/src/fs/btrfs/inode.c:10186:35: note: byref variable will be forcibly initialized struct btrfs_replace_extent_info extent_info; ^~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:10185:32: note: byref variable will be forcibly initialized struct btrfs_file_extent_item stack_fi; ^~~~~~~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_write_inline_data': /kisskb/src/fs/f2fs/inline.c:231:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/btrfs/inode.c: In function '__btrfs_prealloc_file_range': /kisskb/src/fs/btrfs/inode.c:10264:19: note: byref variable will be forcibly initialized struct btrfs_key ins; ^~~ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_disable_checkpoint': /kisskb/src/fs/f2fs/super.c:2043:20: note: byref variable will be forcibly initialized struct cp_control cpc; ^~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_find_in_inline_dir': /kisskb/src/fs/f2fs/inline.c:328: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:358: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:567: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:610:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_cont_expand': /kisskb/src/fs/btrfs/inode.c:5207:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_delete_inline_entry': /kisskb/src/fs/f2fs/inline.c:670:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_put_super': /kisskb/src/fs/f2fs/super.c:1526:21: note: byref variable will be forcibly initialized struct cp_control cpc = { ^~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_empty_inline_dir': /kisskb/src/fs/f2fs/inline.c:702:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/super.c:1515:21: note: byref variable will be forcibly initialized struct cp_control cpc = { ^~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_read_inline_dir': /kisskb/src/fs/f2fs/inline.c:726: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:763:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_fill_super': /kisskb/src/fs/f2fs/super.c:3933:19: note: byref variable will be forcibly initialized int recovery, i, valid_super_block; ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c:3933:6: note: byref variable will be forcibly initialized int recovery, i, valid_super_block; ^~~~~~~~ /kisskb/src/fs/f2fs/super.c:3928:27: note: byref variable will be forcibly initialized struct f2fs_super_block *raw_super; ^~~~~~~~~ /kisskb/src/fs/buffer.c: In function 'cont_expand_zero': /kisskb/src/fs/buffer.c:2379:8: note: byref variable will be forcibly initialized void *fsdata; ^~~~~~ /kisskb/src/fs/buffer.c:2378: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:1610:10: note: byref variable will be forcibly initialized pgoff_t index = block >> (PAGE_SHIFT - bd_inode->i_blkbits); ^~~~~ /kisskb/src/fs/buffer.c:1609: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:2353:8: note: byref variable will be forcibly initialized void *fsdata; ^~~~~~ /kisskb/src/fs/buffer.c:2352: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:679:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/buffer.c:676: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:1982:34: note: byref variable will be forcibly initialized struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; ^~~~ /kisskb/src/fs/buffer.c:1982: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:2883:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^~ /kisskb/src/fs/signalfd.c: In function 'signalfd_show_fdinfo': /kisskb/src/fs/signalfd.c:234:11: note: byref variable will be forcibly initialized sigset_t sigmask; ^~~~~~~ /kisskb/src/fs/buffer.c: In function 'nobh_truncate_page': /kisskb/src/fs/buffer.c:2805:21: note: byref variable will be forcibly initialized struct buffer_head map_bh; ^~~~~~ /kisskb/src/fs/signalfd.c: In function 'signalfd_copyinfo': /kisskb/src/fs/signalfd.c:74:26: note: byref variable will be forcibly initialized struct signalfd_siginfo new; ^~~ /kisskb/src/fs/signalfd.c: In function 'signalfd_read': /kisskb/src/fs/signalfd.c:208:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^~~~ /kisskb/src/fs/signalfd.c: In function '__do_sys_signalfd4': /kisskb/src/fs/signalfd.c:304:11: note: byref variable will be forcibly initialized sigset_t mask; ^~~~ /kisskb/src/fs/signalfd.c: In function '__do_sys_signalfd': /kisskb/src/fs/buffer.c: In function 'try_to_free_buffers': /kisskb/src/fs/signalfd.c:316:11: note: byref variable will be forcibly initialized sigset_t mask; ^~~~ /kisskb/src/fs/buffer.c:3228: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:1344: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:1355:22: note: byref variable will be forcibly initialized struct buffer_head *bh = __getblk_gfp(bdev, block, size, gfp); ^~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/fs/f2fs/checkpoint.c:9: /kisskb/src/fs/f2fs/checkpoint.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133: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:643:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ In file included from /kisskb/src/fs/f2fs/checkpoint.c:18: /kisskb/src/fs/f2fs/checkpoint.c: In function '__f2fs_crc32': /kisskb/src/fs/f2fs/f2fs.h:1896:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/fs/timerfd.c: In function 'timerfd_ioctl': /kisskb/src/fs/timerfd.c:357:7: note: byref variable will be forcibly initialized u64 ticks; ^~~~~ /kisskb/src/fs/f2fs/checkpoint.c: In function '__prepare_cp_block': /kisskb/src/fs/f2fs/checkpoint.c:1146:8: note: byref variable will be forcibly initialized nid_t last_nid = nm_i->next_scan_nid; ^~~~~~~~ In file included from /kisskb/src/include/linux/poll.h:8, from /kisskb/src/fs/timerfd.c:14: /kisskb/src/fs/timerfd.c: In function 'timerfd_read': /kisskb/src/include/linux/wait.h:776:14: note: byref variable will be forcibly initialized DEFINE_WAIT(__wait); \ ^~~~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/include/linux/wait.h:776:2: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(__wait); \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:842:9: note: in expansion of macro '__wait_event_interruptible_locked' ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/timerfd.c:278:9: note: in expansion of macro 'wait_event_interruptible_locked_irq' res = wait_event_interruptible_locked_irq(ctx->wqh, ctx->ticks); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, 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/include/linux/alarmtimer.h:5, from /kisskb/src/fs/timerfd.c:12: /kisskb/src/fs/timerfd.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/timerfd.c: In function 'do_timerfd_settime': /kisskb/src/fs/timerfd.c:458:12: note: byref variable will be forcibly initialized struct fd f; ^ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_settime': /kisskb/src/fs/timerfd.c:562:27: note: byref variable will be forcibly initialized struct itimerspec64 new, old; ^~~ /kisskb/src/fs/timerfd.c:562:22: note: byref variable will be forcibly initialized struct itimerspec64 new, old; ^~~ /kisskb/src/fs/timerfd.c: In function 'do_timerfd_gettime': /kisskb/src/fs/timerfd.c:528:12: note: byref variable will be forcibly initialized struct fd f; ^ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_gettime': /kisskb/src/fs/timerfd.c:578:22: note: byref variable will be forcibly initialized struct itimerspec64 kotmr; ^~~~~ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_settime32': /kisskb/src/fs/timerfd.c:590:27: note: byref variable will be forcibly initialized struct itimerspec64 new, old; ^~~ /kisskb/src/fs/timerfd.c:590:22: note: byref variable will be forcibly initialized struct itimerspec64 new, old; ^~~ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_gettime32': /kisskb/src/fs/timerfd.c:606:22: note: byref variable will be forcibly initialized struct itimerspec64 kotmr; ^~~~~ /kisskb/src/fs/f2fs/checkpoint.c: In function 'validate_checkpoint': /kisskb/src/fs/f2fs/checkpoint.c:865:26: note: byref variable will be forcibly initialized struct f2fs_checkpoint *cp_block = NULL; ^~~~~~~~ /kisskb/src/fs/f2fs/checkpoint.c:864:34: note: byref variable will be forcibly initialized struct page *cp_page_1 = NULL, *cp_page_2 = NULL; ^~~~~~~~~ /kisskb/src/fs/f2fs/checkpoint.c:864:15: note: byref variable will be forcibly initialized struct page *cp_page_1 = NULL, *cp_page_2 = NULL; ^~~~~~~~~ /kisskb/src/fs/f2fs/checkpoint.c: In function 'f2fs_ra_meta_pages': /kisskb/src/fs/f2fs/checkpoint.c:227:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/f2fs/checkpoint.c: In function 'f2fs_sync_meta_pages': /kisskb/src/fs/f2fs/checkpoint.c:381:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/f2fs/checkpoint.c:375:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/f2fs/checkpoint.c:374:10: note: byref variable will be forcibly initialized pgoff_t index = 0, prev = ULONG_MAX; ^~~~~ /kisskb/src/fs/f2fs/checkpoint.c: In function 'f2fs_get_valid_checkpoint': /kisskb/src/fs/f2fs/checkpoint.c:906:38: note: byref variable will be forcibly initialized unsigned long long cp1_version = 0, cp2_version = 0; ^~~~~~~~~~~ /kisskb/src/fs/f2fs/checkpoint.c:906:21: note: byref variable will be forcibly initialized unsigned long long cp1_version = 0, cp2_version = 0; ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/fs/eventpoll.c:10: /kisskb/src/fs/eventpoll.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:320:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, 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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/checkpoint.c:1797: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:1828:20: note: byref variable will be forcibly initialized struct cp_control cpc; ^~~ /kisskb/src/fs/f2fs/checkpoint.c:1827:18: note: byref variable will be forcibly initialized struct ckpt_req req; ^~~ /kisskb/src/fs/eventpoll.c: In function 'ep_find': /kisskb/src/fs/eventpoll.c:969:22: note: byref variable will be forcibly initialized struct epoll_filefd ffd; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/fs/eventpoll.c:10: /kisskb/src/fs/eventpoll.c: In function 'ep_remove_wait_queue': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/eventpoll.c:543:10: note: in expansion of macro 'smp_load_acquire' whead = smp_load_acquire(&pwq->whead); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c: In function 'ep_poll_callback': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/eventpoll.c:1222:3: note: in expansion of macro 'smp_store_release' smp_store_release(&ep_pwq_from_wait(wait)->whead, NULL); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c: In function '__ep_eventpoll_poll': /kisskb/src/fs/eventpoll.c:800:13: note: byref variable will be forcibly initialized poll_table pt; ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/fs/eventpoll.c:11: /kisskb/src/fs/eventpoll.c:798:12: note: byref variable will be forcibly initialized LIST_HEAD(txlist); ^~~~~~ /kisskb/src/include/linux/list.h:26: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, 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:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/fs/eventpoll.c:10: /kisskb/src/fs/eventpoll.c: In function 'ep_remove': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/eventpoll.c:701:9: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(&v->next)) ^~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c: In function 'do_epoll_create': /kisskb/src/fs/eventpoll.c:1961:20: note: byref variable will be forcibly initialized struct eventpoll *ep = NULL; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/fs/eventpoll.c:10: /kisskb/src/fs/eventpoll.c: In function 'ep_create_wakeup_source': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c:1380:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(epi->ws, ws); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c:1365:23: note: byref variable will be forcibly initialized struct name_snapshot n; ^ /kisskb/src/fs/eventpoll.c: In function 'ep_insert': /kisskb/src/fs/eventpoll.c:1443:19: note: byref variable will be forcibly initialized struct ep_pqueue epq; ^~~ /kisskb/src/fs/eventpoll.c: In function 'ep_modify': /kisskb/src/fs/eventpoll.c:1562:13: note: byref variable will be forcibly initialized poll_table pt; ^~ /kisskb/src/fs/eventfd.c: In function 'eventfd_write': /kisskb/src/fs/eventfd.c:270:8: note: byref variable will be forcibly initialized __u64 ucnt; ^~~~ /kisskb/src/fs/eventpoll.c: In function 'ep_send_events': /kisskb/src/fs/eventpoll.c:1635:13: note: byref variable will be forcibly initialized poll_table pt; ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/fs/eventpoll.c:11: /kisskb/src/fs/eventpoll.c:1634:12: note: byref variable will be forcibly initialized LIST_HEAD(txlist); ^~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/eventpoll.c: In function 'ep_timeout_to_timespec': /kisskb/src/fs/eventpoll.c:1724:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ /kisskb/src/fs/eventpoll.c: In function 'ep_poll': /kisskb/src/fs/eventpoll.c:1766:10: note: byref variable will be forcibly initialized ktime_t expires, *to = NULL; ^~~~~~~ /kisskb/src/fs/eventpoll.c:1765:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^~~~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_wait': /kisskb/src/fs/eventpoll.c:2237:20: note: byref variable will be forcibly initialized struct timespec64 to; ^~ /kisskb/src/fs/eventfd.c: In function 'eventfd_read': /kisskb/src/fs/eventfd.c:225:8: note: byref variable will be forcibly initialized __u64 ucnt = 0; ^~~~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_pwait': /kisskb/src/fs/eventpoll.c:2272:20: note: byref variable will be forcibly initialized struct timespec64 to; ^~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_pwait2': /kisskb/src/fs/eventpoll.c:2283:20: note: byref variable will be forcibly initialized struct timespec64 ts, *to = NULL; ^~ /kisskb/src/fs/eventpoll.c: In function 'eventpoll_init': /kisskb/src/fs/eventpoll.c:2358:17: note: byref variable will be forcibly initialized struct sysinfo si; ^~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_ctl': /kisskb/src/fs/eventpoll.c:2179:21: note: byref variable will be forcibly initialized struct epoll_event epds; ^~~~ /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:1695:12: note: byref variable will be forcibly initialized unsigned num_pins = 0; ^~~~~~~~ /kisskb/src/drivers/pinctrl/core.c:1694: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 }; ^~~~~~~ /kisskb/src/fs/btrfs/ordered-data.c: In function 'tree_search': /kisskb/src/fs/btrfs/ordered-data.c:128:18: note: byref variable will be forcibly initialized struct rb_node *prev = NULL; ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/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:631:12: note: byref variable will be forcibly initialized LIST_HEAD(works); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/btrfs/ordered-data.c:630:12: note: byref variable will be forcibly initialized LIST_HEAD(skipped); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/btrfs/ordered-data.c:629:12: note: byref variable will be forcibly initialized LIST_HEAD(splice); ^~~~~~ /kisskb/src/include/linux/list.h:26: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:685:19: note: byref variable will be forcibly initialized struct list_head splice; ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/btrfs/ordered-data.c:6: /kisskb/src/fs/btrfs/ordered-data.c: In function 'btrfs_start_ordered_extent': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/ordered-data.c:739: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:1022:23: note: byref variable will be forcibly initialized struct extent_state *cache = NULL; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/fs/mbcache.c:2: /kisskb/src/fs/mbcache.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/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/fs/mbcache.c:3: /kisskb/src/fs/mbcache.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/fs/io-wq.c:8: /kisskb/src/fs/io-wq.c: In function 'hlist_nulls_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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_nulls.h:106:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_nulls_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/fs/aio.c:14: /kisskb/src/fs/aio.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:320: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/slab.h:16, from /kisskb/src/fs/io-wq.c:13: /kisskb/src/fs/io-wq.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/fs/io-wq.c:8: /kisskb/src/fs/io-wq.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/io-wq.c: In function 'create_worker_cont': /kisskb/src/fs/io-wq.c:769:29: note: byref variable will be forcibly initialized struct io_cb_cancel_data match = { ^~~~~ /kisskb/src/fs/io-wq.c: In function 'io_wqe_enqueue': /kisskb/src/fs/io-wq.c:944:29: note: byref variable will be forcibly initialized struct io_cb_cancel_data match = { ^~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/static_call.h:135, from /kisskb/src/include/linux/tracepoint.h:22, from /kisskb/src/include/trace/syscall.h:5, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/fs/aio.c:20: /kisskb/src/fs/aio.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/io-wq.c: In function 'io_wqe_worker': /kisskb/src/fs/io-wq.c:649:19: note: byref variable will be forcibly initialized struct ksignal ksig; ^~~~ /kisskb/src/fs/io-wq.c:616:7: note: byref variable will be forcibly initialized char buf[TASK_COMM_LEN]; ^~~ /kisskb/src/fs/io-wq.c: In function '__io_wq_cpu_online': /kisskb/src/fs/io-wq.c:1300:21: note: byref variable will be forcibly initialized struct online_data od = { ^~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/include/linux/trace_events.h:6, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/fs/aio.c:20: /kisskb/src/fs/aio.c: In function 'percpu_ref_tryget_live_rcu': /kisskb/src/include/linux/percpu-refcount.h:277:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:320:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/io-wq.c: In function 'io_wq_destroy': /kisskb/src/fs/io-wq.c:1262:28: note: byref variable will be forcibly initialized struct io_cb_cancel_data match = { ^~~~~ /kisskb/src/fs/aio.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/fs/aio.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_destroy': /kisskb/src/fs/aio.c:1384:22: note: byref variable will be forcibly initialized struct ctx_rq_wait wait; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/fs/aio.c:14: /kisskb/src/fs/aio.c: In function 'poll_iocb_lock_wq': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/aio.c:1651:9: note: in expansion of macro 'smp_load_acquire' head = smp_load_acquire(&req->head); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/trace_events.h:9, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/fs/aio.c:20: /kisskb/src/fs/aio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/aio.c: In function 'aio_setup_ring': /kisskb/src/fs/aio.c:464:22: note: byref variable will be forcibly initialized unsigned long size, unused; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/fs/aio.c:14: /kisskb/src/fs/aio.c: In function 'ioctx_add_table': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:678:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(mm->ioctx_table, table); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:673:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(mm->ioctx_table, table); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:647:6: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(table->table[i], ctx); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/filelock.h:244, from /kisskb/src/fs/locks.c:67: /kisskb/src/fs/locks.c: In function 'perf_trace_locks_get_lock_context': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'perf_trace_filelock_lock': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'perf_trace_filelock_lease': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/filelock.h:119:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(filelock_lease, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/filelock.h:119:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(filelock_lease, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'perf_trace_generic_add_lease': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(generic_add_lease, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(generic_add_lease, ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'perf_trace_leases_conflict': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/filelock.h:244, from /kisskb/src/fs/locks.c:67: /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_locks_get_lock_context': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(locks_get_lock_context, ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_filelock_lock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(filelock_lock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_filelock_lease': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/filelock.h:119:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(filelock_lease, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_generic_add_lease': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(generic_add_lease, ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_leases_conflict': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(leases_conflict, ^~~~~~~~~~~ /kisskb/src/fs/aio.c: In function 'aio_read': /kisskb/src/fs/aio.c:1519:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/aio.c:1518:42: note: byref variable will be forcibly initialized struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; ^~~~~ /kisskb/src/fs/aio.c:1518:15: note: byref variable will be forcibly initialized struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; ^~~~~~~~~~~ /kisskb/src/fs/aio.c: In function 'aio_write': /kisskb/src/fs/aio.c:1547:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/fs/aio.c:1546:42: note: byref variable will be forcibly initialized struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; ^~~~~ /kisskb/src/fs/aio.c:1546:15: note: byref variable will be forcibly initialized struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function '__locks_wake_up_blocks': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/locks.c:640:3: note: in expansion of macro 'smp_store_release' smp_store_release(&waiter->fl_blocker, NULL); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'locks_get_lock_context': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/locks.c:167:9: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/locks.c:148:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c: In function 'aio_poll': /kisskb/src/fs/aio.c:1842:24: note: byref variable will be forcibly initialized struct aio_poll_table apt; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/fs/aio.c:14: /kisskb/src/fs/aio.c: In function 'aio_poll_wake': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/aio.c:1807:4: note: in expansion of macro 'smp_store_release' smp_store_release(&req->head, NULL); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c: In function 'io_submit_one': /kisskb/src/fs/aio.c:1971:14: note: byref variable will be forcibly initialized struct iocb iocb; ^~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_submit': /kisskb/src/fs/aio.c:2032:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/fs/aio.c:18: /kisskb/src/fs/aio.c: In function 'read_events': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:552:10: note: in expansion of macro '___wait_event' __ret = ___wait_event(wq_head, condition, state, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:611:11: note: in expansion of macro '__wait_event_hrtimeout' __ret = __wait_event_hrtimeout(wq, condition, timeout, \ ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1292:3: note: in expansion of macro 'wait_event_interruptible_hrtimeout' wait_event_interruptible_hrtimeout(ctx->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:543:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper __t; \ ^~~ /kisskb/src/include/linux/wait.h:611:11: note: in expansion of macro '__wait_event_hrtimeout' __ret = __wait_event_hrtimeout(wq, condition, timeout, \ ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1292:3: note: in expansion of macro 'wait_event_interruptible_hrtimeout' wait_event_interruptible_hrtimeout(ctx->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1273:7: note: byref variable will be forcibly initialized long ret = 0; ^~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_getevents': /kisskb/src/fs/aio.c:2202:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/aio.c: In function '__do_sys_io_pgetevents': /kisskb/src/fs/aio.c:2230:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/aio.c: In function '__do_sys_io_getevents_time32': /kisskb/src/fs/aio.c:2300:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/fs/aio.c: In function 'exit_aio': /kisskb/src/fs/aio.c:862:21: note: byref variable will be forcibly initialized struct ctx_rq_wait wait; ^~~~ /kisskb/src/fs/locks.c: In function 'generic_delete_lease': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/locks.c:1755:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c:1753:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/locks.c: In function 'generic_add_lease': /kisskb/src/fs/locks.c:1639:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/locks.c: In function 'locks_remove_lease': /kisskb/src/fs/locks.c:2549:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/locks.c: In function 'posix_lock_inode': /kisskb/src/fs/locks.c:1032:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/locks.c: In function 'flock_lock_inode': /kisskb/src/fs/locks.c:956:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/locks.c: In function 'locks_remove_flock': /kisskb/src/fs/locks.c:2526:19: note: byref variable will be forcibly initialized struct file_lock fl; ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'locks_delete_block': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/locks.c:689:2: note: in expansion of macro 'smp_store_release' smp_store_release(&waiter->fl_blocker, NULL); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/locks.c:675:7: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(&waiter->fl_blocker) && ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fdtable.h:16, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'posix_lock_inode_wait': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1281:11: note: in expansion of macro 'wait_event_interruptible' error = wait_event_interruptible(fl->fl_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'flock_lock_inode_wait': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1965:11: note: in expansion of macro 'wait_event_interruptible' error = wait_event_interruptible(fl->fl_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'posix_test_lock': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/locks.c:848:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fdtable.h:16, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function '__break_lease': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1476:10: note: in expansion of macro 'wait_event_interruptible_timeout' error = wait_event_interruptible_timeout(new_fl->fl_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/locks.c:1415:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c:1407:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'lease_get_mtime': /kisskb/src/fs/binfmt_elf.c: In function 'fill_prstatus': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/locks.c:1520:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/binfmt_elf.c:1537:14: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/fs/binfmt_elf.c:1537:7: note: byref variable will be forcibly initialized u64 utime, stime; ^~~~~ /kisskb/src/fs/binfmt_elf.c:1527:23: note: byref variable will be forcibly initialized struct task_cputime cputime; ^~~~~~~ /kisskb/src/fs/locks.c: In function 'fcntl_getlease': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/locks.c:1566:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c:1564:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/binfmt_elf.c: In function 'fill_thread_core_info': /kisskb/src/fs/binfmt_elf.c:1776:9: note: byref variable will be forcibly initialized void *data; ^~~~ /kisskb/src/fs/locks.c: In function 'do_fcntl_add_lease': /kisskb/src/fs/locks.c:1911:24: note: byref variable will be forcibly initialized struct fasync_struct *new; ^~~ /kisskb/src/fs/locks.c:1910:20: note: byref variable will be forcibly initialized struct file_lock *fl; ^~ /kisskb/src/fs/posix_acl.c: In function 'posix_acl_chmod': /kisskb/src/fs/posix_acl.c:588:20: note: byref variable will be forcibly initialized struct posix_acl *acl; ^~~ /kisskb/src/fs/posix_acl.c: In function 'posix_acl_update_mode': /kisskb/src/fs/posix_acl.c:689:10: note: byref variable will be forcibly initialized umode_t mode = inode->i_mode; ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fdtable.h:16, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'do_lock_file_wait': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2253:11: note: in expansion of macro 'wait_event_interruptible' error = wait_event_interruptible(fl->fl_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'locks_remove_posix': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/locks.c:2499:9: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2491:19: note: byref variable will be forcibly initialized struct file_lock lock; ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'locks_remove_file': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/locks.c:2572:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&locks_inode(filp)->i_flctx); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'show_fd_locks': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/locks.c:2777:8: note: in expansion of macro 'smp_load_acquire' ctx = smp_load_acquire(&inode->i_flctx); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2775:6: note: byref variable will be forcibly initialized int id = 0; ^~ /kisskb/src/fs/binfmt_elf.c: In function 'writenote': /kisskb/src/fs/binfmt_elf.c:1458:18: note: byref variable will be forcibly initialized struct elf_note en; ^~ /kisskb/src/fs/posix_acl.c: In function 'simple_acl_create': /kisskb/src/fs/posix_acl.c:998:34: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~ /kisskb/src/fs/posix_acl.c:998:20: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^~~~~~~~~~~ /kisskb/src/fs/binfmt_elf.c: In function 'elf_core_dump': /kisskb/src/fs/binfmt_elf.c:2251:19: note: byref variable will be forcibly initialized struct elf_phdr phdr; ^~~~ /kisskb/src/fs/binfmt_elf.c:2181:28: note: byref variable will be forcibly initialized struct core_vma_metadata *vma_meta; ^~~~~~~~ /kisskb/src/fs/binfmt_elf.c:2174:16: note: byref variable will be forcibly initialized struct elfhdr elf; ^~~ /kisskb/src/fs/binfmt_elf.c:2173:9: note: byref variable will be forcibly initialized size_t vma_data_size; ^~~~~~~~~~~~~ /kisskb/src/fs/binfmt_elf.c:2172:6: note: byref variable will be forcibly initialized int vma_count, segs, i; ^~~~~~~~~ /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:842:24: note: byref variable will be forcibly initialized struct arch_elf_state arch_state = INIT_ARCH_ELF_STATE; ^~~~~~~~~~ /kisskb/src/fs/binfmt_elf.c: In function 'load_elf_library': /kisskb/src/fs/binfmt_elf.c:1352:16: note: byref variable will be forcibly initialized struct elfhdr elf_ex; ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/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:110:59: 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:453: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:262:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), first); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'check_eb_range': /kisskb/src/fs/btrfs/extent_io.c:6749: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:477:18: note: byref variable will be forcibly initialized struct rb_node *next= NULL; ^~~~ /kisskb/src/fs/btrfs/extent_io.c: In function '__process_pages_contig': /kisskb/src/fs/btrfs/extent_io.c:1873: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:1961:6: note: byref variable will be forcibly initialized u64 processed_end = delalloc_start; ^~~~~~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_add_system_chunk': /kisskb/src/fs/btrfs/volumes.c:4976:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'calc_bio_boundaries': /kisskb/src/fs/btrfs/extent_io.c:3254:27: note: byref variable will be forcibly initialized struct btrfs_io_geometry geom; ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/volumes.c:6: /kisskb/src/fs/btrfs/volumes.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84: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:2962:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'end_bio_subpage_eb_writepage': /kisskb/src/fs/btrfs/extent_io.c:4420:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'end_bio_extent_buffer_writepage': /kisskb/src/fs/btrfs/extent_io.c:4478:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'find_next_dirty_byte': /kisskb/src/fs/btrfs/extent_io.c:3872:6: note: byref variable will be forcibly initialized int range_end_bit; ^~~~~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c:3871:6: note: byref variable will be forcibly initialized int range_start_bit; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/fs/btrfs/volumes.c:8: /kisskb/src/fs/btrfs/volumes.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/fs/btrfs/extent_io.c:5: /kisskb/src/fs/btrfs/extent_io.c: In function '__readahead_batch': /kisskb/src/include/linux/pagemap.h:1112:11: note: byref variable will be forcibly initialized XA_STATE(xas, &rac->mapping->i_pages, 0); ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^~~~ In file included from /kisskb/src/fs/btrfs/volumes.c:19: /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_dev_stats_value': /kisskb/src/fs/btrfs/volumes.c:7689:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/fs/btrfs/volumes.c: In function 'contains_pending_extent': /kisskb/src/fs/btrfs/volumes.c:1405:22: note: byref variable will be forcibly initialized u64 physical_start, physical_end; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:1405: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:1579:6: note: byref variable will be forcibly initialized u64 hole_size; ^~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:1576:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/volumes.c: In function 'update_dev_time': /kisskb/src/fs/btrfs/volumes.c:1902:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ /kisskb/src/fs/btrfs/volumes.c:1901:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_device_init_dev_stats': /kisskb/src/fs/btrfs/volumes.c:7713: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:1919:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'get_next_extent_buffer': /kisskb/src/fs/btrfs/extent_io.c:7263:24: note: byref variable will be forcibly initialized struct extent_buffer *gang[GANG_LOOKUP_SIZE]; ^~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_free_chunk': /kisskb/src/fs/btrfs/volumes.c:2922:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/fs/btrfs/volumes.c:19: /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:2955:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'update_dev_stat_item': /kisskb/src/fs/btrfs/volumes.c:7789:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_update_device': /kisskb/src/fs/btrfs/volumes.c:2835: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:1844:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_free_dev_extent': /kisskb/src/fs/btrfs/volumes.c:1726:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:1725:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/volumes.c: In function 'find_next_devid': /kisskb/src/fs/btrfs/volumes.c:1795:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:1794:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/fs/btrfs/orphan.c:6: /kisskb/src/fs/btrfs/orphan.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:2955:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/locking.c:6: /kisskb/src/fs/btrfs/locking.c: In function 'btrfs_drew_write_lock': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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/orphan.c: In function 'btrfs_insert_orphan_item': /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/btrfs/locking.c: In function 'btrfs_drew_read_lock': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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/volumes.c: In function 'insert_balance_item': /kisskb/src/fs/btrfs/volumes.c:3405:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/volumes.c:3402:33: note: byref variable will be forcibly initialized struct btrfs_disk_balance_args disk_bargs; ^~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'set_extent_bit': /kisskb/src/fs/btrfs/extent_io.c:981:18: note: byref variable will be forcibly initialized struct rb_node *parent; ^~~~~~ /kisskb/src/fs/btrfs/extent_io.c:980:19: note: byref variable will be forcibly initialized struct rb_node **p; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'del_balance_item': /kisskb/src/fs/btrfs/volumes.c:3455:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'endio_readpage_release_extent': /kisskb/src/fs/btrfs/extent_io.c:2900: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:1218:18: note: byref variable will be forcibly initialized struct rb_node *parent; ^~~~~~ /kisskb/src/fs/btrfs/extent_io.c:1217:19: note: byref variable will be forcibly initialized struct rb_node **p; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_uuid_scan_kthread': /kisskb/src/fs/btrfs/volumes.c:4610:25: note: byref variable will be forcibly initialized struct btrfs_root_item root_item; ^~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:4605:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'lock_extent_bits': /kisskb/src/fs/btrfs/extent_io.c:1462: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:1481: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:1657:39: note: byref variable will be forcibly initialized struct rb_node *node, *prev = NULL, *next; ^~~~ /kisskb/src/fs/btrfs/extent_io.c:1657: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:2003:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c:2001:6: note: byref variable will be forcibly initialized u64 delalloc_end; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c:2000: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:3798:7: note: byref variable will be forcibly initialized u64 delalloc_end = page_end; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c:3795:6: note: byref variable will be forcibly initialized int page_started = 0; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c:3792:6: note: byref variable will be forcibly initialized u64 delalloc_start = page_offset(page); ^~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'end_bio_extent_writepage': /kisskb/src/fs/btrfs/extent_io.c:2834:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'repair_io_failure': /kisskb/src/fs/btrfs/extent_io.c:2311:27: note: byref variable will be forcibly initialized struct btrfs_io_context *bioc = NULL; ^~~~ /kisskb/src/fs/btrfs/extent_io.c:2309: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:2419:6: note: byref variable will be forcibly initialized u64 private; ^~~~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_free_extra_devids': /kisskb/src/fs/btrfs/volumes.c:1090: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, 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:1189:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'submit_read_repair': /kisskb/src/fs/btrfs/extent_io.c:2746:24: note: byref variable will be forcibly initialized struct extent_state *cached = NULL; ^~~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_open_one_device': /kisskb/src/fs/btrfs/volumes.c:615:28: note: byref variable will be forcibly initialized struct btrfs_super_block *disk_super; ^~~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:614:23: note: byref variable will be forcibly initialized struct block_device *bdev; ^~~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'end_bio_extent_readpage': /kisskb/src/fs/btrfs/extent_io.c:3006:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'gather_device_info': /kisskb/src/fs/btrfs/volumes.c:5167:6: note: byref variable will be forcibly initialized u64 dev_offset; ^~~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:5166:6: note: byref variable will be forcibly initialized u64 max_avail; ^~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c: In function '__extent_writepage_io': /kisskb/src/fs/btrfs/extent_io.c:3947:7: note: byref variable will be forcibly initialized u64 dirty_range_end; ^~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c:3946:7: note: byref variable will be forcibly initialized u64 dirty_range_start = cur; ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_get_dev_args_from_path': /kisskb/src/fs/btrfs/volumes.c:2363:23: note: byref variable will be forcibly initialized struct block_device *bdev; ^~~~ /kisskb/src/fs/btrfs/volumes.c:2362:28: note: byref variable will be forcibly initialized struct btrfs_super_block *disk_super; ^~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c: In function '__extent_writepage': /kisskb/src/fs/btrfs/extent_io.c:4079:16: note: byref variable will be forcibly initialized unsigned long nr_written = 0; ^~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c:4075: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:4960:10: note: byref variable will be forcibly initialized pgoff_t index; ^~~~~ /kisskb/src/fs/btrfs/extent_io.c:4958:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_recover_balance': /kisskb/src/fs/btrfs/volumes.c:4457:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/volumes.c:4454: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, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/volumes.c:6: /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_pause_balance': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:4536:3: note: in expansion of macro 'wait_event' wait_event(fs_info->balance_wait_q, ^~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'btrfs_do_readpage': /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_cancel_balance': /kisskb/src/fs/btrfs/extent_io.c:3699:25: note: byref variable will be forcibly initialized struct extent_state *cached = NULL; ^~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:4576:3: note: in expansion of macro 'wait_event' wait_event(fs_info->balance_wait_q, ^~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c:3612:25: note: byref variable will be forcibly initialized struct extent_state *cached = NULL; ^~~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_create_chunk': /kisskb/src/fs/btrfs/volumes.c:5444:25: note: byref variable will be forcibly initialized struct alloc_chunk_ctl ctl; ^~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_chunk_alloc_add_chunk_item': /kisskb/src/fs/btrfs/volumes.c:5509:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'extent_readahead': /kisskb/src/fs/btrfs/extent_io.c:5224:6: note: byref variable will be forcibly initialized u64 prev_em_start = (u64)-1; ^~~~~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c:5223:21: note: byref variable will be forcibly initialized struct extent_map *em_cached = NULL; ^~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c:5222:15: note: byref variable will be forcibly initialized struct page *pagepool[16]; ^~~~~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_remove_chunk': /kisskb/src/fs/btrfs/volumes.c:3061:6: note: byref variable will be forcibly initialized u64 dev_extent_len = 0; ^~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'extent_invalidatepage': /kisskb/src/fs/btrfs/extent_io.c:5252:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_relocate_sys_chunks': /kisskb/src/fs/btrfs/volumes.c:3287:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:3286: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:3826:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:3825:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_shrink_device': /kisskb/src/fs/btrfs/volumes.c:4802:6: note: byref variable will be forcibly initialized u64 start; ^~~~~ /kisskb/src/fs/btrfs/volumes.c:4797:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/fs/btrfs/extent_io.c:21: /kisskb/src/fs/btrfs/extent_io.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'extent_fiemap': /kisskb/src/fs/btrfs/extent_io.c:5559:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c:5557:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c: In function '__btrfs_map_block': /kisskb/src/fs/btrfs/volumes.c:6385:27: note: byref variable will be forcibly initialized struct btrfs_io_geometry geom; ^~~~ /kisskb/src/fs/btrfs/volumes.c:6383:6: note: byref variable will be forcibly initialized u64 physical_to_patch_in_first_stripe = 0; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:6378:27: note: byref variable will be forcibly initialized struct btrfs_io_context *bioc = NULL; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/fs/btrfs/ioctl.c:6: /kisskb/src/fs/btrfs/ioctl.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/btrfs/volumes.c:6376:6: note: byref variable will be forcibly initialized int max_errors = 0; ^~~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:6375:6: note: byref variable will be forcibly initialized int num_stripes; ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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:144:59: 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/btrfs/volumes.c: In function 'get_extra_mirror_from_replace': /kisskb/src/fs/btrfs/volumes.c:6084:27: note: byref variable will be forcibly initialized struct btrfs_io_context *bioc = NULL; ^~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_map_bio': /kisskb/src/fs/btrfs/volumes.c:6750:27: note: byref variable will be forcibly initialized struct btrfs_io_context *bioc = NULL; ^~~~ /kisskb/src/fs/btrfs/volumes.c:6746:6: note: byref variable will be forcibly initialized u64 map_length; ^~~~~~~~~~ /kisskb/src/fs/coredump.c: In function 'umh_pipe_setup': /kisskb/src/fs/coredump.c:495:15: note: byref variable will be forcibly initialized struct file *files[2]; ^~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_finish_sprout': /kisskb/src/fs/btrfs/volumes.c:2517:5: note: byref variable will be forcibly initialized u8 dev_uuid[BTRFS_UUID_SIZE]; ^~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:2516:5: note: byref variable will be forcibly initialized u8 fs_uuid[BTRFS_FSID_SIZE]; ^~~~~~~ /kisskb/src/fs/btrfs/volumes.c:2515: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:6917:6: note: byref variable will be forcibly initialized u64 tmp; ^~~ /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/btrfs/extent_io.c: In function 'btree_write_cache_pages': /kisskb/src/fs/btrfs/extent_io.c:4831:10: note: byref variable will be forcibly initialized pgoff_t index; ^~~~~ /kisskb/src/fs/btrfs/extent_io.c:4829:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /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; ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/volumes.c:6: /kisskb/src/fs/btrfs/volumes.c: In function 'device_list_add': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:966:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(device->name, name); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c:4819:24: note: byref variable will be forcibly initialized struct extent_buffer *eb_context = NULL; ^~~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:930:10: note: byref variable will be forcibly initialized dev_t path_dev; ^~~~~~~~ /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/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/volumes.c:6: /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:866:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(device->name, name); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:816:32: note: byref variable will be forcibly initialized struct btrfs_dev_lookup_args args = { ^~~~ /kisskb/src/fs/btrfs/volumes.c:779:6: note: byref variable will be forcibly initialized u64 devid = btrfs_stack_device_id(&disk_super->dev_item); ^~~~~ In file included from /kisskb/src/fs/coredump.c:2: /kisskb/src/fs/coredump.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_scan_one_device': /kisskb/src/fs/btrfs/volumes.c:1351:7: note: byref variable will be forcibly initialized bool new_device_added = false; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'extent_buffer_test_bit': /kisskb/src/fs/btrfs/extent_io.c:7065:9: note: byref variable will be forcibly initialized size_t offset; ^~~~~~ /kisskb/src/fs/btrfs/extent_io.c:7064:16: note: byref variable will be forcibly initialized unsigned long i; ^ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/volumes.c:6: /kisskb/src/fs/btrfs/volumes.c: In function 'clone_fs_devices': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:1028:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(device->name, name); ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/extent_io.c: In function 'extent_buffer_bitmap_set': /kisskb/src/fs/btrfs/extent_io.c:7087:9: note: byref variable will be forcibly initialized size_t offset; ^~~~~~ /kisskb/src/fs/btrfs/extent_io.c:7086:16: note: byref variable will be forcibly initialized unsigned long i; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'extent_buffer_bitmap_clear': /kisskb/src/fs/btrfs/extent_io.c:7130:9: note: byref variable will be forcibly initialized size_t offset; ^~~~~~ /kisskb/src/fs/btrfs/extent_io.c:7129:16: note: byref variable will be forcibly initialized unsigned long i; ^ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/coredump.c:2: /kisskb/src/fs/coredump.c: In function 'wait_for_dump_helpers': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/coredump.c:474:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(pipe->rd_wait, pipe->readers == 1); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/coredump.c: In function '__dump_emit': /kisskb/src/fs/coredump.c:792:9: note: byref variable will be forcibly initialized loff_t pos = file->f_pos; ^~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_get_features': /kisskb/src/fs/btrfs/ioctl.c:4683:35: note: byref variable will be forcibly initialized struct btrfs_ioctl_feature_flags features; ^~~~~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_init_new_device': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:2641:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(device->name, name); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/coredump.c:2: /kisskb/src/fs/coredump.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, 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:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'read_one_chunk': /kisskb/src/fs/btrfs/volumes.c:7039:5: note: byref variable will be forcibly initialized u8 uuid[BTRFS_UUID_SIZE]; ^~~~ /kisskb/src/fs/coredump.c: In function 'do_coredump': /kisskb/src/fs/coredump.c:687:16: note: byref variable will be forcibly initialized struct path root; ^~~~ /kisskb/src/fs/coredump.c:522:6: note: byref variable will be forcibly initialized int argc = 0; ^~~~ /kisskb/src/fs/coredump.c:521:10: note: byref variable will be forcibly initialized size_t *argv = NULL; ^~~~ /kisskb/src/fs/coredump.c:514:19: note: byref variable will be forcibly initialized struct core_name cn; ^~ /kisskb/src/fs/coredump.c:513:20: note: byref variable will be forcibly initialized struct core_state core_state; ^~~~~~~~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_get_fslabel': /kisskb/src/fs/btrfs/ioctl.c:4598:7: note: byref variable will be forcibly initialized char label[BTRFS_LABEL_SIZE]; ^~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'read_one_dev': /kisskb/src/fs/btrfs/volumes.c:7238:5: note: byref variable will be forcibly initialized u8 dev_uuid[BTRFS_UUID_SIZE]; ^~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:7237: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:7353:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/fs/btrfs/ioctl.c:7: /kisskb/src/fs/btrfs/ioctl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_read_chunk_tree': /kisskb/src/fs/btrfs/volumes.c:7539:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c:7538:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'defrag_lookup_extent': /kisskb/src/fs/btrfs/ioctl.c:1009:24: note: byref variable will be forcibly initialized struct extent_state *cached = NULL; ^~~~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'defrag_one_locked_target': /kisskb/src/fs/btrfs/ioctl.c:1289:27: note: byref variable will be forcibly initialized struct extent_changeset *data_reserved = NULL; ^~~~~~~~~~~~~ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_verify_dev_extents': /kisskb/src/fs/btrfs/volumes.c:8140:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'defrag_prepare_one_page': /kisskb/src/fs/btrfs/ioctl.c:1066:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/ioctl.c:7: /kisskb/src/fs/btrfs/ioctl.c: In function 'defrag_one_range': /kisskb/src/fs/btrfs/ioctl.c:1325:12: note: byref variable will be forcibly initialized LIST_HEAD(target_list); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/btrfs/ioctl.c:1322:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/ioctl.c:7: /kisskb/src/fs/btrfs/ioctl.c: In function 'defrag_one_cluster': /kisskb/src/fs/btrfs/ioctl.c:1406:12: note: byref variable will be forcibly initialized LIST_HEAD(target_list); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_set_fslabel': /kisskb/src/fs/btrfs/ioctl.c:4624: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:429: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:1927: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:3487:32: note: byref variable will be forcibly initialized struct btrfs_ioctl_space_info space; ^~~~~ /kisskb/src/fs/btrfs/ioctl.c:3486:32: note: byref variable will be forcibly initialized struct btrfs_ioctl_space_args space_args; ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/fs/io_uring.c:42: /kisskb/src/fs/io_uring.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:320:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'create_subvol': /kisskb/src/fs/btrfs/ioctl.c:524:6: note: byref variable will be forcibly initialized u64 index = 0; ^~~~~ /kisskb/src/fs/btrfs/ioctl.c:523:6: note: byref variable will be forcibly initialized u64 objectid; ^~~~~~~~ /kisskb/src/fs/btrfs/ioctl.c:522:8: note: byref variable will be forcibly initialized dev_t anon_dev = 0; ^~~~~~~~ /kisskb/src/fs/btrfs/ioctl.c:517:25: note: byref variable will be forcibly initialized struct btrfs_block_rsv block_rsv; ^~~~~~~~~ /kisskb/src/fs/btrfs/ioctl.c:511: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:1951:6: note: byref variable will be forcibly initialized u64 flags; ^~~~~ /kisskb/src/fs/fhandle.c: In function 'do_sys_name_to_handle': /kisskb/src/fs/fhandle.c:23:6: note: byref variable will be forcibly initialized int handle_dwords, handle_bytes; ^~~~~~~~~~~~~ /kisskb/src/fs/fhandle.c:22:21: note: byref variable will be forcibly initialized struct file_handle f_handle; ^~~~~~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_default_subvol': /kisskb/src/fs/btrfs/ioctl.c:3400:6: note: byref variable will be forcibly initialized u64 objectid = 0; ^~~~~~~~ /kisskb/src/fs/btrfs/ioctl.c:3399:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/fhandle.c: In function '__do_sys_name_to_handle_at': /kisskb/src/fs/fhandle.c:97:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/fhandle.c: In function 'handle_to_path': /kisskb/src/fs/fhandle.c:171:21: note: byref variable will be forcibly initialized struct file_handle f_handle; ^~~~~~~~ /kisskb/src/fs/fhandle.c: In function 'do_handle_open': /kisskb/src/fs/fhandle.c:219:14: note: byref variable will be forcibly initialized struct path path; ^~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'key_in_sk': /kisskb/src/fs/btrfs/ioctl.c:2035:19: note: byref variable will be forcibly initialized struct btrfs_key test; ^~~~ In file included from /kisskb/src/fs/btrfs/ioctl.c:31: /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'copy_to_sk': /kisskb/src/fs/btrfs/ioctl.c:2067:19: note: byref variable will be forcibly initialized struct btrfs_key test; ^~~~ /kisskb/src/fs/btrfs/ioctl.c:2066: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:2200:16: note: byref variable will be forcibly initialized unsigned long sk_offset = 0; ^~~~~~~~~ /kisskb/src/fs/btrfs/ioctl.c:2199:6: note: byref variable will be forcibly initialized int num_found = 0; ^~~~~~~~~ /kisskb/src/fs/btrfs/ioctl.c:2196:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/arch/arm64/include/asm/ftrace.h:53, from /kisskb/src/include/linux/ftrace.h: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:88, from /kisskb/src/fs/io_uring.c:45: /kisskb/src/fs/io_uring.c: In function 'iov_iter_iovec': /kisskb/src/include/linux/uio.h:126:9: note: userspace variable will be forcibly initialized return (struct iovec) { ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_tree_search': /kisskb/src/fs/btrfs/ioctl.c:2260:9: note: byref variable will be forcibly initialized size_t buf_size; ^~~~~~~~ /kisskb/src/fs/btrfs/ioctl.c:2257: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:2294:9: note: byref variable will be forcibly initialized size_t buf_size; ^~~~~~~~ /kisskb/src/fs/btrfs/ioctl.c:2291: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:2331: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:3624: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:3652: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:4766:35: note: byref variable will be forcibly initialized struct btrfs_ioctl_feature_flags flags[2]; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/fs/io_uring.c:42: /kisskb/src/fs/io_uring.c: In function 'io_sqring_entries': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/io_uring.c:2463:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&rings->sq.tail) - ctx->cached_sq_head; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_get_subvol_info': /kisskb/src/fs/btrfs/ioctl.c:2654: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:2774: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:2419:24: note: byref variable will be forcibly initialized struct btrfs_key key, key2; ^~~~ /kisskb/src/fs/btrfs/ioctl.c:2419:19: note: byref variable will be forcibly initialized struct btrfs_key key, key2; ^~~ /kisskb/src/fs/io_uring.c: In function 'io_commit_sqring': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/io_uring.c:7304:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rings->sq.head, ctx->cached_sq_head); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_resize': /kisskb/src/fs/btrfs/ioctl.c:1633:8: note: byref variable will be forcibly initialized char *retptr; ^~~~~~ /kisskb/src/fs/btrfs/ioctl.c:1627:6: note: byref variable will be forcibly initialized u64 devid = 1; ^~~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_rm_dev': /kisskb/src/fs/btrfs/ioctl.c:3250:10: note: byref variable will be forcibly initialized fmode_t mode; ^~~~ /kisskb/src/fs/btrfs/ioctl.c:3249:23: note: byref variable will be forcibly initialized struct block_device *bdev = NULL; ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_get_ext_arg': /kisskb/src/fs/io_uring.c:9988:32: note: byref variable will be forcibly initialized struct io_uring_getevents_arg arg; ^~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_rm_dev_v2': /kisskb/src/fs/btrfs/ioctl.c:3184:10: note: byref variable will be forcibly initialized fmode_t mode; ^~~~ /kisskb/src/fs/btrfs/ioctl.c:3183:23: note: byref variable will be forcibly initialized struct block_device *bdev = NULL; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/io_uring.h:564, from /kisskb/src/fs/io_uring.c:86: /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_create': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:25:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_create, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:25:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_create, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_register': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_register, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_register, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_file_get': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:109:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_file_get, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:109:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_file_get, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_queue_async_work': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_queue_async_work, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_queue_async_work, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_defer': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:176:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_defer, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:176:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_defer, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_link': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:209:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_link, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:209:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_link, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_cqring_wait': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:241:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_cqring_wait, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:241:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_cqring_wait, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_fail_link': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_fail_link, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_fail_link, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_complete': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:297:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:297:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_complete, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_submit_sqe': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:336:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_submit_sqe, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:336:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_submit_sqe, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_poll_arm': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:382:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_poll_arm, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:382:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_poll_arm, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_poll_wake': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:413:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_poll_wake, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:413:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_poll_wake, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_task_add': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_task_add, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_task_add, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_task_run': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:476:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_task_run, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:476:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_task_run, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_req_failed': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:509:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_req_failed, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:509:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_req_failed, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/io_uring.h:564, from /kisskb/src/fs/io_uring.c:86: /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_create': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:25:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_create, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_register': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:68:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_register, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_file_get': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:109:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_file_get, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_queue_async_work': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:138:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_queue_async_work, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_defer': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:176:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_defer, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_link': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:209:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_link, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_cqring_wait': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:241:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_cqring_wait, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_fail_link': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_fail_link, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_defrag_file': /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_complete': /kisskb/src/fs/btrfs/ioctl.c:1467:16: note: byref variable will be forcibly initialized unsigned long sectors_defragged = 0; ^~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:297:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_complete, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_submit_sqe': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:336:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_submit_sqe, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_poll_arm': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:382:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_poll_arm, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_poll_wake': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:413:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_poll_wake, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_task_add': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:439:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_task_add, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_task_run': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:476:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_task_run, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_req_failed': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:509:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(io_uring_req_failed, ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_buffer_validate': /kisskb/src/fs/io_uring.c:9130:16: note: byref variable will be forcibly initialized unsigned long tmp, acct_len = iov->iov_len + (PAGE_SIZE - 1); ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/static_call.h:135, from /kisskb/src/include/linux/tracepoint.h:22, from /kisskb/src/include/trace/syscall.h:5, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/fs/io_uring.c:45: /kisskb/src/fs/io_uring.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/io_uring.c: In function 'io_provide_buffers_prep': /kisskb/src/fs/io_uring.c:4406:22: note: byref variable will be forcibly initialized unsigned long size, tmp_check; ^~~~~~~~~ /kisskb/src/fs/io_uring.c:4406:16: note: byref variable will be forcibly initialized unsigned long size, tmp_check; ^~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/static_call.h:135, from /kisskb/src/include/linux/tracepoint.h:22, from /kisskb/src/include/trace/syscall.h:5, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/fs/io_uring.c:45: /kisskb/src/fs/io_uring.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/io_uring.c: In function 'rings_size': /kisskb/src/fs/io_uring.c:8856:9: note: byref variable will be forcibly initialized size_t off, sq_array_size; ^~~ /kisskb/src/fs/io_uring.c: In function 'io_async_cancel_one': /kisskb/src/fs/io_uring.c:6284:24: note: byref variable will be forcibly initialized struct io_cancel_data data = { .ctx = ctx, .user_data = user_data, }; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/trace_events.h:9, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/fs/io_uring.c:45: /kisskb/src/fs/io_uring.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/include/linux/trace_events.h:6, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/fs/io_uring.c:45: /kisskb/src/fs/io_uring.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'percpu_ref_tryget_many': /kisskb/src/include/linux/percpu-refcount.h:238:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'loop_rw_iter': /kisskb/src/fs/io_uring.c:3306:16: note: userspace variable will be forcibly initialized struct iovec iovec; ^~~~~ /kisskb/src/fs/io_uring.c: In function '__io_import_fixed': /kisskb/src/fs/io_uring.c:3009:6: note: byref variable will be forcibly initialized u64 buf_end, buf_addr = req->rw.addr; ^~~~~~~ /kisskb/src/fs/io_uring.c: In function '__io_iov_buffer_select': /kisskb/src/fs/io_uring.c:3180:10: note: byref variable will be forcibly initialized ssize_t len; ^~~ /kisskb/src/fs/io_uring.c: In function '__io_import_iovec': /kisskb/src/fs/io_uring.c:3225:9: note: byref variable will be forcibly initialized size_t sqe_len; ^~~~~~~ /kisskb/src/fs/io_uring.c:3223:16: note: byref variable will be forcibly initialized struct iovec *iovec; ^~~~~ /kisskb/src/fs/io_uring.c: In function 'io_rw_prep_async': /kisskb/src/fs/io_uring.c:3405:16: note: byref variable will be forcibly initialized struct iovec *iov; ^~~ /kisskb/src/fs/io_uring.c: In function 'io_arm_poll_handler': /kisskb/src/fs/io_uring.c:5655:23: note: byref variable will be forcibly initialized struct io_poll_table ipt; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/fs/io_uring.c:42: /kisskb/src/fs/io_uring.c: In function 'io_complete_rw_iopoll': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/io_uring.c:2768:2: note: in expansion of macro 'smp_store_release' smp_store_release(&req->iopoll_completed, 1); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_destroy_buffers': /kisskb/src/fs/io_uring.c:9300:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/fs/io_uring.c: In function 'io_poll_rewait': /kisskb/src/fs/io_uring.c:5336:28: note: byref variable will be forcibly initialized struct poll_table_struct pt = { ._key = poll->events }; ^~ /kisskb/src/fs/io_uring.c: In function '__io_uring_show_fdinfo': /kisskb/src/fs/io_uring.c:10229:17: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/fs/io_uring.c: In function '__io_sqe_files_update': /kisskb/src/fs/io_uring.c:8551:7: note: byref variable will be forcibly initialized u64 tag = 0; ^~~ /kisskb/src/fs/io_uring.c:8541:6: note: byref variable will be forcibly initialized int fd, i, err = 0; ^~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/trace_events.h:9, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/fs/io_uring.c:45: /kisskb/src/fs/io_uring.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/io_uring.c: In function 'io_sqe_files_register': /kisskb/src/fs/io_uring.c:8302:6: note: byref variable will be forcibly initialized int fd, ret; ^~ /kisskb/src/fs/io_uring.c: In function '__io_sqe_buffers_update': /kisskb/src/fs/io_uring.c:9223:7: note: byref variable will be forcibly initialized u64 tag = 0; ^~~ /kisskb/src/fs/io_uring.c:9221:26: note: byref variable will be forcibly initialized struct io_mapped_ubuf *imu; ^~~ /kisskb/src/fs/io_uring.c:9210:15: note: byref variable will be forcibly initialized struct page *last_hpage = NULL; ^~~~~~~~~~ /kisskb/src/fs/io_uring.c:9209:15: note: byref variable will be forcibly initialized struct iovec iov, __user *iovs = u64_to_user_ptr(up->data); ^~~ /kisskb/src/fs/io_uring.c: In function '__io_register_rsrc_update': /kisskb/src/fs/io_uring.c:10680:8: note: byref variable will be forcibly initialized __u32 tmp; ^~~ /kisskb/src/fs/io_uring.c: In function 'io_register_files_update': /kisskb/src/fs/io_uring.c:10703:31: note: byref variable will be forcibly initialized struct io_uring_rsrc_update2 up; ^~ /kisskb/src/fs/io_uring.c: In function 'io_register_rsrc_update': /kisskb/src/fs/io_uring.c:10716:31: note: byref variable will be forcibly initialized struct io_uring_rsrc_update2 up; ^~ In file included from /kisskb/src/drivers/pinctrl/pinctrl-utils.c:27: /kisskb/src/drivers/pinctrl/pinctrl-utils.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:645:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/io_uring.c: In function 'io_sqe_buffers_register': /kisskb/src/fs/io_uring.c:9158:15: note: byref variable will be forcibly initialized struct iovec iov; ^~~ /kisskb/src/fs/io_uring.c:9156:23: note: byref variable will be forcibly initialized struct io_rsrc_data *data; ^~~~ /kisskb/src/fs/io_uring.c:9155:15: note: byref variable will be forcibly initialized struct page *last_hpage = NULL; ^~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_register_rsrc': /kisskb/src/fs/io_uring.c:10730:32: note: byref variable will be forcibly initialized struct io_uring_rsrc_register rr; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/fs/io_uring.c:42: /kisskb/src/fs/io_uring.c: In function 'io_commit_cqring': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/io_uring.c:1667:2: note: in expansion of macro 'smp_store_release' smp_store_release(&ctx->rings->cq.tail, ctx->cached_cq_tail); ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_poll_add': /kisskb/src/fs/io_uring.c:5878:23: note: byref variable will be forcibly initialized struct io_poll_table ipt; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/fs/io_uring.c:42: /kisskb/src/fs/io_uring.c: In function 'io_do_iopoll': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/io_uring.c:2544:8: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(&req->iopoll_completed)) ^~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_ring_ctx_wait_and_kill': /kisskb/src/fs/io_uring.c:9562:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/fs/io_uring.c: In function 'tctx_task_work': /kisskb/src/fs/io_uring.c:2213:7: note: byref variable will be forcibly initialized bool locked = false; ^~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_fallback_req_func': /kisskb/src/fs/io_uring.c:1369:7: note: byref variable will be forcibly initialized bool locked = false; ^~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_close': /kisskb/src/fs/io_uring.c:4670:15: note: byref variable will be forcibly initialized struct file *file = NULL; ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_files_update': /kisskb/src/fs/io_uring.c:6395:31: note: byref variable will be forcibly initialized struct io_uring_rsrc_update2 up; ^~ /kisskb/src/fs/io_uring.c: In function 'io_openat2': /kisskb/src/fs/io_uring.c:4262:20: note: byref variable will be forcibly initialized struct open_flags op; ^~ /kisskb/src/fs/io_uring.c: In function 'io_provide_buffers': /kisskb/src/fs/io_uring.c:4469:20: note: byref variable will be forcibly initialized struct io_buffer *head, *list; ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/io_uring.c:45: /kisskb/src/fs/io_uring.c: In function 'io_cancel_defer_files': /kisskb/src/fs/io_uring.c:9616:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_read': /kisskb/src/fs/io_uring.c:3517:16: note: byref variable will be forcibly initialized struct iovec *iovec; ^~~~~ /kisskb/src/fs/io_uring.c:3516:21: note: byref variable will be forcibly initialized struct io_rw_state __s, *s = &__s; ^~~ /kisskb/src/fs/io_uring.c: In function 'io_write': /kisskb/src/fs/io_uring.c:3647:16: note: byref variable will be forcibly initialized struct iovec *iovec; ^~~~~ /kisskb/src/fs/io_uring.c:3646:21: note: byref variable will be forcibly initialized struct io_rw_state __s, *s = &__s; ^~~ /kisskb/src/fs/io_uring.c: In function 'io_uring_try_cancel_requests': /kisskb/src/fs/io_uring.c:9666:24: note: byref variable will be forcibly initialized struct io_task_cancel cancel = { .task = task, .all = cancel_all, }; ^~~~~~ /kisskb/src/fs/f2fs/gc.c: In function 'gc_node_segment': /kisskb/src/fs/f2fs/gc.c:918:20: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/io_uring.c: In function 'io_ring_exit_work': /kisskb/src/fs/io_uring.c:9472:22: note: byref variable will be forcibly initialized struct io_tctx_exit exit; ^~~~ /kisskb/src/fs/f2fs/gc.c: In function 'ra_data_block': /kisskb/src/fs/f2fs/gc.c:1055:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/io_uring.c: In function 'io_uring_clean_tctx': /kisskb/src/fs/io_uring.c:9790:16: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/fs/f2fs/gc.c: In function 'move_data_block': /kisskb/src/fs/f2fs/gc.c:1160:10: note: byref variable will be forcibly initialized block_t newaddr; ^~~~~~~ /kisskb/src/fs/f2fs/gc.c:1158:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/gc.c:1157:22: note: byref variable will be forcibly initialized struct f2fs_summary sum; ^~~ /kisskb/src/fs/io_uring.c: In function 'io_register_iowq_max_workers': /kisskb/src/fs/f2fs/gc.c:1156:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/io_uring.c:10797:8: note: byref variable will be forcibly initialized __u32 new_count[2]; ^~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_init_wq_offload': /kisskb/src/fs/io_uring.c:8616:20: note: byref variable will be forcibly initialized struct io_wq_data data; ^~~~ /kisskb/src/fs/f2fs/gc.c: In function 'move_data_page': /kisskb/src/fs/f2fs/gc.c:1348:23: note: byref variable will be forcibly initialized struct f2fs_io_info fio = { ^~~ /kisskb/src/fs/io_uring.c: In function '__io_uring_add_tctx_node': /kisskb/src/fs/io_uring.c:9718:17: note: byref variable will be forcibly initialized unsigned int limits[2] = { ctx->iowq_limits[0], ^~~~~~ /kisskb/src/fs/f2fs/recovery.c: In function 'recover_quota_data': /kisskb/src/fs/f2fs/recovery.c:246:15: note: byref variable will be forcibly initialized struct iattr attr; ^~~~ /kisskb/src/fs/io_uring.c: In function '__io_alloc_req_refill': /kisskb/src/fs/io_uring.c:2008:8: note: byref variable will be forcibly initialized void *reqs[IO_REQ_ALLOC_BATCH]; ^~~~ /kisskb/src/fs/f2fs/gc.c: In function 'lookup_central_victim': /kisskb/src/fs/f2fs/gc.c:447:7: note: byref variable will be forcibly initialized bool left_most; ^~~~~~~~~ /kisskb/src/fs/f2fs/gc.c:446: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:400:7: note: byref variable will be forcibly initialized bool left_most = true; ^~~~~~~~~ /kisskb/src/fs/f2fs/gc.c:399:18: note: byref variable will be forcibly initialized struct rb_node *parent = NULL; ^~~~~~ /kisskb/src/fs/f2fs/gc.c: In function 'get_victim_by_default': /kisskb/src/fs/f2fs/gc.c:648:27: note: byref variable will be forcibly initialized struct victim_sel_policy p; ^ /kisskb/src/fs/f2fs/gc.c: In function 'gc_data_segment': /kisskb/src/fs/f2fs/gc.c:1419:29: note: byref variable will be forcibly initialized unsigned int ofs_in_node, nofs; ^~~~ /kisskb/src/fs/f2fs/gc.c:1418:20: note: byref variable will be forcibly initialized struct node_info dni; /* dnode info for the data */ ^~~ /kisskb/src/fs/f2fs/recovery.c: In function 'recover_dentry': /kisskb/src/fs/f2fs/recovery.c:170:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/fs/f2fs/recovery.c:169:14: note: byref variable will be forcibly initialized struct qstr usr_fname; ^~~~~~~~~ /kisskb/src/fs/f2fs/recovery.c:168:23: note: byref variable will be forcibly initialized struct f2fs_filename fname; ^~~~~ /kisskb/src/fs/f2fs/gc.c: In function 'do_garbage_collect': /kisskb/src/fs/f2fs/gc.c:1570:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_cqring_wait': /kisskb/src/fs/io_uring.c:7650:21: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/fs/f2fs/recovery.c: In function 'check_index_in_prev_nodes': /kisskb/src/fs/f2fs/recovery.c:452:23: note: byref variable will be forcibly initialized struct dnode_of_data tdn = *dn; ^~~ /kisskb/src/fs/io_uring.c:7638:14: note: byref variable will be forcibly initialized signed long timeout = MAX_SCHEDULE_TIMEOUT; ^~~~~~~ /kisskb/src/fs/io_uring.c:7636:23: note: byref variable will be forcibly initialized struct io_wait_queue iowq; ^~~~ /kisskb/src/fs/f2fs/gc.c: In function 'free_segment_range': /kisskb/src/fs/f2fs/gc.c:1880:24: note: byref variable will be forcibly initialized struct gc_inode_list gc_list = { ^~~~~~~ /kisskb/src/fs/f2fs/gc.c:1854:20: note: byref variable will be forcibly initialized struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; ^~~ /kisskb/src/fs/io_uring.c: In function '__do_sys_io_uring_enter': /kisskb/src/fs/io_uring.c:10080:36: note: byref variable will be forcibly initialized struct __kernel_timespec __user *ts; ^~ /kisskb/src/fs/io_uring.c:10079:26: note: byref variable will be forcibly initialized const sigset_t __user *sig; ^~~ /kisskb/src/fs/f2fs/gc.c: In function 'f2fs_gc': /kisskb/src/fs/f2fs/gc.c:1688:20: note: byref variable will be forcibly initialized struct cp_control cpc; ^~~ /kisskb/src/fs/f2fs/recovery.c: In function 'do_recover_data': /kisskb/src/fs/f2fs/recovery.c:557:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/recovery.c:556:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ In file included from /kisskb/src/include/linux/wait_bit.h:8, 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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/gc.c:45:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(*wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/gc.c:37:15: note: byref variable will be forcibly initialized unsigned int wait_ms; ^~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_allocate_scq_urings': /kisskb/src/fs/io_uring.c:10290:15: note: byref variable will be forcibly initialized size_t size, sq_array_offset; ^~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_sq_offload_create': /kisskb/src/fs/io_uring.c:8714:8: note: byref variable will be forcibly initialized bool attached; ^~~~~~~~ /kisskb/src/fs/f2fs/recovery.c: In function 'f2fs_recover_fsync_data': /kisskb/src/fs/f2fs/recovery.c:857:22: note: byref variable will be forcibly initialized struct cp_control cpc = { ^~~ /kisskb/src/fs/f2fs/recovery.c:774:19: note: byref variable will be forcibly initialized struct list_head dir_list; ^~~~~~~~ /kisskb/src/fs/f2fs/recovery.c:773:31: note: byref variable will be forcibly initialized struct list_head inode_list, tmp_inode_list; ^~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/recovery.c:773:19: note: byref variable will be forcibly initialized struct list_head inode_list, tmp_inode_list; ^~~~~~~~~~ /kisskb/src/fs/f2fs/gc.c: In function 'f2fs_resize_fs': /kisskb/src/fs/f2fs/gc.c:1979:20: note: byref variable will be forcibly initialized struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; ^~~ /kisskb/src/fs/io_uring.c: In function 'io_sqd_handle_event': /kisskb/src/fs/io_uring.c:7460:17: note: byref variable will be forcibly initialized struct ksignal ksig; ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_uring_setup': /kisskb/src/fs/io_uring.c:10510:25: note: byref variable will be forcibly initialized struct io_uring_params p; ^ /kisskb/src/fs/io_uring.c: In function 'io_eventfd_register': /kisskb/src/fs/io_uring.c:9267:6: note: byref variable will be forcibly initialized int fd; ^~ /kisskb/src/fs/io_uring.c: In function 'io_register_personality': /kisskb/src/fs/io_uring.c:10578:6: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/fs/io_uring.c: In function 'io_register_iowq_aff': /kisskb/src/fs/io_uring.c:10757:16: note: byref variable will be forcibly initialized cpumask_var_t new_mask; ^~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_uring_cancel_generic': /kisskb/src/fs/io_uring.c:9854:18: note: byref variable will be forcibly initialized unsigned long index; ^~~~~ /kisskb/src/fs/io_uring.c: In function 'io_sq_thread': /kisskb/src/fs/io_uring.c:7478:7: note: byref variable will be forcibly initialized char buf[TASK_COMM_LEN]; ^~~ /kisskb/src/fs/f2fs/data.c: In function '__has_merged_page': /kisskb/src/fs/f2fs/data.c:554: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:301: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:231:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_finish_read_bio': /kisskb/src/fs/f2fs/data.c:126:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_bmap_compress': /kisskb/src/fs/f2fs/data.c:3849: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:1838:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ In file included from /kisskb/src/fs/btrfs/export.c:5: /kisskb/src/fs/btrfs/export.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /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/f2fs/data.c: In function 'f2fs_merge_page_bio': /kisskb/src/fs/f2fs/data.c:862:14: note: byref variable will be forcibly initialized struct bio *bio = *fio->bio; ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'f_start': /kisskb/src/kernel/trace/trace_events.c:1584:9: note: byref variable will be forcibly initialized loff_t l = 0; ^ /kisskb/src/kernel/trace/trace_events.c: In function 's_start': /kisskb/src/kernel/trace/trace_events.c:1239:9: note: byref variable will be forcibly initialized loff_t l; ^ /kisskb/src/kernel/trace/trace_events.c: In function 't_start': /kisskb/src/kernel/trace/trace_events.c:1206:9: note: byref variable will be forcibly initialized loff_t l; ^ /kisskb/src/fs/f2fs/data.c: In function '__allocate_data_block': /kisskb/src/fs/f2fs/data.c:1351:11: note: byref variable will be forcibly initialized blkcnt_t count = 1; ^~~~~ /kisskb/src/fs/f2fs/data.c:1349:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/data.c:1348:22: note: byref variable will be forcibly initialized struct f2fs_summary sum; ^~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_get_read_data_page': /kisskb/src/fs/f2fs/data.c:1165:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/kernel/trace/trace_events.c: In function 'trace_create_new_event': /kisskb/src/kernel/trace/trace_events.c:2684:15: note: byref variable will be forcibly initialized unsigned int first; ^~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_get_new_data_page': /kisskb/src/fs/f2fs/data.c:1300:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_enable_read': /kisskb/src/kernel/trace/trace_events.c:1346:7: note: byref variable will be forcibly initialized char buf[4] = "0"; ^~~ /kisskb/src/fs/f2fs/data.c: In function 'prepare_write_begin': /kisskb/src/fs/f2fs/data.c:3334:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/kernel/trace/trace_events.c: In function 'system_enable_read': /kisskb/src/kernel/trace/trace_events.c:1416:7: note: byref variable will be forcibly initialized char buf[2]; ^~~ /kisskb/src/kernel/trace/trace_events.c:1410:13: note: byref variable will be forcibly initialized const char set_to_char[4] = { '?', '0', '1', 'X' }; ^~~~~~~~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_write_begin': /kisskb/src/fs/f2fs/data.c:3424:10: note: byref variable will be forcibly initialized block_t blkaddr = NULL_ADDR; ^~~~~~~ /kisskb/src/fs/f2fs/data.c:3423:7: note: byref variable will be forcibly initialized bool need_balance = false, drop_atomic = false; ^~~~~~~~~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_map_blocks': /kisskb/src/fs/f2fs/data.c:1458:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_id_read': /kisskb/src/kernel/trace/trace_events.c:1630:7: note: byref variable will be forcibly initialized char buf[32]; ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_enable_write': /kisskb/src/kernel/trace/trace_events.c:1375:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'system_enable_write': /kisskb/src/kernel/trace/trace_events.c:1460:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_preallocate_blocks': /kisskb/src/fs/f2fs/data.c:1390: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:3894:26: 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:1793:25: note: byref variable will be forcibly initialized struct f2fs_map_blocks map; ^~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_overwrite_io': /kisskb/src/fs/f2fs/data.c:1755:25: note: byref variable will be forcibly initialized struct f2fs_map_blocks map; ^~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_fiemap': /kisskb/src/fs/f2fs/data.c:1930:10: note: byref variable will be forcibly initialized pgoff_t next_pgofs; ^~~~~~~~~~ /kisskb/src/fs/f2fs/data.c:1928:25: note: byref variable will be forcibly initialized struct f2fs_map_blocks map; ^~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_read_multi_pages': /kisskb/src/fs/f2fs/data.c:2207:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/kernel/trace/trace_events.c:14: /kisskb/src/kernel/trace/trace_events.c: In function '__ftrace_clear_event_pids': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:882:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tr->filtered_no_pids, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:879:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tr->filtered_pids, NULL); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, 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:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_pid_write': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1962:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tr->filtered_no_pids, pid_list); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1960:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(tr->filtered_pids, pid_list); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1930:25: note: byref variable will be forcibly initialized struct trace_pid_list *pid_list; ^~~~~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_mpage_readpages': /kisskb/src/fs/f2fs/data.c:2378:25: note: byref variable will be forcibly initialized struct f2fs_map_blocks map; ^~~ /kisskb/src/fs/f2fs/data.c:2377:11: note: byref variable will be forcibly initialized sector_t last_block_in_bio = 0; ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/data.c:2376:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_do_write_data_page': /kisskb/src/fs/f2fs/data.c:2663:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/data.c:2661:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/kernel/trace/trace_events.c: In function 'ftrace_event_write': /kisskb/src/kernel/trace/trace_events.c:1143:22: note: byref variable will be forcibly initialized struct trace_parser parser; ^~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'early_enable_events': /kisskb/src/kernel/trace/trace_events.c:3597:8: note: byref variable will be forcibly initialized char *buf = bootup_event_buf; ^~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_write_cache_pages': /kisskb/src/fs/f2fs/data.c:3046:18: note: byref variable will be forcibly initialized struct page *pagep; ^~~~~ /kisskb/src/fs/f2fs/data.c:3045:11: note: byref variable will be forcibly initialized void *fsdata = NULL; ^~~~~~ /kisskb/src/fs/f2fs/data.c:3003:6: note: byref variable will be forcibly initialized int submitted = 0; ^~~~~~~~~ /kisskb/src/fs/f2fs/data.c:2997:10: note: byref variable will be forcibly initialized pgoff_t index; ^~~~~ /kisskb/src/fs/f2fs/data.c:2979:11: note: byref variable will be forcibly initialized sector_t last_block; ^~~~~~~~~~ /kisskb/src/fs/f2fs/data.c:2978:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^~~ /kisskb/src/fs/f2fs/data.c:2976:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/f2fs/data.c: In function '__f2fs_write_data_pages': /kisskb/src/fs/f2fs/data.c:3236:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/f2fs/node.c: In function 'last_fsync_dnode': /kisskb/src/fs/f2fs/node.c:1508:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/f2fs/node.c:1507:10: note: byref variable will be forcibly initialized pgoff_t index; ^~~~~ /kisskb/src/fs/f2fs/node.c: In function 'remove_nats_in_journal': /kisskb/src/fs/f2fs/node.c:2856:25: note: byref variable will be forcibly initialized struct f2fs_nat_entry raw_ne; ^~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_available_free_memory': /kisskb/src/fs/f2fs/node.c:48:17: note: byref variable will be forcibly initialized struct sysinfo val; ^~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_get_node_info': /kisskb/src/fs/f2fs/node.c:550: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:886:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/node.c: In function 'read_node_page': /kisskb/src/fs/f2fs/node.c:1332:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/node.c: In function '__write_node_page': /kisskb/src/fs/f2fs/node.c:1567:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_new_node_page': /kisskb/src/fs/f2fs/node.c:1274:19: note: byref variable will be forcibly initialized struct node_info new_ni; ^~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_new_inode_page': /kisskb/src/fs/f2fs/node.c:1262: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:622:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/f2fs/node.c: In function 'truncate_partial_nodes': /kisskb/src/fs/f2fs/node.c:1027:8: note: byref variable will be forcibly initialized nid_t nid[3]; ^~~ /kisskb/src/fs/f2fs/node.c: In function 'truncate_nodes': /kisskb/src/fs/f2fs/node.c:949: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:1095:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/node.c:1092:24: note: byref variable will be forcibly initialized int level, offset[4], noffset[4]; ^~~~~~~ /kisskb/src/fs/f2fs/node.c:1092: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:1190:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_move_node_page': /kisskb/src/fs/f2fs/node.c:1676:28: note: byref variable will be forcibly initialized struct writeback_control wbc = { ^~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_fsync_node_pages': /kisskb/src/fs/f2fs/node.c:1744:9: note: byref variable will be forcibly initialized bool submitted = false; ^~~~~~~~~ /kisskb/src/fs/f2fs/node.c:1721:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/f2fs/node.c:1720:10: note: byref variable will be forcibly initialized pgoff_t index; ^~~~~ /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_get_params(level, src_len); ^~~~~~ /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 = ^~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_flush_inline_data': /kisskb/src/fs/f2fs/node.c:1878:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/f2fs/node.c:1877: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:1942:9: note: byref variable will be forcibly initialized bool submitted = false; ^~~~~~~~~ /kisskb/src/fs/f2fs/node.c:1925:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/f2fs/node.c:1924:10: note: byref variable will be forcibly initialized pgoff_t index; ^~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_write_node_pages': /kisskb/src/fs/f2fs/node.c:2092:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_get_dnode_of_data': /kisskb/src/fs/f2fs/node.c:762:8: note: byref variable will be forcibly initialized nid_t nids[4]; ^~~~ /kisskb/src/fs/f2fs/node.c:761:15: note: byref variable will be forcibly initialized unsigned int noffset[4]; ^~~~~~~ /kisskb/src/fs/f2fs/node.c:760:6: note: byref variable will be forcibly initialized int offset[4]; ^~~~~~ In file included from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/zstd.c:8: /kisskb/src/fs/btrfs/zstd.c: In function 'zstd_get_workspace': /kisskb/src/fs/btrfs/zstd.c:282:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1173: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/f2fs/node.c: In function 'f2fs_remove_inode_page': /kisskb/src/fs/f2fs/node.c:1219:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/btrfs/zstd.c: In function 'zstd_compress_pages': /kisskb/src/fs/btrfs/zstd.c:384:18: note: byref variable will be forcibly initialized zstd_parameters params = zstd_get_btrfs_parameters(workspace->req_level, ^~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_recover_xattr_data': /kisskb/src/fs/f2fs/node.c:2696:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/node.c:2695:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/node.c:2694:8: note: byref variable will be forcibly initialized nid_t new_xnid; ^~~~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_recover_inode_page': /kisskb/src/fs/f2fs/node.c:2740:27: note: byref variable will be forcibly initialized struct node_info old_ni, new_ni; ^~~~~~ /kisskb/src/fs/f2fs/node.c:2740:19: note: byref variable will be forcibly initialized struct node_info old_ni, new_ni; ^~~~~~ /kisskb/src/fs/btrfs/lzo.c: In function 'read_compress_length': /kisskb/src/fs/btrfs/lzo.c:109:9: note: byref variable will be forcibly initialized __le32 dlen; ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/node.c:8: /kisskb/src/fs/f2fs/node.c: In function 'f2fs_flush_nat_entries': /kisskb/src/fs/f2fs/node.c:3061:12: note: byref variable will be forcibly initialized LIST_HEAD(sets); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/f2fs/node.c:3057: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:3311:24: note: byref variable will be forcibly initialized struct nat_entry_set *setvec[SETVEC_SIZE]; ^~~~~~ /kisskb/src/fs/f2fs/node.c:3310:20: note: byref variable will be forcibly initialized struct nat_entry *natvec[NATVEC_SIZE]; ^~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, 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:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/btrfs/lzo.c: In function 'lzo_compress_pages': /kisskb/src/fs/btrfs/lzo.c:237:10: note: byref variable will be forcibly initialized size_t out_len; ^~~~~~~ /kisskb/src/fs/btrfs/lzo.c:219:6: note: byref variable will be forcibly initialized u32 cur_out = 0; ^~~~~~~ /kisskb/src/fs/btrfs/lzo.c: In function 'lzo_decompress_bio': /kisskb/src/fs/btrfs/lzo.c:368:10: note: byref variable will be forcibly initialized size_t out_len = lzo1x_worst_compress(sectorsize); ^~~~~~~ /kisskb/src/fs/btrfs/lzo.c:338:6: note: byref variable will be forcibly initialized u32 cur_in = 0; ^~~~~~ /kisskb/src/fs/btrfs/lzo.c: In function 'lzo_decompress': /kisskb/src/fs/btrfs/lzo.c:424:9: note: byref variable will be forcibly initialized size_t out_len; ^~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, 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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c:661: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:2903:11: note: byref variable will be forcibly initialized unsigned segno = NULL_SEGNO; ^~~~~ In file included from /kisskb/src/fs/btrfs/free-space-cache.c:15: /kisskb/src/fs/btrfs/free-space-cache.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function '__lookup_free_space_inode': /kisskb/src/fs/btrfs/free-space-cache.c:57:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c:56:19: note: byref variable will be forcibly initialized struct btrfs_key location; ^~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c:55:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/fs/btrfs/free-space-cache.c:15: /kisskb/src/fs/btrfs/free-space-cache.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:2955:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function '__create_free_space_inode': /kisskb/src/fs/btrfs/free-space-cache.c:143:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c:142:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/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:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/f2fs/segment.c: In function '__insert_discard_tree': /kisskb/src/fs/f2fs/segment.c:1316:7: note: byref variable will be forcibly initialized bool leftmost = true; ^~~~~~~~ /kisskb/src/fs/f2fs/segment.c:1315:18: note: byref variable will be forcibly initialized struct rb_node *parent = NULL; ^~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'readahead_cache': /kisskb/src/fs/btrfs/free-space-cache.c:348:23: note: byref variable will be forcibly initialized struct file_ra_state ra; ^~ /kisskb/src/fs/f2fs/segment.c: In function '__update_discard_tree_range': /kisskb/src/fs/f2fs/segment.c:1382:37: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c:1382:19: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~ /kisskb/src/fs/f2fs/segment.c:1379:39: note: byref variable will be forcibly initialized struct discard_cmd *prev_dc = NULL, *next_dc = NULL; ^~~~~~~ /kisskb/src/fs/f2fs/segment.c:1379: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:1230:15: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'io_ctl_check_crc': /kisskb/src/fs/btrfs/free-space-cache.c:532:6: note: byref variable will be forcibly initialized u32 crc = ~(u32)0; ^~~ /kisskb/src/fs/f2fs/segment.c: In function '__issue_discard_cmd_orderly': /kisskb/src/fs/f2fs/segment.c:1495:15: note: byref variable will be forcibly initialized unsigned int issued = 0; ^~~~~~ /kisskb/src/fs/f2fs/segment.c:1493:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/f2fs/segment.c:1491:37: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c:1491:19: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~ /kisskb/src/fs/f2fs/segment.c:1490:39: note: byref variable will be forcibly initialized struct discard_cmd *prev_dc = NULL, *next_dc = NULL; ^~~~~~~ /kisskb/src/fs/f2fs/segment.c:1490:22: note: byref variable will be forcibly initialized struct discard_cmd *prev_dc = NULL, *next_dc = NULL; ^~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'io_ctl_set_crc': /kisskb/src/fs/btrfs/free-space-cache.c:515:6: note: byref variable will be forcibly initialized u32 crc = ~(u32)0; ^~~ /kisskb/src/fs/f2fs/segment.c: In function '__wait_all_discard_cmd': /kisskb/src/fs/f2fs/segment.c:1711: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:1555:9: note: byref variable will be forcibly initialized int i, issued; ^~~~~~ /kisskb/src/fs/f2fs/segment.c:1554: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:3095:6: note: byref variable will be forcibly initialized int issued; ^~~~~~ /kisskb/src/fs/f2fs/segment.c:3094:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/f2fs/segment.c:3092:37: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c:3092:19: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~ /kisskb/src/fs/f2fs/segment.c:3091:39: note: byref variable will be forcibly initialized struct discard_cmd *prev_dc = NULL, *next_dc = NULL; ^~~~~~~ /kisskb/src/fs/f2fs/segment.c:3091:22: note: byref variable will be forcibly initialized struct discard_cmd *prev_dc = NULL, *next_dc = NULL; ^~~~~~~ In file included from /kisskb/src/fs/btrfs/tree-log.c:12: /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_node_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2142:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'walk_down_log_tree': /kisskb/src/fs/btrfs/tree-log.c:2794: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:2941:6: note: byref variable will be forcibly initialized int level; ^~~~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'btrfs_alloc_from_bitmap': /kisskb/src/fs/btrfs/free-space-cache.c:3067:6: note: byref variable will be forcibly initialized u64 search_bytes = bytes; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c:3066: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:1114:20: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c:1097:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/segment.c:8: /kisskb/src/fs/f2fs/segment.c: In function 'issue_discard_thread': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c:1803:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(*q, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'logged_inode_size': /kisskb/src/fs/f2fs/segment.c:1786:24: note: byref variable will be forcibly initialized struct discard_policy dpolicy; ^~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:4899:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/fs/btrfs/tree-log.c:12: /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'drop_inode_items': /kisskb/src/fs/btrfs/tree-log.c:4098:6: note: byref variable will be forcibly initialized int start_slot; ^~~~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'remove_from_bitmap': /kisskb/src/fs/btrfs/free-space-cache.c:1988:20: note: byref variable will be forcibly initialized u64 search_start, search_bytes; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:4097:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c:1988:6: note: byref variable will be forcibly initialized u64 search_start, search_bytes; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:4096:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/fs/btrfs/tree-log.c:12: /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_dir_item_key_to_cpu': /kisskb/src/fs/btrfs/free-space-cache.c: In function 'write_pinned_extent_entries': /kisskb/src/fs/btrfs/ctree.h:2159:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c:1149:27: note: byref variable will be forcibly initialized u64 start, extent_start, extent_end, len; ^~~~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c:1149:13: note: byref variable will be forcibly initialized u64 start, extent_start, extent_end, len; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'inode_in_dir': /kisskb/src/fs/btrfs/tree-log.c:982: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/free-space-cache.c: In function '__btrfs_write_out_cache': /kisskb/src/fs/btrfs/tree-log.c:1708:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/free-space-cache.c:1332:6: note: byref variable will be forcibly initialized int bitmaps = 0; ^~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c:1331:6: note: byref variable will be forcibly initialized int entries = 0; ^~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/btrfs/free-space-cache.c:6: /kisskb/src/fs/btrfs/free-space-cache.c:1330:12: note: byref variable will be forcibly initialized LIST_HEAD(bitmap_list); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/btrfs/free-space-cache.c:1329:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_check_ref_name_override': /kisskb/src/fs/btrfs/tree-log.c:5221: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:2212:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/fs/btrfs/tree-log.c:12: /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:2955:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'flush_dir_items_batch': /kisskb/src/fs/btrfs/tree-log.c:3669:6: note: byref variable will be forcibly initialized u32 item_size; ^~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:3668:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/tree-log.c:3664:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'find_free_space': /kisskb/src/fs/btrfs/free-space-cache.c:1926:8: note: byref variable will be forcibly initialized u64 size = *bytes; ^~~~ /kisskb/src/fs/btrfs/free-space-cache.c:1887:6: note: byref variable will be forcibly initialized u64 tmp; ^~~ /kisskb/src/fs/btrfs/compression.c: In function 'radix_sort': /kisskb/src/fs/btrfs/compression.c:1562:6: note: byref variable will be forcibly initialized u32 counters[COUNTERS_SIZE]; ^~~~~~~~ /kisskb/src/fs/btrfs/delayed-ref.c: In function 'btrfs_add_delayed_tree_ref': /kisskb/src/fs/btrfs/delayed-ref.c:899: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:993:6: note: byref variable will be forcibly initialized int qrecord_inserted; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'fill_inode_item': /kisskb/src/fs/btrfs/tree-log.c:4166:25: note: byref variable will be forcibly initialized struct btrfs_map_token token; ^~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'log_csums': /kisskb/src/fs/btrfs/tree-log.c:4275:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/fs/btrfs/compression.c:7: /kisskb/src/fs/btrfs/compression.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'copy_items': /kisskb/src/fs/btrfs/tree-log.c:4335:19: note: byref variable will be forcibly initialized struct list_head ordered_sums; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:4332:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_log_all_xattrs': /kisskb/src/fs/btrfs/tree-log.c:4952:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/compression.c: In function 'dec_and_test_compressed_bio': /kisskb/src/fs/btrfs/compression.c:210:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'create_free_space_inode': /kisskb/src/fs/btrfs/free-space-cache.c:201:6: note: byref variable will be forcibly initialized u64 ino; ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/tree-log.c:6: /kisskb/src/fs/btrfs/tree-log.c: In function 'log_extent_csums': /kisskb/src/fs/btrfs/compression.c: In function 'alloc_compressed_bio': /kisskb/src/fs/btrfs/compression.c:461:27: note: byref variable will be forcibly initialized struct btrfs_io_geometry geom; ^~~~ /kisskb/src/fs/btrfs/tree-log.c:4472:12: note: byref variable will be forcibly initialized LIST_HEAD(ordered_sums); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'btrfs_remove_free_space_inode': /kisskb/src/fs/btrfs/free-space-cache.c:221:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_select': /kisskb/src/drivers/pinctrl/pinmux.c:686:15: note: byref variable will be forcibly initialized unsigned int num_groups; ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:684:21: note: byref variable will be forcibly initialized const char *const *groups; ^~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_log_holes': /kisskb/src/fs/btrfs/tree-log.c:5029:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/compression.c: In function 'end_compressed_writeback': /kisskb/src/fs/btrfs/compression.c:342:15: note: byref variable will be forcibly initialized struct page *pages[16]; ^~~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_functions_show': /kisskb/src/drivers/pinctrl/pinmux.c:555:12: note: byref variable will be forcibly initialized unsigned num_groups; ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:554:23: note: byref variable will be forcibly initialized const char * const *groups; ^~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'log_one_extent': /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_balance_fs_bg': /kisskb/src/fs/f2fs/segment.c:590:19: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/btrfs/tree-log.c:4579:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/tree-log.c:4578:25: note: byref variable will be forcibly initialized struct btrfs_map_token token; ^~~~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'do_trimming': /kisskb/src/fs/btrfs/free-space-cache.c:3518:6: note: byref variable will be forcibly initialized u64 trimmed = 0; ^~~~~~~ /kisskb/src/fs/btrfs/compression.c: In function 'check_compressed_csum': /kisskb/src/fs/btrfs/compression.c:156:5: note: byref variable will be forcibly initialized u8 csum[BTRFS_CSUM_SIZE]; ^~~~ In file included from /kisskb/src/fs/btrfs/compression.c:21: /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:150:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(shash, fs_info->csum_shash); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_log_prealloc_extents': /kisskb/src/fs/btrfs/tree-log.c:4672:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_issue_flush': /kisskb/src/fs/f2fs/segment.c:669:19: note: byref variable will be forcibly initialized struct flush_cmd cmd; ^~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'trim_no_bitmap': /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_map_to_setting': /kisskb/src/fs/btrfs/free-space-cache.c:3582:27: note: byref variable will be forcibly initialized struct btrfs_trim_range trim_entry; ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:346:11: note: byref variable will be forcibly initialized unsigned num_groups; ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:345: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:412:11: note: byref variable will be forcibly initialized unsigned num_pins = 0; ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:411:18: note: byref variable will be forcibly initialized const unsigned *pins = NULL; ^~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_log_changed_extents': /kisskb/src/fs/btrfs/tree-log.c:4800:19: note: byref variable will be forcibly initialized struct list_head extents; ^~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'trim_bitmaps': /kisskb/src/fs/btrfs/free-space-cache.c:3747:27: note: byref variable will be forcibly initialized struct btrfs_trim_range trim_entry; ^~~~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c:3741:6: note: byref variable will be forcibly initialized u64 bytes; ^~~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_disable_setting': /kisskb/src/drivers/pinctrl/pinmux.c:492:11: note: byref variable will be forcibly initialized unsigned num_pins = 0; ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:491:18: note: byref variable will be forcibly initialized const unsigned *pins = NULL; ^~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'do_overwrite_item': /kisskb/src/fs/btrfs/tree-log.c:400:20: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'copy_free_space_cache': /kisskb/src/fs/btrfs/free-space-cache.c:881:8: note: byref variable will be forcibly initialized u64 bytes = ctl->unit; ^~~~~ /kisskb/src/fs/btrfs/free-space-cache.c:880:8: note: byref variable will be forcibly initialized u64 offset = info->offset; ^~~~~~ /kisskb/src/fs/btrfs/compression.c: In function 'finish_compressed_bio_read': /kisskb/src/fs/btrfs/compression.c:253:24: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_issue_discard_timeout': /kisskb/src/fs/f2fs/segment.c:1766:24: note: byref variable will be forcibly initialized struct discard_policy dpolicy; ^~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_generic_free_functions': /kisskb/src/drivers/pinctrl/pinmux.c:947:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'process_dir_items_leaf': /kisskb/src/fs/btrfs/tree-log.c:3790:21: note: byref variable will be forcibly initialized struct btrfs_key di_key; ^~~~~~ /kisskb/src/fs/btrfs/tree-log.c:3755:20: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'insert_dir_log_key': /kisskb/src/fs/btrfs/tree-log.c:3635: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:3921:20: note: byref variable will be forcibly initialized struct btrfs_key tmp; ^~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function '__load_free_space_cache': /kisskb/src/fs/btrfs/free-space-cache.c:719:5: note: byref variable will be forcibly initialized u8 type; ^~~~ /kisskb/src/fs/btrfs/tree-log.c:3909:21: note: byref variable will be forcibly initialized struct btrfs_key tmp; ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/btrfs/free-space-cache.c:6: /kisskb/src/fs/btrfs/free-space-cache.c:715:12: note: byref variable will be forcibly initialized LIST_HEAD(bitmaps); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/btrfs/free-space-cache.c:713:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/free-space-cache.c:712:22: note: byref variable will be forcibly initialized struct btrfs_io_ctl io_ctl; ^~~~~~ /kisskb/src/fs/btrfs/tree-log.c:3872: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:4034:6: note: byref variable will be forcibly initialized u64 max_key; ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/fs/btrfs/compression.c:7: /kisskb/src/fs/btrfs/compression.c: In function 'btrfs_submit_compressed_write': /kisskb/src/include/linux/wait_bit.h:246: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/compression.c:619:2: note: in expansion of macro 'wait_var_event' wait_var_event(cb, refcount_read(&cb->pending_sectors) == ^~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/compression.c:514:6: note: byref variable will be forcibly initialized u64 next_stripe_start; ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_log_inode': /kisskb/src/fs/btrfs/tree-log.c:5590:7: note: byref variable will be forcibly initialized bool need_log_inode_item = true; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:5589:6: note: byref variable will be forcibly initialized u64 logged_isize = 0; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:5582:19: note: byref variable will be forcibly initialized struct btrfs_key max_key; ^~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:5581:19: note: byref variable will be forcibly initialized struct btrfs_key min_key; ^~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'btrfs_find_space_for_alloc': /kisskb/src/fs/btrfs/free-space-cache.c:2963:6: note: byref variable will be forcibly initialized u64 bytes_search = bytes + empty_size; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/fs/btrfs/compression.c:7: /kisskb/src/fs/btrfs/compression.c: In function 'btrfs_submit_compressed_read': /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/compression.c:963:2: note: in expansion of macro 'wait_var_event' wait_var_event(cb, refcount_read(&cb->pending_sectors) == ^~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/compression.c:805:6: note: byref variable will be forcibly initialized u64 next_stripe_start; ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'log_conflicting_inodes': /kisskb/src/fs/btrfs/tree-log.c:5383:8: note: byref variable will be forcibly initialized u64 other_parent = 0; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:5382:8: note: byref variable will be forcibly initialized u64 other_ino = 0; ^~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:5277:20: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/tree-log.c:6: /kisskb/src/fs/btrfs/tree-log.c:5265:12: note: byref variable will be forcibly initialized LIST_HEAD(inode_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/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:3420:12: note: byref variable will be forcibly initialized LIST_HEAD(bitmaps); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/compression.c:7: /kisskb/src/fs/btrfs/compression.c: In function 'btrfs_get_workspace': /kisskb/src/fs/btrfs/compression.c:1184:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/fs/btrfs/compression.c:1184:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c: In function 'new_curseg': /kisskb/src/fs/f2fs/segment.c:2689:15: note: byref variable will be forcibly initialized unsigned int segno = curseg->segno; ^~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'copy_inode_items_to_log': /kisskb/src/fs/btrfs/tree-log.c:5468:8: note: byref variable will be forcibly initialized u64 other_parent = 0; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:5467:8: note: byref variable will be forcibly initialized u64 other_ino = 0; ^~~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'test_check_exists': /kisskb/src/fs/btrfs/tree-log.c: In function 'log_new_ancestors': /kisskb/src/fs/btrfs/free-space-cache.c:4109:16: note: byref variable will be forcibly initialized u64 bit_off, bit_bytes; ^~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:6186:20: note: byref variable will be forcibly initialized struct btrfs_key search_key; ^~~~~~~~~~ /kisskb/src/fs/btrfs/free-space-cache.c:4109:7: note: byref variable will be forcibly initialized u64 bit_off, bit_bytes; ^~~~~~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_trim_fs': /kisskb/src/fs/f2fs/segment.c:3165:24: note: byref variable will be forcibly initialized struct discard_policy dpolicy; ^~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:6178:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/f2fs/segment.c:3164:20: note: byref variable will be forcibly initialized struct cp_control cpc; ^~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'log_all_new_ancestors': /kisskb/src/fs/btrfs/compression.c: In function 'btrfs_compress_str2level': /kisskb/src/fs/btrfs/compression.c:1874:15: note: byref variable will be forcibly initialized unsigned int level = 0; ^~~~~ /kisskb/src/fs/btrfs/tree-log.c:6311:20: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:6284: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:5976:21: note: byref variable will be forcibly initialized struct btrfs_key di_key; ^~~~~~ /kisskb/src/fs/btrfs/tree-log.c:5949:20: note: byref variable will be forcibly initialized struct btrfs_key min_key; ^~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/tree-log.c:6: /kisskb/src/fs/btrfs/tree-log.c:5923:12: note: byref variable will be forcibly initialized LIST_HEAD(dir_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:26: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:6058: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:2412:20: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/tree-log.c:2392: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:1889: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:2302: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:2505:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:2504:19: note: byref variable will be forcibly initialized struct btrfs_key dir_key; ^~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:2501:6: note: byref variable will be forcibly initialized u64 range_end; ^~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:2500:6: note: byref variable will be forcibly initialized u64 range_start; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/segment.c:8: /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_balance_fs': /kisskb/src/fs/f2fs/segment.c:519:16: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/fs/f2fs/segment.c:519:4: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'drop_one_dir_item': /kisskb/src/fs/btrfs/tree-log.c:933: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:1072: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:1382: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:1325:7: note: byref variable will be forcibly initialized u64 parent_id; ^~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:1324:7: note: byref variable will be forcibly initialized int namelen; ^~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:1323: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:1423: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:1503:6: note: byref variable will be forcibly initialized u64 ref_index = 0; ^~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:1501:6: note: byref variable will be forcibly initialized u64 parent_objectid; ^~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:1499:6: note: byref variable will be forcibly initialized int search_done = 0; ^~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:1497:6: note: byref variable will be forcibly initialized int namelen; ^~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:1496:8: note: byref variable will be forcibly initialized char *name = NULL; ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/tree-log.c:6: /kisskb/src/fs/btrfs/tree-log.c: In function 'replay_one_extent': /kisskb/src/fs/btrfs/tree-log.c:776:14: note: byref variable will be forcibly initialized LIST_HEAD(ordered_sums); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/btrfs/tree-log.c:773:21: note: byref variable will be forcibly initialized struct btrfs_ref ref = { 0 }; ^~~ /kisskb/src/fs/btrfs/tree-log.c:737:20: note: byref variable will be forcibly initialized struct btrfs_key ins; ^~~ /kisskb/src/fs/btrfs/tree-log.c:701:33: note: byref variable will be forcibly initialized struct btrfs_file_extent_item cmp2; ^~~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_replace_block': /kisskb/src/fs/btrfs/tree-log.c:700:33: note: byref variable will be forcibly initialized struct btrfs_file_extent_item cmp1; ^~~~ /kisskb/src/fs/f2fs/segment.c:3788: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:239:21: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/segment.c:238:25: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/btrfs/tree-log.c: In function 'replay_one_name': /kisskb/src/fs/btrfs/tree-log.c:1980:19: note: byref variable will be forcibly initialized struct btrfs_key log_key; ^~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:1979:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/f2fs/segment.c: In function '__f2fs_commit_inmem_pages': /kisskb/src/fs/f2fs/segment.c:399:19: note: byref variable will be forcibly initialized struct list_head revoke_list; ^~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'replay_one_dir_item': /kisskb/src/fs/btrfs/tree-log.c:2174: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:2679:36: note: byref variable will be forcibly initialized struct btrfs_drop_extents_args drop_args = { 0 }; ^~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:2611: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:1671:29: note: byref variable will be forcibly initialized struct btrfs_inode_extref *extref; ^~~~~~ /kisskb/src/fs/btrfs/tree-log.c:1669: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:1828:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_do_write_node_page': /kisskb/src/fs/f2fs/segment.c:3608: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:3620:22: note: byref variable will be forcibly initialized struct f2fs_summary sum; ^~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_sync_log': /kisskb/src/fs/btrfs/tree-log.c:3121:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/fs/btrfs/tree-log.c:3120:23: note: byref variable will be forcibly initialized struct btrfs_log_ctx root_log_ctx; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:3118:25: note: byref variable will be forcibly initialized struct btrfs_root_item new_root_item; ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c: In function 'build_sit_entries': /kisskb/src/fs/f2fs/segment.c:4551:24: note: byref variable will be forcibly initialized struct f2fs_sit_entry sit; ^~~ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_del_inode_ref_in_log': /kisskb/src/fs/btrfs/tree-log.c:3603: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:6520:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/tree-log.c:6519: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:6776:23: note: byref variable will be forcibly initialized struct btrfs_log_ctx ctx; ^~~ /kisskb/src/fs/btrfs/delayed-inode.c: In function 'btrfs_insert_delayed_item': /kisskb/src/fs/btrfs/delayed-inode.c:686:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/btrfs/delayed-inode.c:7: /kisskb/src/fs/btrfs/delayed-inode.c:682:12: note: byref variable will be forcibly initialized LIST_HEAD(item_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/fs/btrfs/delayed-inode.h:17, from /kisskb/src/fs/btrfs/delayed-inode.c:10: /kisskb/src/fs/btrfs/delayed-inode.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/delayed-inode.c: In function 'btrfs_batch_delete_items': /kisskb/src/fs/btrfs/delayed-inode.c:801:19: note: byref variable will be forcibly initialized struct list_head head; ^~~~ /kisskb/src/fs/btrfs/delayed-inode.c:800: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:936:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/btrfs/delayed-inode.c:7: /kisskb/src/fs/btrfs/delayed-inode.c: In function 'btrfs_balance_delayed_items': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/delayed-inode.c:1341: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:1430: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:1602:19: note: byref variable will be forcibly initialized struct btrfs_key location; ^~~~~~~~ /kisskb/src/fs/f2fs/sysfs.c: In function '__sbi_store': /kisskb/src/fs/f2fs/sysfs.c:376:8: note: byref variable will be forcibly initialized long data; ^~~~ /kisskb/src/fs/f2fs/sysfs.c:329:16: note: byref variable will be forcibly initialized unsigned long t; ^ /kisskb/src/fs/btrfs/relocation.c: In function 'create_reloc_root': /kisskb/src/fs/btrfs/relocation.c:738:19: note: byref variable will be forcibly initialized struct btrfs_key root_key; ^~~~~~~~ /kisskb/src/fs/btrfs/relocation.c:736:24: note: byref variable will be forcibly initialized struct extent_buffer *eb; ^~ /kisskb/src/fs/f2fs/extent_cache.c: In function '__f2fs_init_extent_tree': /kisskb/src/fs/f2fs/extent_cache.c:368:21: note: byref variable will be forcibly initialized struct extent_info ei; ^~ /kisskb/src/fs/btrfs/delayed-inode.c: In function 'btrfs_kill_all_delayed_nodes': /kisskb/src/fs/btrfs/delayed-inode.c:1873:29: note: byref variable will be forcibly initialized struct btrfs_delayed_node *delayed_nodes[8]; ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c: In function '__insert_extent_tree': /kisskb/src/fs/f2fs/extent_cache.c:502:18: note: byref variable will be forcibly initialized struct rb_node *parent = NULL; ^~~~~~ /kisskb/src/fs/f2fs/extent_cache.c: In function 'f2fs_update_extent_tree_range': /kisskb/src/fs/f2fs/extent_cache.c:542:7: note: byref variable will be forcibly initialized bool leftmost = false; ^~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:538:37: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:538:19: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:537:21: note: byref variable will be forcibly initialized struct extent_info ei, dei, prev; ^~ /kisskb/src/fs/f2fs/extent_cache.c:536:39: note: byref variable will be forcibly initialized struct extent_node *prev_en = NULL, *next_en = NULL; ^~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:536:22: note: byref variable will be forcibly initialized struct extent_node *prev_en = NULL, *next_en = NULL; ^~~~~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'delete_orphan_inode': /kisskb/src/fs/btrfs/relocation.c:3777:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/relocation.c: In function 'create_reloc_inode': /kisskb/src/fs/btrfs/relocation.c:3813:6: note: byref variable will be forcibly initialized u64 objectid; ^~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c: In function 'f2fs_update_extent_tree_range_compressed': /kisskb/src/fs/f2fs/extent_cache.c:676:7: note: byref variable will be forcibly initialized bool leftmost = false; ^~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:675:37: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:675:19: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:674:21: note: byref variable will be forcibly initialized struct extent_info ei; ^~ /kisskb/src/fs/f2fs/extent_cache.c:673:39: note: byref variable will be forcibly initialized struct extent_node *prev_en = NULL, *next_en = NULL; ^~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:673:22: note: byref variable will be forcibly initialized struct extent_node *prev_en = NULL, *next_en = NULL; ^~~~~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'calcu_metadata_size': /kisskb/src/fs/btrfs/relocation.c:2281:6: note: byref variable will be forcibly initialized int index = 0; ^~~~~ /kisskb/src/fs/btrfs/relocation.c:2279: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:2237:6: note: byref variable will be forcibly initialized int index = 0; ^~~~~ /kisskb/src/fs/btrfs/relocation.c:2236:29: note: byref variable will be forcibly initialized struct btrfs_backref_edge *edges[BTRFS_MAX_LEVEL - 1]; ^~~~~ In file included from /kisskb/src/fs/btrfs/relocation.c:13: /kisskb/src/fs/btrfs/relocation.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'find_next_extent': /kisskb/src/fs/btrfs/relocation.c:3440:13: note: byref variable will be forcibly initialized u64 start, end, last; ^~~ /kisskb/src/fs/btrfs/relocation.c:3440:6: note: byref variable will be forcibly initialized u64 start, end, last; ^~~~~ /kisskb/src/fs/btrfs/relocation.c:3438:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:277:3: note: in expansion of macro 'wait_event' wait_event(fs_info->scrub_pause_wait, ^~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c: In function 'sync_write_pointer_for_zoned': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3146:2: note: in expansion of macro 'wait_event' wait_event(sctx->list_wait, atomic_read(&sctx->bios_in_flight) == 0); ^~~~~~~~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'delete_v1_space_cache': /kisskb/src/fs/btrfs/relocation.c:3352: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:3241: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:3395:24: note: byref variable will be forcibly initialized struct ulist_iterator leaf_uiter; ^~~~~~~~~~ /kisskb/src/fs/btrfs/relocation.c:3394:16: note: byref variable will be forcibly initialized struct ulist *leaves = NULL; ^~~~~~ In file included from /kisskb/src/fs/btrfs/relocation.c:13: /kisskb/src/fs/btrfs/relocation.c: In function 'btrfs_node_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2142:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'memcmp_node_keys': /kisskb/src/fs/btrfs/relocation.c:1181:24: note: byref variable will be forcibly initialized struct btrfs_disk_key key2; ^~~~ /kisskb/src/fs/btrfs/relocation.c:1180:24: note: byref variable will be forcibly initialized struct btrfs_disk_key key1; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'update_processed_blocks': /kisskb/src/fs/btrfs/relocation.c:2561:6: note: byref variable will be forcibly initialized int index = 0; ^~~~~ /kisskb/src/fs/btrfs/relocation.c:2560: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_reloc_root': /kisskb/src/fs/btrfs/relocation.c:2113:6: note: byref variable will be forcibly initialized int index = 0; ^~~~~ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_setup_recheck_block': /kisskb/src/fs/btrfs/scrub.c:1275:6: note: byref variable will be forcibly initialized int stripe_index; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:1274:6: note: byref variable will be forcibly initialized u64 stripe_offset; ^~~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:1273:6: note: byref variable will be forcibly initialized u64 mapped_length; ^~~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:1271:27: note: byref variable will be forcibly initialized struct btrfs_io_context *bioc; ^~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'do_relocation': /kisskb/src/fs/btrfs/relocation.c:2379:20: note: byref variable will be forcibly initialized struct btrfs_ref ref = { 0 }; ^~~ /kisskb/src/fs/btrfs/relocation.c:2367:6: note: byref variable will be forcibly initialized int slot; ^~~~ /kisskb/src/fs/btrfs/relocation.c:2364:24: note: byref variable will be forcibly initialized struct extent_buffer *eb; ^~ /kisskb/src/fs/btrfs/relocation.c:2362:29: note: byref variable will be forcibly initialized struct btrfs_backref_edge *edges[BTRFS_MAX_LEVEL - 1]; ^~~~~ /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; ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_submit_raid56_bio_wait': /kisskb/src/fs/btrfs/scrub.c:1394: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/relocation.c: In function 'link_to_upper': /kisskb/src/fs/btrfs/relocation.c:2517:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /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/fs/btrfs/scrub.c: In function 'scrub_checksum_data': /kisskb/src/fs/btrfs/scrub.c:1818:5: note: byref variable will be forcibly initialized u8 csum[BTRFS_CSUM_SIZE]; ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/relocation.c:6: /kisskb/src/fs/btrfs/relocation.c: In function 'finish_pending_nodes': In file included from /kisskb/src/fs/btrfs/scrub.c:9: /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:1817:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(shash, fs_info->csum_shash); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/relocation.c:2527:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /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/fs/btrfs/scrub.c: In function 'scrub_checksum_super': /kisskb/src/fs/btrfs/scrub.c:1915: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: /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:1914: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:1850:5: note: byref variable will be forcibly initialized u8 on_disk_csum[BTRFS_CSUM_SIZE]; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:1849: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: /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:1848:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(shash, fs_info->csum_shash); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'prealloc_file_extent_cluster': /kisskb/src/fs/btrfs/relocation.c:2783: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:1216:6: note: byref variable will be forcibly initialized int slot; ^~~~ /kisskb/src/fs/btrfs/relocation.c:1206:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/relocation.c:1203:24: note: byref variable will be forcibly initialized struct extent_buffer *eb; ^~ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_parity_check_and_repair': /kisskb/src/fs/btrfs/scrub.c:2829:6: note: byref variable will be forcibly initialized u64 length; ^~~~~~ /kisskb/src/fs/btrfs/scrub.c:2828:27: note: byref variable will be forcibly initialized struct btrfs_io_context *bioc = NULL; ^~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'replace_file_extents': /kisskb/src/fs/btrfs/relocation.c:1084:20: note: byref variable will be forcibly initialized struct btrfs_ref ref = { 0 }; ^~~ /kisskb/src/fs/btrfs/relocation.c:1064:6: note: byref variable will be forcibly initialized u64 new_bytenr = 0; ^~~~~~~~~~ /kisskb/src/fs/btrfs/relocation.c:1059:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/fs/f2fs/compress.c:18: /kisskb/src/fs/f2fs/compress.c: In function 'get_page_private_data': /kisskb/src/fs/f2fs/f2fs.h:1418:16: note: byref variable will be forcibly initialized unsigned long data = page_private(page); ^~~~ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_print_warning': /kisskb/src/fs/btrfs/scrub.c:735:5: note: byref variable will be forcibly initialized u8 ref_level = 0; ^~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:733:6: note: byref variable will be forcibly initialized u64 ref_root; ^~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:732:6: note: byref variable will be forcibly initialized u64 flags = 0; ^~~~~ /kisskb/src/fs/btrfs/scrub.c:730:16: note: byref variable will be forcibly initialized unsigned long ptr = 0; ^~~ /kisskb/src/fs/btrfs/scrub.c:729:23: note: byref variable will be forcibly initialized struct scrub_warning swarn; ^~~~~ /kisskb/src/fs/btrfs/scrub.c:726:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/relocation.c:6: /kisskb/src/fs/btrfs/relocation.c: In function 'prepare_to_merge': /kisskb/src/fs/btrfs/relocation.c:1846:12: note: byref variable will be forcibly initialized LIST_HEAD(reloc_roots); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_handle_errored_block': /kisskb/src/fs/btrfs/scrub.c:829:7: note: byref variable will be forcibly initialized bool full_stripe_locked; ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'merge_reloc_root': /kisskb/src/fs/btrfs/relocation.c:1687:6: note: byref variable will be forcibly initialized int level; ^~~~~ /kisskb/src/fs/btrfs/relocation.c:1685:24: note: byref variable will be forcibly initialized struct extent_buffer *leaf; ^~~~ /kisskb/src/fs/btrfs/relocation.c:1680:19: note: byref variable will be forcibly initialized struct btrfs_key next_key; ^~~~~~~~ /kisskb/src/fs/btrfs/relocation.c:1679:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/relocation.c:6: /kisskb/src/fs/btrfs/relocation.c: In function 'merge_reloc_roots': /kisskb/src/fs/btrfs/relocation.c:1950:12: note: byref variable will be forcibly initialized LIST_HEAD(reloc_roots); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_print_warning_inode': /kisskb/src/fs/btrfs/scrub.c:644:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/relocation.c: In function 'relocate_file_extent_cluster': /kisskb/src/fs/btrfs/relocation.c:3070:6: note: byref variable will be forcibly initialized int cluster_nr = 0; ^~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_missing_raid56_pages': /kisskb/src/fs/btrfs/scrub.c:2205:27: note: byref variable will be forcibly initialized struct btrfs_io_context *bioc = NULL; ^~~~ /kisskb/src/fs/btrfs/scrub.c:2203:6: note: byref variable will be forcibly initialized u64 length = sblock->page_count * PAGE_SIZE; ^~~~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'relocate_block_group': /kisskb/src/fs/btrfs/relocation.c:3579:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/relocation.c:3578:17: note: byref variable will be forcibly initialized struct rb_root blocks = RB_ROOT; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_add_page_to_rd_bio': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:2092:4: note: in expansion of macro 'wait_event' wait_event(sctx->list_wait, sctx->first_free != -1); ^~~~~~~~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'btrfs_recover_relocation': /kisskb/src/fs/btrfs/relocation.c:4128:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/relocation.c:6: /kisskb/src/fs/btrfs/relocation.c:4127:12: note: byref variable will be forcibly initialized LIST_HEAD(reloc_roots); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_supers': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3981: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:2545:5: note: byref variable will be forcibly initialized u8 csum[BTRFS_CSUM_SIZE]; ^~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'btrfs_reloc_clone_csums': /kisskb/src/fs/btrfs/relocation.c:4313:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/f2fs/compress.c: In function 'zstd_init_compress_ctx': /kisskb/src/fs/f2fs/compress.c:339:18: note: byref variable will be forcibly initialized zstd_parameters params; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function 'sync_replace_for_zoned': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3134:2: note: in expansion of macro 'wait_event' wait_event(sctx->list_wait, atomic_read(&sctx->bios_in_flight) == 0); ^~~~~~~~~~ /kisskb/src/fs/f2fs/compress.c: In function 'zstd_decompress_pages': In file included from /kisskb/src/fs/btrfs/scrub.c:10: /kisskb/src/fs/btrfs/scrub.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/f2fs/compress.c:465:18: note: byref variable will be forcibly initialized zstd_out_buffer outbuf; ^~~~~~ /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/f2fs/compress.c:464:17: note: byref variable will be forcibly initialized zstd_in_buffer inbuf; ^~~~~ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_remap_extent': /kisskb/src/fs/btrfs/scrub.c:4313:27: note: byref variable will be forcibly initialized struct btrfs_io_context *bioc = NULL; ^~~~ /kisskb/src/fs/btrfs/scrub.c:4312:6: note: byref variable will be forcibly initialized u64 mapped_length; ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/compress.c: In function 'zstd_compress_pages': /kisskb/src/fs/f2fs/compress.c:384:18: note: byref variable will be forcibly initialized zstd_out_buffer outbuf; ^~~~~~ /kisskb/src/fs/f2fs/compress.c:383:17: note: byref variable will be forcibly initialized zstd_in_buffer inbuf; ^~~~~ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_extent_for_parity': /kisskb/src/fs/btrfs/scrub.c:2690:5: note: byref variable will be forcibly initialized u8 csum[BTRFS_CSUM_SIZE]; ^~~~ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_raid56_parity': In file included from /kisskb/src/fs/f2fs/compress.c:18: /kisskb/src/fs/f2fs/compress.c: In function '__f2fs_crc32': /kisskb/src/fs/btrfs/scrub.c:2914:6: note: byref variable will be forcibly initialized u64 mapped_length; ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/f2fs.h:1896:4: note: byref variable will be forcibly initialized } desc; ^~~~ /kisskb/src/fs/btrfs/scrub.c:2908:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/scrub.c:2903:27: note: byref variable will be forcibly initialized struct btrfs_io_context *bioc = NULL; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_stripe': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3329:4: note: in expansion of macro 'wait_event' wait_event(sctx->list_wait, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3261:2: note: in expansion of macro 'wait_event' wait_event(sctx->list_wait, ^~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3202:6: note: byref variable will be forcibly initialized int extent_mirror_num; ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3201:23: note: byref variable will be forcibly initialized struct btrfs_device *extent_dev; ^~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3199:6: note: byref variable will be forcibly initialized u64 stripe_logical; ^~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3193:6: note: byref variable will be forcibly initialized u64 extent_physical; ^~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3191:6: note: byref variable will be forcibly initialized u64 offset; ^~~~~~ /kisskb/src/fs/btrfs/scrub.c:3189:19: note: byref variable will be forcibly initialized struct btrfs_key key_end; ^~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3188:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/scrub.c:3182:6: note: byref variable will be forcibly initialized u64 logic_end; ^~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3181:6: note: byref variable will be forcibly initialized u64 logical; ^~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3174:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /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: /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 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; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_enumerate_chunks': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3887:3: note: in expansion of macro 'wait_event' wait_event(sctx->list_wait, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3877:3: note: in expansion of macro 'wait_event' wait_event(sctx->list_wait, ^~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3664:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:3663:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /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/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function 'btrfs_scrub_dev': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:4198: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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:4194: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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:4230: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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:4255: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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/scrub.c:4279:3: note: in expansion of macro 'wait_event' wait_event(fs_info->scrub_pause_wait, ^~~~~~~~~~ /kisskb/src/fs/f2fs/compress.c: In function 'f2fs_write_compressed_pages': /kisskb/src/fs/f2fs/compress.c:1261:19: note: byref variable will be forcibly initialized struct node_info ni; ^~ /kisskb/src/fs/f2fs/compress.c:1260:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^~ /kisskb/src/fs/f2fs/compress.c: In function '__f2fs_cluster_blocks': /kisskb/src/fs/f2fs/compress.c:973: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:1471:6: note: byref variable will be forcibly initialized int _submitted, compr_blocks, ret; ^~~~~~~~~~ /kisskb/src/fs/f2fs/compress.c: In function 'prepare_compress_overwrite': /kisskb/src/fs/f2fs/compress.c:1101:15: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^~~ /kisskb/src/fs/f2fs/compress.c:1071:11: note: byref variable will be forcibly initialized sector_t last_block_in_bio; ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/compress.c: In function 'f2fs_truncate_partial_cluster': /kisskb/src/fs/f2fs/compress.c:1191:15: note: byref variable will be forcibly initialized struct page *pagep; ^~~~~ /kisskb/src/fs/f2fs/compress.c:1190:8: note: byref variable will be forcibly initialized void *fsdata = NULL; ^~~~~~ /kisskb/src/fs/f2fs/compress.c: In function 'f2fs_invalidate_compress_pages': /kisskb/src/fs/f2fs/compress.c:1857:10: note: byref variable will be forcibly initialized pgoff_t index = 0; ^~~~~ /kisskb/src/fs/f2fs/compress.c:1856:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^~~~ /kisskb/src/fs/f2fs/compress.c: In function 'f2fs_init_page_array_cache': /kisskb/src/fs/f2fs/compress.c:1930:7: note: byref variable will be forcibly initialized char slab_name[32]; ^~~~~~~~~ In file included from /kisskb/src/fs/btrfs/reada.c:12: /kisskb/src/fs/btrfs/reada.c: In function 'btrfs_node_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2142:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /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/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:27: note: byref variable will be forcibly initialized struct btrfs_io_context *bioc = NULL; ^~~~ /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/btrfs/reada.c: In function 'reada_pick_zone': /kisskb/src/fs/btrfs/reada.c:626:22: note: byref variable will be forcibly initialized struct reada_zone *zone; ^~~~ /kisskb/src/fs/btrfs/reada.c: In function 'reada_start_machine_dev': /kisskb/src/fs/btrfs/reada.c:694:24: note: byref variable will be forcibly initialized struct extent_buffer *eb = NULL; ^~ /kisskb/src/fs/btrfs/reada.c:692:23: note: byref variable will be forcibly initialized struct reada_extent *re = NULL; ^~ In file included from /kisskb/src/include/linux/pid.h:6, 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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/reada.c:1029:3: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(rc->wait, atomic_read(&rc->elems) == 0, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-da9062.c: In function 'da9062_pctl_get_pin_mode': /kisskb/src/drivers/pinctrl/pinctrl-da9062.c:48:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/drivers/pinctrl/pinctrl-da9062.c: In function 'da9062_gpio_get': /kisskb/src/drivers/pinctrl/pinctrl-da9062.c:84:17: note: byref variable will be forcibly initialized int gpio_mode, val; ^~~ /kisskb/src/drivers/pinctrl/pinctrl-max77620.c: In function 'max77620_get_default_fps': /kisskb/src/drivers/pinctrl/pinctrl-max77620.c:323:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/pinctrl/pinctrl-max77620.c: In function 'max77620_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-max77620.c:275:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/fs/btrfs/backref.c: In function 'add_delayed_refs': /kisskb/src/fs/btrfs/backref.c:823:19: note: byref variable will be forcibly initialized struct btrfs_key tmp_op_key; ^~~~~~~~~~ /kisskb/src/fs/btrfs/backref.c:822:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/fs/btrfs/backref.c:9: /kisskb/src/fs/btrfs/backref.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/backref.c: In function 'add_inline_refs': /kisskb/src/fs/btrfs/backref.c:940:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/backref.c:939: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:1061:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/fs/btrfs/backref.c:9: /kisskb/src/fs/btrfs/backref.c: In function 'btrfs_node_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2142:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/backref.c: In function 'find_extent_in_eb': /kisskb/src/fs/btrfs/backref.c:82: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:428:41: note: byref variable will be forcibly initialized struct extent_inode_elem *eie = NULL, *old = NULL; ^~~ /kisskb/src/fs/btrfs/backref.c:428:28: note: byref variable will be forcibly initialized struct extent_inode_elem *eie = NULL, *old = NULL; ^~~ /kisskb/src/fs/btrfs/backref.c:425: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:546: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:676: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:28: note: byref variable will be forcibly initialized struct extent_inode_elem *eie = NULL; ^~~ /kisskb/src/fs/btrfs/backref.c:1177:6: note: byref variable will be forcibly initialized int info_level = 0; ^~~~~~~~~~ /kisskb/src/fs/btrfs/backref.c:1173: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:1455: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:1392: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:2063: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:1533:21: note: byref variable will be forcibly initialized struct share_check shared = { ^~~~~~ /kisskb/src/fs/btrfs/backref.c:1531:24: note: byref variable will be forcibly initialized struct btrfs_seq_list elem = BTRFS_SEQ_LIST_INIT(elem); ^~~~ /kisskb/src/fs/btrfs/backref.c:1529: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:1593:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/backref.c:1592: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:2122:29: note: byref variable will be forcibly initialized struct btrfs_inode_extref *extref; ^~~~~~ /kisskb/src/fs/btrfs/backref.c:2118: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:1678: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:1749: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:1877:34: note: byref variable will be forcibly initialized struct btrfs_extent_inline_ref *eiref; ^~~~~ /kisskb/src/fs/btrfs/backref.c:1876: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:1959:24: note: byref variable will be forcibly initialized struct ulist_iterator root_uiter; ^~~~~~~~~~ /kisskb/src/fs/btrfs/backref.c:1958:24: note: byref variable will be forcibly initialized struct ulist_iterator ref_uiter; ^~~~~~~~~ /kisskb/src/fs/btrfs/backref.c:1957:24: note: byref variable will be forcibly initialized struct btrfs_seq_list seq_elem = BTRFS_SEQ_LIST_INIT(seq_elem); ^~~~~~~~ /kisskb/src/fs/btrfs/backref.c:1954:16: note: byref variable will be forcibly initialized struct ulist *roots = NULL; ^~~~~ /kisskb/src/fs/btrfs/backref.c:1953: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:2028:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/backref.c:2027: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:2335: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:2898:20: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h: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:2979:12: note: byref variable will be forcibly initialized LIST_HEAD(pending_edge); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:226: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:294:6: note: byref variable will be forcibly initialized int status, ret; ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:11: /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp23s08_irq': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346: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:346: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:346: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:346: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:346: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:531:6: note: byref variable will be forcibly initialized int status, ret; ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/pinctrl-keembay.c:6: /kisskb/src/drivers/pinctrl/pinctrl-keembay.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-keembay.c: In function 'keembay_gpio_set_irq': /kisskb/src/drivers/pinctrl/pinctrl-keembay.c:1344:23: note: byref variable will be forcibly initialized unsigned long flags, reg; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/linux/gpio/driver.h:7, from /kisskb/src/drivers/pinctrl/pinctrl-keembay.c:6: /kisskb/src/drivers/pinctrl/pinctrl-keembay.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-keembay.c: In function 'keembay_gpio_clear_irq': /kisskb/src/drivers/pinctrl/pinctrl-keembay.c:1287:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/pinctrl/pinctrl-keembay.c: In function 'keembay_gpio_irq_disable': /kisskb/src/drivers/pinctrl/pinctrl-keembay.c:1401:21: note: byref variable will be forcibly initialized unsigned long reg, clump = 0, pos = 0; ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-keembay.c:1401:16: note: byref variable will be forcibly initialized unsigned long reg, clump = 0, pos = 0; ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/drivers/pinctrl/pinctrl-keembay.c:6: /kisskb/src/drivers/pinctrl/pinctrl-keembay.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/pinctrl/pinctrl-keembay.c: In function 'keembay_gpio_irq_handler': /kisskb/src/drivers/pinctrl/pinctrl-keembay.c:1243:21: note: byref variable will be forcibly initialized unsigned long reg, clump = 0, bit = 0; ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-keembay.c:1243:16: note: byref variable will be forcibly initialized unsigned long reg, clump = 0, bit = 0; ^~~ /kisskb/src/drivers/pinctrl/pinctrl-keembay.c: In function 'keembay_find_free_slot': /kisskb/src/drivers/pinctrl/pinctrl-keembay.c:1313:16: note: byref variable will be forcibly initialized unsigned long val = keembay_read_reg(kpc->base1 + KEEMBAY_GPIO_INT_CFG, src); ^~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c:15: /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /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/drivers/pinctrl/pinctrl-sx150x.c: In function 'sx150x_init_hw': /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c:896:11: note: byref variable will be forcibly initialized const u8 reg[] = { ^~~ In file included from /kisskb/src/fs/btrfs/qgroup.c:16: /kisskb/src/fs/btrfs/qgroup.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'update_qgroup_status_item': /kisskb/src/fs/btrfs/qgroup.c:846: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:801: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:758:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/fs/btrfs/qgroup.c:16: /kisskb/src/fs/btrfs/qgroup.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:2955:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'add_qgroup_item': /kisskb/src/fs/btrfs/qgroup.c:647: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:590: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:889: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:614: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:712:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'maybe_fs_roots': /kisskb/src/fs/btrfs/qgroup.c:2515:24: note: byref variable will be forcibly initialized struct ulist_iterator uiter; ^~~~~ /kisskb/src/fs/btrfs/qgroup.c: In function '__qgroup_excl_accounting': /kisskb/src/fs/btrfs/qgroup.c:1265: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:2334:24: note: byref variable will be forcibly initialized struct ulist_iterator tmp_uiter; ^~~~~~~~~ /kisskb/src/fs/btrfs/qgroup.c:2332: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:3935: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:2423:24: note: byref variable will be forcibly initialized struct ulist_iterator uiter; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/qgroup.c:6: /kisskb/src/fs/btrfs/qgroup.c: In function 'try_flush_qgroup': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/qgroup.c:3581:3: note: in expansion of macro 'wait_event' wait_event(root->qgroup_flush_wait, ^~~~~~~~~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'qgroup_reserve': /kisskb/src/fs/btrfs/qgroup.c:2984:24: note: byref variable will be forcibly initialized struct ulist_iterator uiter; ^~~~~ In file included from /kisskb/src/fs/btrfs/qgroup.c:16: /kisskb/src/fs/btrfs/qgroup.c: In function 'btrfs_node_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2142:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/qgroup.c: In function 'btrfs_read_qgroup_config': /kisskb/src/fs/btrfs/qgroup.c:332:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/qgroup.c:331: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:936:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/qgroup.c:935: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:1711: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:1793: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:1974:20: note: byref variable will be forcibly initialized struct btrfs_key dst_key; ^~~~~~~ /kisskb/src/fs/btrfs/qgroup.c:1973:20: note: byref variable will be forcibly initialized struct btrfs_key src_key; ^~~~~~~ /kisskb/src/fs/btrfs/qgroup.c:1942: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:3147:16: note: byref variable will be forcibly initialized struct ulist *roots = NULL; ^~~~~ /kisskb/src/fs/btrfs/qgroup.c:3145: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:3066: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:2631: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:3691:26: note: byref variable will be forcibly initialized struct extent_changeset changeset; ^~~~~~~~~ /kisskb/src/fs/btrfs/qgroup.c:3690: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:3743: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:3997:24: note: byref variable will be forcibly initialized struct ulist_iterator iter; ^~~~ /kisskb/src/fs/btrfs/qgroup.c:3995:26: note: byref variable will be forcibly initialized struct extent_changeset changeset; ^~~~~~~~~ In file included from /kisskb/src/fs/btrfs/dev-replace.c:13: /kisskb/src/fs/btrfs/dev-replace.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:2955:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/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:110:59: 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:453: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:249:6: note: byref variable will be forcibly initialized u64 devid = BTRFS_DEV_REPLACE_DEVID; ^~~~~ In file included from /kisskb/src/fs/btrfs/dev-replace.c:13: /kisskb/src/fs/btrfs/dev-replace.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /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/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; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/dev-replace.c:6: /kisskb/src/fs/btrfs/dev-replace.c: In function 'btrfs_rm_dev_replace_blocked': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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/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/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:74:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/dev-replace.c: In function 'btrfs_run_dev_replace': /kisskb/src/fs/btrfs/dev-replace.c:353:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/dev-replace.c:6: /kisskb/src/fs/btrfs/dev-replace.c: In function 'btrfs_bio_counter_inc_blocked': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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, ^~~~~~~~~~ In file included from /kisskb/src/fs/btrfs/uuid-tree.c:8: /kisskb/src/fs/btrfs/uuid-tree.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/uuid-tree.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:2955:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ /kisskb/src/fs/btrfs/uuid-tree.c: In function 'btrfs_uuid_tree_lookup': /kisskb/src/fs/btrfs/uuid-tree.c: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: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/raid56.c: In function 'index_rbio_pages': /kisskb/src/fs/btrfs/raid56.c:1151:20: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /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 'set_bio_pages_uptodate': /kisskb/src/fs/btrfs/raid56.c:1426:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, 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:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/fs/btrfs/raid56.c:8: /kisskb/src/fs/btrfs/raid56.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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:1185: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:2322: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:2569: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:2024: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:1479:18: note: byref variable will be forcibly initialized struct bio_list bio_list; ^~~~~~~~ In file included from /kisskb/src/fs/btrfs/props.h:9, from /kisskb/src/fs/btrfs/props.c:7: /kisskb/src/fs/btrfs/props.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /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; ^~~ In file included from /kisskb/src/fs/btrfs/free-space-tree.c:8: /kisskb/src/fs/btrfs/free-space-tree.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_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; ^~~ In file included from /kisskb/src/fs/btrfs/free-space-tree.c:8: /kisskb/src/fs/btrfs/free-space-tree.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:2955:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'add_new_free_space_info': /kisskb/src/fs/btrfs/free-space-tree.c:56:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/include/linux/slab.h:16, 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:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /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 '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 '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 '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 'convert_free_space_to_bitmaps': /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/send.c: In function 'tlv_put_u64': /kisskb/src/fs/btrfs/send.c:605:14: note: byref variable will be forcibly initialized __le##bits __tmp = cpu_to_le##bits(value); \ ^~~~~ /kisskb/src/fs/btrfs/send.c:609: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:15, from /kisskb/src/fs/btrfs/send.c:11: /kisskb/src/fs/btrfs/send.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'convert_free_space_to_extents': /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 'remove_free_space_extent': /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 'add_free_space_extent': /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/send.c: In function 'send_header': /kisskb/src/fs/btrfs/send.c:681:29: note: byref variable will be forcibly initialized struct btrfs_stream_header hdr; ^~~ In file included from /kisskb/src/fs/btrfs/send.h:10, from /kisskb/src/fs/btrfs/send.c:19: /kisskb/src/fs/btrfs/send.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_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/send.c: In function 'btrfs_dir_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2159:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/send.c: In function 'tlv_put_btrfs_timespec': /kisskb/src/fs/btrfs/send.c:629:24: note: byref variable will be forcibly initialized struct btrfs_timespec bts; ^~~ /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 '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; ^~~ In file included from /kisskb/src/fs/btrfs/send.h:10, from /kisskb/src/fs/btrfs/send.c:19: /kisskb/src/fs/btrfs/send.c: In function 'btrfs_node_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2142:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_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/send.c: In function '__get_inode_info': /kisskb/src/fs/btrfs/send.c:837: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:6532:16: note: byref variable will be forcibly initialized u64 orig_gen, new_gen; ^~~~~~~ /kisskb/src/fs/btrfs/send.c:6532: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:1608:6: note: byref variable will be forcibly initialized u64 right_gen; ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:1607:6: note: byref variable will be forcibly initialized u64 left_gen; ^~~~~~~~ /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; ^~~ /kisskb/src/fs/btrfs/send.c: In function 'get_last_extent': /kisskb/src/fs/btrfs/send.c:5756: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:5787: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:2666:19: note: byref variable will be forcibly initialized struct btrfs_key di_key; ^~~~~~ /kisskb/src/fs/btrfs/send.c:2665:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:2664:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/send.c: In function 'fs_path_add': /kisskb/src/fs/btrfs/send.c:477: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:1537:7: note: byref variable will be forcibly initialized char tmp[64]; ^~~ /kisskb/src/fs/btrfs/send.c: In function 'fs_path_add_from_extent_buffer': /kisskb/src/fs/btrfs/send.c:507: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:1735:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:1734:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/send.c: In function 'is_first_ref': /kisskb/src/fs/btrfs/send.c:1803:6: note: byref variable will be forcibly initialized u64 tmp_dir; ^~~~~~~ /kisskb/src/fs/btrfs/send.c: In function 'check_ino_in_path': /kisskb/src/fs/btrfs/send.c:3552:7: note: byref variable will be forcibly initialized u64 parent_gen; ^~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:3551:7: note: byref variable will be forcibly initialized u64 parent; ^~~~~~ /kisskb/src/fs/btrfs/send.c: In function 'is_ancestor': /kisskb/src/fs/btrfs/send.c:3628:8: note: byref variable will be forcibly initialized u64 parent_gen; ^~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:3580:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/send.c: In function 'fs_path_add_path': /kisskb/src/fs/btrfs/send.c:491:8: note: byref variable will be forcibly initialized char *prepared; ^~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/send.c:7: /kisskb/src/fs/btrfs/send.c: In function 'tail_append_pending_moves': /kisskb/src/fs/btrfs/tree-checker.c: In function 'chunk_err': /kisskb/src/fs/btrfs/tree-checker.c:717:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/btrfs/tree-checker.c:716:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/btrfs/send.c:3364:13: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/btrfs/tree-checker.c: In function 'generic_err': /kisskb/src/fs/btrfs/tree-checker.c:56:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/btrfs/tree-checker.c:55:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/btrfs/send.c: In function 'lookup_dir_item_inode': /kisskb/src/fs/btrfs/send.c:1700: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:1915:5: note: byref variable will be forcibly initialized u8 other_type; ^~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:1914:6: note: byref variable will be forcibly initialized u64 ow_inode; ^~~~~~~~ /kisskb/src/fs/btrfs/send.c:1913:6: note: byref variable will be forcibly initialized u64 gen; ^~~ /kisskb/src/fs/btrfs/send.c: In function 'did_overwrite_first_ref': /kisskb/src/fs/btrfs/send.c:1985:6: note: byref variable will be forcibly initialized u64 dir_gen; ^~~~~~~ /kisskb/src/fs/btrfs/send.c:1984:6: note: byref variable will be forcibly initialized u64 dir; ^~~ In file included from /kisskb/src/fs/btrfs/tree-checker.c:21: /kisskb/src/fs/btrfs/tree-checker.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/tree-checker.c: In function 'dir_item_err': /kisskb/src/fs/btrfs/tree-checker.c:142:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/btrfs/tree-checker.c:141:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/btrfs/tree-checker.c:140:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/send.c: In function 'will_overwrite_ref': /kisskb/src/fs/btrfs/send.c:1842:5: note: byref variable will be forcibly initialized u8 other_type = 0; ^~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:1841:6: note: byref variable will be forcibly initialized u64 other_inode = 0; ^~~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:1840:6: note: byref variable will be forcibly initialized u64 gen; ^~~ /kisskb/src/fs/btrfs/send.c: In function 'is_extent_unchanged': /kisskb/src/fs/btrfs/send.c:5571:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:5567: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:82:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/btrfs/tree-checker.c:81:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/btrfs/tree-checker.c:80: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:439:19: note: byref variable will be forcibly initialized struct btrfs_key item_key; ^~~~~~~~ /kisskb/src/fs/btrfs/send.c: In function 'read_symlink': /kisskb/src/fs/btrfs/send.c:1476:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_inode_key': /kisskb/src/fs/btrfs/tree-checker.c:387: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:623:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/btrfs/tree-checker.c:622:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/btrfs/tree-checker.c:621: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:948:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/btrfs/tree-checker.c:947:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/btrfs/tree-checker.c:946: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:1179:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/fs/btrfs/tree-checker.c:1178:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/fs/btrfs/tree-checker.c:1177:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/send.c: In function 'get_cur_path': /kisskb/src/fs/btrfs/send.c:2271:6: note: byref variable will be forcibly initialized u64 parent_gen = 0; ^~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:2270: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:3167:6: note: byref variable will be forcibly initialized u64 parent_gen = 0; ^~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:3166:6: note: byref variable will be forcibly initialized u64 parent_inode = 0; ^~~~~~~~~~~~ In file included from /kisskb/src/fs/btrfs/tree-checker.c:21: /kisskb/src/fs/btrfs/tree-checker.c: In function 'btrfs_dir_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2159:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/send.c: In function 'record_ref': /kisskb/src/fs/btrfs/send.c:4338:6: note: byref variable will be forcibly initialized u64 gen; ^~~ /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_extent_data_item': /kisskb/src/fs/btrfs/tree-checker.c:206:6: note: byref variable will be forcibly initialized u64 extent_end; ^~~~~~~~~~ /kisskb/src/fs/btrfs/send.c: In function 'get_inode_path': /kisskb/src/fs/btrfs/send.c:1151:24: note: byref variable will be forcibly initialized struct btrfs_key key, found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:1151: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:4450: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/tree-checker.c: In function 'check_dir_item': /kisskb/src/fs/btrfs/send.c:4495:6: note: byref variable will be forcibly initialized u64 dir_gen; ^~~~~~~ /kisskb/src/fs/btrfs/tree-checker.c:597:9: note: byref variable will be forcibly initialized char namebuf[max(BTRFS_NAME_LEN, XATTR_NAME_MAX)]; ^~~~~~~ /kisskb/src/fs/btrfs/tree-checker.c:494:20: note: byref variable will be forcibly initialized struct btrfs_key location_key; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/send.c: In function '__record_changed_new_ref': /kisskb/src/fs/btrfs/send.c:4472: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/tree-checker.c: In function 'check_block_group_item': /kisskb/src/fs/btrfs/tree-checker.c:642:32: note: byref variable will be forcibly initialized struct btrfs_block_group_item bgi; ^~~ /kisskb/src/fs/btrfs/send.c:2338:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/fs/btrfs/tree-checker.c:21: /kisskb/src/fs/btrfs/tree-checker.c: In function 'btrfs_node_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2142:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/tree-checker.c: In function 'btrfs_check_chunk_valid': /kisskb/src/fs/btrfs/tree-checker.c:764:6: note: byref variable will be forcibly initialized u64 chunk_end; ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c: In function 'btrfs_unlink_all_paths': /kisskb/src/fs/btrfs/send.c:6194:26: note: byref variable will be forcibly initialized struct parent_paths_ctx ctx; ^~~ /kisskb/src/fs/btrfs/send.c:6193:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/send.c:7: /kisskb/src/fs/btrfs/send.c:6191:12: note: byref variable will be forcibly initialized LIST_HEAD(deleted_refs); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_leaf': /kisskb/src/fs/btrfs/tree-checker.c:1611:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/send.c: In function 'send_create_inode': /kisskb/src/fs/btrfs/tree-checker.c:1610:19: note: byref variable will be forcibly initialized struct btrfs_key prev_key = {0, 0, 0}; ^~~~~~~~ /kisskb/src/fs/btrfs/send.c:2583:6: note: byref variable will be forcibly initialized u64 rdev; ^~~~ /kisskb/src/fs/btrfs/send.c:2582:6: note: byref variable will be forcibly initialized u64 mode; ^~~~ /kisskb/src/fs/btrfs/send.c:2581:6: note: byref variable will be forcibly initialized u64 gen; ^~~ /kisskb/src/fs/btrfs/tree-checker.c: In function 'btrfs_check_node': /kisskb/src/fs/btrfs/tree-checker.c:1760:24: note: byref variable will be forcibly initialized struct btrfs_key key, next_key; ^~~~~~~~ /kisskb/src/fs/btrfs/tree-checker.c:1760:19: note: byref variable will be forcibly initialized struct btrfs_key key, next_key; ^~~ /kisskb/src/fs/btrfs/send.c: In function 'send_utimes': /kisskb/src/fs/btrfs/send.c:2520: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:5052:6: note: byref variable will be forcibly initialized u64 gen; ^~~ /kisskb/src/fs/btrfs/send.c: In function 'wait_for_dest_dir_move': /kisskb/src/fs/btrfs/send.c:3456:6: note: byref variable will be forcibly initialized u64 right_gen; ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:3455:6: note: byref variable will be forcibly initialized u64 left_gen; ^~~~~~~~ /kisskb/src/fs/btrfs/send.c:3453:19: note: byref variable will be forcibly initialized struct btrfs_key di_key; ^~~~~~ /kisskb/src/fs/btrfs/send.c:3452: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:3734:8: note: byref variable will be forcibly initialized u64 parent_ino_gen; ^~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:3693:7: note: byref variable will be forcibly initialized u64 parent_ino_after_gen; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:3673:25: note: byref variable will be forcibly initialized u64 parent_ino_before, parent_ino_after; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:3673: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:2925:19: note: byref variable will be forcibly initialized struct btrfs_key loc; ^~~ /kisskb/src/fs/btrfs/send.c:2924:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:2923: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:3878:6: note: byref variable will be forcibly initialized u64 ow_mode; ^~~~~~~ /kisskb/src/fs/btrfs/send.c:3877:6: note: byref variable will be forcibly initialized u64 ow_gen; ^~~~~~ /kisskb/src/fs/btrfs/send.c:3876:6: note: byref variable will be forcibly initialized u64 ow_inode = 0; ^~~~~~~~ /kisskb/src/fs/btrfs/send.c:3874: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:4547:6: note: byref variable will be forcibly initialized int pending_move = 0; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:4543:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:4542:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/send.c:7: /kisskb/src/fs/btrfs/send.c: In function 'apply_dir_move': /kisskb/src/fs/btrfs/send.c:3255:13: note: byref variable will be forcibly initialized LIST_HEAD(deleted_refs); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/btrfs/send.c:3215:6: note: byref variable will be forcibly initialized u64 ancestor; ^~~~~~~~ /kisskb/src/fs/btrfs/send.c:3211:18: note: byref variable will be forcibly initialized u64 parent_ino, parent_gen; ^~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:3211: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:3378:19: note: byref variable will be forcibly initialized struct list_head stack; ^~~~~ /kisskb/src/fs/btrfs/send.c: In function 'find_extent_clone': /kisskb/src/fs/btrfs/send.c:1324:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:1319:6: note: byref variable will be forcibly initialized u64 flags = 0; ^~~~~ /kisskb/src/fs/btrfs/send.c: In function 'clone_range': /kisskb/src/fs/btrfs/send.c:5294:6: note: byref variable will be forcibly initialized u64 clone_src_i_size = 0; ^~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:5292: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:5895: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:5957:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:5956: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:4661: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:4423: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:1023: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:4866:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:4865: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:4772: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:4804:6: note: byref variable will be forcibly initialized int found_data_len = 0; ^~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:4803: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:6086:7: note: byref variable will be forcibly initialized u64 old_size; ^~~~~~~~ /kisskb/src/fs/btrfs/send.c:6044:6: note: byref variable will be forcibly initialized int refs_processed = 0; ^~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:6043:6: note: byref variable will be forcibly initialized int pending_move = 0; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:6039:6: note: byref variable will be forcibly initialized u64 right_gid; ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:6038:6: note: byref variable will be forcibly initialized u64 right_uid; ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:6037:6: note: byref variable will be forcibly initialized u64 right_mode; ^~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:6036:6: note: byref variable will be forcibly initialized u64 left_gid; ^~~~~~~~ /kisskb/src/fs/btrfs/send.c:6035:6: note: byref variable will be forcibly initialized u64 left_uid; ^~~~~~~~ /kisskb/src/fs/btrfs/send.c:6034: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:6838:6: note: byref variable will be forcibly initialized int right_level; ^~~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:6837:6: note: byref variable will be forcibly initialized int left_level; ^~~~~~~~~~ /kisskb/src/fs/btrfs/send.c:6833:19: note: byref variable will be forcibly initialized struct btrfs_key right_key; ^~~~~~~~~ /kisskb/src/fs/btrfs/send.c:6832: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:6650:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/misc.h:6, from /kisskb/src/fs/btrfs/space-info.c:3: /kisskb/src/fs/btrfs/space-info.c: In function 'shrink_delalloc': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/space-info.c:575:3: note: in expansion of macro 'wait_event' wait_event(fs_info->async_submit_wait, ^~~~~~~~~~ /kisskb/src/fs/btrfs/delalloc-space.c: In function 'btrfs_inode_rsv_release': /kisskb/src/fs/btrfs/delalloc-space.c:214:6: note: byref variable will be forcibly initialized u64 qgroup_to_release = 0; ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/delalloc-space.c: In function 'btrfs_delalloc_reserve_metadata': /kisskb/src/fs/btrfs/delalloc-space.c:296:20: note: byref variable will be forcibly initialized u64 meta_reserve, qgroup_reserve; ^~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/delalloc-space.c:296:6: note: byref variable will be forcibly initialized u64 meta_reserve, qgroup_reserve; ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/space-info.c: In function '__reserve_bytes': /kisskb/src/fs/btrfs/space-info.c:1461:24: note: byref variable will be forcibly initialized struct reserve_ticket ticket; ^~~~~~ /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; ^~~~~~~~~~~~~ In file included from /kisskb/src/fs/btrfs/block-group.c:5: /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/fs/btrfs/ctree.h:11, from /kisskb/src/fs/btrfs/block-group.c:5: /kisskb/src/fs/btrfs/block-group.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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:841: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:1631: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:1683: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:2280:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/block-group.c:2278:32: note: byref variable will be forcibly initialized struct btrfs_block_group_item bgi; ^~~ In file included from /kisskb/src/fs/btrfs/block-group.c:5: /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:2955:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ /kisskb/src/fs/btrfs/block-group.c: In function 'insert_dev_extent': /kisskb/src/fs/btrfs/block-group.c:2305:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/fs/btrfs/reflink.c:6: /kisskb/src/fs/btrfs/reflink.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/block-group.c: In function 'cache_save_setup': /kisskb/src/fs/btrfs/block-group.c:2695:6: note: byref variable will be forcibly initialized u64 alloc_hint = 0; ^~~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c:2694: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:2660:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/block-group.c:2659:32: note: byref variable will be forcibly initialized struct btrfs_block_group_item bgi; ^~~ /kisskb/src/fs/btrfs/reflink.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/ctree.h:2955:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ /kisskb/src/fs/btrfs/reflink.c: In function 'copy_inline_to_page': /kisskb/src/fs/btrfs/reflink.c:61:27: note: byref variable will be forcibly initialized struct extent_changeset *data_reserved = NULL; ^~~~~~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c: In function 'fill_dummy_bgs': /kisskb/src/fs/btrfs/block-group.c:2113:27: note: byref variable will be forcibly initialized struct btrfs_space_info *space_info; ^~~~~~~~~~ /kisskb/src/fs/btrfs/reflink.c: In function 'clone_copy_inline_extent': /kisskb/src/fs/btrfs/reflink.c:180:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:717, from /kisskb/src/fs/btrfs/ctree.h:9, from /kisskb/src/fs/btrfs/block-group.c:5: /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_wait_nocow_writers': /kisskb/src/include/linux/wait_bit.h:246: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:323: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:360: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, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/misc.h:6, from /kisskb/src/fs/btrfs/block-group.c:4: /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_wait_block_group_cache_progress': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c:408:2: note: in expansion of macro 'wait_event' wait_event(caching_ctl->wait, btrfs_block_group_done(cache) || ^~~~~~~~~~ /kisskb/src/fs/btrfs/reflink.c: In function 'btrfs_clone': /kisskb/src/fs/btrfs/reflink.c:468:37: note: byref variable will be forcibly initialized struct btrfs_replace_extent_info clone_info; ^~~~~~~~~~ /kisskb/src/fs/btrfs/reflink.c:371:20: note: byref variable will be forcibly initialized struct btrfs_key new_key; ^~~~~~~ /kisskb/src/fs/btrfs/reflink.c:341:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/reflink.c:339:29: note: byref variable will be forcibly initialized struct btrfs_trans_handle *trans; ^~~~~ /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_wait_block_group_cache_done': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c:423: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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c:444: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:477:20: note: byref variable will be forcibly initialized u64 extent_start, extent_end, size, total_added = 0; ^~~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c:477: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:520:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/misc.h:6, from /kisskb/src/fs/btrfs/block-group.c:4: /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_reclaim_bgs_work': /kisskb/src/fs/btrfs/block-group.c:1511:12: note: byref variable will be forcibly initialized LIST_HEAD(again_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/fs/btrfs/block-group.c: In function 'exclude_super_stripes': /kisskb/src/fs/btrfs/block-group.c:1835:9: note: byref variable will be forcibly initialized int i, nr, ret; ^~ /kisskb/src/fs/btrfs/block-group.c:1834:6: note: byref variable will be forcibly initialized int stripe_len; ^~~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c:1833: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:1991: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:2194:33: note: byref variable will be forcibly initialized struct btrfs_block_group_item bgi; ^~~ /kisskb/src/fs/btrfs/block-group.c:2172:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/misc.h:6, from /kisskb/src/fs/btrfs/block-group.c:4: /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_start_dirty_block_groups': /kisskb/src/fs/btrfs/block-group.c:2898:12: note: byref variable will be forcibly initialized LIST_HEAD(dirty); ^~~~~ /kisskb/src/include/linux/list.h:26: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, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/misc.h:6, from /kisskb/src/fs/btrfs/block-group.c:4: /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_write_dirty_block_groups': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/block-group.c:3152:5: note: in expansion of macro 'wait_event' wait_event(cur_trans->writer_wait, ^~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/btrfs/subpage.c:3: /kisskb/src/fs/btrfs/subpage.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/fs/btrfs/ctree.h:11, from /kisskb/src/fs/btrfs/tree-mod-log.h:6, from /kisskb/src/fs/btrfs/tree-mod-log.c:3: /kisskb/src/fs/btrfs/tree-mod-log.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/trace/trace_event_perf.c:9: /kisskb/src/kernel/trace/trace_event_perf.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/btrfs/ref-verify.c:8: /kisskb/src/fs/btrfs/ref-verify.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/ref-verify.c: In function 'process_leaf': /kisskb/src/fs/btrfs/ref-verify.c:507:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/ref-verify.c: In function 'btrfs_build_ref_tree': /kisskb/src/fs/btrfs/ref-verify.c:979:11: note: byref variable will be forcibly initialized int ret, level; ^~~~~ /kisskb/src/fs/btrfs/ref-verify.c:978:18: note: byref variable will be forcibly initialized u64 bytenr = 0, num_bytes = 0; ^~~~~~~~~ /kisskb/src/fs/btrfs/ref-verify.c:978:6: note: byref variable will be forcibly initialized u64 bytenr = 0, num_bytes = 0; ^~~~~~ /kisskb/src/fs/btrfs/ref-verify.c:977:6: note: byref variable will be forcibly initialized int tree_block_level = 0; ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/trace/trace_events_filter.c:8: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'event_set_filter': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1556:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(file->filter, filter); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/perf_event.h:49, from /kisskb/src/kernel/trace/trace_events_filter.c:11: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/trace/trace_events_filter.c:8: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'process_preds': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1539:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(filter->prog, prog); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1513:6: note: byref variable will be forcibly initialized int index; ^~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1512:6: note: byref variable will be forcibly initialized int nr_preds; ^~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1511:6: note: byref variable will be forcibly initialized int nr_parens; ^~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'create_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1717:29: note: byref variable will be forcibly initialized struct filter_parse_error *pe = NULL; ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/trace/trace_events_filter.c:8: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'process_system_preds': /kisskb/src/kernel/trace/trace_events_filter.c:1578:12: note: byref variable will be forcibly initialized LIST_HEAD(filter_list); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'create_system_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1756:29: note: byref variable will be forcibly initialized struct filter_parse_error *pe = NULL; ^~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'filter_build_regex': /kisskb/src/kernel/trace/trace_events_filter.c:865:8: note: byref variable will be forcibly initialized char *search; ^~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'parse_pred': /kisskb/src/kernel/trace/trace_events_filter.c:1162:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/kernel/trace/trace_events_filter.c:1159:7: note: byref variable will be forcibly initialized char num_buf[24]; /* Big enough to hold an address */ ^~~~~~~ In file included from /kisskb/src/include/linux/blkdev.h:13, 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:177:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'apply_event_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1779:23: note: byref variable will be forcibly initialized struct event_filter *filter = NULL; ^~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'apply_subsystem_event_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1832:23: note: byref variable will be forcibly initialized struct event_filter *filter = NULL; ^~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'ftrace_profile_set_filter': /kisskb/src/kernel/trace/trace_events_filter.c:2039:23: note: byref variable will be forcibly initialized struct event_filter *filter = NULL; ^~~~~~ In file included from /kisskb/src/fs/btrfs/check-integrity.c:79: /kisskb/src/fs/btrfs/check-integrity.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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:1656: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: /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:1654: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:1461:27: note: byref variable will be forcibly initialized struct btrfs_io_context *multi = NULL; ^~~~~ /kisskb/src/fs/btrfs/check-integrity.c:1460:6: note: byref variable will be forcibly initialized u64 length; ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/gpio.h:57, from /kisskb/src/drivers/gpio/gpiolib.c:33: /kisskb/src/drivers/gpio/gpiolib.c: In function 'perf_trace_gpio_direction': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_cmp_log_and_dev_bytenr': /kisskb/src/fs/btrfs/check-integrity.c:2589:32: note: byref variable will be forcibly initialized struct btrfsic_block_data_ctx block_ctx; ^~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'perf_trace_gpio_value': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/gpio.h:57, from /kisskb/src/drivers/gpio/gpiolib.c:33: /kisskb/src/drivers/gpio/gpiolib.c: In function 'trace_event_raw_event_gpio_direction': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_direction, ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'trace_event_raw_event_gpio_value': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(gpio_value, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_handle_extent_data': /kisskb/src/fs/btrfs/check-integrity.c:1390:8: note: byref variable will be forcibly initialized int block_was_created; ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/check-integrity.c:1388:34: note: byref variable will be forcibly initialized struct btrfsic_block_data_ctx next_block_ctx; ^~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/check-integrity.c:1316:32: note: byref variable will be forcibly initialized struct btrfs_file_extent_item file_extent_item; ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/gpio/gpiolib.c:6: /kisskb/src/drivers/gpio/gpiolib.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_create_link_to_next_block': /kisskb/src/fs/btrfs/check-integrity.c:1183:6: note: byref variable will be forcibly initialized int block_was_created; ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/gpio/gpiolib.c:6: /kisskb/src/drivers/gpio/gpiolib.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_process_metablock': /kisskb/src/fs/btrfs/check-integrity.c:1052:25: note: byref variable will be forcibly initialized struct btrfs_key_ptr key_ptr; ^~~~~~~ /kisskb/src/fs/btrfs/check-integrity.c:955:28: note: byref variable will be forcibly initialized struct btrfs_root_item root_item; ^~~~~~~~~ /kisskb/src/fs/btrfs/check-integrity.c:927: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:1692: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:2657:7: note: byref variable will be forcibly initialized int bio_is_patched; ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_hierarchy_irq_domain_alloc': /kisskb/src/drivers/gpio/gpiolib.c:1082:15: note: byref variable will be forcibly initialized unsigned int parent_type; ^~~~~~~~~~~ /kisskb/src/fs/btrfs/check-integrity.c:2656:20: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:1081:15: note: byref variable will be forcibly initialized unsigned int parent_hwirq; ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1078:15: note: byref variable will be forcibly initialized unsigned int type = IRQ_TYPE_NONE; ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:1077: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:1001:17: note: byref variable will be forcibly initialized unsigned int parent_type; ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1000:17: note: byref variable will be forcibly initialized unsigned int parent_hwirq; ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:999:22: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_process_superblock_dev_mirror': /kisskb/src/fs/btrfs/check-integrity.c:818:34: note: byref variable will be forcibly initialized struct btrfsic_block_data_ctx tmp_next_block_ctx; ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/check-integrity.c:784:25: note: byref variable will be forcibly initialized struct btrfs_disk_key tmp_disk_key; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/gpio/gpiolib.c:14: /kisskb/src/drivers/gpio/gpiolib.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ In file included from /kisskb/src/fs/btrfs/tests/extent-buffer-tests.c:8: /kisskb/src/fs/btrfs/tests/extent-buffer-tests.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/tests/../ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_process_superblock': /kisskb/src/fs/btrfs/check-integrity.c:647:34: note: byref variable will be forcibly initialized struct btrfsic_block_data_ctx tmp_next_block_ctx; ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/check-integrity.c:577:28: note: byref variable will be forcibly initialized struct btrfsic_dev_state *selected_dev_state = NULL; ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/tests/extent-buffer-tests.c: In function 'test_btrfs_split_item': /kisskb/src/fs/btrfs/tests/extent-buffer-tests.c:25:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/tests/extent-buffer-tests.c:24:7: note: byref variable will be forcibly initialized char buf[32]; ^~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_to_irq': /kisskb/src/drivers/gpio/gpiolib.c:1376:21: note: byref variable will be forcibly initialized struct irq_fwspec spec; ^~~~ /kisskb/src/fs/btrfs/tests/free-space-tests.c: In function 'check_cache_empty': /kisskb/src/fs/btrfs/tests/free-space-tests.c:356:6: note: byref variable will be forcibly initialized u64 max_extent_size; ^~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/tests/free-space-tests.c: In function 'test_steal_space_from_bitmap_to_extent': /kisskb/src/fs/btrfs/tests/free-space-tests.c:401:35: note: byref variable will be forcibly initialized const struct btrfs_free_space_op test_free_space_ops = { ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/tests/free-space-tests.c:400:6: note: byref variable will be forcibly initialized u64 max_extent_size; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/drivers/gpio/gpiolib.c:3: /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_get_array_value_complex': /kisskb/src/drivers/gpio/gpiolib.c:2571:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); ^~~~~~~~~~~~~ /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.c:2570:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); ^~~~~~~~~~~~~ /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.c: In function 'gpiod_set_array_value_complex': /kisskb/src/drivers/gpio/gpiolib.c:2865:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); ^~~~~~~~~~~~~ /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.c:2864:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); ^~~~~~~~~~~~~ /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.c: In function 'gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib.c:3855:16: note: byref variable will be forcibly initialized unsigned long lookupflags = GPIO_LOOKUP_FLAGS_DEFAULT; ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'fwnode_gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib.c:3688: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/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/linux/security.h:27, from /kisskb/src/kernel/trace/trace_events_trigger.c:8: /kisskb/src/kernel/trace/trace_events_trigger.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'set_trigger_filter': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:781:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(data->filter, filter); ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:756:23: note: byref variable will be forcibly initialized struct event_filter *filter = NULL, *tmp; ^~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'event_enable_trigger_func': /kisskb/src/kernel/trace/trace_events_trigger.c:1395:8: note: byref variable will be forcibly initialized char *trigger; ^~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'event_trigger_callback': /kisskb/src/kernel/trace/trace_events_trigger.c:647:8: note: byref variable will be forcibly initialized char *trigger = NULL; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/error_report.h:74, from /kisskb/src/kernel/trace/error_report-traces.c:9: /kisskb/src/kernel/trace/error_report-traces.c: In function 'perf_trace_error_report_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/error_report.h:47:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(error_report_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/error_report.h:47:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(error_report_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'trigger_process_regex': /kisskb/src/kernel/trace/trace_events_trigger.c:232:18: note: byref variable will be forcibly initialized char *command, *next; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/error_report.h:74, from /kisskb/src/kernel/trace/error_report-traces.c:9: /kisskb/src/kernel/trace/error_report-traces.c: In function 'trace_event_raw_event_error_report_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/error_report.h:47:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(error_report_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/tests/btrfs-tests.c: In function 'btrfs_free_dummy_fs_info': /kisskb/src/fs/btrfs/tests/btrfs-tests.c:153:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/fs/btrfs/tests/extent-io-tests.c: In function 'process_page_range': /kisskb/src/fs/btrfs/tests/extent-io-tests.c:23:15: note: byref variable will be forcibly initialized struct page *pages[16]; ^~~~~ /kisskb/src/fs/btrfs/tests/btrfs-tests.c: In function 'btrfs_run_sanity_tests': /kisskb/src/fs/btrfs/tests/btrfs-tests.c:262:6: note: byref variable will be forcibly initialized u32 test_sectorsize[] = { ^~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/tests/extent-io-tests.c: In function 'test_find_delalloc': /kisskb/src/fs/btrfs/tests/extent-io-tests.c:69:13: note: byref variable will be forcibly initialized u64 start, end, test_start; ^~~ /kisskb/src/fs/btrfs/tests/extent-io-tests.c:69:6: note: byref variable will be forcibly initialized u64 start, end, test_start; ^~~~~ /kisskb/src/fs/btrfs/tests/extent-io-tests.c: In function 'test_find_first_clear_extent_bit': /kisskb/src/fs/btrfs/tests/extent-io-tests.c:436:13: note: byref variable will be forcibly initialized u64 start, end; ^~~ /kisskb/src/fs/btrfs/tests/extent-io-tests.c:436:6: note: byref variable will be forcibly initialized u64 start, end; ^~~~~ /kisskb/src/fs/btrfs/tests/extent-io-tests.c:435:24: note: byref variable will be forcibly initialized struct extent_io_tree tree; ^~~~ In file included from /kisskb/src/fs/btrfs/tests/qgroup-tests.c:8: /kisskb/src/fs/btrfs/tests/qgroup-tests.c: In function 'btrfs_insert_empty_item': /kisskb/src/fs/btrfs/tests/../ctree.h:2955:26: note: byref variable will be forcibly initialized struct btrfs_item_batch batch; ^~~~~ /kisskb/src/fs/btrfs/tests/qgroup-tests.c: In function 'insert_normal_tree_ref': /kisskb/src/fs/btrfs/tests/qgroup-tests.c:23:19: note: byref variable will be forcibly initialized struct btrfs_key ins; ^~~ /kisskb/src/fs/btrfs/tests/qgroup-tests.c:17:28: note: byref variable will be forcibly initialized struct btrfs_trans_handle trans; ^~~~~ /kisskb/src/fs/btrfs/tests/qgroup-tests.c: In function 'remove_extent_item': /kisskb/src/fs/btrfs/tests/qgroup-tests.c:121:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/tests/qgroup-tests.c:120:28: note: byref variable will be forcibly initialized struct btrfs_trans_handle trans; ^~~~~ /kisskb/src/fs/btrfs/tests/qgroup-tests.c: In function 'test_no_shared_qgroup': /kisskb/src/fs/btrfs/tests/qgroup-tests.c:209:16: note: byref variable will be forcibly initialized struct ulist *new_roots = NULL; ^~~~~~~~~ /kisskb/src/fs/btrfs/tests/qgroup-tests.c:208:16: note: byref variable will be forcibly initialized struct ulist *old_roots = NULL; ^~~~~~~~~ /kisskb/src/fs/btrfs/tests/qgroup-tests.c:206:28: note: byref variable will be forcibly initialized struct btrfs_trans_handle trans; ^~~~~ /kisskb/src/fs/btrfs/tests/qgroup-tests.c: In function 'add_tree_ref': /kisskb/src/fs/btrfs/tests/qgroup-tests.c:72:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/tests/qgroup-tests.c:69:28: note: byref variable will be forcibly initialized struct btrfs_trans_handle trans; ^~~~~ /kisskb/src/fs/btrfs/tests/qgroup-tests.c: In function 'remove_extent_ref': /kisskb/src/fs/btrfs/tests/qgroup-tests.c:154:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/tests/qgroup-tests.c:151:28: note: byref variable will be forcibly initialized struct btrfs_trans_handle trans; ^~~~~ /kisskb/src/fs/btrfs/tests/qgroup-tests.c: In function 'test_multiple_refs': /kisskb/src/fs/btrfs/tests/qgroup-tests.c:306:16: note: byref variable will be forcibly initialized struct ulist *new_roots = NULL; ^~~~~~~~~ /kisskb/src/fs/btrfs/tests/qgroup-tests.c:305:16: note: byref variable will be forcibly initialized struct ulist *old_roots = NULL; ^~~~~~~~~ /kisskb/src/fs/btrfs/tests/qgroup-tests.c:303:28: note: byref variable will be forcibly initialized struct btrfs_trans_handle trans; ^~~~~ /kisskb/src/fs/btrfs/tests/inode-tests.c: In function 'insert_inode_item_key': /kisskb/src/fs/btrfs/tests/inode-tests.c:54:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/tests/inode-tests.c:52:20: note: byref variable will be forcibly initialized struct btrfs_path path; ^~~~ /kisskb/src/fs/btrfs/tests/inode-tests.c: In function 'insert_extent': /kisskb/src/fs/btrfs/tests/inode-tests.c:22:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/tests/inode-tests.c:19:20: note: byref variable will be forcibly initialized struct btrfs_path path; ^~~~ /kisskb/src/kernel/trace/trace_kdb.c: In function 'kdb_ftdump': /kisskb/src/kernel/trace/trace_kdb.c:99:8: note: byref variable will be forcibly initialized char *cp; ^~ /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/fs/btrfs/tests/free-space-tree-tests.c:8: /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c: In function 'btrfs_item_key_to_cpu': /kisskb/src/fs/btrfs/tests/../ctree.h:2150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^~~~~~~~ /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c: In function '__check_free_space_extents': /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c:27:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^~~ /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c: In function 'test_merge_none': /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c:378:33: note: byref variable will be forcibly initialized const struct free_space_extent extents[] = { ^~~~~~~ /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c: In function 'test_merge_both': /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c:335:33: note: byref variable will be forcibly initialized const struct free_space_extent extents[] = { ^~~~~~~ /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c: In function 'test_merge_right': /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c:297:33: note: byref variable will be forcibly initialized const struct free_space_extent extents[] = { ^~~~~~~ /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c: In function 'test_merge_left': /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c:260:33: note: byref variable will be forcibly initialized const struct free_space_extent extents[] = { ^~~~~~~ /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c: In function 'test_remove_middle': /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c:236:33: note: byref variable will be forcibly initialized const struct free_space_extent extents[] = { ^~~~~~~ /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c: In function 'test_remove_end': /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c:213:33: note: byref variable will be forcibly initialized const struct free_space_extent extents[] = { ^~~~~~~ /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c: In function 'test_remove_beginning': /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c:190:33: note: byref variable will be forcibly initialized const struct free_space_extent extents[] = { ^~~~~~~ /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c: In function 'test_empty_block_group': /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c:155:33: note: byref variable will be forcibly initialized const struct free_space_extent extents[] = { ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/rpm.h:107, from /kisskb/src/kernel/trace/rpm-traces.c:16: /kisskb/src/kernel/trace/rpm-traces.c: In function 'perf_trace_rpm_internal': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rpm_internal, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rpm_internal, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rpm_internal, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c: In function 'run_test': /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c:429:28: note: byref variable will be forcibly initialized struct btrfs_trans_handle trans; ^~~~~ /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c: In function 'btrfs_test_free_space_tree': /kisskb/src/fs/btrfs/tests/free-space-tree-tests.c:548:14: note: byref variable will be forcibly initialized test_func_t tests[] = { ^~~~~ /kisskb/src/kernel/trace/rpm-traces.c: In function 'perf_trace_rpm_return_int': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpm_return_int, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpm_return_int, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpm_return_int, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rpm.h:107, from /kisskb/src/kernel/trace/rpm-traces.c:16: /kisskb/src/kernel/trace/rpm-traces.c: In function 'trace_event_raw_event_rpm_internal': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rpm_internal, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rpm_internal, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/rpm-traces.c: In function 'trace_event_raw_event_rpm_return_int': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpm_return_int, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpm_return_int, ^~~~~~~~~~~ /kisskb/src/fs/btrfs/tests/extent-map-tests.c: In function 'test_case_1': /kisskb/src/fs/btrfs/tests/extent-map-tests.c:56:21: note: byref variable will be forcibly initialized struct extent_map *em; ^~ /kisskb/src/fs/btrfs/tests/extent-map-tests.c: In function 'test_case_2': /kisskb/src/fs/btrfs/tests/extent-map-tests.c:146:21: note: byref variable will be forcibly initialized struct extent_map *em; ^~ /kisskb/src/fs/btrfs/tests/extent-map-tests.c: In function '__test_case_3': /kisskb/src/fs/btrfs/tests/extent-map-tests.c:228:21: note: byref variable will be forcibly initialized struct extent_map *em; ^~ /kisskb/src/fs/btrfs/tests/extent-map-tests.c: In function '__test_case_4': /kisskb/src/fs/btrfs/tests/extent-map-tests.c:327:21: note: byref variable will be forcibly initialized struct extent_map *em; ^~ /kisskb/src/fs/btrfs/tests/extent-map-tests.c: In function 'test_rmap_block': /kisskb/src/fs/btrfs/tests/extent-map-tests.c:462:22: note: byref variable will be forcibly initialized int i, out_ndaddrs, out_stripe_len; ^~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/tests/extent-map-tests.c:462:9: note: byref variable will be forcibly initialized int i, out_ndaddrs, out_stripe_len; ^~~~~~~~~~~ /kisskb/src/fs/btrfs/tests/extent-map-tests.c:461:7: note: byref variable will be forcibly initialized u64 *logical = NULL; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_cpu': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/power.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(cpu, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/power.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(cpu, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_powernv_throttle': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(powernv_throttle, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(powernv_throttle, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(powernv_throttle, ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_pstate_sample': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_cpu_frequency_limits': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpu_frequency_limits, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpu_frequency_limits, ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_suspend_resume': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(suspend_resume, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(suspend_resume, ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_wakeup_source': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wakeup_source, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wakeup_source, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wakeup_source, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_clock': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_power_domain': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(power_domain, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(power_domain, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(power_domain, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_cpu_latency_qos_request': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/power.h:364:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(cpu_latency_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/power.h:364:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(cpu_latency_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_pm_qos_update': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pm_qos_update, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pm_qos_update, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_dev_pm_qos_request': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dev_pm_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dev_pm_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dev_pm_qos_request, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/power.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(cpu, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_powernv_throttle': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(powernv_throttle, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(powernv_throttle, ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_pstate_sample': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(pstate_sample, ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu_frequency_limits': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:152:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cpu_frequency_limits, ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_suspend_resume': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(suspend_resume, ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_wakeup_source': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wakeup_source, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(wakeup_source, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_clock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clock, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_power_domain': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(power_domain, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(power_domain, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu_latency_qos_request': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/power.h:364:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(cpu_latency_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_pm_qos_update': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pm_qos_update, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_dev_pm_qos_request': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dev_pm_qos_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dev_pm_qos_request, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_device_pm_callback_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_start, ^~~~~~~~~~~ /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_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; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_device_pm_callback_start': /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/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_start, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_start, ^~~~~~~~~~~ /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; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_device_pm_callback_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_end, ^~~~~~~~~~~ /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/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_device_pm_callback_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_end, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(device_pm_callback_end, ^~~~~~~~~~~ /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; ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_pdev_probe': /kisskb/src/drivers/gpio/gpio-mmio.c:734:16: note: byref variable will be forcibly initialized unsigned long flags = 0; ^~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'chipinfo_get': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1988:23: note: byref variable will be forcibly initialized struct gpiochip_info chipinfo; ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_unwatch': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2088:8: note: byref variable will be forcibly initialized __u32 offset; ^~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/cdev.h:8, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linehandle_set_config': /kisskb/src/drivers/gpio/gpiolib-cdev.c:153:27: note: byref variable will be forcibly initialized struct gpiohandle_config gcnf; ^~~~ In file included from /kisskb/src/include/linux/atomic.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:4: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function '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; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/linux/gpio/driver.h:7, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:13: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/atomic.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:4: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_get_values': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1000:17: note: byref variable will be forcibly initialized 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, 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/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; ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineevent_read': /kisskb/src/include/linux/wait.h:776:14: note: byref variable will be forcibly initialized DEFINE_WAIT(__wait); \ ^~~~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/include/linux/wait.h:776:2: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(__wait); \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:815: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; ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_read': /kisskb/src/include/linux/wait.h:776:14: note: byref variable will be forcibly initialized DEFINE_WAIT(__wait); \ ^~~~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/include/linux/wait.h:776:2: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(__wait); \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:815: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:2253: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, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/include/linux/wait.h:776:14: note: byref variable will be forcibly initialized DEFINE_WAIT(__wait); \ ^~~~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/include/linux/wait.h:776:2: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(__wait); \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:815: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:2222:10: note: in expansion of macro 'wait_event_interruptible_locked' ret = wait_event_interruptible_locked(cdev->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:2198: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_irq_thread': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1649:24: note: byref variable will be forcibly initialized struct gpioevent_data ge; ^~ /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/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_get_v1': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2020:27: note: byref variable will be forcibly initialized struct gpio_v2_line_info lineinfo_v2; ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:2019: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:2055:27: note: byref variable will be forcibly initialized struct gpio_v2_line_info lineinfo; ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_changed_notify': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2158:35: note: byref variable will be forcibly initialized struct gpio_v2_line_info_changed chg; ^~~ /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; ^~ /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/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/drivers/gpio/gpio-adnp.c: In function 'adnp_gpio_dbg_show': /kisskb/src/drivers/gpio/gpio-adnp.c:189:21: note: byref variable will be forcibly initialized u8 ddr, plr, ier, isr; ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:189:16: note: byref variable will be forcibly initialized u8 ddr, plr, ier, isr; ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:189:11: note: byref variable will be forcibly initialized u8 ddr, plr, ier, isr; ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:189:6: note: byref variable will be forcibly initialized u8 ddr, plr, ier, isr; ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function '__adnp_gpio_set': /kisskb/src/drivers/gpio/gpio-adnp.c:85:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_gpio_get': /kisskb/src/drivers/gpio/gpio-adnp.c:70:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_gpio_direction_output': /kisskb/src/drivers/gpio/gpio-adnp.c:151:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_gpio_direction_input': /kisskb/src/drivers/gpio/gpio-adnp.c:113:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/drivers/gpio/gpio-adnp.c:6: /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, 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:213: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/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; ^~~~~~~ /kisskb/src/drivers/gpio/gpio-adnp.c:250:27: note: byref variable will be forcibly initialized u8 changed, level, isr, ier; ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:250:22: note: byref variable will be forcibly initialized u8 changed, level, isr, ier; ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:250:15: note: byref variable will be forcibly initialized u8 changed, level, isr, ier; ^~~~~ /kisskb/src/drivers/gpio/gpio-bd71815.c: In function 'bd71815gpo_get': /kisskb/src/drivers/gpio/gpio-bd71815.c:31:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_set_event_cfg': /kisskb/src/drivers/gpio/gpio-dln2.c:293:13: note: byref variable will be forcibly initialized } __packed req = { ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_set_config': /kisskb/src/drivers/gpio/gpio-dln2.c:276:9: note: byref variable will be forcibly initialized __le32 duration; ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_pin_set_out_val': /kisskb/src/drivers/gpio/gpio-dln2.c:139:27: note: byref variable will be forcibly initialized struct dln2_gpio_pin_val req = { ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_set_direction': /kisskb/src/drivers/gpio/gpio-dln2.c:235:27: note: byref variable will be forcibly initialized struct dln2_gpio_pin_val req = { ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_pin_cmd': /kisskb/src/drivers/gpio/gpio-dln2.c:91:23: note: byref variable will be forcibly initialized struct dln2_gpio_pin req = { ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_request': /kisskb/src/drivers/gpio/gpio-dln2.c:158:6: note: byref variable will be forcibly initialized int len = sizeof(rsp); ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c:157:27: note: byref variable will be forcibly initialized struct dln2_gpio_pin_val rsp; ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c:154:23: note: byref variable will be forcibly initialized struct dln2_gpio_pin req = { ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_pin_val': /kisskb/src/drivers/gpio/gpio-dln2.c:105:6: note: byref variable will be forcibly initialized int len = sizeof(rsp); ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c:104:27: note: byref variable will be forcibly initialized struct dln2_gpio_pin_val rsp; ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c:101:23: note: byref variable will be forcibly initialized struct dln2_gpio_pin req = { ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_get_pin_count': /kisskb/src/drivers/gpio/gpio-dln2.c:78:6: note: byref variable will be forcibly initialized int len = sizeof(count); ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c:77:9: note: byref variable will be forcibly initialized __le16 count; ^~~~~ /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; ^~~ /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; ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/gpio/gpio-dwapb.c:7: /kisskb/src/drivers/gpio/gpio-dwapb.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/gpio/gpio-dwapb.c:7: /kisskb/src/drivers/gpio/gpio-dwapb.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/gpio/gpio-dwapb.c: In function 'dwapb_do_irq': /kisskb/src/drivers/gpio/gpio-dwapb.c:206:16: note: byref variable will be forcibly initialized unsigned long irq_status; ^~~~~~~~~~ /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, 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:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpio-grgpio.c: In function 'grgpio_probe': /kisskb/src/drivers/gpio/gpio-grgpio.c:337:6: note: byref variable will be forcibly initialized int size; ^~~~ /kisskb/src/drivers/gpio/gpio-grgpio.c:335:6: note: byref variable will be forcibly initialized u32 prop; ^~~~ /kisskb/src/drivers/gpio/gpio-hlwd.c: In function 'hlwd_gpio_irqhandler': /kisskb/src/drivers/gpio/gpio-hlwd.c:64:16: note: byref variable will be forcibly initialized unsigned long pending; ^~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-hlwd.c:8: /kisskb/src/drivers/gpio/gpio-hlwd.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpio-hlwd.c: In function 'hlwd_gpio_probe': /kisskb/src/drivers/gpio/gpio-hlwd.c:208:6: note: byref variable will be forcibly initialized u32 ngpios; ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/drivers/gpio/gpio-max77620.c:8: /kisskb/src/drivers/gpio/gpio-max77620.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/gpio/gpio-max77620.c: In function 'max77620_gpio_irqhandler': /kisskb/src/drivers/gpio/gpio-max77620.c:30:16: note: byref variable will be forcibly initialized unsigned long pending; ^~~~~~~ /kisskb/src/drivers/gpio/gpio-max77620.c:29:15: note: byref variable will be forcibly initialized unsigned int value, offset; ^~~~~ /kisskb/src/drivers/gpio/gpio-max77620.c: In function 'max77620_gpio_get': /kisskb/src/drivers/gpio/gpio-max77620.c:149:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_class_resume_npwm': /kisskb/src/drivers/pwm/sysfs.c:420:20: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_class_suspend': /kisskb/src/drivers/pwm/sysfs.c:444:20: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_unexport_child': /kisskb/src/drivers/pwm/sysfs.c:288:8: note: byref variable will be forcibly initialized char *pwm_prop[2]; ^~~~~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'unexport_store': /kisskb/src/drivers/pwm/sysfs.c:343:15: note: byref variable will be forcibly initialized unsigned int hwpwm; ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_export_child': /kisskb/src/drivers/pwm/sysfs.c:244:8: note: byref variable will be forcibly initialized char *pwm_prop[2]; ^~~~~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'export_store': /kisskb/src/drivers/pwm/sysfs.c:316:15: note: byref variable will be forcibly initialized unsigned int hwpwm; ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'capture_show': /kisskb/src/drivers/pwm/sysfs.c:208:21: note: byref variable will be forcibly initialized struct pwm_capture result; ^~~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'polarity_store': /kisskb/src/drivers/pwm/sysfs.c:184:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'enable_store': /kisskb/src/drivers/pwm/sysfs.c:125:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/pwm/sysfs.c:124:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'duty_cycle_store': /kisskb/src/drivers/pwm/sysfs.c:90:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/drivers/pwm/sysfs.c:89:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'period_store': /kisskb/src/drivers/pwm/sysfs.c:55:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/drivers/pwm/sysfs.c:54:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/drivers/gpio/gpio-mockup.c:13: /kisskb/src/drivers/gpio/gpio-mockup.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-mockup.c:13: /kisskb/src/drivers/gpio/gpio-mockup.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213: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:396:6: note: byref variable will be forcibly initialized u16 ngpio; ^~~~~ /kisskb/src/drivers/gpio/gpio-mockup.c:395:10: note: byref variable will be forcibly initialized int rv, base, i; ^~~~ /kisskb/src/drivers/gpio/gpio-mockup.c:394:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/gpio/gpio-mockup.c: In function 'gpio_mockup_debugfs_read': /kisskb/src/drivers/gpio/gpio-mockup.c:267:7: note: byref variable will be forcibly initialized char buf[3]; ^~~ /kisskb/src/drivers/gpio/gpio-mockup.c: In function 'gpio_mockup_debugfs_write': /kisskb/src/drivers/gpio/gpio-mockup.c:288:10: note: byref variable will be forcibly initialized int rv, val; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, 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:624: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:522:7: note: byref variable will be forcibly initialized char chip_label[32]; ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mockup.c:518:30: note: byref variable will be forcibly initialized struct platform_device_info pdevinfo; ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-mockup.c:517:24: note: byref variable will be forcibly initialized struct property_entry properties[GPIO_MOCKUP_MAX_PROP]; ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/pwm.h:58, from /kisskb/src/drivers/pwm/core.c:24: /kisskb/src/drivers/pwm/core.c: In function 'perf_trace_pwm': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pwm, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pwm, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/pwm.h:58, from /kisskb/src/drivers/pwm/core.c:24: /kisskb/src/drivers/pwm/core.c: In function 'trace_event_raw_event_pwm': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(pwm, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/pwm/core.c:9: /kisskb/src/drivers/pwm/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pwm/core.c: In function 'of_pwmchip_add': /kisskb/src/drivers/pwm/core.c:161:7: note: byref variable will be forcibly initialized u32 pwm_cells; ^~~~~~~~~ /kisskb/src/drivers/pci/of.c: In function 'of_pci_get_max_link_speed': /kisskb/src/drivers/pci/of.c:627:6: note: byref variable will be forcibly initialized u32 max_link_speed; ^~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/core.c: In function 'pwm_apply_state_debug': /kisskb/src/drivers/pwm/core.c:429:19: note: byref variable will be forcibly initialized struct pwm_state s1, s2; ^~ /kisskb/src/drivers/pwm/core.c: In function 'acpi_pwm_get': /kisskb/src/drivers/pwm/core.c:857:31: note: byref variable will be forcibly initialized struct fwnode_reference_args args; ^~~~ /kisskb/src/drivers/pwm/core.c: In function 'pwm_adjust_config': /kisskb/src/drivers/pwm/core.c:663:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/pwm/core.c: In function 'of_pwm_get': /kisskb/src/drivers/pwm/core.c:776:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c: In function 'atmel_tcb_pwm_disable': /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:153:11: note: byref variable will be forcibly initialized unsigned cmr; ^~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c: In function 'atmel_tcb_pwm_enable': /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:210:6: note: byref variable will be forcibly initialized u32 cmr; ^~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c: In function 'atmel_tcb_pwm_probe': /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:430:6: note: byref variable will be forcibly initialized int channel; ^~~~~~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:428:7: note: byref variable will be forcibly initialized char clk_name[] = "t0_clk"; ^~~~~~~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c: In function 'atmel_tcb_pwm_request': /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:87:11: note: byref variable will be forcibly initialized unsigned cmr; ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/drivers/gpio/gpio-pcf857x.c:8: /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'pcf857x_irq': /kisskb/src/drivers/gpio/gpio-pcf857x.c:172:16: note: byref variable will be forcibly initialized 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/gpio/gpio-rcar.c: In function 'gpio_rcar_parse_dt': /kisskb/src/drivers/gpio/gpio-rcar.c:448:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/gpio/gpio-rcar.c: In function 'gpio_rcar_probe': /kisskb/src/drivers/gpio/gpio-rcar.c:486:15: note: byref variable will be forcibly initialized unsigned int npins; ^~~~~ /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/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/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; ^~~ /kisskb/src/drivers/gpio/gpio-tps65912.c: In function 'tps65912_gpio_get': /kisskb/src/drivers/gpio/gpio-tps65912.c:64:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/drivers/gpio/gpio-tps65912.c: In function 'tps65912_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-tps65912.c:28:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c: In function 'fsl_pwm_is_any_pwm_enabled': /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:207:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c: In function 'fsl_pwm_is_other_pwm_enabled': /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:219:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c: In function 'ftm_clear_write_protection': /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:64:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c: In function 'fsl_pwm_apply_config': /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:235:27: note: byref variable will be forcibly initialized struct fsl_pwm_periodcfg periodcfg; ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_alloc_vqs': /kisskb/src/drivers/gpio/gpio-virtio.c:465:20: note: byref variable will be forcibly initialized struct virtqueue *vqs[2] = { NULL, NULL }; ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c:461:17: note: byref variable will be forcibly initialized vq_callback_t *cbs[] = { ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c:460:21: note: byref variable will be forcibly initialized const char * const names[] = { "requestq", "eventq" }; ^~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function '_virtio_gpio_req': /kisskb/src/drivers/gpio/gpio-virtio.c:64:38: note: byref variable will be forcibly initialized struct scatterlist *sgs[2], req_sg, res_sg; ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:64:30: note: byref variable will be forcibly initialized struct scatterlist *sgs[2], req_sg, res_sg; ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:64:22: note: byref variable will be forcibly initialized struct scatterlist *sgs[2], req_sg, res_sg; ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_get': /kisskb/src/drivers/gpio/gpio-virtio.c:190:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-virtio.c:147:5: note: byref variable will be forcibly initialized u8 direction; ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_irq_prepare': /kisskb/src/drivers/gpio/gpio-virtio.c:210:38: note: byref variable will be forcibly initialized struct scatterlist *sgs[2], req_sg, res_sg; ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:210:30: note: byref variable will be forcibly initialized struct scatterlist *sgs[2], req_sg, res_sg; ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:210:22: note: byref variable will be forcibly initialized struct scatterlist *sgs[2], req_sg, res_sg; ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-virtio.c:14: /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_probe': /kisskb/src/drivers/gpio/gpio-virtio.c:542:28: note: byref variable will be forcibly initialized struct virtio_gpio_config config; ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_event_vq': /kisskb/src/drivers/gpio/gpio-virtio.c:405:15: note: byref variable will be forcibly initialized unsigned int len; ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_request_vq': /kisskb/src/drivers/gpio/gpio-virtio.c:439:15: note: byref variable will be forcibly initialized unsigned int len; ^~~ /kisskb/src/drivers/pwm/pwm-iqs620a.c: In function 'iqs620_pwm_probe': /kisskb/src/drivers/pwm/pwm-iqs620a.c:185:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/video/backlight/88pm860x_bl.c: In function 'pm860x_backlight_dt_init': /kisskb/src/drivers/video/backlight/88pm860x_bl.c:155:6: note: byref variable will be forcibly initialized int iset = 0; ^~~~ /kisskb/src/drivers/video/backlight/88pm860x_bl.c: In function 'pm860x_backlight_probe': /kisskb/src/drivers/video/backlight/88pm860x_bl.c:188:7: note: byref variable will be forcibly initialized char name[MFD_NAME_SIZE]; ^~~~ /kisskb/src/drivers/video/backlight/88pm860x_bl.c:187:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ /kisskb/src/drivers/gpio/gpio-xgene-sb.c: In function 'xgene_gpio_sb_domain_alloc': /kisskb/src/drivers/gpio/gpio-xgene-sb.c:181:20: note: byref variable will be forcibly initialized struct irq_fwspec parent_fwspec; ^~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-xgene-sb.c: In function 'xgene_gpio_sb_to_irq': /kisskb/src/drivers/gpio/gpio-xgene-sb.c:116:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^~~~~~ /kisskb/src/drivers/gpio/gpio-xgene-sb.c: In function 'xgene_gpio_sb_probe': /kisskb/src/drivers/gpio/gpio-xgene-sb.c:223:6: note: byref variable will be forcibly initialized u32 val32; ^~~~~ /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]; ^~~ /kisskb/src/drivers/pwm/pwm-meson.c: In function 'meson_pwm_init_channels': /kisskb/src/drivers/pwm/pwm-meson.c:497:7: note: byref variable will be forcibly initialized char name[255]; ^~~~ /kisskb/src/drivers/pwm/pwm-meson.c:495:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/pwm/pwm-samsung.c: In function 'pwm_samsung_parse_dt': /kisskb/src/drivers/pwm/pwm-samsung.c:496:6: note: byref variable will be forcibly initialized u32 val; ^~~ /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:600:7: note: byref variable will be forcibly initialized int mode; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:587:7: note: byref variable will be forcibly initialized int mode; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:569:28: note: byref variable will be forcibly initialized struct ipmi_timing_parms parms; ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:552:28: note: byref variable will be forcibly initialized struct ipmi_timing_parms parms; ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:532:39: note: byref variable will be forcibly initialized struct ipmi_channel_lun_address_set val; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:519:39: note: byref variable will be forcibly initialized struct ipmi_channel_lun_address_set val; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:499:39: note: byref variable will be forcibly initialized struct ipmi_channel_lun_address_set val; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:487:39: note: byref variable will be forcibly initialized struct ipmi_channel_lun_address_set val; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:470:17: note: byref variable will be forcibly initialized unsigned char rval; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:469:17: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:456:16: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:439:17: note: byref variable will be forcibly initialized unsigned char rval; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:438:17: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:425:16: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:411:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:397:29: note: byref variable will be forcibly initialized struct ipmi_cmdspec_chans val; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:383:29: note: byref variable will be forcibly initialized struct ipmi_cmdspec_chans val; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:369:25: note: byref variable will be forcibly initialized struct ipmi_cmdspec val; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:355:23: note: byref variable will be forcibly initialized struct ipmi_cmdspec val; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:343:25: note: byref variable will be forcibly initialized struct ipmi_recv rsp; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:326:27: note: byref variable will be forcibly initialized struct ipmi_req_settime req; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:306:19: note: byref variable will be forcibly initialized struct ipmi_req req; ^~~ /kisskb/src/drivers/pwm/pwm-twl.c: In function 'twl_pwm_config': /kisskb/src/drivers/pwm/pwm-twl.c:64:5: note: byref variable will be forcibly initialized u8 pwm_config[2] = { 1, 0 }; ^~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl6030_pwmled_disable': /kisskb/src/drivers/pwm/pwm-twl-led.c:188:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl6030_pwmled_enable': /kisskb/src/drivers/pwm/pwm-twl-led.c:161:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/pwm/pwm-twl.c: In function 'twl4030_pwm_disable': /kisskb/src/drivers/pwm/pwm-twl.c:128:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/pwm/pwm-twl.c: In function 'twl4030_pwm_enable': /kisskb/src/drivers/pwm/pwm-twl.c:98:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl6030_pwmled_free': /kisskb/src/drivers/pwm/pwm-twl-led.c:239:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl6030_pwmled_request': /kisskb/src/drivers/pwm/pwm-twl-led.c:213:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/pwm/pwm-twl.c: In function 'twl4030_pwm_free': /kisskb/src/drivers/pwm/pwm-twl.c:195:5: note: byref variable will be forcibly initialized u8 val, mask; ^~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl4030_pwmled_disable': /kisskb/src/drivers/pwm/pwm-twl-led.c:121:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/pwm/pwm-twl.c: In function 'twl4030_pwm_request': /kisskb/src/drivers/pwm/pwm-twl.c:157:5: note: byref variable will be forcibly initialized u8 val, mask, bits; ^~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl4030_pwmled_enable': /kisskb/src/drivers/pwm/pwm-twl-led.c:96:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl4030_pwmled_config': /kisskb/src/drivers/pwm/pwm-twl-led.c:62:5: note: byref variable will be forcibly initialized u8 pwm_config[2] = { 1, 0 }; ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'start_clear_flags': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:377: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:366:16: note: byref variable will be forcibly initialized unsigned char msg[2]; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'handle_transaction_done': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:720:17: note: byref variable will be forcibly initialized unsigned char msg[4]; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:681:8: note: byref variable will be forcibly initialized bool irq_on; ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:679:17: note: byref variable will be forcibly initialized unsigned char msg[4]; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:588:17: note: byref variable will be forcibly initialized unsigned char msg[3]; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:565: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:796:17: note: byref variable will be forcibly initialized unsigned char msg[2]; ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/ipmi.h:21, from /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:40: /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'device_remove_group': /kisskb/src/include/linux/device.h:922: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 'ipmi_thread': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:979: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:1310: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:1360: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:1407: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:1457: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:1494: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:1526:24: note: byref variable will be forcibly initialized unsigned char msg[3]; ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/ipmi.h:21, from /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:40: /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'device_add_group': /kisskb/src/include/linux/device.h:914:32: note: byref variable will be forcibly initialized const struct attribute_group *groups[] = { grp, NULL }; ^~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_set_bits': /kisskb/src/drivers/video/backlight/adp8860_bl.c:141:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_clr_bits': /kisskb/src/drivers/video/backlight/adp8860_bl.c:160:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__list_splice_init_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:262:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), first); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_bl_ambient_light_zone_store': /kisskb/src/drivers/video/backlight/adp8860_bl.c:601:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c:600:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_store': /kisskb/src/drivers/video/backlight/adp8860_bl.c:441:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_bl_ambient_light_zone_show': /kisskb/src/drivers/video/backlight/adp8860_bl.c:582:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_bl_ambient_light_level_show': /kisskb/src/drivers/video/backlight/adp8860_bl.c:555:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_show': /kisskb/src/drivers/video/backlight/adp8860_bl.c:425:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/video/backlight/adp8860_bl.c:12: /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_probe': /kisskb/src/drivers/video/backlight/adp8860_bl.c:659:10: note: byref variable will be forcibly initialized uint8_t reg_val; ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c:658:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'panic_op_write_handler': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:77:7: note: byref variable will be forcibly initialized char valcp[16]; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84: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:2991:21: note: byref variable will be forcibly initialized struct prod_dev_id id = { ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_create_user': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:1253: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:1413: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:1435: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:1457: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:1479: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:1499: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:1524: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:1668: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:1714:23: note: byref variable will be forcibly initialized int i, rv = -ENOENT, index; ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'i_ipmi_req_ipmb': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1965:7: note: byref variable will be forcibly initialized long seqid; ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1964: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:2157:7: note: byref variable will be forcibly initialized long seqid; ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2156:16: note: byref variable will be forcibly initialized unsigned char ipmb_seq; ^~~~~~~~ /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_msghandler.c: In function 'send_guid_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3234:36: note: byref variable will be forcibly initialized struct ipmi_system_interface_addr si; ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3233:36: note: byref variable will be forcibly initialized struct kernel_ipmi_msg msg; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__get_guid': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3305: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:2496:25: note: byref variable will be forcibly initialized struct kernel_ipmi_msg msg; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2495:36: note: byref variable will be forcibly initialized struct ipmi_system_interface_addr si; ^~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__get_device_id': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2536: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:3318:36: note: byref variable will be forcibly initialized struct ipmi_system_interface_addr si; ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3317:36: note: byref variable will be forcibly initialized unsigned char data[1]; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3316:36: note: byref variable will be forcibly initialized struct kernel_ipmi_msg msg; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__scan_channels': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3445: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:2630:10: note: byref variable will be forcibly initialized guid_t guid; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2628: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:1392:10: note: byref variable will be forcibly initialized int rv, index; ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1391: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:2865:9: note: byref variable will be forcibly initialized guid_t guid; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2864: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:2845: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:2829: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:2813: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:2796: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:2778: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:2761: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:2745: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:2730: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:2714: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:2907:8: note: byref variable will be forcibly initialized bool guid_set; ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2901: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:3495: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:2384:10: note: byref variable will be forcibly initialized int rv, index; ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2383:27: note: byref variable will be forcibly initialized unsigned char saddr = 0, lun = 0; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2383:16: note: byref variable will be forcibly initialized unsigned char saddr = 0, lun = 0; ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_request_supply_msgs': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2423:10: note: byref variable will be forcibly initialized int rv, index; ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2422:27: note: byref variable will be forcibly initialized unsigned char saddr = 0, lun = 0; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2422:16: note: byref variable will be forcibly initialized unsigned char saddr = 0, lun = 0; ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'deliver_response': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:931:7: note: byref variable will be forcibly initialized int index; ^~~~~ /kisskb/src/drivers/video/backlight/ktd253-backlight.c: In function 'ktd253_backlight_probe': /kisskb/src/drivers/video/backlight/ktd253-backlight.c:149:6: note: byref variable will be forcibly initialized u32 brightness; ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/ktd253-backlight.c:148:6: note: byref variable will be forcibly initialized u32 max_brightness; ^~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_timeout_handler': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4922:23: note: byref variable will be forcibly initialized bool need_timer = false; ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4920:23: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4918: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:1570:6: note: byref variable will be forcibly initialized int index; ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1569: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:3726:25: note: byref variable will be forcibly initialized struct ipmi_recv_msg *recv_msg; ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3725: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:4021:25: note: byref variable will be forcibly initialized struct ipmi_recv_msg *recv_msg; ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4020:24: note: byref variable will be forcibly initialized struct ipmi_lan_addr lan_addr; ^~~~~~~~ /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/char/ipmi/ipmi_msghandler.c: In function 'handle_read_event_rsp': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4306:23: note: byref variable will be forcibly initialized struct list_head msgs; ^~~~ /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/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/amba/bus.c: In function 'amba_find_device': /kisskb/src/drivers/video/backlight/lm3533_bl.c:134:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/amba/bus.c:734:19: note: byref variable will be forcibly initialized struct find_data data; ^~~~ /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/char/ipmi/ipmi_msghandler.c: In function 'ipmi_panic_request_and_wait': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5105:23: note: byref variable will be forcibly initialized struct ipmi_recv_msg recv_msg; ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5104:23: note: byref variable will be forcibly initialized struct ipmi_smi_msg smi_msg; ^~~~~~~ /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/char/ipmi/ipmi_msghandler.c: In function 'send_panic_events': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5165:19: note: byref variable will be forcibly initialized struct ipmi_addr addr; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5163:16: note: byref variable will be forcibly initialized unsigned char data[16]; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5162:25: note: byref variable will be forcibly initialized struct kernel_ipmi_msg msg; ^~~ /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/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/char/ipmi/ipmi_msghandler.c: In function 'cleanup_smi_msgs': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3643:19: note: byref variable will be forcibly initialized struct list_head tmplist; ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'clean_up_interface_data': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:687:19: note: byref variable will be forcibly initialized struct list_head list; ^~~~ /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; ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '_ipmi_destroy_user': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:1322:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(user->self, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1308:19: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_parse_led_sources': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:379:6: note: byref variable will be forcibly initialized u32 sources[LM3630A_NUM_SINKS]; ^~~~~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_parse_bank': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:408:12: note: byref variable will be forcibly initialized u32 bank, val; ^~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c:408:6: note: byref variable will be forcibly initialized u32 bank, val; ^~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c:407:14: note: byref variable will be forcibly initialized const char *label; ^~~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_parse_node': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:480:21: note: byref variable will be forcibly initialized int ret = -ENODEV, seen_led_sources = 0; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_read': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:62:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /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/lm3630a_bl.c: In function 'lm3630a_backlight_register': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:339:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ /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_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_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/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/video/backlight/lv5207lp.c: In function 'lv5207lp_probe': /kisskb/src/drivers/video/backlight/lv5207lp.c:84:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ /kisskb/src/drivers/video/backlight/pandora_bl.c: In function 'pandora_backlight_probe': /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:44:5: note: byref variable will be forcibly initialized u8 r; ^ /kisskb/src/drivers/video/backlight/pcf50633-backlight.c: In function 'pcf50633_bl_probe': /kisskb/src/drivers/video/backlight/pcf50633-backlight.c:100:30: note: byref variable will be forcibly initialized struct backlight_properties bl_props; ^~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'iproc_pll_determine_rate': /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:521:30: note: byref variable will be forcibly initialized struct iproc_pll_vco_param vco_param; ^~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, 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:171: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, 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:624: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; ^~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_power_off': /kisskb/src/drivers/video/backlight/pwm_bl.c:69:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_power_on': /kisskb/src/drivers/video/backlight/pwm_bl.c:44:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_update_status': /kisskb/src/drivers/video/backlight/pwm_bl.c:112:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_parse_dt': /kisskb/src/drivers/video/backlight/pwm_bl.c:238:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c:237:6: note: byref variable will be forcibly initialized int length; ^~~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c:234:15: note: byref variable will be forcibly initialized unsigned int num_steps = 0; ^~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/video/backlight/pwm_bl.c:13: /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_probe': /kisskb/src/drivers/video/backlight/pwm_bl.c:461:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c:457:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c:456:37: note: byref variable will be forcibly initialized struct platform_pwm_backlight_data defdata; ^~~~~~~ /kisskb/src/drivers/video/backlight/rt4831-backlight.c: In function 'rt4831_bl_get_brightness': /kisskb/src/drivers/video/backlight/rt4831-backlight.c:58:5: note: byref variable will be forcibly initialized u8 v[2]; ^ /kisskb/src/drivers/video/backlight/rt4831-backlight.c:57:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/video/backlight/rt4831-backlight.c: In function 'rt4831_bl_update_status': /kisskb/src/drivers/video/backlight/rt4831-backlight.c:38:5: note: byref variable will be forcibly initialized u8 v[2]; ^ /kisskb/src/drivers/video/backlight/rt4831-backlight.c: In function 'rt4831_parse_backlight_properties': /kisskb/src/drivers/video/backlight/rt4831-backlight.c:88:6: note: byref variable will be forcibly initialized u32 brightness; ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/rt4831-backlight.c:87:5: note: byref variable will be forcibly initialized u8 propval; ^~~~~~~ /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/drivers/video/backlight/qcom-wled.c: In function 'wled5_ovp_delay': /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:1382:29: note: byref variable will be forcibly initialized const struct wled_u32_opts wled5_opts[] = { ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:1354:29: note: byref variable will be forcibly initialized const struct wled_u32_opts wled4_opts[] = { ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:1326:29: note: byref variable will be forcibly initialized const struct wled_u32_opts wled3_opts[] = { ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:1322: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:578:7: note: byref variable will be forcibly initialized bool fault_set; ^~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:576: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:813: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:960: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:838:15: note: byref variable will be forcibly initialized u32 int_sts, fault_sts; ^~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:838: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:1576: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:1616:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:1612:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ In file included from /kisskb/src/drivers/dma/dw/core.c:24: /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/video/backlight/wm831x_bl.c: In function 'wm831x_backlight_probe': /kisskb/src/drivers/video/backlight/wm831x_bl.c:117:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c:17: /kisskb/src/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c: In function 'axi_desc_get': /kisskb/src/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c:261:13: note: byref variable will be forcibly initialized dma_addr_t phys; ^~~~ /kisskb/src/drivers/dma/dw/core.c: In function 'dwc_descriptor_complete': /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, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma/dw/core.c:11: /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:26: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/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c:11: /kisskb/src/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c: In function 'vchan_synchronize': /kisskb/src/drivers/dma/dw-axi-dmac/../virt-dma.h:213:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included 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 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c: In function 'vchan_free_chan_resources': /kisskb/src/drivers/dma/dw-axi-dmac/../virt-dma.h:191:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:26: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_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-axi-dmac/dw-axi-dmac-platform.c: In function 'dma_chan_terminate_all': /kisskb/src/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c:1123:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:26: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_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/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c:12: /kisskb/src/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c: In function 'parse_device_properties': /kisskb/src/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c:1284:11: note: byref variable will be forcibly initialized u32 tmp, carr[DMAC_MAX_CHANNELS]; ^~~~ /kisskb/src/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c:1284:6: note: byref variable will be forcibly initialized u32 tmp, carr[DMAC_MAX_CHANNELS]; ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma/dw/core.c:11: /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:26: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_scan_descriptors': /kisskb/src/drivers/dma/dw/core.c:302:13: note: byref variable will be forcibly initialized dma_addr_t llp; ^~~ /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/drivers/char/ipmi/ipmi_si_hotmod.c: In function 'check_hotmod_int_op': /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c:86: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:108: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:197:18: note: byref variable will be forcibly initialized enum hotmod_op op; ^~ /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c:188:24: note: byref variable will be forcibly initialized struct ipmi_plat_data h; ^ /kisskb/src/drivers/soc/fsl/qe/qe_common.c: In function 'cpm_muram_init': /kisskb/src/drivers/soc/fsl/qe/qe_common.c:48:18: note: byref variable will be forcibly initialized struct resource r; ^ /kisskb/src/drivers/soc/fsl/qe/qe_common.c: In function 'cpm_muram_alloc': /kisskb/src/drivers/soc/fsl/qe/qe_common.c:152:28: note: byref variable will be forcibly initialized struct genpool_data_align muram_pool_data; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_common.c: In function 'cpm_muram_alloc_fixed': /kisskb/src/drivers/soc/fsl/qe/qe_common.c:204:28: note: byref variable will be forcibly initialized struct genpool_data_fixed muram_pool_data_fixed; ^~~~~~~~~~~~~~~~~~~~~ /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; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_hardcode.c: In function 'ipmi_hardcode_init_one': /kisskb/src/drivers/char/ipmi/ipmi_si_hardcode.c:64:24: note: byref variable will be forcibly initialized struct ipmi_plat_data p; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_hardcode.c: In function 'ipmi_hardcode_init': /kisskb/src/drivers/char/ipmi/ipmi_si_hardcode.c:97:8: note: byref variable will be forcibly initialized char *si_type[SI_MAX_PARMS]; ^~~~~~~ In file included from /kisskb/src/include/linux/of_irq.h:8, from /kisskb/src/drivers/soc/fsl/qe/qe_ic.c:13: /kisskb/src/drivers/soc/fsl/qe/qe_ic.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/soc/fsl/qe/qe_io.c: In function 'par_io_init': /kisskb/src/drivers/soc/fsl/qe/qe_io.c:31:6: note: byref variable will be forcibly initialized u32 num_ports; ^~~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_io.c:29:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/soc/fsl/qe/qe_io.c: In function 'par_io_of_config': /kisskb/src/drivers/soc/fsl/qe/qe_io.c:143:6: note: byref variable will be forcibly initialized int pio_map_len; ^~~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe.c: In function 'get_qe_base': /kisskb/src/drivers/soc/fsl/qe/qe.c:69:18: note: byref variable will be forcibly initialized struct resource res; ^~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/drivers/soc/fsl/qe/qe.c:20: /kisskb/src/drivers/soc/fsl/qe/qe.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/soc/fsl/qe/qe.c: In function 'qe_get_brg_clk': In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, 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/drivers/soc/fsl/qe/qe.c:162:6: note: byref variable will be forcibly initialized u32 brg; ^~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, 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:624: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/soc/fsl/qe/qe.c: In function 'qe_get_num_of_risc': /kisskb/src/drivers/soc/fsl/qe/qe.c:620:15: note: byref variable will be forcibly initialized unsigned int num_of_risc = 0; ^~~~~~~~~~~ /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/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; ^~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/clk/hisilicon/clk.c:19: /kisskb/src/drivers/clk/hisilicon/clk.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/hisilicon/clk.c:13: /kisskb/src/drivers/clk/hisilicon/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/virtio/virtio.c: In function 'virtio_device_of_init': /kisskb/src/drivers/virtio/virtio.c:338:7: note: byref variable will be forcibly initialized char compat[] = "virtio,deviceXXXXXXXX"; ^~~~~~ /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; ^~~~ In file included from /kisskb/src/drivers/virtio/virtio_ring.c:10: /kisskb/src/drivers/virtio/virtio_ring.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c: In function 'of_ipmi_probe': /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:233:6: note: byref variable will be forcibly initialized int proplen; ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:229:18: note: byref variable will be forcibly initialized struct resource resource; ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:228:18: note: byref variable will be forcibly initialized struct si_sm_io io; ^~ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_create_virtqueue_packed': /kisskb/src/drivers/virtio/virtio_ring.c:1671: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:1671: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:1671: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/char/ipmi/ipmi_si_platform.c: In function 'platform_ipmi_probe': /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:137: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:137: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:137: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:137: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:137: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:136:18: note: byref variable will be forcibly initialized struct si_sm_io io; ^~ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_create_virtqueue_split': /kisskb/src/drivers/virtio/virtio_ring.c:934:15: note: byref variable will be forcibly initialized struct vring vring; ^~~~~ /kisskb/src/drivers/virtio/virtio_ring.c:932:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_new_virtqueue': /kisskb/src/drivers/virtio/virtio_ring.c:2292:15: note: byref variable will be forcibly initialized struct vring vring; ^~~~~ /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_is_pmic_cipher_ready': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1507:6: note: byref variable will be forcibly initialized u32 rdata; ^~~~~ /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_write32': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1295:16: note: byref variable will be forcibly initialized int ret, msb, rdata; ^~~~~ /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/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_init_dual_io': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1409:6: note: byref variable will be forcibly initialized u32 rdata; ^~~~~ /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_init_cipher': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1521:6: note: byref variable will be forcibly initialized u32 rdata = 0; ^~~~~ /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_init_sidly': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1378:6: note: byref variable will be forcibly initialized u32 rdata; ^~~~~ /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:11: note: byref variable will be forcibly initialized u32 tmp, arr[DW_DMA_MAX_NR_MASTERS]; ^~~ /kisskb/src/drivers/soc/amlogic/meson-gx-socinfo.c: In function 'meson_gx_socinfo_init': /kisskb/src/drivers/soc/amlogic/meson-gx-socinfo.c:134:15: note: byref variable will be forcibly initialized unsigned int socinfo; ^~~~~~~ /kisskb/src/drivers/soc/amlogic/meson-gx-pwrc-vpu.c: In function 'meson_gx_pwrc_vpu_get_power': /kisskb/src/drivers/soc/amlogic/meson-gx-pwrc-vpu.c:248:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'ipmi_dell_chassis_detect': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:429:13: note: byref variable will be forcibly initialized const char mfr[3] = DELL_IANA_MFR_ID; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'ipmi_poweroff_chassis': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:473:36: note: byref variable will be forcibly initialized unsigned char data[1]; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:471:36: note: byref variable will be forcibly initialized struct kernel_ipmi_msg send_msg; ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:470:36: note: byref variable will be forcibly initialized struct ipmi_system_interface_addr smi_addr; ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'ipmi_poweroff_cpi1': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:324:36: note: byref variable will be forcibly initialized unsigned char hotswap_ipmb; ^~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:322:36: note: byref variable will be forcibly initialized unsigned char data[1]; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:320:36: note: byref variable will be forcibly initialized struct kernel_ipmi_msg send_msg; ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:319:36: note: byref variable will be forcibly initialized struct ipmi_ipmb_addr ipmb_addr; ^~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:318:36: note: byref variable will be forcibly initialized struct ipmi_system_interface_addr smi_addr; ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'ipmi_poweroff_atca': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:251:36: note: byref variable will be forcibly initialized unsigned char data[4]; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:249:36: note: byref variable will be forcibly initialized struct kernel_ipmi_msg send_msg; ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:248:36: note: byref variable will be forcibly initialized struct ipmi_system_interface_addr smi_addr; ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'pps_poweroff_atca': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:187:36: note: byref variable will be forcibly initialized struct kernel_ipmi_msg send_msg; ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:186:36: note: byref variable will be forcibly initialized struct ipmi_system_interface_addr smi_addr; ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'ipmi_request_wait_for_response': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:127:20: note: byref variable will be forcibly initialized struct completion comp; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'ipmi_po_new_smi': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:559:36: note: byref variable will be forcibly initialized struct kernel_ipmi_msg send_msg; ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:558:36: note: byref variable will be forcibly initialized struct ipmi_system_interface_addr smi_addr; ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c: In function 'ipmi_atca_detect': /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:216:36: note: byref variable will be forcibly initialized unsigned char data[1]; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:214:36: note: byref variable will be forcibly initialized struct kernel_ipmi_msg send_msg; ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_poweroff.c:213:36: note: byref variable will be forcibly initialized struct ipmi_system_interface_addr smi_addr; ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c: In function '__ipmi_set_timeout': /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:371:36: note: byref variable will be forcibly initialized struct ipmi_system_interface_addr addr; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:369:36: note: byref variable will be forcibly initialized unsigned char data[6]; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:368:36: note: byref variable will be forcibly initialized struct kernel_ipmi_msg msg; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c: In function 'panic_halt_ipmi_heartbeat': /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:488:36: note: byref variable will be forcibly initialized struct ipmi_system_interface_addr addr; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:487:37: note: byref variable will be forcibly initialized struct kernel_ipmi_msg msg; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c: In function '__ipmi_heartbeat': /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:559:36: note: byref variable will be forcibly initialized struct ipmi_system_interface_addr addr; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:557:25: note: byref variable will be forcibly initialized struct kernel_ipmi_msg msg; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c: In function '_ipmi_set_timeout': /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:430:6: note: byref variable will be forcibly initialized int send_heartbeat_now; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c: In function 'ipmi_ioctl': /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:682:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c: In function 'ipmi_read': /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:795:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c: In function 'panic_halt_ipmi_set_timeout': /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:534:6: note: byref variable will be forcibly initialized int send_heartbeat_now; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c: In function 'set_param_timeout': /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:178:8: note: byref variable will be forcibly initialized char *endp; ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c: In function 'set_param_str': /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:212:13: note: byref variable will be forcibly initialized char valcp[16]; ^~~~~ /kisskb/src/drivers/soc/amlogic/meson-ee-pwrc.c: In function 'pwrc_ee_is_powered_off': /kisskb/src/drivers/soc/amlogic/meson-ee-pwrc.c:319:6: note: byref variable will be forcibly initialized u32 reg; ^~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/soc/amlogic/meson-ee-pwrc.c:8: /kisskb/src/drivers/soc/amlogic/meson-ee-pwrc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213: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/drivers/char/ipmi/ipmi_ipmb.c: In function 'ipmi_ipmb_thread': /kisskb/src/drivers/char/ipmi/ipmi_ipmb.c:279:18: note: byref variable will be forcibly initialized struct i2c_msg i2c_msg; ^~~~~~~ /kisskb/src/drivers/soc/qcom/cmd-db.c: In function 'cmd_db_get_header': /kisskb/src/drivers/soc/qcom/cmd-db.c:144:5: note: byref variable will be forcibly initialized u8 query[8]; ^~~~~ /kisskb/src/drivers/soc/qcom/cmd-db.c: In function 'cmd_db_read_addr': /kisskb/src/drivers/soc/qcom/cmd-db.c:186:29: note: byref variable will be forcibly initialized const struct entry_header *ent; ^~~ /kisskb/src/drivers/soc/qcom/cmd-db.c: In function 'cmd_db_read_aux_data': /kisskb/src/drivers/soc/qcom/cmd-db.c:206:24: note: byref variable will be forcibly initialized const struct rsc_hdr *rsc_hdr; ^~~~~~~ /kisskb/src/drivers/soc/qcom/cmd-db.c:205:29: note: byref variable will be forcibly initialized const struct entry_header *ent; ^~~ /kisskb/src/drivers/soc/qcom/cmd-db.c: In function 'cmd_db_read_slave_id': /kisskb/src/drivers/soc/qcom/cmd-db.c:229:29: note: byref variable will be forcibly initialized const struct entry_header *ent; ^~~ /kisskb/src/drivers/soc/qcom/qcom_gsbi.c: In function 'gsbi_probe': /kisskb/src/drivers/soc/qcom/qcom_gsbi.c:133:12: note: byref variable will be forcibly initialized u32 mask, gsbi_num; ^~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, 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:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/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:213: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:306:6: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/drivers/soc/samsung/exynos-chipid.c: In function 'exynos_chipid_get_chipid_info': /kisskb/src/drivers/soc/samsung/exynos-chipid.c:77:15: note: byref variable will be forcibly initialized unsigned int val, main_rev, sub_rev; ^~~ /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c: In function 'scpsys_add_subdomain': /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c:469:7: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/drivers/soc/samsung/exynos-chipid.c: In function 'exynos_chipid_probe': /kisskb/src/drivers/soc/samsung/exynos-chipid.c:99:28: note: byref variable will be forcibly initialized struct exynos_chipid_info soc_info; ^~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/soc/qcom/qcom-geni-se.c:4: /kisskb/src/drivers/soc/qcom/qcom-geni-se.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/soc/qcom/qcom-geni-se.c: In function 'geni_se_clk_freq_match': /kisskb/src/drivers/soc/qcom/qcom-geni-se.c:630:17: note: byref variable will be forcibly initialized unsigned long *tbl; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, 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:110:59: 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:828: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: /kisskb/src/drivers/xen/events/events_base.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:82: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:1332:23: note: byref variable will be forcibly initialized struct evtchn_status status; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/drivers/xen/events/events_base.c:28: /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_irq_lateeoi_locked': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:655:2: note: in expansion of macro 'smp_store_release' smp_store_release(&info->is_active, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'eoi_pirq': /kisskb/src/drivers/xen/events/events_base.c:852: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:818: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:834: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, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/xen/events/events_base.c:28: /kisskb/src/drivers/xen/events/events_base.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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:1791: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:1979: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:2006:25: note: byref variable will be forcibly initialized struct evtchn_bind_ipi bind_ipi; ^~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function '__startup_pirq': /kisskb/src/drivers/xen/events/events_base.c:874: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:1942:26: note: byref variable will be forcibly initialized struct physdev_map_pirq map_irq; ^~~~~~~ /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/xen/events/events_base.c: In function 'bind_interdomain_evtchn_to_irq_chip': /kisskb/src/drivers/xen/events/events_base.c:1309: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:1262:25: note: byref variable will be forcibly initialized struct evtchn_bind_ipi bind_ipi; ^~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_bind_pirq_gsi_to_irq': /kisskb/src/drivers/xen/events/events_base.c:1021: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:1138: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:1369:16: note: byref variable will be forcibly initialized evtchn_port_t evtchn = 0; ^~~~~~ /kisskb/src/drivers/xen/events/events_base.c:1368: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:1565: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:2066:21: note: byref variable will be forcibly initialized struct sched_poll poll; ^~~~ /kisskb/src/drivers/xen/events/events_base.c:2063: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:2088:34: note: byref variable will be forcibly initialized struct physdev_irq_status_query irq_status; ^~~~~~~~~~ /kisskb/src/drivers/soc/samsung/pm_domains.c: In function 'exynos_get_domain_name': /kisskb/src/drivers/soc/samsung/pm_domains.c:96: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:108:32: note: byref variable will be forcibly initialized struct of_phandle_args child, parent; ^~~~~~ /kisskb/src/drivers/soc/samsung/pm_domains.c:108:25: note: byref variable will be forcibly initialized struct of_phandle_args child, parent; ^~~~~ In file included from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/dma/mediatek/mtk-uart-apdma.c:9: /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:26: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 'mtk_uart_apdma_terminate_all': /kisskb/src/drivers/dma/mediatek/mtk-uart-apdma.c:398:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /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; ^~~ In file included from /kisskb/src/drivers/dma/sh/rcar-dmac.c:25: /kisskb/src/drivers/dma/sh/rcar-dmac.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/sh/../dmaengine.h:135:26: note: byref variable will be forcibly initialized struct dmaengine_result dummy_result = { ^~~~~~~~~~~~ /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]; ^~~~ /kisskb/src/drivers/dma/sh/rcar-dmac.c: In function 'rcar_dmac_of_xlate': /kisskb/src/drivers/dma/sh/rcar-dmac.c:1707:17: note: byref variable will be forcibly initialized dma_cap_mask_t mask; ^~~~ In file included from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/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:26: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:26: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, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/dma/mediatek/mtk-cqdma.c:17: /kisskb/src/drivers/dma/mediatek/mtk-cqdma.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma/sh/rcar-dmac.c:10: /kisskb/src/drivers/dma/sh/rcar-dmac.c: In function 'rcar_dmac_chan_reinit': /kisskb/src/drivers/dma/sh/rcar-dmac.c:829:12: note: byref variable will be forcibly initialized LIST_HEAD(descs); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/dma/sh/rcar-dmac.c: In function 'rcar_dmac_desc_recycle_acked': /kisskb/src/drivers/dma/sh/rcar-dmac.c:586:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/soc/renesas/rcar-rst.c: In function 'rcar_rst_init': /kisskb/src/drivers/soc/renesas/rcar-rst.c:84:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^~~~~ /kisskb/src/drivers/dma/sh/rcar-dmac.c: In function 'rcar_dmac_map_slave_addr': /kisskb/src/drivers/dma/sh/rcar-dmac.c:1151:14: note: byref variable will be forcibly initialized phys_addr_t dev_addr; ^~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/dma/sh/rcar-dmac.c:13: /kisskb/src/drivers/dma/sh/rcar-dmac.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/dmaengine.h:8, 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:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /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:323:16: note: byref variable will be forcibly initialized unsigned long events[NR_VM_EVENT_ITEMS]; ^~~~~~ /kisskb/src/drivers/dma/sh/rcar-dmac.c: In function 'rcar_dmac_isr_channel_thread': /kisskb/src/drivers/dma/sh/rcar-dmac.c:1631:33: note: byref variable will be forcibly initialized struct dmaengine_desc_callback cb; ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma/sh/rcar-dmac.c:10: /kisskb/src/drivers/dma/sh/rcar-dmac.c: In function 'rcar_dmac_xfer_chunk_alloc': /kisskb/src/drivers/dma/sh/rcar-dmac.c:665:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26: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 '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]; ^~~ /kisskb/src/drivers/dma/sh/rcar-dmac.c: In function 'rcar_dmac_desc_alloc': /kisskb/src/drivers/dma/sh/rcar-dmac.c:534:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/uapi/linux/virtio_balloon.h:31, from /kisskb/src/drivers/virtio/virtio_balloon.c:10: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'towards_target': /kisskb/src/include/linux/virtio_config.h:400: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; ^~~~~~~~~ In file included from /kisskb/src/include/uapi/linux/virtio_balloon.h:31, from /kisskb/src/drivers/virtio/virtio_balloon.c:10: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'update_balloon_size': /kisskb/src/include/linux/virtio_config.h:428: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, 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:400: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 '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; ^~ /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; ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'tell_host': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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; ^~ /kisskb/src/drivers/dma/sh/rcar-dmac.c: In function 'rcar_dmac_prep_dma_memcpy': /kisskb/src/drivers/dma/sh/rcar-dmac.c:1131:21: note: byref variable will be forcibly initialized struct scatterlist sgl; ^~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/dma/sh/rcar-dmac.c:11: /kisskb/src/drivers/dma/sh/rcar-dmac.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h: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:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma/sh/rcar-dmac.c:10: /kisskb/src/drivers/dma/sh/rcar-dmac.c: In function 'rcar_dmac_free_chan_resources': /kisskb/src/drivers/dma/sh/rcar-dmac.c:1081:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/dma/sh/rcar-dmac.c: In function 'rcar_dmac_chan_probe': /kisskb/src/drivers/dma/sh/rcar-dmac.c:1766:7: note: byref variable will be forcibly initialized char pdev_irqname[5]; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'virtballoon_free_page_report': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'fill_balloon': /kisskb/src/drivers/virtio/virtio_balloon.c:216:12: note: byref variable will be forcibly initialized LIST_HEAD(pages); ^~~~~ /kisskb/src/include/linux/list.h:26: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, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/dma/sh/usb-dmac.c:13: /kisskb/src/drivers/dma/sh/usb-dmac.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/dma/sh/usb-dmac.c: In function 'usb_dmac_chan_start_sg': /kisskb/src/drivers/dma/sh/usb-dmac.c:198:27: note: byref variable will be forcibly initialized dma_addr_t src_addr = 0, dst_addr = 0; ^~~~~~~~ /kisskb/src/drivers/dma/sh/usb-dmac.c:198:13: note: byref variable will be forcibly initialized dma_addr_t src_addr = 0, dst_addr = 0; ^~~~~~~~ In file included from /kisskb/src/include/uapi/linux/virtio_balloon.h:31, from /kisskb/src/drivers/virtio/virtio_balloon.c:10: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'virtballoon_probe': /kisskb/src/include/linux/virtio_config.h:428: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; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma/sh/usb-dmac.c:12: /kisskb/src/drivers/dma/sh/usb-dmac.c: In function 'vchan_free_chan_resources': /kisskb/src/drivers/dma/sh/../virt-dma.h:191:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/dma/sh/usb-dmac.c: In function 'usb_dmac_chan_terminate_all': /kisskb/src/drivers/dma/sh/usb-dmac.c:451:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/dma/sh/usb-dmac.c:450:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/dmaengine.h:8, 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:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/dma/sh/usb-dmac.c: In function 'usb_dmac_desc_free': /kisskb/src/drivers/dma/sh/usb-dmac.c:286:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, 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:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/dma/sh/usb-dmac.c: In function 'usb_dmac_of_xlate': /kisskb/src/drivers/dma/sh/usb-dmac.c:652:17: note: byref variable will be forcibly initialized dma_cap_mask_t mask; ^~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/dma/sh/usb-dmac.c:13: /kisskb/src/drivers/dma/sh/usb-dmac.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213: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/dma/sh/usb-dmac.c: In function 'usb_dmac_chan_probe': /kisskb/src/drivers/dma/sh/usb-dmac.c:712:7: note: byref variable will be forcibly initialized char pdev_irqname[5]; ^~~~~~~~~~~~ /kisskb/src/drivers/soc/renesas/r8a779a0-sysc.c: In function 'r8a779a0_sysc_pd_init': /kisskb/src/drivers/soc/renesas/r8a779a0-sysc.c:372:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^~~~~ In file included from /kisskb/src/drivers/clk/hisilicon/clkdivider-hi6220.c:12: /kisskb/src/drivers/clk/hisilicon/clkdivider-hi6220.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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; ^~~~ In file included from /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:52: /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_dma_chan_handle_cyclic': /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:1001:33: note: byref variable will be forcibly initialized struct dmaengine_desc_callback cb; ^~ /kisskb/src/drivers/soc/renesas/rcar-sysc.c: In function 'rcar_sysc_pd_init': /kisskb/src/drivers/soc/renesas/rcar-sysc.c:351:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^~~~~ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_vdma_alloc_tx_segment': /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:640: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:661:13: note: byref variable will be forcibly initialized dma_addr_t phys; ^~~~ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_dma_chan_desc_cleanup': /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/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/dma/xilinx/xilinx_dma.c: In function 'xilinx_dma_chan_probe': /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:2769:6: note: byref variable will be forcibly initialized u32 value, width; ^~~~~ /kisskb/src/drivers/soc/qcom/mdt_loader.c: In function '__qcom_mdt_load': /kisskb/src/drivers/soc/qcom/mdt_loader.c:141:9: note: byref variable will be forcibly initialized size_t metadata_len; ^~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/mdt_loader.c:137:25: note: byref variable will be forcibly initialized const struct firmware *seg_fw; ^~~~~~ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_dma_child_probe': /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:2931: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:3012:30: note: byref variable will be forcibly initialized u32 num_frames, addr_width, len_width; ^~~~~~~~~ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:3012:18: note: byref variable will be forcibly initialized u32 num_frames, addr_width, len_width; ^~~~~~~~~~ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:3012:6: note: byref variable will be forcibly initialized u32 num_frames, addr_width, len_width; ^~~~~~~~~~ /kisskb/src/drivers/clk/hisilicon/clk-hi3559a.c: In function 'clk_pll_set_rate': /kisskb/src/drivers/clk/hisilicon/clk-hi3559a.c:377:55: note: byref variable will be forcibly initialized u32 frac_val, postdiv1_val, postdiv2_val, fbdiv_val, refdiv_val; ^~~~~~~~~~ /kisskb/src/drivers/clk/hisilicon/clk-hi3559a.c:377:44: note: byref variable will be forcibly initialized u32 frac_val, postdiv1_val, postdiv2_val, fbdiv_val, refdiv_val; ^~~~~~~~~ /kisskb/src/drivers/clk/hisilicon/clk-hi3559a.c:377:30: note: byref variable will be forcibly initialized u32 frac_val, postdiv1_val, postdiv2_val, fbdiv_val, refdiv_val; ^~~~~~~~~~~~ /kisskb/src/drivers/clk/hisilicon/clk-hi3559a.c:377:16: note: byref variable will be forcibly initialized u32 frac_val, postdiv1_val, postdiv2_val, fbdiv_val, refdiv_val; ^~~~~~~~~~~~ /kisskb/src/drivers/clk/hisilicon/clk-hi3559a.c:377:6: note: byref variable will be forcibly initialized u32 frac_val, postdiv1_val, postdiv2_val, fbdiv_val, refdiv_val; ^~~~~~~~ /kisskb/src/drivers/clk/hisilicon/clk-hi3559a.c: In function 'hisi_clk_register_pll': /kisskb/src/drivers/clk/hisilicon/clk-hi3559a.c:461:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/soc/qcom/ocmem.c:17: /kisskb/src/drivers/soc/qcom/ocmem.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/soc/qcom/rmtfs_mem.c: In function 'qcom_rmtfs_mem_remove': /kisskb/src/drivers/soc/qcom/rmtfs_mem.c:268:25: note: byref variable will be forcibly initialized struct qcom_scm_vmperm perm; ^~~~ /kisskb/src/drivers/soc/qcom/rmtfs_mem.c: In function 'qcom_rmtfs_mem_probe': /kisskb/src/drivers/soc/qcom/rmtfs_mem.c:178:6: note: byref variable will be forcibly initialized u32 vmid; ^~~~ /kisskb/src/drivers/soc/qcom/rmtfs_mem.c:177:6: note: byref variable will be forcibly initialized u32 client_id; ^~~~~~~~~ /kisskb/src/drivers/soc/qcom/rmtfs_mem.c:174:25: note: byref variable will be forcibly initialized struct qcom_scm_vmperm perms[2]; ^~~~~ In file included from /kisskb/src/drivers/dma/xilinx/zynqmp_dma.c:21: /kisskb/src/drivers/dma/xilinx/zynqmp_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/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]; ^~~ /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; ^~~ /kisskb/src/drivers/dma/xilinx/zynqmp_dma.c: In function 'zynqmp_dma_chan_desc_cleanup': /kisskb/src/drivers/dma/xilinx/zynqmp_dma.c:608:34: note: byref variable will be forcibly initialized struct dmaengine_desc_callback cb; ^~ In file included from /kisskb/src/drivers/virtio/virtio_input.c:4: /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_cfg_select': /kisskb/src/include/linux/virtio_config.h:400: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:428: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:428: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; ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/soc/qcom/rpmh.c:8: /kisskb/src/drivers/soc/qcom/rpmh.c: In function 'rpmh_write': /kisskb/src/drivers/soc/qcom/rpmh.c:263:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(compl); ^~~~~ /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/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]; ^~ In file included from /kisskb/src/drivers/virtio/virtio_input.c:4: /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_cfg_abs': /kisskb/src/include/linux/virtio_config.h:400: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:400: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:400: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:400: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:400: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:174:22: note: byref variable will be forcibly initialized u32 mi, ma, re, fu, fl; ^~ /kisskb/src/drivers/virtio/virtio_input.c:174:18: note: byref variable will be forcibly initialized u32 mi, ma, re, fu, fl; ^~ /kisskb/src/drivers/virtio/virtio_input.c:174:14: note: byref variable will be forcibly initialized u32 mi, ma, re, fu, fl; ^~ /kisskb/src/drivers/virtio/virtio_input.c:174:10: note: byref variable will be forcibly initialized u32 mi, ma, re, fu, fl; ^~ /kisskb/src/drivers/virtio/virtio_input.c:174:6: note: byref variable will be forcibly initialized u32 mi, ma, re, fu, fl; ^~ In file included from /kisskb/src/drivers/virtio/virtio_input.c:4: /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_probe': /kisskb/src/include/linux/virtio_config.h:400: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:400: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:400: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:400: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, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/dma/xilinx/zynqmp_dma.c:11: /kisskb/src/drivers/dma/xilinx/zynqmp_dma.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/soc/qcom/smd-rpm.c: In function 'qcom_smd_rpm_callback': /kisskb/src/drivers/soc/qcom/smd-rpm.c:161:7: note: byref variable will be forcibly initialized char msgbuf[32]; ^~~~~~ In file included from /kisskb/src/drivers/dma/dmaengine.c:40: /kisskb/src/drivers/dma/dmaengine.c: In function 'dma_async_is_tx_complete': /kisskb/src/include/linux/dmaengine.h:1433:22: note: byref variable will be forcibly initialized struct dma_tx_state state; ^~~~~ /kisskb/src/drivers/soc/qcom/smem_state.c: In function 'qcom_smem_state_get': /kisskb/src/drivers/soc/qcom/smem_state.c:93:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /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; ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/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:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/soc/qcom/trace-rpmh.h:82, from /kisskb/src/drivers/soc/qcom/rpmh-rsc.c:32: /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function 'perf_trace_rpmh_tx_done': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_tx_done, ^~~~~~~~~~~ /kisskb/src/drivers/dma/dmaengine.c: In function 'dma_get_any_slave_channel': /kisskb/src/drivers/dma/dmaengine.c:728:17: note: byref variable will be forcibly initialized dma_cap_mask_t mask; ^~~~ /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function 'perf_trace_rpmh_send_msg': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ /kisskb/src/drivers/dma/dmaengine.c: In function 'dma_request_chan': /kisskb/src/drivers/dma/dmaengine.c:834:18: note: byref variable will be forcibly initialized dma_cap_mask_t mask; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/soc/qcom/trace-rpmh.h:82, from /kisskb/src/drivers/soc/qcom/rpmh-rsc.c:32: /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function 'trace_event_raw_event_rpmh_tx_done': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_tx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:15:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_tx_done, ^~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function 'trace_event_raw_event_rpmh_send_msg': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/./trace-rpmh.h:42:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rpmh_send_msg, ^~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function 'check_for_req_inflight': /kisskb/src/drivers/soc/qcom/rpmh-rsc.c:511:16: note: byref variable will be forcibly initialized unsigned long curr_enabled; ^~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function 'tcs_tx_done': /kisskb/src/drivers/soc/qcom/rpmh-rsc.c:389:16: note: byref variable will be forcibly initialized unsigned long irq_status; ^~~~~~~~~~ /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function 'rpmh_probe_tcs_config': /kisskb/src/drivers/soc/qcom/rpmh-rsc.c:845:29: note: byref variable will be forcibly initialized u32 config, max_tcs, ncpt, offset; ^~~~~~ /kisskb/src/drivers/soc/qcom/smem.c: In function 'qcom_smem_resolve_mem': /kisskb/src/drivers/soc/qcom/smem.c:872:18: note: byref variable will be forcibly initialized struct resource r; ^ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/cpu_pm.h:13, from /kisskb/src/drivers/soc/qcom/rpmh-rsc.c:9: /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function 'rpmh_rsc_send_data': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/rpmh-rsc.c:619:2: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(drv->tcs_wait, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/qcom/rpmh-rsc.c: In function 'rpmh_rsc_write_ctrl_data': /kisskb/src/drivers/soc/qcom/rpmh-rsc.c:705:18: note: byref variable will be forcibly initialized int tcs_id = 0, cmd_id = 0; ^~~~~~ /kisskb/src/drivers/soc/qcom/rpmh-rsc.c:705:6: note: byref variable will be forcibly initialized int tcs_id = 0, cmd_id = 0; ^~~~~~ /kisskb/src/drivers/soc/qcom/smem.c: In function 'qcom_smem_alloc': /kisskb/src/drivers/soc/qcom/smem.c:446:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/soc/qcom/smem.c: In function 'qcom_smem_get': /kisskb/src/drivers/soc/qcom/smem.c:580:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/drivers/soc/qcom/smp2p.c:12: /kisskb/src/drivers/soc/qcom/smp2p.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/soc/qcom/smp2p.c: In function 'qcom_smp2p_notify_in': /kisskb/src/drivers/soc/qcom/smp2p.c:222:7: note: byref variable will be forcibly initialized char buf[SMP2P_MAX_ENTRY_NAME]; ^~~ /kisskb/src/drivers/soc/qcom/smp2p.c: In function 'qcom_smp2p_intr': /kisskb/src/drivers/soc/qcom/smp2p.c:283:9: note: byref variable will be forcibly initialized size_t size; ^~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_is_enabled_regmap': /kisskb/src/drivers/regulator/helpers.c:29:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_voltage_sel_pickable_regmap': /kisskb/src/drivers/regulator/helpers.c:133:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/helpers.c:131:15: note: byref variable will be forcibly initialized unsigned int r_val; ^~~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_voltage_sel_regmap': /kisskb/src/drivers/regulator/helpers.c:237:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_map_voltage_linear_range': /kisskb/src/drivers/regulator/helpers.c:413:7: note: byref variable will be forcibly initialized bool found; ^~~~~ /kisskb/src/drivers/regulator/helpers.c:412:15: note: byref variable will be forcibly initialized unsigned int sel; ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_map_voltage_pickable_linear_range': /kisskb/src/drivers/regulator/helpers.c:472:16: note: byref variable will be forcibly initialized unsigned int sel; ^~~ /kisskb/src/drivers/regulator/helpers.c:471:8: note: byref variable will be forcibly initialized bool found; ^~~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_desc_list_voltage_linear_range': /kisskb/src/drivers/regulator/helpers.c:620:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_bypass_regmap': /kisskb/src/drivers/regulator/helpers.c:746:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_current_limit_regmap': /kisskb/src/drivers/regulator/helpers.c:851:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_set_ramp_delay_regmap': /kisskb/src/drivers/regulator/helpers.c:949:15: note: byref variable will be forcibly initialized unsigned int sel; ^~~ In file included from /kisskb/src/drivers/dma/qcom/hidma_ll.c:17: /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, 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:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /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; ^~~~~~~~~ /kisskb/src/drivers/soc/qcom/socinfo.c: In function 'socinfo_debugfs_init': /kisskb/src/drivers/soc/qcom/socinfo.c:459:9: note: byref variable will be forcibly initialized size_t size; ^~~~ /kisskb/src/drivers/soc/qcom/socinfo.c: In function 'qcom_socinfo_probe': /kisskb/src/drivers/soc/qcom/socinfo.c:610:9: note: byref variable will be forcibly initialized size_t item_size; ^~~~~~~~~ In file included from /kisskb/src/drivers/dma/qcom/hidma.c:62: /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:130:27: note: byref variable will be forcibly initialized struct dmaengine_result result; ^~~~~~ /kisskb/src/drivers/dma/qcom/hidma.c:129:34: note: byref variable will be forcibly initialized struct dmaengine_desc_callback cb; ^~ /kisskb/src/drivers/dma/qcom/hidma.c:117:19: note: byref variable will be forcibly initialized struct list_head list; ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dmaengine.h:8, from /kisskb/src/drivers/dma/qcom/hidma.c:45: /kisskb/src/drivers/dma/qcom/hidma.c: In function 'hidma_terminate_channel': /kisskb/src/drivers/dma/qcom/hidma.c:465:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26: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_free_chan_resources': /kisskb/src/drivers/dma/qcom/hidma.c:530:12: note: byref variable will be forcibly initialized LIST_HEAD(descs); ^~~~~ /kisskb/src/include/linux/list.h:26: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:348:12: note: byref variable will be forcibly initialized LIST_HEAD(descs); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/regulator/devres.c: In function 'devm_regulator_unregister_supply_alias': /kisskb/src/drivers/regulator/devres.c:273:38: note: byref variable will be forcibly initialized struct regulator_supply_alias_match match; ^~~~~ /kisskb/src/drivers/regulator/devres.c: In function 'devm_regulator_unregister_notifier': /kisskb/src/drivers/regulator/devres.c:407:34: note: byref variable will be forcibly initialized struct regulator_notifier_match match; ^~~~~ In file included from /kisskb/src/drivers/dma/virt-dma.h:13, 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, 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:26: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; ^~ /kisskb/src/drivers/regulator/irq_helpers.c: In function 'regulator_notifier_isr': /kisskb/src/drivers/regulator/irq_helpers.c:161:16: note: byref variable will be forcibly initialized unsigned long rdev_map = 0; ^~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/soc/qcom/smsm.c:11: /kisskb/src/drivers/soc/qcom/smsm.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/soc/qcom/smsm.c: In function 'smsm_get_size_info': /kisskb/src/drivers/soc/qcom/smsm.c:445:9: note: byref variable will be forcibly initialized size_t size; ^~~~ /kisskb/src/drivers/soc/qcom/smsm.c: In function 'smsm_parse_ipc': /kisskb/src/drivers/soc/qcom/smsm.c:368:7: note: byref variable will be forcibly initialized char key[16]; ^~~ /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; ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/of_irq.h:8, from /kisskb/src/drivers/soc/qcom/smsm.c:10: /kisskb/src/drivers/soc/qcom/smsm.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/dma/of-dma.c: In function 'of_dma_match_channel': /kisskb/src/drivers/dma/of-dma.c:229: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:254:25: note: byref variable will be forcibly initialized struct of_phandle_args dma_spec; ^~~~~~~~ /kisskb/src/drivers/soc/qcom/smsm.c: In function 'qcom_smsm_probe': /kisskb/src/drivers/soc/qcom/smsm.c:484:6: note: byref variable will be forcibly initialized u32 id; ^~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/regulator.h:174, from /kisskb/src/drivers/regulator/core.c:31: /kisskb/src/drivers/regulator/core.c: In function 'perf_trace_regulator_basic': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_basic, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_basic, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_basic, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'perf_trace_regulator_range': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'perf_trace_regulator_value': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/regulator.h:174, from /kisskb/src/drivers/regulator/core.c:31: /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_basic': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_basic, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_basic, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_value': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regulator_value, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'of_get_regulator': /kisskb/src/drivers/regulator/core.c:400:7: note: byref variable will be forcibly initialized char prop_name[64]; /* 64 is max size of property name */ ^~~~~~~~~ In file included from /kisskb/src/drivers/regulator/core.c:14: /kisskb/src/drivers/regulator/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_lock_dependent': /kisskb/src/drivers/regulator/core.c:324:24: note: byref variable will be forcibly initialized struct regulator_dev *old_contended_rdev = NULL; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:323:24: note: byref variable will be forcibly initialized struct regulator_dev *new_contended_rdev = NULL; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_get_regulator_prot_limits': /kisskb/src/drivers/regulator/of_regulator.c:62:8: note: byref variable will be forcibly initialized int *l[] = { ^ /kisskb/src/drivers/regulator/of_regulator.c:56:8: note: byref variable will be forcibly initialized char prop[255]; ^~~~ /kisskb/src/drivers/regulator/of_regulator.c:46:29: note: byref variable will be forcibly initialized struct notification_limit *limits[] = { ^~~~~~ /kisskb/src/drivers/regulator/of_regulator.c:38:6: note: byref variable will be forcibly initialized u32 pval; ^~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_get_regulation_constraints': /kisskb/src/drivers/regulator/of_regulator.c:91:6: note: byref variable will be forcibly initialized u32 pval; ^~~~ In file included from /kisskb/src/drivers/clk/mediatek/clk-mtk.c:11: /kisskb/src/drivers/clk/mediatek/clk-mtk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_lock_all': /kisskb/src/drivers/regulator/core.c:5903:27: note: byref variable will be forcibly initialized struct summary_lock_data lock_data; ^~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_lock': /kisskb/src/drivers/regulator/core.c:5922:24: note: byref variable will be forcibly initialized struct regulator_dev *old_contended_rdev = NULL; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:5921:24: note: byref variable will be forcibly initialized struct regulator_dev *new_contended_rdev = NULL; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_check_coupling_data': /kisskb/src/drivers/regulator/of_regulator.c:623:7: note: byref variable will be forcibly initialized int c_max_spread, c_n_phandles; ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/of_regulator.c:616:6: note: byref variable will be forcibly initialized int index; ^~~~~ /kisskb/src/drivers/clk/mediatek/clk-mtk.c: In function 'mtk_clk_register_composite': /kisskb/src/drivers/clk/mediatek/clk-mtk.c:174:14: note: byref variable will be forcibly initialized const char *parent; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'bypass_show': /kisskb/src/drivers/regulator/core.c:898:7: note: byref variable will be forcibly initialized bool bypass; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_show': /kisskb/src/drivers/regulator/core.c:5970:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'create_regulator': /kisskb/src/drivers/regulator/core.c:1735:8: note: byref variable will be forcibly initialized char buf[REG_STR_SIZE]; ^~~ /kisskb/src/drivers/regulator/core.c: In function 'rdev_init_debugfs': /kisskb/src/drivers/regulator/core.c:5079:7: note: byref variable will be forcibly initialized char name[NAME_MAX]; ^~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_voltage_rdev': /kisskb/src/drivers/regulator/core.c:4296:7: note: byref variable will be forcibly initialized bool bypassed; ^~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_call_set_voltage': /kisskb/src/drivers/regulator/core.c:3330:33: note: byref variable will be forcibly initialized struct pre_voltage_change_data data; ^~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_call_set_voltage_sel': /kisskb/src/drivers/regulator/core.c:3354:33: note: byref variable will be forcibly initialized struct pre_voltage_change_data data; ^~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_do_set_voltage': /kisskb/src/drivers/regulator/core.c:3467:15: note: byref variable will be forcibly initialized unsigned int selector; ^~~~~~~~ In file included from /kisskb/src/drivers/soc/qcom/qcom_stats.c:7: /kisskb/src/drivers/soc/qcom/qcom_stats.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_optimal_voltage': /kisskb/src/drivers/regulator/core.c:3801:7: note: byref variable will be forcibly initialized int tmp_max = INT_MAX; ^~~~~~~ /kisskb/src/drivers/regulator/core.c:3800:7: note: byref variable will be forcibly initialized int tmp_min = 0; ^~~~~~~ /kisskb/src/drivers/regulator/core.c:3766:26: note: byref variable will be forcibly initialized int desired_min_uV = 0, desired_max_uV = INT_MAX; ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3766:6: note: byref variable will be forcibly initialized int desired_min_uV = 0, desired_max_uV = INT_MAX; ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pm_domain.h:11, from /kisskb/src/drivers/soc/qcom/rpmhpd.c:9: /kisskb/src/drivers/soc/qcom/rpmhpd.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/soc/qcom/qcom_stats.c: In function 'qcom_soc_sleep_stats_show': /kisskb/src/drivers/soc/qcom/qcom_stats.c:112:25: note: byref variable will be forcibly initialized struct appended_stats votes; ^~~~~ /kisskb/src/drivers/soc/qcom/qcom_stats.c:106:21: note: byref variable will be forcibly initialized struct sleep_stats stat; ^~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_do_balance_voltage': /kisskb/src/drivers/regulator/core.c:3937:44: note: byref variable will be forcibly initialized int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; ^~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3937:24: note: byref variable will be forcibly initialized int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3937:8: note: byref variable will be forcibly initialized int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; ^~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3908:16: note: byref variable will be forcibly initialized unsigned long c_rdev_done = 0; ^~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_set_voltage': /kisskb/src/drivers/regulator/core.c:4029:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_set_suspend_voltage': /kisskb/src/drivers/regulator/core.c:4109:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/soc/qcom/wcnss_ctrl.c: In function 'wcnss_request_version': /kisskb/src/drivers/soc/qcom/wcnss_ctrl.c:173:23: note: byref variable will be forcibly initialized struct wcnss_msg_hdr msg; ^~~ /kisskb/src/drivers/soc/qcom/wcnss_ctrl.c: In function 'wcnss_download_nv': /kisskb/src/drivers/soc/qcom/wcnss_ctrl.c:203:14: note: byref variable will be forcibly initialized const char *nvbin = NVBIN_FILE; ^~~~~ /kisskb/src/drivers/soc/qcom/wcnss_ctrl.c:201:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_sync_voltage': /kisskb/src/drivers/regulator/core.c:4250:19: note: byref variable will be forcibly initialized int ret, min_uV, max_uV; ^~~~~~ /kisskb/src/drivers/regulator/core.c:4250:11: note: byref variable will be forcibly initialized int ret, min_uV, max_uV; ^~~~~~ /kisskb/src/drivers/soc/qcom/wcnss_ctrl.c: In function 'wcnss_async_probe': /kisskb/src/drivers/soc/qcom/wcnss_ctrl.c:294:7: note: byref variable will be forcibly initialized bool expect_cbc; ^~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'print_constraints_debug': /kisskb/src/drivers/regulator/core.c:1048:7: note: byref variable will be forcibly initialized char buf[160] = ""; ^~~ /kisskb/src/drivers/soc/qcom/wcnss_ctrl.c: In function 'qcom_wcnss_open_channel': /kisskb/src/drivers/soc/qcom/wcnss_ctrl.c:280:28: note: byref variable will be forcibly initialized struct rpmsg_channel_info chinfo; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_show_subtree': /kisskb/src/drivers/regulator/core.c:5790:22: note: byref variable will be forcibly initialized struct summary_data summary_data; ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_voltage': /kisskb/src/drivers/regulator/core.c:4350:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'drms_uA_update': /kisskb/src/drivers/regulator/core.c:921:15: note: byref variable will be forcibly initialized unsigned int mode; ^~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_disable': /kisskb/src/drivers/regulator/core.c:2912:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_disable_work': /kisskb/src/drivers/regulator/core.c:2989:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_enable': /kisskb/src/drivers/regulator/core.c:2805:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_force_disable': /kisskb/src/drivers/regulator/core.c:2961:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ww_ctx; ^~~~~~ /kisskb/src/drivers/soc/qcom/rpmpd.c: In function 'rpmpd_send_corner': /kisskb/src/drivers/soc/qcom/rpmpd.c:429:19: note: byref variable will be forcibly initialized struct rpmpd_req req = { ^~~ /kisskb/src/drivers/soc/qcom/rpmpd.c: In function 'rpmpd_send_enable': /kisskb/src/drivers/soc/qcom/rpmpd.c:417:19: note: byref variable will be forcibly initialized struct rpmpd_req req = { ^~~ In file included from /kisskb/src/include/linux/pm_domain.h:11, from /kisskb/src/drivers/soc/qcom/rpmpd.c:9: /kisskb/src/drivers/soc/qcom/rpmpd.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/regulator/core.c:15: /kisskb/src/drivers/regulator/core.c: In function 'regulator_bulk_enable': /kisskb/src/drivers/regulator/core.c:4790:25: note: byref variable will be forcibly initialized ASYNC_DOMAIN_EXCLUSIVE(async_domain); ^~~~~~~~~~~~ /kisskb/src/include/linux/async.h:35:22: note: in definition of macro 'ASYNC_DOMAIN_EXCLUSIVE' struct async_domain _name = { .pending = LIST_HEAD_INIT(_name.pending), \ ^~~~~ /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 }; ^~~~~~ In file included from /kisskb/src/drivers/dma/dmatest.c:13: /kisskb/src/drivers/dma/dmatest.c: In function 'dma_async_is_tx_complete': /kisskb/src/include/linux/dmaengine.h:1433:22: note: byref variable will be forcibly initialized struct dma_tx_state state; ^~~~~ In file included from /kisskb/src/drivers/dma/dmatest.c:21: /kisskb/src/drivers/dma/dmatest.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma/dmatest.c:11: /kisskb/src/drivers/dma/dmatest.c: In function 'dmatest_func': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:422:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:435:11: note: in expansion of macro '__wait_event_freezable_timeout' __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, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma/dmatest.c:11: /kisskb/src/drivers/dma/dmatest.c: In function 'dmatest_wait_get': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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/drivers/regulator/virtual.c: In function 'set_max_uA': /kisskb/src/drivers/regulator/virtual.c:196:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/regulator/virtual.c: In function 'set_min_uA': /kisskb/src/drivers/regulator/virtual.c:170:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/regulator/virtual.c: In function 'set_max_uV': /kisskb/src/drivers/regulator/virtual.c:144:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/regulator/virtual.c: In function 'set_min_uV': /kisskb/src/drivers/regulator/virtual.c:118:7: note: byref variable will be forcibly initialized long val; ^~~ /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:1260:32: note: byref variable will be forcibly initialized struct pl08x_bus_data *mbus, *sbus; ^~~~ /kisskb/src/drivers/dma/amba-pl08x.c:1260:25: note: byref variable will be forcibly initialized struct pl08x_bus_data *mbus, *sbus; ^~~~ /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, 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:26: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:26: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:26: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, 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:213: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; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c:956: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, 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:26: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:1332:12: note: byref variable will be forcibly initialized LIST_HEAD(descriptors); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26: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:26: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:555: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_irq_handler': /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c:1500:16: note: byref variable will be forcibly initialized unsigned long mask; ^~~~ /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:322:6: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c: In function 'xilinx_dpdma_debugfs_write': /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c:399:8: note: byref variable will be forcibly initialized char *kern_buff, *kern_buff_start; ^~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/reset/core.c:8: /kisskb/src/drivers/reset/core.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /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:572: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:622: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:884:20: note: byref variable will be forcibly initialized enum xenbus_state result; ^~~~~~ /kisskb/src/drivers/reset/core.c: In function '__of_reset_control_get': /kisskb/src/drivers/reset/core.c:818:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_read_reg': /kisskb/src/drivers/regulator/ad5398.c:40:17: note: byref variable will be forcibly initialized unsigned short val; ^~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_get_current_limit': /kisskb/src/drivers/regulator/ad5398.c:72:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_is_enabled': /kisskb/src/drivers/regulator/ad5398.c:128:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/regulator/act8865-regulator.c: In function 'act8865_get_mode': /kisskb/src/drivers/regulator/act8865-regulator.c:362:16: note: byref variable will be forcibly initialized int reg, ret, val = 0; ^~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_write_reg': /kisskb/src/drivers/regulator/ad5398.c:55:17: note: byref variable will be forcibly initialized unsigned short val; ^~~ /kisskb/src/drivers/regulator/act8865-regulator.c: In function 'act8600_charger_get_status': /kisskb/src/drivers/regulator/act8865-regulator.c:587:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_set_current_limit': /kisskb/src/drivers/regulator/ad5398.c:90:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_disable': /kisskb/src/drivers/regulator/ad5398.c:166:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_enable': /kisskb/src/drivers/regulator/ad5398.c:145:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/regulator/act8865-regulator.c: In function 'act8865_pmic_probe': /kisskb/src/drivers/regulator/act8865-regulator.c:741:27: note: byref variable will be forcibly initialized struct regulator_config config = { }; ^~~~~~ /kisskb/src/drivers/clk/mediatek/clk-gate.c: In function 'mtk_cg_bit_is_cleared': /kisskb/src/drivers/clk/mediatek/clk-gate.c:22: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:34:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/include/linux/device.h:29, 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:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/mediatek/clk-pll.c: In function 'mtk_pll_round_rate': /kisskb/src/drivers/clk/mediatek/clk-pll.c:232:6: note: byref variable will be forcibly initialized int postdiv; ^~~~~~~ /kisskb/src/drivers/clk/mediatek/clk-pll.c:231:6: note: byref variable will be forcibly initialized u32 pcw = 0; ^~~ In file included from /kisskb/src/include/linux/mm.h:30, 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:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/mediatek/clk-pll.c: In function 'mtk_pll_set_rate': /kisskb/src/drivers/clk/mediatek/clk-pll.c:203:6: note: byref variable will be forcibly initialized u32 postdiv; ^~~~~~~ /kisskb/src/drivers/clk/mediatek/clk-pll.c:202:6: note: byref variable will be forcibly initialized u32 pcw = 0; ^~~ In file included from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/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:26: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:26: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_chan_mux': /kisskb/src/drivers/dma/fsl-edma-common.c:112:6: note: byref variable will be forcibly initialized int endian_diff[4] = {3, 1, -1, -3}; ^~~~~~~~~~~ /kisskb/src/drivers/clk/mediatek/clk-pll.c: In function 'mtk_clk_register_pll': /kisskb/src/drivers/clk/mediatek/clk-pll.c:320:14: note: byref variable will be forcibly initialized const char *parent_name = "clk26m"; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/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:26: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:26: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:673:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/module.h:12, 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:26: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:324:8: note: byref variable will be forcibly initialized char clkname[32]; ^~~~~~~ /kisskb/src/drivers/dma/fsl-edma.c:276:11: note: byref variable will be forcibly initialized int len, chans; ^~~~~ /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/drivers/clk/mediatek/clk-cpumux.c: In function 'clk_cpumux_get_parent': /kisskb/src/drivers/clk/mediatek/clk-cpumux.c:23: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:55:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ In file included from /kisskb/src/include/linux/dmaengine.h:8, from /kisskb/src/drivers/dma/idma64.c:11: /kisskb/src/drivers/dma/idma64.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma/idma64.c:10: /kisskb/src/drivers/dma/idma64.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:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/dma/idma64.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:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/drivers/dma/idma64.c:17: /kisskb/src/drivers/dma/idma64.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma/idma64.c:10: /kisskb/src/drivers/dma/idma64.c: In function 'idma64_terminate_all': /kisskb/src/drivers/dma/idma64.c:474:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/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:26: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:26: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:26: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: /kisskb/src/drivers/dma/k3dma.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/dma/pl330.c:30: /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 = { ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/tty/vt/vt_ioctl.c:14: /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function '__vt_event_wait': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c:153:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(vt_event_waitqueue, vw->done); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/regulator/driver.h:15, from /kisskb/src/drivers/regulator/scmi-regulator.c:29: /kisskb/src/drivers/regulator/scmi-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/scmi-regulator.c: In function 'process_scmi_regulator_of_node': /kisskb/src/drivers/regulator/scmi-regulator.c:260:6: note: byref variable will be forcibly initialized u32 dom, ret; ^~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_event_wait_ioctl': /kisskb/src/drivers/tty/vt/vt_ioctl.c:191:23: note: byref variable will be forcibly initialized struct vt_event_wait vw; ^~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_resizex': /kisskb/src/drivers/tty/vt/vt_ioctl.c:670:20: note: byref variable will be forcibly initialized struct vt_consize v; ^ /kisskb/src/drivers/regulator/scmi-regulator.c: In function 'scmi_regulator_probe': /kisskb/src/drivers/regulator/scmi-regulator.c:303:31: note: byref variable will be forcibly initialized struct scmi_protocol_handle *ph; ^~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'do_unimap_ioctl': /kisskb/src/drivers/tty/vt/vt_ioctl.c:492:20: note: byref variable will be forcibly initialized struct unimapdesc tmp; ^~~ /kisskb/src/drivers/regulator/scmi-regulator.c: In function 'scmi_reg_get_voltage_sel': /kisskb/src/drivers/regulator/scmi-regulator.c:89:6: note: byref variable will be forcibly initialized s32 volt_uV; ^~~~~~~ /kisskb/src/drivers/regulator/scmi-regulator.c: In function 'scmi_reg_is_enabled': /kisskb/src/drivers/regulator/scmi-regulator.c:72:6: note: byref variable will be forcibly initialized u32 config; ^~~~~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_k_ioctl': /kisskb/src/drivers/tty/vt/vt_ioctl.c:468:26: note: byref variable will be forcibly initialized struct console_font_op op; ^~ /kisskb/src/drivers/tty/vt/vt_ioctl.c:360:21: note: byref variable will be forcibly initialized struct kbd_repeat kbrep; ^~~~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_setactivate': /kisskb/src/drivers/tty/vt/vt_ioctl.c:593:24: note: byref variable will be forcibly initialized struct vt_setactivate vsa; ^~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_disallocate_all': /kisskb/src/drivers/tty/vt/vt_ioctl.c:651:18: note: byref variable will be forcibly initialized struct vc_data *vc[MAX_NR_CONSOLES]; ^~ /kisskb/src/drivers/dma/pl330.c: In function '_loop': /kisskb/src/drivers/dma/pl330.c:1289:20: note: byref variable will be forcibly initialized struct _arg_LPEND lpend; ^~~~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_waitactive': /kisskb/src/drivers/tty/vt/vt_ioctl.c:219:23: note: byref variable will be forcibly initialized struct vt_event_wait vw; ^~ /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/tty/vt/vt_ioctl.c: In function 'vt_ioctl': /kisskb/src/drivers/tty/vt/vt_ioctl.c:788:18: note: byref variable will be forcibly initialized struct vt_mode tmp; ^~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c:765:18: note: byref variable will be forcibly initialized struct vt_mode tmp; ^~~ /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 'pl330_submit_req': /kisskb/src/drivers/dma/pl330.c:1472:20: note: byref variable will be forcibly initialized struct _xfer_spec xs; ^~ /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:1000:17: note: byref variable will be forcibly initialized struct _arg_GO go; ^~ In file included from /kisskb/src/drivers/dma/pl330.c:14: /kisskb/src/drivers/dma/pl330.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/dma/pl330.c: In function 'pl330_tasklet': /kisskb/src/drivers/dma/pl330.c:2097:34: note: byref variable will be forcibly initialized struct dmaengine_desc_callback cb; ^~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/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:26: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, from /kisskb/src/include/linux/printk.h:10, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, 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/spinlock.h:55, from /kisskb/src/include/linux/wait.h:9, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/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:43:39: note: in definition of macro 'DEFINE_SPINLOCK' #define DEFINE_SPINLOCK(x) spinlock_t x = __SPIN_LOCK_UNLOCKED(x) ^ /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/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; ^~~~~ In file included from /kisskb/src/drivers/clk/meson/clk-cpu-dyndiv.h:11, 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/reset/reset-scmi.c: In function 'scmi_reset_probe': /kisskb/src/drivers/reset/reset-scmi.c:95:31: note: byref variable will be forcibly initialized struct scmi_protocol_handle *ph; ^~ /kisskb/src/drivers/regulator/axp20x-regulator.c: In function 'axp20x_is_polyphase_slave': /kisskb/src/drivers/regulator/axp20x-regulator.c:1163:6: note: byref variable will be forcibly initialized u32 reg = 0; ^~~ /kisskb/src/drivers/regulator/axp20x-regulator.c: In function 'axp20x_regulator_parse_dt': /kisskb/src/drivers/regulator/axp20x-regulator.c:1074:6: note: byref variable will be forcibly initialized u32 dcdcfreq = 0; ^~~~~~~~ /kisskb/src/drivers/regulator/axp20x-regulator.c: In function 'axp20x_regulator_probe': /kisskb/src/drivers/regulator/axp20x-regulator.c:1219:14: note: byref variable will be forcibly initialized const char *dcdc5_name = axp22x_regulators[AXP22X_DCDC5].name; ^~~~~~~~~~ /kisskb/src/drivers/regulator/axp20x-regulator.c:1218:14: note: byref variable will be forcibly initialized const char *dcdc1_name = axp22x_regulators[AXP22X_DCDC1].name; ^~~~~~~~~~ /kisskb/src/drivers/regulator/axp20x-regulator.c:1217:6: note: byref variable will be forcibly initialized u32 workmode; ^~~~~~~~ /kisskb/src/drivers/regulator/bd71815-regulator.c: In function 'bd7181x_buck12_get_voltage_sel': /kisskb/src/drivers/regulator/bd71815-regulator.c:298:23: note: byref variable will be forcibly initialized int ret, regh, regl, val; ^~~ /kisskb/src/drivers/regulator/bd71815-regulator.c: In function 'bd7181x_buck12_set_voltage_sel': /kisskb/src/drivers/regulator/bd71815-regulator.c:330:11: note: byref variable will be forcibly initialized int ret, val, reg, regh, regl; ^~~ /kisskb/src/drivers/regulator/bd71815-regulator.c: In function 'buck12_set_hw_dvs_levels': /kisskb/src/drivers/regulator/bd71815-regulator.c:214:8: note: byref variable will be forcibly initialized int val2; ^~~~ /kisskb/src/drivers/regulator/bd71815-regulator.c:200:15: note: byref variable will be forcibly initialized int ret = 0, val; ^~~ /kisskb/src/drivers/clk/mediatek/clk-mux.c: In function 'mtk_clk_mux_get_parent': /kisskb/src/drivers/clk/mediatek/clk-mux.c:75: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:64: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:87:11: note: byref variable will be forcibly initialized u32 val, orig; ^~~~ /kisskb/src/drivers/reset/reset-ti-syscon.c: In function 'ti_syscon_reset_status': /kisskb/src/drivers/reset/reset-ti-syscon.c:142:15: note: byref variable will be forcibly initialized unsigned int reset_state; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/reset/reset-ti-syscon.c:21: /kisskb/src/drivers/reset/reset-ti-syscon.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/xen/features.c: In function 'xen_setup_features': /kisskb/src/drivers/xen/features.c:37:26: note: byref variable will be forcibly initialized struct xen_feature_info fi; ^~ /kisskb/src/drivers/reset/reset-ti-syscon.c: In function 'ti_syscon_reset_probe': /kisskb/src/drivers/reset/reset-ti-syscon.c:175:6: note: byref variable will be forcibly initialized int size, nr_controls, i; ^~~~ /kisskb/src/drivers/regulator/bd71828-regulator.c: In function 'ldo6_parse_dt': /kisskb/src/drivers/regulator/bd71828-regulator.c:118:15: note: byref variable will be forcibly initialized unsigned int mask[] = { BD71828_MASK_RUN_EN, BD71828_MASK_IDLE_EN, ^~~~ /kisskb/src/drivers/regulator/bd71828-regulator.c:111:11: note: byref variable will be forcibly initialized uint32_t uv = 0; ^~ In file included from /kisskb/src/drivers/regulator/da9055-regulator.c:20: /kisskb/src/drivers/regulator/da9055-regulator.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; ^~~ In file included from /kisskb/src/drivers/xen/xenbus/xenbus_comms.c:42: /kisskb/src/drivers/xen/xenbus/xenbus_comms.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:82: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/drivers/xen/xenbus/xenbus_comms.c:165:16: note: byref variable will be forcibly initialized unsigned int avail; ^~~~~ /kisskb/src/drivers/regulator/da9055-regulator.c: In function 'da9055_gpio_init': /kisskb/src/drivers/regulator/da9055-regulator.c:455:8: note: byref variable will be forcibly initialized char name[18]; ^~~~ /kisskb/src/drivers/regulator/da9055-regulator.c:427:8: note: byref variable will be forcibly initialized char name[18]; ^~~~ /kisskb/src/drivers/xen/xenbus/xenbus_comms.c: In function 'xb_write': /kisskb/src/drivers/xen/xenbus/xenbus_comms.c:114:16: note: byref variable will be forcibly initialized unsigned int avail; ^~~~~ In file included from /kisskb/src/drivers/xen/xenbus/xenbus_comms.c:35: /kisskb/src/drivers/xen/xenbus/xenbus_comms.c: In function 'xenbus_thread': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __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())) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_i2c_remove': /kisskb/src/drivers/regulator/da9121-regulator.c:1067:12: note: byref variable will be forcibly initialized const int mask_all[4] = { 0xFF, 0xFF, 0xFF, 0xFF }; ^~~~~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_set_current_limit': /kisskb/src/drivers/regulator/da9121-regulator.c:247:15: note: byref variable will be forcibly initialized unsigned int sel = 0; ^~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_buck_get_mode': /kisskb/src/drivers/regulator/da9121-regulator.c:320:15: note: byref variable will be forcibly initialized unsigned int val, mode; ^~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_get_current_limit': /kisskb/src/drivers/regulator/da9121-regulator.c:176:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_of_parse_cb': /kisskb/src/drivers/regulator/da9121-regulator.c:385:12: note: byref variable will be forcibly initialized uint32_t ripple_cancel; ^~~~~~~~~~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_check_device_type': /kisskb/src/drivers/regulator/da9121-regulator.c:820:6: note: byref variable will be forcibly initialized u32 variant_id; ^~~~~~~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c:819:6: note: byref variable will be forcibly initialized u32 device_id; ^~~~~~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_config_irq': /kisskb/src/drivers/regulator/da9121-regulator.c:957:12: note: byref variable will be forcibly initialized const int mask_all[4] = { 0, 0, 0xFF, 0xFF }; ^~~~~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c:956:15: note: byref variable will be forcibly initialized unsigned int p_delay = DA9121_DEFAULT_POLLING_PERIOD_MS; ^~~~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_i2c_probe': /kisskb/src/drivers/regulator/da9121-regulator.c:1032:12: note: byref variable will be forcibly initialized const int mask_all[4] = { 0xFF, 0xFF, 0xFF, 0xFF }; ^~~~~~~~ /kisskb/src/drivers/regulator/da9210-regulator.c: In function 'da9210_irq_handler': /kisskb/src/drivers/regulator/da9210-regulator.c:73:15: note: byref variable will be forcibly initialized unsigned int val, handled = 0; ^~~ /kisskb/src/drivers/regulator/fan53555.c: In function 'fan53555_parse_dt': /kisskb/src/drivers/regulator/fan53555.c:512:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/regulator/fan53555.c: In function 'fan53555_regulator_probe': /kisskb/src/drivers/regulator/fan53555.c:560:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/fan53555.c: In function 'fan53555_get_mode': /kisskb/src/drivers/regulator/fan53555.c:196:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/drivers/clk/meson/clk-dualdiv.h:11, from /kisskb/src/drivers/clk/meson/clk-dualdiv.c:28: /kisskb/src/drivers/clk/meson/clk-dualdiv.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/clk/meson/clk-dualdiv.c: In function 'meson_clk_dualdiv_recalc_rate': /kisskb/src/drivers/clk/meson/clk-dualdiv.c:52:33: note: byref variable will be forcibly initialized struct meson_clk_dualdiv_param setting; ^~~~~~~ /kisskb/src/drivers/xen/cpu_hotplug.c: In function 'vcpu_online': /kisskb/src/drivers/xen/cpu_hotplug.c:37:16: note: byref variable will be forcibly initialized char dir[16], state[16]; ^~~~~ /kisskb/src/drivers/xen/cpu_hotplug.c:37:7: note: byref variable will be forcibly initialized char dir[16], state[16]; ^~~ /kisskb/src/drivers/xen/cpu_hotplug.c: In function 'handle_vcpu_hotplug_event': /kisskb/src/drivers/xen/cpu_hotplug.c:75:15: note: byref variable will be forcibly initialized unsigned int cpu; ^~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/regulator/gpio-regulator.c:24: /kisskb/src/drivers/regulator/gpio-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/gpio-regulator.c: In function 'of_get_gpio_regulator_config': /kisskb/src/drivers/regulator/gpio-regulator.c:174:8: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/regulator/gpio-regulator.c:134:14: note: byref variable will be forcibly initialized const char *regtype; ^~~~~~~ /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: /kisskb/src/drivers/xen/grant-table.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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/tty/vt/vc_screen.c: In function 'vcs_read': /kisskb/src/drivers/tty/vt/vc_screen.c:407:28: note: byref variable will be forcibly initialized unsigned int this_round, skip = 0; ^~~~ /kisskb/src/drivers/tty/vt/vc_screen.c:374:7: note: byref variable will be forcibly initialized bool viewed, attr, uni_mode; ^~~~~~ /kisskb/src/drivers/tty/vt/vc_screen.c: In function 'vcs_write_buf': /kisskb/src/drivers/tty/vt/vc_screen.c:527:8: note: byref variable will be forcibly initialized char header[HEADER_SIZE]; ^~~~~~ /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/tty/vt/vc_screen.c: In function 'vcs_write': /kisskb/src/drivers/tty/vt/vc_screen.c:600:7: note: byref variable will be forcibly initialized bool viewed, attr; ^~~~~~ /kisskb/src/drivers/tty/vt/vc_screen.c:595:7: note: byref variable will be forcibly initialized u16 *org0, *org; ^~~~ /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; ^~~ /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; ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/xen/balloon.c:41: /kisskb/src/drivers/xen/balloon.c: In function 'decrease_reservation': /kisskb/src/drivers/xen/balloon.c:448:12: note: byref variable will be forcibly initialized LIST_HEAD(pages); ^~~~~ /kisskb/src/include/linux/list.h:26: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, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/xen/balloon.c:41: /kisskb/src/drivers/xen/balloon.c: In function 'balloon_thread': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:422:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:435:11: note: in expansion of macro '__wait_event_freezable_timeout' __ret = __wait_event_freezable_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/balloon.c:539:3: note: in expansion of macro 'wait_event_freezable_timeout' wait_event_freezable_timeout(balloon_thread_wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/lp3971.c: In function 'setup_regulators': /kisskb/src/drivers/regulator/lp3971.c:382:27: note: byref variable will be forcibly initialized struct regulator_config config = { }; ^~~~~~ /kisskb/src/drivers/regulator/lp3971.c: In function 'lp3971_i2c_probe': /kisskb/src/drivers/regulator/lp3971.c:408:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/regulator/lp3971.c: In function 'lp3971_reg_read': /kisskb/src/drivers/regulator/lp3971.c:342:6: note: byref variable will be forcibly initialized u16 val = 0; ^~~ /kisskb/src/drivers/regulator/lp3971.c: In function 'lp3971_set_bits': /kisskb/src/drivers/regulator/lp3971.c:358:6: note: byref variable will be forcibly initialized u16 tmp; ^~~ /kisskb/src/drivers/regulator/lp3972.c: In function 'setup_regulators': /kisskb/src/drivers/regulator/lp3972.c:478:27: note: byref variable will be forcibly initialized struct regulator_config config = { }; ^~~~~~ /kisskb/src/drivers/regulator/lp3972.c: In function 'lp3972_i2c_probe': /kisskb/src/drivers/regulator/lp3972.c:504:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/regulator/lp3972.c: In function 'lp3972_reg_read': /kisskb/src/drivers/regulator/lp3972.c:188:6: note: byref variable will be forcibly initialized u16 val = 0; ^~~ /kisskb/src/drivers/regulator/lp3972.c: In function 'lp3972_set_bits': /kisskb/src/drivers/regulator/lp3972.c:204:6: note: byref variable will be forcibly initialized u16 tmp; ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __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/regulator/lp8788-buck.c: In function 'lp8788_buck_get_mode': /kisskb/src/drivers/regulator/lp8788-buck.c:330:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/regulator/lp8788-buck.c: In function 'lp8788_buck_enable_time': /kisskb/src/drivers/regulator/lp8788-buck.c:295:5: note: byref variable will be forcibly initialized u8 val, addr = LP8788_BUCK1_TIMESTEP + id; ^~~ /kisskb/src/drivers/regulator/lp8788-buck.c: In function 'lp8788_get_buck_dvs_ctrl_mode': /kisskb/src/drivers/regulator/lp8788-buck.c:166:5: note: byref variable will be forcibly initialized u8 val, mask; ^~~ /kisskb/src/drivers/regulator/lp8788-buck.c: In function 'lp8788_select_buck_vout_addr': /kisskb/src/drivers/regulator/lp8788-buck.c:207:5: note: byref variable will be forcibly initialized u8 val, idx, addr; ^~~ /kisskb/src/drivers/regulator/lp8788-buck.c: In function 'lp8788_buck12_get_voltage_sel': /kisskb/src/drivers/regulator/lp8788-buck.c:278:5: note: byref variable will be forcibly initialized u8 val, addr; ^~~ /kisskb/src/drivers/regulator/lp8788-buck.c: In function 'lp8788_dvs_gpio_request': /kisskb/src/drivers/regulator/lp8788-buck.c:428:8: note: byref variable will be forcibly initialized char *b2_name[] = { "LP8788_B2_DVS1", "LP8788_B2_DVS2" }; ^~~~~~~ /kisskb/src/drivers/regulator/lp8788-buck.c: In function 'lp8788_init_dvs': /kisskb/src/drivers/regulator/lp8788-buck.c:464:5: note: byref variable will be forcibly initialized u8 default_dvs_mode[] = { LP8788_BUCK1_DVS_I2C, LP8788_BUCK2_DVS_I2C }; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/lp8788-buck.c:463:5: note: byref variable will be forcibly initialized u8 val[] = { LP8788_BUCK1_DVS_PIN, LP8788_BUCK2_DVS_PIN }; ^~~ /kisskb/src/drivers/regulator/lp8788-buck.c:462:5: note: byref variable will be forcibly initialized u8 mask[] = { LP8788_BUCK1_DVS_SEL_M, LP8788_BUCK2_DVS_SEL_M }; ^~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenwatch_thread': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __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/regulator/lp8788-ldo.c: In function 'lp8788_ldo_enable_time': /kisskb/src/drivers/regulator/lp8788-ldo.c:157:5: note: byref variable will be forcibly initialized u8 val, addr = LP8788_DLDO1_TIMESTEP + id; ^~~ /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/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, 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/clk/meson/clk-phase.h:11, from /kisskb/src/drivers/clk/meson/clk-phase.c:11: /kisskb/src/drivers/clk/meson/clk-phase.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/ltc3589.c: In function 'ltc3589_isr': /kisskb/src/drivers/regulator/ltc3589.c:357:18: note: byref variable will be forcibly initialized unsigned int i, irqstat, event; ^~~~~~~ /kisskb/src/drivers/regulator/ltc3589.c: In function 'ltc3589_of_parse_cb': /kisskb/src/drivers/regulator/ltc3589.c:184:6: note: byref variable will be forcibly initialized u32 r[2]; ^ /kisskb/src/drivers/regulator/ltc3589.c: In function 'ltc3589_probe': /kisskb/src/drivers/regulator/ltc3589.c:420:27: note: byref variable will be forcibly initialized struct regulator_config config = { }; ^~~~~~ /kisskb/src/drivers/regulator/ltc3676.c: In function 'ltc3676_isr': /kisskb/src/drivers/regulator/ltc3676.c:271:18: note: byref variable will be forcibly initialized unsigned int i, irqstat, event; ^~~~~~~ /kisskb/src/drivers/regulator/ltc3676.c: In function 'ltc3676_of_parse_cb': /kisskb/src/drivers/regulator/ltc3676.c:151:6: note: byref variable will be forcibly initialized u32 r[2]; ^ /kisskb/src/drivers/regulator/ltc3676.c: In function 'ltc3676_regulator_probe': /kisskb/src/drivers/regulator/ltc3676.c:326:27: note: byref variable will be forcibly initialized struct regulator_config config = { }; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/drivers/xen/time.c:6: /kisskb/src/drivers/xen/time.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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:155: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:88: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:163:44: note: byref variable will be forcibly initialized struct vcpu_register_runstate_memory_area area; ^~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/regulator/max1586.c:9: /kisskb/src/drivers/regulator/max1586.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/max1586.c: In function 'max1586_pmic_probe': /kisskb/src/drivers/regulator/max1586.c:213:39: note: byref variable will be forcibly initialized struct max1586_platform_data *pdata, pdata_of; ^~~~~~~~ /kisskb/src/drivers/regulator/max77620-regulator.c: In function 'max77620_regulator_set_fps_src': /kisskb/src/drivers/regulator/max77620-regulator.c:120:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/max77620-regulator.c: In function 'max77620_regulator_get_power_mode': /kisskb/src/drivers/regulator/max77620-regulator.c:240:15: note: byref variable will be forcibly initialized unsigned int val, addr; ^~~ /kisskb/src/drivers/regulator/max77620-regulator.c: In function 'max77620_regulator_get_fps_src': /kisskb/src/drivers/regulator/max77620-regulator.c:103:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/max77620-regulator.c: In function 'max77620_read_slew_rate': /kisskb/src/drivers/regulator/max77620-regulator.c:267:15: note: byref variable will be forcibly initialized unsigned int rval; ^~~~ /kisskb/src/drivers/regulator/max77620-regulator.c: In function 'max77620_regulator_get_mode': /kisskb/src/drivers/regulator/max77620-regulator.c:548:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/max77620-regulator.c: In function 'max77620_of_parse_cb': /kisskb/src/drivers/regulator/max77620-regulator.c:608:6: note: byref variable will be forcibly initialized u32 pval; ^~~~ /kisskb/src/drivers/regulator/max8649.c: In function 'max8649_get_mode': /kisskb/src/drivers/regulator/max8649.c:104:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/max8649.c: In function 'max8649_enable_time': /kisskb/src/drivers/regulator/max8649.c:63:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/max8649.c: In function 'max8649_regulator_probe': /kisskb/src/drivers/regulator/max8649.c:155:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/max8907-regulator.c: In function 'max8907_regulator_probe': /kisskb/src/drivers/regulator/max8907-regulator.c:280:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c: In function 'arm_smmu_of_xlate': /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c:1543:12: note: byref variable will be forcibly initialized u32 mask, fwid = 0; ^~~~ /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c:1543:6: note: byref variable will be forcibly initialized u32 mask, fwid = 0; ^~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c:20: /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/tty/hvc/hvc_console.c: In function 'hvc_poll_get_char': /kisskb/src/drivers/tty/hvc/hvc_console.c:866:7: note: byref variable will be forcibly initialized char ch; ^~ /kisskb/src/drivers/tty/hvc/hvc_console.c: In function 'hvc_console_print': /kisskb/src/drivers/tty/hvc/hvc_console.c:154:7: note: byref variable will be forcibly initialized char c[N_OUTBUF] __ALIGNED__; ^ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c:20: /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c: In function 'arm_smmu_register_legacy_master': /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c:139:8: note: byref variable will be forcibly initialized void *data = ⁢ ^~~~ /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c:138:29: note: byref variable will be forcibly initialized struct of_phandle_iterator it; ^~ In file included from /kisskb/src/drivers/tty/vt/selection.c:20: /kisskb/src/drivers/tty/vt/selection.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c: In function 'arm_smmu_probe_device': /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c:1360:26: note: byref variable will be forcibly initialized struct arm_smmu_device *smmu = NULL; ^~~~ /kisskb/src/drivers/tty/vt/selection.c: In function 'sel_loadlut': /kisskb/src/drivers/tty/vt/selection.c:120:6: note: byref variable will be forcibly initialized u32 tmplut[ARRAY_SIZE(inwordLut)]; ^~~~~~ /kisskb/src/drivers/tty/vt/selection.c: In function 'set_selection_user': /kisskb/src/drivers/tty/vt/selection.c:180:25: note: byref variable will be forcibly initialized struct tiocl_selection v; ^ /kisskb/src/drivers/tty/hvc/hvc_console.c: In function '__hvc_poll': /kisskb/src/drivers/tty/hvc/hvc_console.c:636:7: note: byref variable will be forcibly initialized char buf[N_INBUF] __ALIGNED__; ^~~ /kisskb/src/drivers/tty/hvc/hvc_console.c: In function 'hvc_set_winsz': /kisskb/src/drivers/tty/hvc/hvc_console.c:568:17: note: byref variable will be forcibly initialized struct winsize ws; ^~ /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c: In function 'arm_smmu_device_probe': /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c:2072:18: note: byref variable will be forcibly initialized resource_size_t ioaddr; ^~~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c: In function 'arm_smmu_init_domain_context': /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c:635:24: note: byref variable will be forcibly initialized struct io_pgtable_cfg pgtbl_cfg; ^~~~~~~~~ /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; ^ /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_clk_pll_determine_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; ^ In file included from /kisskb/src/drivers/clk/meson/clk-pll.h:12, from /kisskb/src/drivers/clk/meson/clk-pll.c:38: /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_clk_pll_set_rate': /kisskb/src/drivers/clk/meson/clk-pll.c:372:27: note: byref variable will be forcibly initialized unsigned int enabled, m, n, frac = 0; ^ /kisskb/src/drivers/clk/meson/clk-pll.c:372:24: note: byref variable will be forcibly initialized unsigned int enabled, m, n, frac = 0; ^ /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_determine_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:140:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/drivers/clk/meson/sclk-div.h:11, from /kisskb/src/drivers/clk/meson/sclk-div.c:23: /kisskb/src/drivers/clk/meson/sclk-div.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/max77826-regulator.c: In function 'max77826_read_device_id': /kisskb/src/drivers/regulator/max77826-regulator.c:226:15: note: byref variable will be forcibly initialized unsigned int device_id; ^~~~~~~~~ /kisskb/src/drivers/regulator/mp8859.c: In function 'mp8859_get_voltage_sel': /kisskb/src/drivers/regulator/mp8859.c:58:15: note: byref variable will be forcibly initialized unsigned int val_tmp; ^~~~~~~ /kisskb/src/drivers/regulator/mcp16502.c: In function 'mcp16502_get_status': /kisskb/src/drivers/regulator/mcp16502.c:270:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/mcp16502.c: In function 'mcp16502_set_voltage_time_sel': /kisskb/src/drivers/regulator/mcp16502.c:293:25: note: byref variable will be forcibly initialized unsigned int uV_delta, val; ^~~ /kisskb/src/drivers/regulator/mcp16502.c: In function 'mcp16502_get_mode': /kisskb/src/drivers/regulator/mcp16502.c:203:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/mpq7920.c: In function 'mpq7920_parse_cb': /kisskb/src/drivers/regulator/mpq7920.c:214:10: note: byref variable will be forcibly initialized uint8_t val; ^~~ /kisskb/src/drivers/regulator/mpq7920.c: In function 'mpq7920_parse_dt': /kisskb/src/drivers/regulator/mpq7920.c:245:10: note: byref variable will be forcibly initialized uint8_t freq; ^~~~ /kisskb/src/drivers/regulator/mt6311-regulator.c: In function 'mt6311_i2c_probe': /kisskb/src/drivers/regulator/mt6311-regulator.c:94:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/xen/dbgp.c: In function 'xen_dbgp_op': /kisskb/src/drivers/xen/dbgp.c:15:25: note: byref variable will be forcibly initialized struct physdev_dbgp_op dbgp; ^~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'spurious_threshold_store': /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:561: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:401: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: /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/drivers/xen/xenbus/xenbus_probe.c:892:12: note: byref variable will be forcibly initialized uint64_t v = 0; ^ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenstored_local_init': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:857:30: note: byref variable will be forcibly initialized struct evtchn_alloc_unbound alloc_unbound; ^~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_init': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:913:11: note: byref variable will be forcibly initialized uint64_t v = 0; ^ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_probe_node': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:500:7: note: byref variable will be forcibly initialized char devname[XEN_BUS_ID_SIZE]; ^~~~~~~ /kisskb/src/drivers/regulator/mt6380-regulator.c: In function 'mt6380_regulator_get_mode': /kisskb/src/drivers/regulator/mt6380-regulator.c:210:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_probe_devices': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:582: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:626:7: note: byref variable will be forcibly initialized char type[XEN_BUS_ID_SIZE]; ^~~~ /kisskb/src/drivers/regulator/mt6397-regulator.c: In function 'mt6397_set_buck_vosel_reg': /kisskb/src/drivers/regulator/mt6397-regulator.c:327:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/regulator/mt6397-regulator.c: In function 'mt6397_get_status': /kisskb/src/drivers/regulator/mt6397-regulator.c:221:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/regulator/mt6397-regulator.c: In function 'mt6397_regulator_probe': /kisskb/src/drivers/regulator/mt6397-regulator.c:355:6: note: byref variable will be forcibly initialized u32 reg_value, version; ^~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xen_set_callback_via': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:828:23: note: byref variable will be forcibly initialized struct xen_hvm_param a; ^ /kisskb/src/drivers/regulator/mt6397-regulator.c: In function 'mt6397_regulator_get_mode': /kisskb/src/drivers/regulator/mt6397-regulator.c:196:11: note: byref variable will be forcibly initialized int ret, regval; ^~~~~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359_get_status': /kisskb/src/drivers/regulator/mt6359-regulator.c:253:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359_regulator_get_mode': /kisskb/src/drivers/regulator/mt6359-regulator.c:271:11: note: byref variable will be forcibly initialized int ret, regval; ^~~~~~ In file included from /kisskb/src/drivers/clk/meson/vid-pll-div.h:11, from /kisskb/src/drivers/clk/meson/vid-pll-div.c:11: /kisskb/src/drivers/clk/meson/vid-pll-div.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359p_vemc_get_voltage_sel': /kisskb/src/drivers/regulator/mt6359-regulator.c:398:6: note: byref variable will be forcibly initialized u32 val = 0; ^~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359p_vemc_set_voltage_sel': /kisskb/src/drivers/regulator/mt6359-regulator.c:359:6: note: byref variable will be forcibly initialized u32 val = 0; ^~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359_regulator_probe': /kisskb/src/drivers/regulator/mt6359-regulator.c:954:9: note: byref variable will be forcibly initialized int i, hw_ver; ^~~~~~ /kisskb/src/drivers/regulator/qcom_rpm-regulator.c: In function 'rpm_reg_of_parse_freq': /kisskb/src/drivers/regulator/qcom_rpm-regulator.c:654:6: note: byref variable will be forcibly initialized u32 freq; ^~~~ /kisskb/src/drivers/regulator/qcom_rpm-regulator.c: In function 'rpm_reg_of_parse': /kisskb/src/drivers/regulator/qcom_rpm-regulator.c:685:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/regulator/qcom-rpmh-regulator.c: In function 'rpmh_regulator_init_vreg': /kisskb/src/drivers/regulator/qcom-rpmh-regulator.c:418:7: note: byref variable will be forcibly initialized char rpmh_resource_name[20] = ""; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom-rpmh-regulator.c: In function 'rpmh_regulator_probe': /kisskb/src/drivers/regulator/qcom-rpmh-regulator.c:1156:14: note: byref variable will be forcibly initialized const char *pmic_id; ^~~~~~~ /kisskb/src/drivers/clk/qcom/common.c: In function 'qcom_cc_drop_protected': /kisskb/src/drivers/clk/qcom/common.c:213:6: note: byref variable will be forcibly initialized u32 i; ^ /kisskb/src/drivers/regulator/qcom_smd-regulator.c: In function 'rpm_reg_write_active': /kisskb/src/drivers/regulator/qcom_smd-regulator.c:45:27: note: byref variable will be forcibly initialized struct rpm_regulator_req req[3]; ^~~ /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 'target_store': /kisskb/src/drivers/xen/xen-balloon.c:192:8: note: byref variable will be forcibly initialized char *endchar; ^~~~~~~ /kisskb/src/drivers/xen/xen-balloon.c: In function 'target_kb_store': /kisskb/src/drivers/xen/xen-balloon.c:165:8: note: byref variable will be forcibly initialized char *endchar; ^~~~~~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_is_enabled_ldo': /kisskb/src/drivers/regulator/palmas-regulator.c:602:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_enable_ldo8_track': /kisskb/src/drivers/regulator/palmas-regulator.c:849:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_set_mode_smps': /kisskb/src/drivers/regulator/palmas-regulator.c:445:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_ldo_init': /kisskb/src/drivers/regulator/palmas-regulator.c:767:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/regulator/pca9450-regulator.c: In function 'pca9450_irq_handler': /kisskb/src/drivers/regulator/pca9450-regulator.c:662:15: note: byref variable will be forcibly initialized unsigned int status; ^~~~~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_smps_init': /kisskb/src/drivers/regulator/palmas-regulator.c:698:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/regulator/pca9450-regulator.c: In function 'buck_set_dvs': /kisskb/src/drivers/regulator/pca9450-regulator.c:158:11: note: byref variable will be forcibly initialized uint32_t uv; ^~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'tps65917_smps_registration': /kisskb/src/drivers/regulator/palmas-regulator.c:1292:21: note: byref variable will be forcibly initialized unsigned int addr, reg; ^~~ /kisskb/src/drivers/regulator/pca9450-regulator.c: In function 'pca9450_i2c_probe': /kisskb/src/drivers/regulator/pca9450-regulator.c:704:15: note: byref variable will be forcibly initialized unsigned int device_id, i; ^~~~~~~~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_smps_registration': /kisskb/src/drivers/regulator/palmas-regulator.c:1122:21: note: byref variable will be forcibly initialized unsigned int addr, reg; ^~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_dt_to_pdata': /kisskb/src/drivers/regulator/palmas-regulator.c:1472:6: note: byref variable will be forcibly initialized u32 prop; ^~~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_regulators_probe': /kisskb/src/drivers/regulator/palmas-regulator.c:1606:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_backend.c: In function 'xenbus_probe_backend': /kisskb/src/drivers/xen/xenbus/xenbus_probe_backend.c:159:18: note: byref variable will be forcibly initialized unsigned int i, dir_n = 0; ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_backend.c: In function 'backend_bus_id': /kisskb/src/drivers/xen/xenbus/xenbus_probe_backend.c:62:29: note: byref variable will be forcibly initialized const char *devid, *type, *frontend; ^~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_backend.c:61:6: note: byref variable will be forcibly initialized int domid, err; ^~~~~ /kisskb/src/drivers/clk/meson/axg-audio.c: In function 'axg_audio_reset_update': /kisskb/src/drivers/clk/meson/axg-audio.c:1712:23: note: byref variable will be forcibly initialized unsigned int offset, bit; ^~~ /kisskb/src/drivers/clk/meson/axg-audio.c:1712:15: note: byref variable will be forcibly initialized unsigned int offset, bit; ^~~~~~ /kisskb/src/drivers/clk/meson/axg-audio.c: In function 'axg_audio_reset_status': /kisskb/src/drivers/clk/meson/axg-audio.c:1727:28: note: byref variable will be forcibly initialized unsigned int val, offset, bit; ^~~ /kisskb/src/drivers/clk/meson/axg-audio.c:1727:20: note: byref variable will be forcibly initialized unsigned int val, offset, bit; ^~~~~~ /kisskb/src/drivers/clk/meson/axg-audio.c:1727:15: note: byref variable will be forcibly initialized unsigned int val, offset, bit; ^~~ /kisskb/src/drivers/regulator/pf8x00-regulator.c: In function 'handle_ilim_property': /kisskb/src/drivers/regulator/pf8x00-regulator.c:213:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/regulator/pf8x00-regulator.c: In function 'handle_shift_property': /kisskb/src/drivers/regulator/pf8x00-regulator.c:239:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/regulator/pf8x00-regulator.c: In function 'pf8x00_identify': /kisskb/src/drivers/regulator/pf8x00-regulator.c:503:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ In file included from /kisskb/src/drivers/xen/gntdev.c:35: /kisskb/src/drivers/xen/gntdev.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754: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: /kisskb/src/drivers/xen/gntdev.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:82: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:356:32: note: byref variable will be forcibly initialized struct gntab_unmap_queue_data unmap_data; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mutex.h:15, 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:26: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; ^~~ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_ioctl_get_offset_for_vaddr': /kisskb/src/drivers/xen/gntdev.c:627:43: note: byref variable will be forcibly initialized struct ioctl_gntdev_get_offset_for_vaddr op; ^~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __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, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_ioctl_notify': /kisskb/src/drivers/xen/gntdev.c:659: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:738: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:824: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:902:36: note: byref variable will be forcibly initialized struct gntdev_grant_copy_segment seg; ^~~ /kisskb/src/drivers/xen/gntdev.c:891:27: note: byref variable will be forcibly initialized struct gntdev_copy_batch batch; ^~~~~ /kisskb/src/drivers/xen/gntdev.c:890:33: note: byref variable will be forcibly initialized struct ioctl_gntdev_grant_copy copy; ^~~~ In file included from /kisskb/src/include/linux/mutex.h:15, 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:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /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; ^~~~ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_ioctl_map_grant_ref': /kisskb/src/drivers/xen/gntdev.c:569: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:604: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, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kbd_kern.h:6, from /kisskb/src/drivers/tty/vt/keyboard.c:33: /kisskb/src/drivers/tty/vt/keyboard.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/tty/vt/keyboard.c: In function 'vt_do_kbkeycode_ioctl': /kisskb/src/drivers/tty/vt/keyboard.c:1892:19: note: byref variable will be forcibly initialized struct kbkeycode tmp; ^~~ /kisskb/src/drivers/tty/vt/keyboard.c: In function 'vt_do_kdsk_ioctl': /kisskb/src/drivers/tty/vt/keyboard.c:2014:17: note: byref variable will be forcibly initialized struct kbentry kbe; ^~~ /kisskb/src/drivers/regulator/pfuze100-regulator.c: In function 'pfuze_identify': /kisskb/src/drivers/regulator/pfuze100-regulator.c:637:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/regulator/pfuze100-regulator.c: In function 'pfuze100_regulator_probe': /kisskb/src/drivers/regulator/pfuze100-regulator.c:773:7: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/regulator/pv88080-regulator.c: In function 'pv88080_buck_get_mode': /kisskb/src/drivers/regulator/pv88080-regulator.c:212:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/regulator/pv88080-regulator.c: In function 'pv88080_irq_handler': /kisskb/src/drivers/regulator/pv88080-regulator.c:329:9: note: byref variable will be forcibly initialized int i, reg_val, err, ret = IRQ_NONE; ^~~~~~~ /kisskb/src/drivers/regulator/pv88080-regulator.c: In function 'pv88080_i2c_probe': /kisskb/src/drivers/regulator/pv88080-regulator.c:386:22: note: byref variable will be forcibly initialized unsigned int conf2, conf5; ^~~~~ /kisskb/src/drivers/regulator/pv88080-regulator.c:386:15: note: byref variable will be forcibly initialized unsigned int conf2, conf5; ^~~~~ /kisskb/src/drivers/regulator/rohm-regulator.c: In function 'set_dvs_level': /kisskb/src/drivers/regulator/rohm-regulator.c:17:11: note: byref variable will be forcibly initialized uint32_t uv; ^~ In file included from /kisskb/src/drivers/xen/gntdev-dmabuf.c:14: /kisskb/src/drivers/xen/gntdev-dmabuf.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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:448: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:499: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:588: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:743: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:784: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:796: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:827:41: note: byref variable will be forcibly initialized struct ioctl_gntdev_dmabuf_imp_release op; ^~ /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_console_match': /kisskb/src/drivers/tty/serial/8250/8250_core.c:632:18: note: byref variable will be forcibly initialized resource_size_t addr; ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_core.c:631:16: note: byref variable will be forcibly initialized unsigned char iotype; ^~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_core.c:630:7: note: byref variable will be forcibly initialized char match[] = "uart"; /* 8250-specific earlycon name */ ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'serial8250_probe': /kisskb/src/drivers/tty/serial/8250/8250_core.c:799:24: note: byref variable will be forcibly initialized struct uart_8250_port uart; ^~~~ /kisskb/src/drivers/regulator/rt4831-regulator.c: In function 'rt4831_get_error_flags': /kisskb/src/drivers/regulator/rt4831-regulator.c:52:15: note: byref variable will be forcibly initialized unsigned int val, events = 0; ^~~ /kisskb/src/drivers/clk/qcom/clk-regmap.c: In function 'clk_is_enabled_regmap': /kisskb/src/drivers/clk/qcom/clk-regmap.c:25:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/rt4801-regulator.c: In function 'rt4801_probe': /kisskb/src/drivers/regulator/rt4801-regulator.c:186:16: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/rt4801-regulator.c:183:27: note: byref variable will be forcibly initialized struct regulator_config config = { .dev = &i2c->dev, .driver_data = priv, ^~~~~~ In file included from /kisskb/src/drivers/xen/gntalloc.c:58: /kisskb/src/drivers/xen/gntalloc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/xen/gntalloc.c:71: /kisskb/src/drivers/xen/gntalloc.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:82:21: note: byref variable will be forcibly initialized struct evtchn_send send = { .port = port }; ^~~~ /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/include/linux/module.h:12, from /kisskb/src/drivers/xen/gntalloc.c:54: /kisskb/src/drivers/xen/gntalloc.c: In function 'add_grefs': /kisskb/src/drivers/xen/gntalloc.c:126:12: note: byref variable will be forcibly initialized LIST_HEAD(queue_file); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26: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:26: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; ^~ In file included from /kisskb/src/drivers/tty/serial/8250/8250_port.c:38: /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'serial8250_in_MCR': /kisskb/src/drivers/tty/serial/8250/8250.h:235:16: note: byref variable will be forcibly initialized unsigned int mctrl_gpio = 0; ^~~~~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'rx_trig_bytes_store': /kisskb/src/drivers/tty/serial/8250/8250_port.c:3135:16: note: byref variable will be forcibly initialized unsigned char bytes; ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'serial8250_do_get_mctrl': /kisskb/src/drivers/tty/serial/8250/8250_port.c:2001:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'serial8250_console_restore': /kisskb/src/drivers/tty/serial/8250/8250_port.c:3314:27: note: byref variable will be forcibly initialized unsigned int baud, quot, frac = 0; ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c:3313:18: note: byref variable will be forcibly initialized struct ktermios termios; ^~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'serial8250_update_uartclk': /kisskb/src/drivers/tty/serial/8250/8250_port.c:2693:27: note: byref variable will be forcibly initialized unsigned int baud, quot, frac = 0; ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'serial8250_do_set_termios': /kisskb/src/drivers/tty/serial/8250/8250_port.c:2747:27: note: byref variable will be forcibly initialized unsigned int baud, quot, frac = 0; ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'serial8250_console_setup': /kisskb/src/drivers/tty/serial/8250/8250_port.c:3425:6: note: byref variable will be forcibly initialized int flow = 'n'; ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c:3424:6: note: byref variable will be forcibly initialized int parity = 'n'; ^~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c:3423:6: note: byref variable will be forcibly initialized int bits = 8; ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c:3422:6: note: byref variable will be forcibly initialized int baud = 9600; ^~~~ /kisskb/src/drivers/xen/swiotlb-xen.c: In function 'xen_swiotlb_fixup': /kisskb/src/drivers/xen/swiotlb-xen.c:112:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_dev_backend.c: In function 'xenbus_alloc': /kisskb/src/drivers/xen/xenbus/xenbus_dev_backend.c:32:30: note: byref variable will be forcibly initialized struct evtchn_alloc_unbound arg; ^~~ /kisskb/src/drivers/regulator/rt6160-regulator.c: In function 'rt6160_get_error_flags': /kisskb/src/drivers/regulator/rt6160-regulator.c:150:15: note: byref variable will be forcibly initialized unsigned int val, events = 0; ^~~ /kisskb/src/drivers/regulator/rt6160-regulator.c: In function 'rt6160_get_mode': /kisskb/src/drivers/regulator/rt6160-regulator.c:115:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/rt6160-regulator.c: In function 'rt6160_probe': /kisskb/src/drivers/regulator/rt6160-regulator.c:233:15: note: byref variable will be forcibly initialized unsigned int devid; ^~~~~ In file included from /kisskb/src/include/uapi/linux/virtio_rng.h:6, from /kisskb/src/drivers/char/hw_random/virtio-rng.c:12: /kisskb/src/drivers/char/hw_random/virtio-rng.c: In function 'virtio_find_single_vq': /kisskb/src/include/linux/virtio_config.h:195:20: note: byref variable will be forcibly initialized struct virtqueue *vq; ^~ /kisskb/src/include/linux/virtio_config.h:194:14: note: byref variable will be forcibly initialized const char *names[] = { n }; ^~~~~ /kisskb/src/include/linux/virtio_config.h:193:17: note: byref variable will be forcibly initialized vq_callback_t *callbacks[] = { c }; ^~~~~~~~~ /kisskb/src/drivers/char/hw_random/virtio-rng.c: In function 'request_entropy': /kisskb/src/drivers/char/hw_random/virtio-rng.c:52:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/regulator/rt6245-regulator.c: In function 'rt6245_init_device_properties': /kisskb/src/drivers/regulator/rt6245-regulator.c:126:5: note: byref variable will be forcibly initialized u8 propval; ^~~~~~~ /kisskb/src/drivers/regulator/rt6245-regulator.c:119:4: note: byref variable will be forcibly initialized } rt6245_props[] = { ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/rtmv20-regulator.c: In function 'rtmv20_check_chip_exist': /kisskb/src/drivers/regulator/rtmv20-regulator.c:280:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/rtmv20-regulator.c: In function 'rtmv20_irq_handler': /kisskb/src/drivers/regulator/rtmv20-regulator.c:169:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/rtmv20-regulator.c: In function 'rtmv20_lsw_get_current_limit': /kisskb/src/drivers/regulator/rtmv20-regulator.c:132:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/regulator/rtmv20-regulator.c: In function 'rtmv20_properties_init': /kisskb/src/drivers/regulator/rtmv20-regulator.c:240:7: note: byref variable will be forcibly initialized u32 temp; ^~~~ /kisskb/src/drivers/regulator/rtmv20-regulator.c:238:10: note: byref variable will be forcibly initialized __be16 bval16; ^~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c: In function 'wait_for_devices': /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:305:15: note: byref variable will be forcibly initialized unsigned int seconds_waited = 0; ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/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:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:362: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:375: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:415:16: note: byref variable will be forcibly initialized int be_state, fe_state, err; ^~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:415: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:449:18: note: byref variable will be forcibly initialized int devclass_n, dev_n; ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:449:6: note: byref variable will be forcibly initialized int devclass_n, dev_n; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/include/linux/of_gpio.h:14, from /kisskb/src/drivers/regulator/s5m8767.c:7: /kisskb/src/drivers/regulator/s5m8767.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/s5m8767.c: In function 's5m8767_enable_ext_control': /kisskb/src/drivers/regulator/s5m8767.c:468:16: note: byref variable will be forcibly initialized int ret, reg, enable_ctrl; ^~~~~~~~~~~ /kisskb/src/drivers/regulator/s5m8767.c:468:11: note: byref variable will be forcibly initialized int ret, reg, enable_ctrl; ^~~ /kisskb/src/drivers/regulator/s5m8767.c: In function 's5m8767_pmic_probe': /kisskb/src/drivers/regulator/s5m8767.c:927:19: note: byref variable will be forcibly initialized int enable_reg, enable_val; ^~~~~~~~~~ /kisskb/src/drivers/regulator/s5m8767.c:927:7: note: byref variable will be forcibly initialized int enable_reg, enable_val; ^~~~~~~~~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'clk_alpha_pll_round_rate': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:639:6: note: byref variable will be forcibly initialized u64 a; ^ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:638:6: note: byref variable will be forcibly initialized u32 l, alpha_width = pll_alpha_width(pll); ^ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'alpha_pll_huayra_round_rate': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:799:9: note: byref variable will be forcibly initialized u32 l, a; ^ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:799:6: note: byref variable will be forcibly initialized u32 l, a; ^ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'pll_is_enabled': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:354:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'clk_alpha_pll_recalc_rate': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:502:20: note: byref variable will be forcibly initialized u32 l, low, high, ctl; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:502:14: note: byref variable will be forcibly initialized u32 l, low, high, ctl; ^~~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:502:9: note: byref variable will be forcibly initialized u32 l, low, high, ctl; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:502:6: note: byref variable will be forcibly initialized u32 l, low, high, ctl; ^ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'alpha_pll_huayra_recalc_rate': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:704:20: note: byref variable will be forcibly initialized u32 l, alpha = 0, ctl, alpha_m, alpha_n; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:704:9: note: byref variable will be forcibly initialized u32 l, alpha = 0, ctl, alpha_m, alpha_n; ^~~~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:704:6: note: byref variable will be forcibly initialized u32 l, alpha = 0, ctl, alpha_m, alpha_n; ^ /kisskb/src/drivers/clk/renesas/r8a774e1-cpg-mssr.c: In function 'r8a774e1_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a774e1-cpg-mssr.c:314:6: note: byref variable will be forcibly initialized u32 cpg_mode; ^~~~~~~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'trion_pll_is_enabled': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:807:16: note: byref variable will be forcibly initialized u32 mode_val, opmode_val; ^~~~~~~~~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:807:6: note: byref variable will be forcibly initialized u32 mode_val, opmode_val; ^~~~~~~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'clk_trion_pll_recalc_rate': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:899:9: note: byref variable will be forcibly initialized u32 l, frac, alpha_width = pll_alpha_width(pll); ^~~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:899:6: note: byref variable will be forcibly initialized u32 l, frac, alpha_width = pll_alpha_width(pll); ^ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'clk_alpha_pll_postdiv_recalc_rate': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:958:6: note: byref variable will be forcibly initialized u32 ctl; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'alpha_pll_fabia_recalc_rate': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1170:9: note: byref variable will be forcibly initialized u32 l, frac, alpha_width = pll_alpha_width(pll); ^~~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1170:6: note: byref variable will be forcibly initialized u32 l, frac, alpha_width = pll_alpha_width(pll); ^ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'clk_trion_pll_postdiv_recalc_rate': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1321:18: note: byref variable will be forcibly initialized u32 i, div = 1, val; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'clk_alpha_pll_postdiv_fabia_set_rate': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1389:9: note: byref variable will be forcibly initialized int i, val = 0, div, ret; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'clk_alpha_pll_postdiv_fabia_recalc_rate': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1296:18: note: byref variable will be forcibly initialized u32 i, div = 1, val; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'clk_lucid_5lpe_pll_postdiv_set_rate': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1757:9: note: byref variable will be forcibly initialized int i, val = 0, div, ret; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'wait_for_pll': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:198:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'clk_alpha_pll_enable': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:377:6: note: byref variable will be forcibly initialized u32 val, mask; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function '__clk_alpha_pll_update_latch': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:531:6: note: byref variable will be forcibly initialized u32 mode; ^~~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'clk_alpha_pll_hwfsm_enable': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:299:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'clk_alpha_pll_hwfsm_disable': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:324:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'clk_trion_pll_enable': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:829:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'alpha_pll_fabia_enable': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1083:11: note: byref variable will be forcibly initialized u32 val, opmode_val; ^~~~~~~~~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1083:6: note: byref variable will be forcibly initialized u32 val, opmode_val; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'alpha_pll_lucid_5lpe_enable': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1647:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'clk_zonda_pll_enable': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1843:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'clk_alpha_pll_disable': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:429:6: note: byref variable will be forcibly initialized u32 val, mask; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'clk_trion_pll_disable': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:866:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function '__alpha_pll_trion_prepare': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1484:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'alpha_pll_fabia_disable': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1140:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'alpha_pll_lucid_5lpe_disable': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1689:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'clk_zonda_pll_disable': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1893:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function '__clk_alpha_pll_set_rate': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:588:6: note: byref variable will be forcibly initialized u64 a; ^ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:587:6: note: byref variable will be forcibly initialized u32 l, alpha_width = pll_alpha_width(pll); ^ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'alpha_pll_huayra_set_rate': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:757:17: note: byref variable will be forcibly initialized u32 l, a, ctl, cur_alpha = 0; ^~~~~~~~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:757:12: note: byref variable will be forcibly initialized u32 l, a, ctl, cur_alpha = 0; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:757:9: note: byref variable will be forcibly initialized u32 l, a, ctl, cur_alpha = 0; ^ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:757:6: note: byref variable will be forcibly initialized u32 l, a, ctl, cur_alpha = 0; ^ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'alpha_pll_fabia_set_rate': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1203:6: note: byref variable will be forcibly initialized u64 a; ^ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1200:6: note: byref variable will be forcibly initialized u32 l, alpha_width = pll_alpha_width(pll); ^ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'clk_zonda_pll_set_rate': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1923:6: note: byref variable will be forcibly initialized u64 a; ^ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1922:6: note: byref variable will be forcibly initialized u32 l, alpha_width = pll_alpha_width(pll); ^ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1921:6: note: byref variable will be forcibly initialized u32 test_ctl_val; ^~~~~~~~~~~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'alpha_pll_lucid_5lpe_prepare': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1724:6: note: byref variable will be forcibly initialized u32 val = 0; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'clk_alpha_pll_postdiv_round_ro_rate': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1005:6: note: byref variable will be forcibly initialized u32 ctl, div; ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'alpha_pll_fabia_prepare': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1225:6: note: byref variable will be forcibly initialized u64 a; ^ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1223:13: note: byref variable will be forcibly initialized u32 cal_l, val, alpha_width = pll_alpha_width(pll); ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1223:6: note: byref variable will be forcibly initialized u32 cal_l, val, alpha_width = pll_alpha_width(pll); ^~~~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function '__alpha_pll_trion_set_rate': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1516:6: note: byref variable will be forcibly initialized u64 a; ^ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1515:11: note: byref variable will be forcibly initialized u32 val, l, alpha_width = pll_alpha_width(pll); ^ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1515:6: note: byref variable will be forcibly initialized u32 val, l, alpha_width = pll_alpha_width(pll); ^~~ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c: In function 'clk_alpha_pll_agera_set_rate': /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1617:6: note: byref variable will be forcibly initialized u64 a; ^ /kisskb/src/drivers/clk/qcom/clk-alpha-pll.c:1614:6: note: byref variable will be forcibly initialized u32 l, alpha_width = pll_alpha_width(pll); ^ /kisskb/src/drivers/regulator/stpmic1_regulator.c: In function 'stpmic1_get_mode': /kisskb/src/drivers/regulator/stpmic1_regulator.c:464:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/regulator/slg51000-regulator.c: In function 'slg51000_irq_handler': /kisskb/src/drivers/regulator/slg51000-regulator.c:353:24: note: byref variable will be forcibly initialized unsigned int evt_otp, mask_otp; ^~~~~~~~ /kisskb/src/drivers/regulator/slg51000-regulator.c:353:15: note: byref variable will be forcibly initialized unsigned int evt_otp, mask_otp; ^~~~~~~ /kisskb/src/drivers/regulator/slg51000-regulator.c:351:5: note: byref variable will be forcibly initialized u8 evt[SLG51000_MAX_EVT_REGISTER][REG_MAX]; ^~~ /kisskb/src/drivers/regulator/slg51000-regulator.c: In function 'slg51000_regulator_init': /kisskb/src/drivers/regulator/slg51000-regulator.c:249:5: note: byref variable will be forcibly initialized u8 vsel_range[2]; ^~~~~~~~~~ /kisskb/src/drivers/regulator/slg51000-regulator.c:248:20: note: byref variable will be forcibly initialized unsigned int reg, val; ^~~ /kisskb/src/drivers/regulator/slg51000-regulator.c: In function 'slg51000_clear_fault_log': /kisskb/src/drivers/regulator/slg51000-regulator.c:419:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ /kisskb/src/drivers/regulator/sy8106a-regulator.c: In function 'sy8106a_i2c_probe': /kisskb/src/drivers/regulator/sy8106a-regulator.c:71:6: note: byref variable will be forcibly initialized u32 fixed_voltage; ^~~~~~~~~~~~~ /kisskb/src/drivers/regulator/sy8106a-regulator.c:70:15: note: byref variable will be forcibly initialized unsigned int reg, vsel; ^~~ /kisskb/src/drivers/regulator/tps62360-regulator.c: In function 'tps62360_dcdc_set_voltage_sel': /kisskb/src/drivers/regulator/tps62360-regulator.c:143:6: note: byref variable will be forcibly initialized int new_vset_id = tps->curr_vset_id; ^~~~~~~~~~~ /kisskb/src/drivers/regulator/tps62360-regulator.c: In function 'tps62360_get_mode': /kisskb/src/drivers/regulator/tps62360-regulator.c:222:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/regulator/tps62360-regulator.c: In function 'tps62360_dcdc_get_voltage_sel': /kisskb/src/drivers/regulator/tps62360-regulator.c:124:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/regulator/tps62360-regulator.c: In function 'tps62360_init_dcdc': /kisskb/src/drivers/regulator/tps62360-regulator.c:249:15: note: byref variable will be forcibly initialized unsigned int ramp_ctrl; ^~~~~~~~~ /kisskb/src/drivers/regulator/sy8827n.c: In function 'sy8827n_get_mode': /kisskb/src/drivers/regulator/sy8827n.c:61:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/include/linux/device.h:29, 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:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/tps65090-regulator.c: In function 'tps65090_try_enable_fet': /kisskb/src/drivers/regulator/tps65090-regulator.c:90:15: note: byref variable will be forcibly initialized unsigned int control; ^~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/regulator/tps65090-regulator.c:16: /kisskb/src/drivers/regulator/tps65090-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/tps65090-regulator.c: In function 'tps65090_regulator_probe': /kisskb/src/drivers/regulator/tps65090-regulator.c:414:29: note: byref variable will be forcibly initialized struct of_regulator_match *tps65090_reg_matches = NULL; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/hw_random/arm_smccc_trng.c: In function 'smccc_trng_read': /kisskb/src/drivers/char/hw_random/arm_smccc_trng.c:64:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /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:99:15: note: byref variable will be forcibly initialized struct page *page = info->pages[info->index++]; ^~~~ /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/xlate_mmu.c:32: /kisskb/src/drivers/xen/xlate_mmu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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; ^~~~ /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, 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:26: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; ^~~~~~~ In file included from /kisskb/src/drivers/tty/serial/8250/8250.h:13, from /kisskb/src/drivers/tty/serial/8250/8250_dma.c:12: /kisskb/src/drivers/tty/serial/8250/8250_dma.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:969:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/tty/serial/8250/8250_dma.c: In function '__dma_rx_complete': /kisskb/src/drivers/tty/serial/8250/8250_dma.c:48:22: note: byref variable will be forcibly initialized struct dma_tx_state state; ^~~~~ In file included from /kisskb/src/drivers/xen/privcmd.c:15: /kisskb/src/drivers/xen/privcmd.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /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, 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:26: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/tty/serial/8250/8250_dma.c: In function 'serial8250_request_dma': /kisskb/src/drivers/tty/serial/8250/8250_dma.c:154:24: note: byref variable will be forcibly initialized struct dma_slave_caps caps; ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_dma.c:153:18: note: byref variable will be forcibly initialized dma_cap_mask_t mask; ^~~~ In file included from /kisskb/src/drivers/xen/privcmd.c:15: /kisskb/src/drivers/xen/privcmd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /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; ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/xen/xen-scsiback.c:36: /kisskb/src/drivers/xen/xen-scsiback.c: In function 'scsiback_disconnect': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/xen/xen-scsiback.c:543:2: note: in expansion of macro 'wait_event' wait_event(info->waiting_to_free, ^~~~~~~~~~ /kisskb/src/drivers/xen/xen-scsiback.c: In function 'scsiback_init_sring': /kisskb/src/drivers/xen/xen-scsiback.c:783:8: note: byref variable will be forcibly initialized void *area; ^~~~ /kisskb/src/drivers/xen/xen-scsiback.c: In function 'scsiback_map': /kisskb/src/drivers/xen/xen-scsiback.c:823:16: note: byref variable will be forcibly initialized evtchn_port_t evtchn; ^~~~~~ /kisskb/src/drivers/xen/xen-scsiback.c:822:15: note: byref variable will be forcibly initialized unsigned int ring_ref; ^~~~~~~~ /kisskb/src/drivers/xen/xen-scsiback.c: In function 'scsiback_get_pend_req': /kisskb/src/drivers/xen/xen-scsiback.c:615:11: note: byref variable will be forcibly initialized int tag, cpu, i; ^~~ /kisskb/src/drivers/xen/xen-scsiback.c: In function 'prepare_pending_reqs': /kisskb/src/drivers/xen/xen-scsiback.c:640:19: note: byref variable will be forcibly initialized struct ids_tuple vir; ^~~ /kisskb/src/drivers/xen/xen-scsiback.c: In function 'scsiback_send_response': /kisskb/src/drivers/xen/xen-scsiback.c:289:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/xen/xen-scsiback.c:38: /kisskb/src/drivers/xen/xen-scsiback.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/tps6586x-regulator.c: In function 'tps6586x_regulator_preinit': /kisskb/src/drivers/regulator/tps6586x-regulator.c:270:16: note: byref variable will be forcibly initialized uint8_t val1, val2; ^~~~ /kisskb/src/drivers/regulator/tps6586x-regulator.c:270:10: note: byref variable will be forcibly initialized uint8_t val1, val2; ^~~~ /kisskb/src/drivers/xen/xen-scsiback.c: In function 'scsiback_gnttab_data_map_list': /kisskb/src/drivers/xen/xen-scsiback.c:403:30: note: byref variable will be forcibly initialized struct gnttab_map_grant_ref map[VSCSI_GRANT_BATCH]; ^~~ /kisskb/src/drivers/regulator/tps6586x-regulator.c: In function 'tps6586x_regulator_probe': /kisskb/src/drivers/regulator/tps6586x-regulator.c:455:29: note: byref variable will be forcibly initialized struct of_regulator_match *tps6586x_reg_matches = NULL; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/xen-scsiback.c: In function 'scsiback_fast_flush_area': /kisskb/src/drivers/xen/xen-scsiback.c:232:15: note: byref variable will be forcibly initialized struct page *pages[VSCSI_GRANT_BATCH]; ^~~~~ /kisskb/src/drivers/xen/xen-scsiback.c:231:32: note: byref variable will be forcibly initialized struct gnttab_unmap_grant_ref unmap[VSCSI_GRANT_BATCH]; ^~~~~ /kisskb/src/drivers/xen/xen-scsiback.c: In function 'scsiback_do_cmd_fn': /kisskb/src/drivers/xen/xen-scsiback.c:687:25: note: byref variable will be forcibly initialized struct vscsiif_request ring_req; ^~~~~~~~ /kisskb/src/drivers/xen/xen-scsiback.c: In function 'scsiback_irq_fn': /kisskb/src/drivers/xen/xen-scsiback.c:768:15: note: byref variable will be forcibly initialized unsigned int eoi_flags = XEN_EOI_FLAG_SPURIOUS; ^~~~~~~~~ /kisskb/src/drivers/xen/xen-scsiback.c: In function 'scsiback_add_translation_entry': /kisskb/src/drivers/xen/xen-scsiback.c:865:21: note: byref variable will be forcibly initialized unsigned long long unpacked_lun; ^~~~~~~~~~~~ /kisskb/src/drivers/xen/xen-scsiback.c: In function 'scsiback_do_1lun_hotplug': /kisskb/src/drivers/xen/xen-scsiback.c:1028:7: note: byref variable will be forcibly initialized char state[64]; ^~~~~ /kisskb/src/drivers/xen/xen-scsiback.c:1027:7: note: byref variable will be forcibly initialized char str[64]; ^~~ /kisskb/src/drivers/xen/xen-scsiback.c:1026:7: note: byref variable will be forcibly initialized char phy[VSCSI_NAMELEN]; ^~~ /kisskb/src/drivers/xen/xen-scsiback.c:1025:6: note: byref variable will be forcibly initialized int device_state; ^~~~~~~~~~~~ /kisskb/src/drivers/xen/xen-scsiback.c:1023:19: note: byref variable will be forcibly initialized struct ids_tuple vir; ^~~ /kisskb/src/drivers/xen/xen-scsiback.c: In function 'scsiback_do_lun_hotplug': /kisskb/src/drivers/xen/xen-scsiback.c:1103:15: note: byref variable will be forcibly initialized unsigned int ndir = 0; ^~~~ /kisskb/src/drivers/xen/xen-scsiback.c: In function 'scsiback_tpg_nexus_store': /kisskb/src/drivers/xen/xen-scsiback.c:1587:16: note: byref variable will be forcibly initialized unsigned char i_port[VSCSI_NAMELEN], *ptr, *port_ptr; ^~~~~~ /kisskb/src/drivers/xen/xen-scsiback.c: In function 'scsiback_make_tpg': /kisskb/src/drivers/xen/xen-scsiback.c:1708:6: note: byref variable will be forcibly initialized u16 tpgt; ^~~~ /kisskb/src/drivers/regulator/twl-regulator.c: In function 'twlreg_read': /kisskb/src/drivers/regulator/twl-regulator.c:78:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/regulator/twl-regulator.c: In function 'twl4030_wait_pb_ready': /kisskb/src/drivers/regulator/twl-regulator.c:136:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/regulator/twl-regulator.c: In function 'twl4030_send_pb_msg': /kisskb/src/drivers/regulator/twl-regulator.c:157:5: note: byref variable will be forcibly initialized u8 val; ^~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/drivers/tty/vt/consolemap.c:29: /kisskb/src/drivers/tty/vt/consolemap.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/tty/vt/consolemap.c:30: /kisskb/src/drivers/tty/vt/consolemap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/regulator/twl6030-regulator.c: In function 'twlreg_read': /kisskb/src/drivers/regulator/twl6030-regulator.c:89:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/clk/renesas/r8a7795-cpg-mssr.c: In function 'r8a7795_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a7795-cpg-mssr.c:444:6: note: byref variable will be forcibly initialized u32 cpg_mode; ^~~~~~~~ /kisskb/src/drivers/regulator/twl6030-regulator.c: In function 'twl_get_smps_mult': /kisskb/src/drivers/regulator/twl6030-regulator.c:619:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/regulator/twl6030-regulator.c: In function 'twl_get_smps_offset': /kisskb/src/drivers/regulator/twl6030-regulator.c:610:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/regulator/vexpress-regulator.c: In function 'vexpress_regulator_get_voltage': /kisskb/src/drivers/regulator/vexpress-regulator.c:19:15: note: byref variable will be forcibly initialized unsigned int uV; ^~ /kisskb/src/drivers/regulator/vctrl-regulator.c: In function 'vctrl_parse_dt': /kisskb/src/drivers/regulator/vctrl-regulator.c:246:6: note: byref variable will be forcibly initialized u32 vrange_ctrl[2]; ^~~~~~~~~~~ /kisskb/src/drivers/regulator/vctrl-regulator.c:245:6: note: byref variable will be forcibly initialized u32 pval; ^~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/regulator/vctrl-regulator.c:13: /kisskb/src/drivers/regulator/vctrl-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/tty/vt/consolemap.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/tty/vt/consolemap.c: In function 'con_get_trans_new': /kisskb/src/drivers/tty/vt/consolemap.c:374:17: note: byref variable will be forcibly initialized unsigned short outbuf[E_TABSZ]; ^~~~~~ /kisskb/src/drivers/tty/vt/consolemap.c: In function 'con_set_trans_old': /kisskb/src/drivers/tty/vt/consolemap.c:326:16: note: byref variable will be forcibly initialized unsigned char ubuf[E_TABSZ]; ^~~~ /kisskb/src/drivers/tty/vt/consolemap.c: In function 'con_set_trans_new': /kisskb/src/drivers/tty/vt/consolemap.c:360:17: note: byref variable will be forcibly initialized unsigned short inbuf[E_TABSZ]; ^~~~~ /kisskb/src/drivers/tty/vt/consolemap.c: In function 'con_get_trans_old': /kisskb/src/drivers/tty/vt/consolemap.c:345:16: note: byref variable will be forcibly initialized unsigned char outbuf[E_TABSZ]; ^~~~~~ /kisskb/src/drivers/clk/renesas/r8a7796-cpg-mssr.c: In function 'r8a7796_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a7796-cpg-mssr.c:336:6: note: byref variable will be forcibly initialized u32 cpg_mode; ^~~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'do_update_region': /kisskb/src/drivers/tty/vt/vt.c:655:12: note: byref variable will be forcibly initialized int nxx, nyy; ^~~ /kisskb/src/drivers/tty/vt/vt.c:655:7: note: byref variable will be forcibly initialized int nxx, nyy; ^~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'vc_t416_color': /kisskb/src/drivers/tty/vt/vt.c:1706:13: note: byref variable will be forcibly initialized struct rgb c; ^ /kisskb/src/drivers/tty/vt/vt.c: In function 'notify_write': /kisskb/src/drivers/tty/vt/vt.c:263:27: note: byref variable will be forcibly initialized struct vt_notifier_param param = { .vc = vc, .c = unicode }; ^~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'con_font_get': /kisskb/src/drivers/tty/vt/vt.c:4592:22: note: byref variable will be forcibly initialized struct console_font font; ^~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'cursor_report': /kisskb/src/drivers/tty/vt/vt.c:1841:7: note: byref variable will be forcibly initialized char buf[40]; ^~~ /kisskb/src/drivers/clk/renesas/r8a77970-cpg-mssr.c: In function 'r8a77970_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a77970-cpg-mssr.c:208:6: note: byref variable will be forcibly initialized u32 cpg_mode; ^~~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'con_font_set': /kisskb/src/drivers/tty/vt/vt.c:4638:22: note: byref variable will be forcibly initialized struct console_font font; ^~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'con_font_default': /kisskb/src/drivers/tty/vt/vt.c:4677:7: note: byref variable will be forcibly initialized char name[MAX_FONT_NAME]; ^~~~ /kisskb/src/drivers/clk/renesas/r8a77990-cpg-mssr.c: In function 'r8a77990_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a77990-cpg-mssr.c:279:6: note: byref variable will be forcibly initialized u32 cpg_mode; ^~~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'vc_deallocate': /kisskb/src/drivers/tty/vt/vt.c:1395:28: note: byref variable will be forcibly initialized struct vt_notifier_param param; ^~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'mouse_report': /kisskb/src/drivers/tty/vt/vt.c:1867:7: note: byref variable will be forcibly initialized char buf[8]; ^~~ /kisskb/src/drivers/clk/renesas/r8a77995-cpg-mssr.c: In function 'r8a77995_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a77995-cpg-mssr.c:217:6: note: byref variable will be forcibly initialized u32 cpg_mode; ^~~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'vc_allocate': /kisskb/src/drivers/tty/vt/vt.c:1110:27: note: byref variable will be forcibly initialized struct vt_notifier_param param; ^~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'vc_do_resize': /kisskb/src/drivers/tty/vt/vt.c:1333:18: note: byref variable will be forcibly initialized struct winsize ws; ^~ /kisskb/src/drivers/tty/vt/vt.c: In function 'con_debug_enter': /kisskb/src/drivers/tty/vt/vt.c:4061:15: note: byref variable will be forcibly initialized const char *setargs[3] = { ^~~~~~~ /kisskb/src/drivers/tty/vt/vt.c:4060:8: note: byref variable will be forcibly initialized char cols[4]; ^~~~ /kisskb/src/drivers/tty/vt/vt.c:4059:7: note: byref variable will be forcibly initialized int colcount; ^~~~~~~~ /kisskb/src/drivers/tty/vt/vt.c:4048:15: note: byref variable will be forcibly initialized const char *setargs[3] = { ^~~~~~~ /kisskb/src/drivers/tty/vt/vt.c:4047:8: note: byref variable will be forcibly initialized char lns[4]; ^~~ /kisskb/src/drivers/tty/vt/vt.c:4046:7: note: byref variable will be forcibly initialized int linecount; ^~~~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'con_set_cmap': /kisskb/src/drivers/tty/vt/vt.c:4519:16: note: byref variable will be forcibly initialized unsigned char colormap[3*16]; ^~~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'con_get_cmap': /kisskb/src/drivers/tty/vt/vt.c:4548:16: note: byref variable will be forcibly initialized unsigned char colormap[3*16]; ^~~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'do_con_write': /kisskb/src/drivers/tty/vt/vt.c:2903:7: note: byref variable will be forcibly initialized bool rescan; ^~~~~~ /kisskb/src/drivers/tty/vt/vt.c:2902:27: note: byref variable will be forcibly initialized struct vt_notifier_param param; ^~~~~ /kisskb/src/drivers/tty/vt/vt.c:2899:6: note: byref variable will be forcibly initialized int c, tc, n = 0; ^ /kisskb/src/drivers/regulator/wm8400-regulator.c: In function 'wm8400_dcdc_get_mode': /kisskb/src/drivers/regulator/wm8400-regulator.c:35:6: note: byref variable will be forcibly initialized u16 data[2]; ^~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3-sva.c: In function 'arm_smmu_share_asid': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3-sva.c:47:6: note: byref variable will be forcibly initialized u32 new_asid; ^~~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c: In function 'lpc_address_store': /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:104:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c: In function 'sirq_polarity_store': /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:195:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c: In function 'sirq_store': /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:152:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c: In function 'aspeed_vuart_auto_configure_sirq_polarity': /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:384:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c: In function 'aspeed_vuart_probe': /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:419:17: note: byref variable will be forcibly initialized u32 clk, prop, sirq[2]; ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:419:11: note: byref variable will be forcibly initialized u32 clk, prop, sirq[2]; ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:419:6: note: byref variable will be forcibly initialized u32 clk, prop, sirq[2]; ^~~ /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:415:24: note: byref variable will be forcibly initialized struct uart_8250_port port; ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:414:25: note: byref variable will be forcibly initialized struct of_phandle_args sirq_polarity_sense_args; ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/qcom/clk-pll.c: In function 'clk_pll_recalc_rate': /kisskb/src/drivers/clk/qcom/clk-pll.c:83:15: note: byref variable will be forcibly initialized u32 l, m, n, config; ^~~~~~ /kisskb/src/drivers/clk/qcom/clk-pll.c:83:12: note: byref variable will be forcibly initialized u32 l, m, n, config; ^ /kisskb/src/drivers/clk/qcom/clk-pll.c:83:9: note: byref variable will be forcibly initialized u32 l, m, n, config; ^ /kisskb/src/drivers/clk/qcom/clk-pll.c:83:6: note: byref variable will be forcibly initialized u32 l, m, n, config; ^ /kisskb/src/drivers/clk/qcom/clk-pll.c: In function 'clk_pll_enable': /kisskb/src/drivers/clk/qcom/clk-pll.c:28:12: note: byref variable will be forcibly initialized u32 mask, val; ^~~ /kisskb/src/drivers/clk/qcom/clk-pll.c: In function 'clk_pll_disable': /kisskb/src/drivers/clk/qcom/clk-pll.c:69:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-pll.c: In function 'clk_pll_set_rate': /kisskb/src/drivers/clk/qcom/clk-pll.c:146:6: note: byref variable will be forcibly initialized u32 mode; ^~~~ /kisskb/src/drivers/clk/qcom/clk-pll.c: In function 'wait_for_pll': /kisskb/src/drivers/clk/qcom/clk-pll.c:181:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-pll.c: In function 'clk_pll_sr2_enable': /kisskb/src/drivers/clk/qcom/clk-pll.c:267:6: note: byref variable will be forcibly initialized u32 mode; ^~~~ /kisskb/src/drivers/clk/qcom/clk-pll.c: In function 'clk_pll_sr2_set_rate': /kisskb/src/drivers/clk/qcom/clk-pll.c:306:6: note: byref variable will be forcibly initialized u32 mode; ^~~~ /kisskb/src/drivers/clk/qcom/clk-rcg.c: In function 'clk_rcg_recalc_rate': /kisskb/src/drivers/clk/qcom/clk-rcg.c:345:37: note: byref variable will be forcibly initialized u32 pre_div, m = 0, n = 0, ns, md, mode = 0; ^~~~ /kisskb/src/drivers/clk/qcom/clk-rcg.c:345:33: note: byref variable will be forcibly initialized u32 pre_div, m = 0, n = 0, ns, md, mode = 0; ^~ /kisskb/src/drivers/clk/qcom/clk-rcg.c:345:29: note: byref variable will be forcibly initialized u32 pre_div, m = 0, n = 0, ns, md, mode = 0; ^~ /kisskb/src/drivers/clk/qcom/clk-rcg.c: In function 'clk_dyn_rcg_recalc_rate': /kisskb/src/drivers/clk/qcom/clk-rcg.c:370:35: note: byref variable will be forcibly initialized u32 m, n, pre_div, ns, md, mode, reg; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg.c:370:25: note: byref variable will be forcibly initialized u32 m, n, pre_div, ns, md, mode, reg; ^~ /kisskb/src/drivers/clk/qcom/clk-rcg.c:370:21: note: byref variable will be forcibly initialized u32 m, n, pre_div, ns, md, mode, reg; ^~ /kisskb/src/drivers/clk/qcom/clk-rcg.c: In function 'clk_rcg_set_parent': /kisskb/src/drivers/clk/qcom/clk-rcg.c:97:6: note: byref variable will be forcibly initialized u32 ns; ^~ /kisskb/src/drivers/clk/qcom/clk-rcg.c: In function '__clk_rcg_set_rate': /kisskb/src/drivers/clk/qcom/clk-rcg.c:476:14: note: byref variable will be forcibly initialized u32 ns, md, ctl; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg.c:476:10: note: byref variable will be forcibly initialized u32 ns, md, ctl; ^~ /kisskb/src/drivers/clk/qcom/clk-rcg.c:476:6: note: byref variable will be forcibly initialized u32 ns, md, ctl; ^~ /kisskb/src/drivers/clk/qcom/clk-rcg.c: In function 'clk_dyn_rcg_determine_rate': /kisskb/src/drivers/clk/qcom/clk-rcg.c:448:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg.c: In function 'clk_rcg_bypass2_set_rate': /kisskb/src/drivers/clk/qcom/clk-rcg.c:554:6: note: byref variable will be forcibly initialized u32 ns, src; ^~ /kisskb/src/drivers/clk/qcom/clk-rcg.c: In function 'clk_rcg_pixel_set_rate': /kisskb/src/drivers/clk/qcom/clk-rcg.c:625:6: note: byref variable will be forcibly initialized u32 ns, src; ^~ /kisskb/src/drivers/clk/qcom/clk-rcg.c: In function 'clk_rcg_esc_set_rate': /kisskb/src/drivers/clk/qcom/clk-rcg.c:698:6: note: byref variable will be forcibly initialized u32 ns; ^~ /kisskb/src/drivers/clk/qcom/clk-rcg.c: In function 'clk_rcg_get_parent': /kisskb/src/drivers/clk/qcom/clk-rcg.c:41:6: note: byref variable will be forcibly initialized u32 ns; ^~ /kisskb/src/drivers/clk/qcom/clk-rcg.c: In function 'clk_dyn_rcg_get_parent': /kisskb/src/drivers/clk/qcom/clk-rcg.c:68:10: note: byref variable will be forcibly initialized u32 ns, reg; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg.c:68:6: note: byref variable will be forcibly initialized u32 ns, reg; ^~ /kisskb/src/drivers/clk/qcom/clk-rcg.c: In function 'configure_bank': /kisskb/src/drivers/clk/qcom/clk-rcg.c:200:14: note: byref variable will be forcibly initialized u32 ns, md, reg; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg.c:200:10: note: byref variable will be forcibly initialized u32 ns, md, reg; ^~ /kisskb/src/drivers/clk/qcom/clk-rcg.c:200:6: note: byref variable will be forcibly initialized u32 ns, md, reg; ^~ /kisskb/src/drivers/clk/qcom/clk-rcg.c: In function 'clk_dyn_rcg_set_parent': /kisskb/src/drivers/clk/qcom/clk-rcg.c:294:14: note: byref variable will be forcibly initialized u32 ns, md, reg; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg.c:294:10: note: byref variable will be forcibly initialized u32 ns, md, reg; ^~ /kisskb/src/drivers/clk/qcom/clk-rcg.c:294:6: note: byref variable will be forcibly initialized u32 ns, md, reg; ^~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/char/pcmcia/cm4040_cs.c:21: /kisskb/src/drivers/char/pcmcia/cm4040_cs.c: In function 'cm4040_reader_release': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4040_cs.c:509:4: note: in expansion of macro 'wait_event' wait_event(dev->devq, (link->open == 0)); ^~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4040_cs.c: In function 'wait_for_bulk_in_ready': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4040_cs.c:201:7: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout(dev->read_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, 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:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/clk/samsung/clk.c:11: /kisskb/src/drivers/clk/samsung/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/char/pcmcia/cm4040_cs.c: In function 'wait_for_bulk_out_ready': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4040_cs.c:153:7: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout(dev->write_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/renesas/clk-div6.c:12: /kisskb/src/drivers/clk/renesas/clk-div6.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/clk/renesas/clk-div6.c:18: /kisskb/src/drivers/clk/renesas/clk-div6.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624: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/drivers/clk/renesas/clk-div6.c: In function 'cpg_div6_clock_init': /kisskb/src/drivers/clk/renesas/clk-div6.c:323:14: note: byref variable will be forcibly initialized const char *clk_name = np->name; ^~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c: In function 'set_protocol': /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:452:17: note: byref variable will be forcibly initialized unsigned short num_bytes_read; ^~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c: In function 'monitor_card': /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:670:16: note: byref variable will be forcibly initialized struct ptsreq ptsreq; ^~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:669:17: note: byref variable will be forcibly initialized unsigned short s; ^ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:27: /kisskb/src/drivers/char/pcmcia/cm4000_cs.c: In function 'terminate_monitor': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:635:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(dev->devq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c: In function 'cmm_cm4000_release': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1725:3: note: in expansion of macro 'wait_event' wait_event(dev->devq, (link->open == 0)); ^~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c: In function 'cmm_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:969:6: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:960:6: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:947:6: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c: In function 'cmm_ioctl': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1585:8: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1573:8: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1562:18: note: byref variable will be forcibly initialized struct ptsreq krnptsreq; ^~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:27: /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1542:8: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1524:8: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1474:8: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1472:8: note: byref variable will be forcibly initialized int tmp; ^~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1451:8: note: byref variable will be forcibly initialized int status; ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:27: /kisskb/src/drivers/char/pcmcia/cm4000_cs.c: In function 'cmm_write': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1113:6: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1098:6: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4000_cs.c:1055:17: note: byref variable will be forcibly initialized unsigned short s; ^ /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/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:235: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:274:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c:17: /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c: In function 'cpg_mssr_register_core_clk': /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c:330:14: note: byref variable will be forcibly initialized const char *parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c: In function 'cpg_mssr_register_mod_clk': /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c:409:14: note: byref variable will be forcibly initialized const char *parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c: In function 'cpg_mssr_attach_dev': /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c:504:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^~~~~~~ /kisskb/src/drivers/clk/samsung/clk-pll.c: In function '_samsung_clk_register_pll': /kisskb/src/drivers/clk/samsung/clk-pll.c:1429: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:132:14: note: byref variable will be forcibly initialized const char *parent_name = clks->parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c:131:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c: In function 'agilex_register_gate': /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c:190:14: note: byref variable will be forcibly initialized const char *parent_name = clks->parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c:189: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_periph': /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:108:14: note: byref variable will be forcibly initialized const char *parent_name = clks->parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:106: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:144:14: note: byref variable will be forcibly initialized const char *parent_name = clks->parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:142: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:179:14: note: byref variable will be forcibly initialized const char *parent_name = clks->parent_name; ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:177:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_dw.c: In function 'dw8250_probe': /kisskb/src/drivers/tty/serial/8250/8250_dw.c:443:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:12: /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/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/include/linux/slab.h:16, from /kisskb/src/drivers/clk/socfpga/clk-s10.c:5: /kisskb/src/drivers/clk/socfpga/clk-s10.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function '__arm_smmu_cmdq_skip_err': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:373:6: note: byref variable will be forcibly initialized u64 cmd[CMDQ_ENT_DWORDS]; ^~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_cmdq_poll_until_not_full': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:587:29: note: byref variable will be forcibly initialized struct arm_smmu_queue_poll qp; ^~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function '__arm_smmu_cmdq_poll_until_msi': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:622:29: note: byref variable will be forcibly initialized struct arm_smmu_queue_poll qp; ^~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function '__arm_smmu_cmdq_poll_until_consumed': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:645:29: note: byref variable will be forcibly initialized struct arm_smmu_queue_poll qp; ^~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_cmdq_issue_cmdlist': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:742:27: note: byref variable will be forcibly initialized struct arm_smmu_ll_queue llq, head; ^~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:737:6: note: byref variable will be forcibly initialized u64 cmd_sync[CMDQ_ENT_DWORDS]; ^~~~~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function '__arm_smmu_cmdq_issue_cmd': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:858:6: note: byref variable will be forcibly initialized u64 cmd[CMDQ_ENT_DWORDS]; ^~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_sync_cd': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:964:29: note: byref variable will be forcibly initialized struct arm_smmu_cmdq_batch cmds; ^~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_atc_inv_master': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1773:29: note: byref variable will be forcibly initialized struct arm_smmu_cmdq_batch cmds; ^~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function '__arm_smmu_tlb_inv_range': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1866:29: note: byref variable will be forcibly initialized struct arm_smmu_cmdq_batch cmds; ^~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_write_strtab_ent': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1266:27: note: byref variable will be forcibly initialized struct arm_smmu_cmdq_ent prefetch_cmd = { ^~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/synclink_cs.c: In function 'rx_ready_hdlc': /kisskb/src/drivers/char/pcmcia/synclink_cs.c:830:16: note: byref variable will be forcibly initialized unsigned char data[2]; ^~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:12: /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_domain_finalise': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:2159:24: note: byref variable will be forcibly initialized struct io_pgtable_cfg pgtbl_cfg; ^~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:12: /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_device_dt_probe': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:3697:6: note: byref variable will be forcibly initialized u32 cells; ^~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_handle_ppr': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1600:28: note: byref variable will be forcibly initialized struct arm_smmu_cmdq_ent cmd = { ^~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_priq_thread': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1620:6: note: byref variable will be forcibly initialized u64 evt[PRIQ_ENT_DWORDS]; ^~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_handle_evt': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1525:30: note: byref variable will be forcibly initialized struct iommu_page_response resp = { ^~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_evtq_thread': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1546:6: note: byref variable will be forcibly initialized u64 evt[EVTQ_ENT_DWORDS]; ^~~ /kisskb/src/drivers/char/pcmcia/synclink_cs.c: In function 'set_params': /kisskb/src/drivers/char/pcmcia/synclink_cs.c:1800:14: note: byref variable will be forcibly initialized MGSL_PARAMS tmp_params; ^~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/synclink_cs.c: In function 'wait_events': /kisskb/src/drivers/char/pcmcia/synclink_cs.c:1952:6: note: byref variable will be forcibly initialized int mask; ^~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_device_reset': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:3307:27: note: byref variable will be forcibly initialized struct arm_smmu_cmdq_ent cmd; ^~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_device_probe': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:3772:18: note: byref variable will be forcibly initialized resource_size_t ioaddr; ^~~~~~ /kisskb/src/drivers/char/pcmcia/synclink_cs.c: In function 'line_info': /kisskb/src/drivers/char/pcmcia/synclink_cs.c:2530:7: note: byref variable will be forcibly initialized char stat_buf[30]; ^~~~~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_domain_finalise_s1': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:2073:6: note: byref variable will be forcibly initialized u32 asid; ^~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_atc_inv_domain': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1793:29: note: byref variable will be forcibly initialized struct arm_smmu_cmdq_batch cmds; ^~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1791:27: note: byref variable will be forcibly initialized struct arm_smmu_cmdq_ent cmd; ^~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_tlb_inv_context': /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1839:27: note: byref variable will be forcibly initialized struct arm_smmu_cmdq_ent cmd; ^~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, 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:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/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:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/clk/socfpga/clk-agilex.c:5: /kisskb/src/drivers/clk/socfpga/clk-agilex.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/qcom/clk-branch.c: In function 'clk_branch_check_halt': /kisskb/src/drivers/clk/qcom/clk-branch.c:31:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-branch.c: In function 'clk_branch_in_hwcg_mode': /kisskb/src/drivers/clk/qcom/clk-branch.c:18:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-branch.c: In function 'clk_branch2_check_halt': /kisskb/src/drivers/clk/qcom/clk-branch.c:49:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-regmap-divider.c: In function 'div_recalc_rate': /kisskb/src/drivers/clk/qcom/clk-regmap-divider.c:62:6: note: byref variable will be forcibly initialized u32 div; ^~~ /kisskb/src/drivers/clk/qcom/clk-regmap-divider.c: In function 'div_round_ro_rate': /kisskb/src/drivers/clk/qcom/clk-regmap-divider.c:23:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c: In function 'clk_rcg2_is_enabled': /kisskb/src/drivers/clk/qcom/clk-rcg2.c:66:6: note: byref variable will be forcibly initialized u32 cmd; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c: In function 'clk_rcg2_get_duty_cycle': /kisskb/src/drivers/clk/qcom/clk-rcg2.c:363:23: note: byref variable will be forcibly initialized u32 notn_m, n, m, d, not2d, mask; ^~~~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c:363:17: note: byref variable will be forcibly initialized u32 notn_m, n, m, d, not2d, mask; ^ /kisskb/src/drivers/clk/qcom/clk-rcg2.c:363:6: note: byref variable will be forcibly initialized u32 notn_m, n, m, d, not2d, mask; ^~~~~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c: In function 'clk_rcg2_recalc_rate': /kisskb/src/drivers/clk/qcom/clk-rcg2.c:169:27: note: byref variable will be forcibly initialized u32 cfg, hid_div, m = 0, n = 0, mode = 0, mask; ^ /kisskb/src/drivers/clk/qcom/clk-rcg2.c:169:20: note: byref variable will be forcibly initialized u32 cfg, hid_div, m = 0, n = 0, mode = 0, mask; ^ /kisskb/src/drivers/clk/qcom/clk-rcg2.c:169:6: note: byref variable will be forcibly initialized u32 cfg, hid_div, m = 0, n = 0, mode = 0, mask; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c: In function 'clk_rcg2_enable_dfs': /kisskb/src/drivers/clk/qcom/clk-rcg2.c:1194:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c: In function 'clk_rcg2_dfs_recalc_rate': /kisskb/src/drivers/clk/qcom/clk-rcg2.c:1139:31: note: byref variable will be forcibly initialized u32 level, mask, cfg, m = 0, n = 0, mode, pre_div; ^ /kisskb/src/drivers/clk/qcom/clk-rcg2.c:1139:24: note: byref variable will be forcibly initialized u32 level, mask, cfg, m = 0, n = 0, mode, pre_div; ^ /kisskb/src/drivers/clk/qcom/clk-rcg2.c:1139:19: note: byref variable will be forcibly initialized u32 level, mask, cfg, m = 0, n = 0, mode, pre_div; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c:1139:6: note: byref variable will be forcibly initialized u32 level, mask, cfg, m = 0, n = 0, mode, pre_div; ^~~~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c: In function 'update_config': /kisskb/src/drivers/clk/qcom/clk-rcg2.c:103:6: note: byref variable will be forcibly initialized u32 cmd; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c: In function 'clk_edp_pixel_set_rate': /kisskb/src/drivers/clk/qcom/clk-rcg2.c:500:6: note: byref variable will be forcibly initialized u32 hid_div; ^~~~~~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c:494:18: note: byref variable will be forcibly initialized struct freq_tbl f = *rcg->freq_tbl; ^ /kisskb/src/drivers/clk/qcom/clk-rcg2.c: In function 'clk_byte_set_rate': /kisskb/src/drivers/clk/qcom/clk-rcg2.c:618:18: note: byref variable will be forcibly initialized struct freq_tbl f = *rcg->freq_tbl; ^ /kisskb/src/drivers/clk/qcom/clk-rcg2.c: In function 'clk_rcg2_set_duty_cycle': /kisskb/src/drivers/clk/qcom/clk-rcg2.c:399:17: note: byref variable will be forcibly initialized u32 notn_m, n, m, d, not2d, mask, duty_per; ^ /kisskb/src/drivers/clk/qcom/clk-rcg2.c:399:6: note: byref variable will be forcibly initialized u32 notn_m, n, m, d, not2d, mask, duty_per; ^~~~~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c: In function 'clk_edp_pixel_determine_rate': /kisskb/src/drivers/clk/qcom/clk-rcg2.c:545:6: note: byref variable will be forcibly initialized u32 hid_div; ^~~~~~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c: In function 'clk_byte2_set_rate': /kisskb/src/drivers/clk/qcom/clk-rcg2.c:679:6: note: byref variable will be forcibly initialized u32 cfg; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c: In function 'clk_pixel_set_rate': /kisskb/src/drivers/clk/qcom/clk-rcg2.c:758:15: note: byref variable will be forcibly initialized u32 hid_div, cfg; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c:758:6: note: byref variable will be forcibly initialized u32 hid_div, cfg; ^~~~~~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c: In function 'clk_rcg2_dfs_populate_freq': /kisskb/src/drivers/clk/qcom/clk-rcg2.c:1058:17: note: byref variable will be forcibly initialized u32 val, mask, cfg, mode, src; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c:1058:6: note: byref variable will be forcibly initialized u32 val, mask, cfg, mode, src; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c: In function 'clk_rcg2_get_parent': /kisskb/src/drivers/clk/qcom/clk-rcg2.c:80:6: note: byref variable will be forcibly initialized u32 cfg; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c: In function 'clk_rcg2_shared_disable': /kisskb/src/drivers/clk/qcom/clk-rcg2.c:1010:6: note: byref variable will be forcibly initialized u32 cfg; ^~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'pm_qos_latency_tolerance_us_store': /kisskb/src/drivers/base/power/sysfs.c:273:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ In file included from /kisskb/src/drivers/clk/qcom/clk-rcg2.c:16: /kisskb/src/drivers/clk/qcom/clk-rcg2.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c: In function 'clk_rcg2_dp_set_rate': /kisskb/src/drivers/clk/qcom/clk-rcg2.c:1239:21: note: byref variable will be forcibly initialized unsigned long num, den; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c:1239:16: note: byref variable will be forcibly initialized unsigned long num, den; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c:1237:15: note: byref variable will be forcibly initialized u32 hid_div, cfg; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c: In function 'clk_rcg2_dp_determine_rate': /kisskb/src/drivers/clk/qcom/clk-rcg2.c:1285:21: note: byref variable will be forcibly initialized unsigned long num, den; ^~~ /kisskb/src/drivers/clk/qcom/clk-rcg2.c:1285:16: note: byref variable will be forcibly initialized unsigned long num, den; ^~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'autosuspend_delay_ms_store': /kisskb/src/drivers/base/power/sysfs.c:195:7: note: byref variable will be forcibly initialized long delay; ^~~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'pm_qos_resume_latency_us_store': /kisskb/src/drivers/base/power/sysfs.c:229:6: note: byref variable will be forcibly initialized s32 value; ^~~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'pm_qos_no_power_off_store': /kisskb/src/drivers/base/power/sysfs.c:306:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/clk/qcom/clk-regmap-mux.c: In function 'mux_get_parent': /kisskb/src/drivers/clk/qcom/clk-regmap-mux.c:23:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/tty/serial/8250/8250_of.c: In function 'of_platform_serial_setup': /kisskb/src/drivers/tty/serial/8250/8250_of.c:38:16: note: byref variable will be forcibly initialized u32 clk, spd, prop; ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_of.c:38:11: note: byref variable will be forcibly initialized u32 clk, spd, prop; ^~~ /kisskb/src/drivers/tty/serial/8250/8250_of.c:38:6: note: byref variable will be forcibly initialized u32 clk, spd, prop; ^~~ /kisskb/src/drivers/tty/serial/8250/8250_of.c:35:18: note: byref variable will be forcibly initialized struct resource resource; ^~~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_of.c: In function 'of_platform_serial_probe': /kisskb/src/drivers/tty/serial/8250/8250_of.c:192:6: note: byref variable will be forcibly initialized u32 tx_threshold; ^~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_of.c:190:24: note: byref variable will be forcibly initialized struct uart_8250_port port8250; ^~~~~~~~ In file included from /kisskb/src/drivers/tty/serial/8250/8250.h:13, from /kisskb/src/drivers/tty/serial/8250/8250_mtk.c:23: /kisskb/src/drivers/tty/serial/8250/8250_mtk.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:969:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/tty/serial/8250/8250_mtk.c: In function 'mtk8250_dma_rx_complete': /kisskb/src/drivers/tty/serial/8250/8250_mtk.c:93:22: note: byref variable will be forcibly initialized struct dma_tx_state state; ^~~~~ /kisskb/src/drivers/clk/qcom/clk-regmap-mux-div.c: In function 'mux_div_get_src_div': /kisskb/src/drivers/clk/qcom/clk-regmap-mux-div.c:62:6: note: byref variable will be forcibly initialized u32 val, d, s; ^~~ /kisskb/src/drivers/clk/qcom/clk-regmap-mux-div.c: In function 'mux_div_recalc_rate': /kisskb/src/drivers/clk/qcom/clk-regmap-mux-div.c:206:11: note: byref variable will be forcibly initialized u32 div, src; ^~~ /kisskb/src/drivers/clk/qcom/clk-regmap-mux-div.c:206:6: note: byref variable will be forcibly initialized u32 div, src; ^~~ /kisskb/src/drivers/clk/qcom/clk-regmap-mux-div.c: In function 'mux_div_get_parent': /kisskb/src/drivers/clk/qcom/clk-regmap-mux-div.c:167:14: note: byref variable will be forcibly initialized u32 i, div, src = 0; ^~~ /kisskb/src/drivers/clk/qcom/clk-regmap-mux-div.c:167:9: note: byref variable will be forcibly initialized u32 i, div, src = 0; ^~~ /kisskb/src/drivers/clk/qcom/clk-regmap-mux-div.c: In function 'mux_div_set_src_div': /kisskb/src/drivers/clk/qcom/clk-regmap-mux-div.c:26:6: note: byref variable will be forcibly initialized u32 val, mask; ^~~ /kisskb/src/drivers/misc/c2port/core.c: In function 'c2port_poll_in_busy': /kisskb/src/drivers/misc/c2port/core.c:259:5: note: byref variable will be forcibly initialized u8 addr; ^~~~ /kisskb/src/drivers/misc/c2port/core.c: In function 'c2port_poll_out_ready': /kisskb/src/drivers/misc/c2port/core.c:280:5: note: byref variable will be forcibly initialized u8 addr; ^~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_write_flash_data': /kisskb/src/drivers/misc/c2port/core.c:741:5: note: byref variable will be forcibly initialized u8 status, nwrite = 128; ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_read_flash_data': /kisskb/src/drivers/misc/c2port/core.c:630:5: note: byref variable will be forcibly initialized u8 status, nread = 128; ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_write_flash_erase': /kisskb/src/drivers/misc/c2port/core.c:547:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function 'c2port_store_flash_access': /kisskb/src/drivers/misc/c2port/core.c:523:6: note: byref variable will be forcibly initialized int status; ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function 'access_store': /kisskb/src/drivers/misc/c2port/core.c:355:6: note: byref variable will be forcibly initialized int status, ret; ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_show_rev_id': /kisskb/src/drivers/misc/c2port/core.c:439:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_show_dev_id': /kisskb/src/drivers/misc/c2port/core.c:402:5: note: byref variable will be forcibly initialized u8 data; ^~~~ In file included from /kisskb/src/include/linux/device.h:29, 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:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/qcom/clk-hfpll.c: In function 'hfpll_is_enabled': /kisskb/src/drivers/clk/qcom/clk-hfpll.c:230:6: note: byref variable will be forcibly initialized u32 mode; ^~~~ /kisskb/src/drivers/clk/qcom/clk-hfpll.c: In function 'clk_hfpll_recalc_rate': /kisskb/src/drivers/clk/qcom/clk-hfpll.c:192:6: note: byref variable will be forcibly initialized u32 l_val; ^~~~~ /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/clk/qcom/clk-hfpll.c: In function '__clk_hfpll_enable': /kisskb/src/drivers/clk/qcom/clk-hfpll.c:58:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/qcom/clk-hfpll.c: In function 'clk_hfpll_enable': /kisskb/src/drivers/clk/qcom/clk-hfpll.c:94:6: note: byref variable will be forcibly initialized u32 mode; ^~~~ /kisskb/src/drivers/clk/qcom/clk-hfpll.c: In function 'clk_hfpll_init': /kisskb/src/drivers/clk/qcom/clk-hfpll.c:204:12: note: byref variable will be forcibly initialized u32 mode, status; ^~~~~~ /kisskb/src/drivers/clk/qcom/clk-hfpll.c:204:6: note: byref variable will be forcibly initialized u32 mode, status; ^~~~ /kisskb/src/drivers/clk/qcom/clk-hfpll.c: In function 'clk_hfpll_set_rate': /kisskb/src/drivers/clk/qcom/clk-hfpll.c:155:13: note: byref variable will be forcibly initialized u32 l_val, val; ^~~ In file included from /kisskb/src/drivers/clk/clk-bulk.c:13: /kisskb/src/drivers/clk/clk-bulk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/misc/altera-stapl/altera-comp.c: In function 'altera_shrink': /kisskb/src/drivers/misc/altera-stapl/altera-comp.c:72:6: note: byref variable will be forcibly initialized u32 in_index = 0L; ^~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera-comp.c:71:6: note: byref variable will be forcibly initialized u32 bits_avail = CHAR_BITS; ^~~~~~~~~~ /kisskb/src/drivers/misc/lkdtm/core.c: In function 'lkdtm_parse_one': /kisskb/src/drivers/misc/lkdtm/core.c:425:8: note: byref variable will be forcibly initialized bool bool_result; ^~~~~~~~~~~ /kisskb/src/drivers/misc/lkdtm/core.c: In function 'lkdtm_check_bool_cmdline': /kisskb/src/drivers/misc/lkdtm/core.c:438:28: note: byref variable will be forcibly initialized struct check_cmdline_args args = { ^~~~ /kisskb/src/drivers/misc/cardreader/rtsx_usb.c: In function 'rtsx_usb_suspend': /kisskb/src/drivers/misc/cardreader/rtsx_usb.c:693:6: note: byref variable will be forcibly initialized u16 val = 0; ^~~ /kisskb/src/drivers/misc/cardreader/rtsx_usb.c: In function 'rtsx_usb_reset_chip': /kisskb/src/drivers/misc/cardreader/rtsx_usb.c:515:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/misc/cardreader/rtsx_usb.c: In function 'rtsx_usb_init_chip': /kisskb/src/drivers/misc/cardreader/rtsx_usb.c:570:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/misc/cardreader/rtsx_usb.c: In function 'rtsx_usb_card_exclusive_check': /kisskb/src/drivers/misc/cardreader/rtsx_usb.c:492:6: note: byref variable will be forcibly initialized u16 cd_mask[] = { ^~~~~~~ /kisskb/src/drivers/misc/cardreader/rtsx_usb.c:491:6: note: byref variable will be forcibly initialized u16 val; ^~~ /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/drivers/clk/clkdev.c: In function '__clk_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:273:10: note: byref variable will be forcibly initialized va_list ap; ^~ /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/drivers/clk/clkdev.c: In function 'clkdev_create': /kisskb/src/drivers/clk/clkdev.c:206: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:229:10: note: byref variable will be forcibly initialized va_list ap; ^~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/misc/eeprom/at24.c:9: /kisskb/src/drivers/misc/eeprom/at24.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/clkdev.c: In function 'clk_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:316:21: note: byref variable will be forcibly initialized struct clk_lookup *cl; ^~ /kisskb/src/drivers/clk/clkdev.c: In function 'clk_hw_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:343:21: note: byref variable will be forcibly initialized struct clk_lookup *cl; ^~ /kisskb/src/drivers/misc/eeprom/at24.c: In function 'at24_probe': /kisskb/src/drivers/misc/eeprom/at24.c:601:5: note: byref variable will be forcibly initialized u8 test_byte; ^~~~~~~~~ /kisskb/src/drivers/misc/eeprom/at24.c:596:18: note: byref variable will be forcibly initialized unsigned int i, num_addresses; ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/eeprom/at24.c:592:34: note: byref variable will be forcibly initialized u32 byte_len, page_size, flags, addrw; ^~~~~ /kisskb/src/drivers/misc/eeprom/at24.c:592:16: note: byref variable will be forcibly initialized u32 byte_len, page_size, flags, addrw; ^~~~~~~~~ /kisskb/src/drivers/misc/eeprom/at24.c:592:6: note: byref variable will be forcibly initialized u32 byte_len, page_size, flags, addrw; ^~~~~~~~ In file included from /kisskb/src/include/linux/pm_domain.h:11, from /kisskb/src/drivers/clk/qcom/gdsc.c:13: /kisskb/src/drivers/clk/qcom/gdsc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/qcom/gdsc.c: In function 'gdsc_check_status': /kisskb/src/drivers/clk/qcom/gdsc.c:74:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/drivers/misc/altera-stapl/altera.c:16: /kisskb/src/drivers/misc/altera-stapl/altera.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c: In function 'altera_export_bool_array': /kisskb/src/drivers/misc/altera-stapl/altera.c:140:7: note: byref variable will be forcibly initialized char string[HEX_LINE_CHARS + 1]; ^~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c: In function 'altera_execute': /kisskb/src/drivers/misc/altera-stapl/altera.c:235:5: note: byref variable will be forcibly initialized u8 charbuf[4]; ^~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c: In function 'altera_init': /kisskb/src/drivers/misc/altera-stapl/altera.c:2413:6: note: byref variable will be forcibly initialized s32 error_address = 0L; ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2412:6: note: byref variable will be forcibly initialized s32 offset = 0L; ^~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2410:6: note: byref variable will be forcibly initialized int procedure_count = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2409:6: note: byref variable will be forcibly initialized int action_count = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2408:6: note: byref variable will be forcibly initialized int format_version = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2407:6: note: byref variable will be forcibly initialized int exit_code = 0; ^~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2405:8: note: byref variable will be forcibly initialized char *description = NULL; ^~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2404:8: note: byref variable will be forcibly initialized char *action_name = NULL; ^~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2400:26: note: byref variable will be forcibly initialized struct altera_procinfo *proc_list = NULL; ^~~~~~~~~ /kisskb/src/drivers/misc/lkdtm/bugs.c: In function 'recursive_loop': /kisskb/src/drivers/misc/lkdtm/bugs.c:49:16: note: byref variable will be forcibly initialized volatile char buf[REC_STACK_SIZE]; ^~~ /kisskb/src/drivers/misc/lkdtm/bugs.c: In function 'lkdtm_CORRUPT_STACK': /kisskb/src/drivers/misc/lkdtm/bugs.c:119:7: note: byref variable will be forcibly initialized char data[8] __aligned(sizeof(void *)); ^~~~ /kisskb/src/drivers/misc/lkdtm/bugs.c: In function 'lkdtm_CORRUPT_STACK_STRONG': /kisskb/src/drivers/misc/lkdtm/bugs.c:131:4: note: byref variable will be forcibly initialized } data __aligned(sizeof(void *)); ^~~~ /kisskb/src/drivers/misc/lkdtm/bugs.c: In function 'lkdtm_REPORT_STACK': /kisskb/src/drivers/misc/lkdtm/bugs.c:142:21: note: byref variable will be forcibly initialized volatile uintptr_t magic; ^~~~~ /kisskb/src/drivers/misc/lkdtm/bugs.c: In function 'lkdtm_CORRUPT_LIST_ADD': /kisskb/src/drivers/misc/lkdtm/bugs.c:358:26: note: byref variable will be forcibly initialized struct lkdtm_list good, bad; ^~~ /kisskb/src/drivers/misc/lkdtm/bugs.c:358:20: note: byref variable will be forcibly initialized struct lkdtm_list good, bad; ^~~~ In file included from /kisskb/src/drivers/misc/lkdtm/bugs.c:9: /kisskb/src/drivers/misc/lkdtm/bugs.c:357:12: note: byref variable will be forcibly initialized LIST_HEAD(test_head); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/misc/lkdtm/bugs.c: In function 'lkdtm_CORRUPT_LIST_DEL': /kisskb/src/drivers/misc/lkdtm/bugs.c:393:20: note: byref variable will be forcibly initialized struct lkdtm_list item; ^~~~ In file included from /kisskb/src/drivers/misc/lkdtm/bugs.c:9: /kisskb/src/drivers/misc/lkdtm/bugs.c:392:12: note: byref variable will be forcibly initialized LIST_HEAD(test_head); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/clk/qcom/gcc-ipq4019.c: In function 'clk_fepll_vco_calc_rate': /kisskb/src/drivers/clk/qcom/gcc-ipq4019.c:1214:26: note: byref variable will be forcibly initialized u32 fdbkdiv, refclkdiv, cdiv; ^~~~ /kisskb/src/drivers/clk/qcom/gcc-ipq4019.c: In function 'clk_cpu_div_recalc_rate': /kisskb/src/drivers/clk/qcom/gcc-ipq4019.c:1308:6: note: byref variable will be forcibly initialized u32 cdiv, pre_div; ^~~~ /kisskb/src/drivers/clk/qcom/gcc-ipq4019.c: In function 'clk_regmap_clk_div_recalc_rate': /kisskb/src/drivers/clk/qcom/gcc-ipq4019.c:1384:6: note: byref variable will be forcibly initialized u32 cdiv, pre_div = 1; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/mm.h:7, from /kisskb/src/drivers/base/power/runtime.c:8: /kisskb/src/drivers/base/power/runtime.c: In function '__pm_runtime_barrier': /kisskb/src/drivers/base/power/runtime.c:1313:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/drivers/base/power/runtime.c:1313:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_resume': /kisskb/src/drivers/base/power/runtime.c:772:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/drivers/base/power/runtime.c:772:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_suspend': /kisskb/src/drivers/base/power/runtime.c:592:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/drivers/base/power/runtime.c:592:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/drivers/clk/clk-fixed-factor.c: In function '_of_fixed_factor_clk_setup': /kisskb/src/drivers/clk/clk-fixed-factor.c:201:11: note: byref variable will be forcibly initialized u32 div, mult; ^~~~ /kisskb/src/drivers/clk/clk-fixed-factor.c:201:6: note: byref variable will be forcibly initialized u32 div, mult; ^~~ /kisskb/src/drivers/clk/clk-fixed-factor.c:199:14: note: byref variable will be forcibly initialized const char *clk_name = node->name; ^~~~~~~~ /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; ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/clk.h:270, from /kisskb/src/drivers/clk/clk.c:95: /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_rate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_rate_range': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_parent': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_phase': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_duty_cycle': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/clk.h:270, from /kisskb/src/drivers/clk/clk.c:95: /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_rate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_rate_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_rate_range, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_parent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_parent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_phase': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_phase, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_duty_cycle': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(clk_duty_cycle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_core_req_round_rate_nolock': /kisskb/src/drivers/clk/clk.c:2150:26: note: byref variable will be forcibly initialized struct clk_rate_request req; ^~~ /kisskb/src/drivers/tty/serdev/serdev-ttyport.c: In function 'ttyport_set_flow_control': /kisskb/src/drivers/tty/serdev/serdev-ttyport.c:187:18: note: byref variable will be forcibly initialized struct ktermios ktermios = tty->termios; ^~~~~~~~ /kisskb/src/drivers/tty/serdev/serdev-ttyport.c: In function 'ttyport_set_parity': /kisskb/src/drivers/tty/serdev/serdev-ttyport.c:202:18: note: byref variable will be forcibly initialized struct ktermios ktermios = tty->termios; ^~~~~~~~ /kisskb/src/drivers/tty/serdev/serdev-ttyport.c: In function 'ttyport_set_baudrate': /kisskb/src/drivers/tty/serdev/serdev-ttyport.c:173:18: note: byref variable will be forcibly initialized struct ktermios ktermios = tty->termios; ^~~~~~~~ /kisskb/src/drivers/tty/serdev/serdev-ttyport.c: In function 'ttyport_open': /kisskb/src/drivers/tty/serdev/serdev-ttyport.c:109:18: note: byref variable will be forcibly initialized struct ktermios ktermios; ^~~~~~~~ /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/tty/serial/serial_core.c: In function 'uart_get_rs485_config': /kisskb/src/drivers/tty/serial/serial_core.c:1276:22: note: byref variable will be forcibly initialized struct serial_rs485 aux; ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_set_rs485_config': /kisskb/src/drivers/tty/serial/serial_core.c:1291:22: note: byref variable will be forcibly initialized struct serial_rs485 rs485; ^~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_dump_one': /kisskb/src/drivers/clk/clk.c:2998:26: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_get_iso7816_config': /kisskb/src/drivers/clk/clk.c:2998:16: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c:1317:24: note: byref variable will be forcibly initialized struct serial_iso7816 aux; ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_set_iso7816_config': /kisskb/src/drivers/tty/serial/serial_core.c:1335:24: note: byref variable will be forcibly initialized struct serial_iso7816 iso7816; ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_max_rate_show': /kisskb/src/drivers/clk/clk.c:3248:26: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:3248: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:3234:26: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:3234: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: /kisskb/src/drivers/clk/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_get_icount': /kisskb/src/drivers/tty/serial/serial_core.c:1246:21: note: byref variable will be forcibly initialized struct uart_icount cnow; ^~~~ /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/tty/serial/serial_core.c: In function 'uart_wait_modem_status': /kisskb/src/drivers/tty/serial/serial_core.c:1189:28: note: byref variable will be forcibly initialized struct uart_icount cprev, cnow; ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c:1189:21: note: byref variable will be forcibly initialized struct uart_icount cprev, cnow; ^~~~~ /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/tty/serial/serial_core.c: In function 'uart_line_info': /kisskb/src/drivers/tty/serial/serial_core.c:1827:7: note: byref variable will be forcibly initialized char stat_buf[32]; ^~~~~~~~ /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-composite.c: In function 'clk_composite_determine_rate': /kisskb/src/drivers/clk/clk-composite.c:107:28: note: byref variable will be forcibly initialized struct clk_rate_request tmp_req = *req; ^~~~~~~ /kisskb/src/drivers/clk/clk-composite.c:88:28: note: byref variable will be forcibly initialized struct clk_rate_request tmp_req = *req; ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_set_duty_cycle': /kisskb/src/drivers/clk/clk.c:2832:18: note: byref variable will be forcibly initialized struct clk_duty duty; ^~~~ In file included from /kisskb/src/drivers/tty/serial/serial_core.c:13: /kisskb/src/drivers/tty/serial/serial_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'console_store': /kisskb/src/drivers/tty/serial/serial_core.c:2794:19: note: byref variable will be forcibly initialized bool oldconsole, newconsole; ^~~~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'iomem_reg_shift_show': /kisskb/src/drivers/tty/serial/serial_core.c:2764:23: note: byref variable will be forcibly initialized struct serial_struct tmp; ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'iomem_base_show': /kisskb/src/drivers/tty/serial/serial_core.c:2754:23: note: byref variable will be forcibly initialized struct serial_struct tmp; ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'io_type_show': /kisskb/src/drivers/tty/serial/serial_core.c:2744:23: note: byref variable will be forcibly initialized struct serial_struct tmp; ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'custom_divisor_show': /kisskb/src/drivers/tty/serial/serial_core.c:2734:23: note: byref variable will be forcibly initialized struct serial_struct tmp; ^~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_hw': /kisskb/src/drivers/clk/clk.c:4872:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'closing_wait_show': /kisskb/src/drivers/tty/serial/serial_core.c:2724:23: note: byref variable will be forcibly initialized struct serial_struct tmp; ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'close_delay_show': /kisskb/src/drivers/tty/serial/serial_core.c:2714:23: note: byref variable will be forcibly initialized struct serial_struct tmp; ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'xmit_fifo_size_show': /kisskb/src/drivers/tty/serial/serial_core.c:2704:23: note: byref variable will be forcibly initialized struct serial_struct tmp; ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'flags_show': /kisskb/src/drivers/tty/serial/serial_core.c:2694:23: note: byref variable will be forcibly initialized struct serial_struct tmp; ^~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_parent_name': /kisskb/src/drivers/tty/serial/serial_core.c: In function 'irq_show': /kisskb/src/drivers/clk/clk.c:4941:6: note: byref variable will be forcibly initialized u32 pv; ^~ /kisskb/src/drivers/tty/serial/serial_core.c:2684:23: note: byref variable will be forcibly initialized struct serial_struct tmp; ^~~ /kisskb/src/drivers/clk/clk.c:4939:14: note: byref variable will be forcibly initialized const char *clk_name; ^~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'port_show': /kisskb/src/drivers/clk/clk.c:4937:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c:2670:23: note: byref variable will be forcibly initialized struct serial_struct tmp; ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'line_show': /kisskb/src/drivers/tty/serial/serial_core.c:2660:23: note: byref variable will be forcibly initialized struct serial_struct tmp; ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'type_show': /kisskb/src/drivers/tty/serial/serial_core.c:2650:23: note: byref variable will be forcibly initialized struct serial_struct tmp; ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uartclk_show': /kisskb/src/drivers/tty/serial/serial_core.c:2640:23: note: byref variable will be forcibly initialized struct serial_struct tmp; ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_report_port': /kisskb/src/drivers/tty/serial/serial_core.c:2316:7: note: byref variable will be forcibly initialized char address[64]; ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_detect_critical': /kisskb/src/drivers/clk/clk.c:5080:11: note: byref variable will be forcibly initialized uint32_t idx; ^~~ In file included from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/clk/clk.c:9: /kisskb/src/drivers/clk/clk.c: In function 'of_clk_init': /kisskb/src/drivers/clk/clk.c:5107:12: note: byref variable will be forcibly initialized LIST_HEAD(clk_provider_list); ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/clk/clk.c:5102:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_set_options': /kisskb/src/drivers/tty/serial/serial_core.c:2074:18: note: byref variable will be forcibly initialized struct ktermios termios; ^~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_poll_init': /kisskb/src/drivers/tty/serial/serial_core.c:2427:6: note: byref variable will be forcibly initialized int flow = 'n'; ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c:2426:6: note: byref variable will be forcibly initialized int parity = 'n'; ^~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c:2425:6: note: byref variable will be forcibly initialized int bits = 8; ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c:2424:6: note: byref variable will be forcibly initialized int baud = 9600; ^~~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_INC_OVERFLOW': /kisskb/src/drivers/misc/lkdtm/refcount.c:29:13: note: byref variable will be forcibly initialized refcount_t over = REFCOUNT_INIT(REFCOUNT_MAX - 1); ^~~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_ADD_OVERFLOW': /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_suspend_port': /kisskb/src/drivers/misc/lkdtm/refcount.c:45:13: note: byref variable will be forcibly initialized refcount_t over = REFCOUNT_INIT(REFCOUNT_MAX - 1); ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c:2171:20: note: byref variable will be forcibly initialized struct uart_match match = {uport, drv}; ^~~~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_INC_NOT_ZERO_OVERFLOW': /kisskb/src/drivers/misc/lkdtm/refcount.c:63:13: note: byref variable will be forcibly initialized refcount_t over = REFCOUNT_INIT(REFCOUNT_MAX); ^~~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_ADD_NOT_ZERO_OVERFLOW': /kisskb/src/drivers/misc/lkdtm/refcount.c:75:13: note: byref variable will be forcibly initialized refcount_t over = REFCOUNT_INIT(REFCOUNT_MAX); ^~~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_DEC_ZERO': /kisskb/src/drivers/misc/lkdtm/refcount.c:108:13: note: byref variable will be forcibly initialized refcount_t zero = REFCOUNT_INIT(2); ^~~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_DEC_NEGATIVE': /kisskb/src/drivers/misc/lkdtm/refcount.c:147:13: note: byref variable will be forcibly initialized refcount_t neg = REFCOUNT_INIT(0); ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE': /kisskb/src/drivers/misc/lkdtm/refcount.c:161:13: note: byref variable will be forcibly initialized refcount_t neg = REFCOUNT_INIT(0); ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_SUB_AND_TEST_NEGATIVE': /kisskb/src/drivers/misc/lkdtm/refcount.c:176:13: note: byref variable will be forcibly initialized refcount_t neg = REFCOUNT_INIT(3); ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_INC_ZERO': /kisskb/src/drivers/misc/lkdtm/refcount.c:208:13: note: byref variable will be forcibly initialized refcount_t zero = REFCOUNT_INIT(0); ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_resume_port': /kisskb/src/drivers/tty/serial/serial_core.c:2234:18: note: byref variable will be forcibly initialized struct ktermios termios; ^~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c:2233:20: note: byref variable will be forcibly initialized struct uart_match match = {uport, drv}; ^~~~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_ADD_ZERO': /kisskb/src/drivers/misc/lkdtm/refcount.c:233:13: note: byref variable will be forcibly initialized refcount_t zero = REFCOUNT_INIT(0); ^~~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_INC_SATURATED': /kisskb/src/drivers/misc/lkdtm/refcount.c:272:13: note: byref variable will be forcibly initialized refcount_t sat = REFCOUNT_INIT(REFCOUNT_SATURATED); ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_DEC_SATURATED': /kisskb/src/drivers/misc/lkdtm/refcount.c:283:13: note: byref variable will be forcibly initialized refcount_t sat = REFCOUNT_INIT(REFCOUNT_SATURATED); ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_ADD_SATURATED': /kisskb/src/drivers/misc/lkdtm/refcount.c:294:13: note: byref variable will be forcibly initialized refcount_t sat = REFCOUNT_INIT(REFCOUNT_SATURATED); ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_INC_NOT_ZERO_SATURATED': /kisskb/src/drivers/misc/lkdtm/refcount.c:305:13: note: byref variable will be forcibly initialized refcount_t sat = REFCOUNT_INIT(REFCOUNT_SATURATED); ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_ADD_NOT_ZERO_SATURATED': /kisskb/src/drivers/misc/lkdtm/refcount.c:317:13: note: byref variable will be forcibly initialized refcount_t sat = REFCOUNT_INIT(REFCOUNT_SATURATED); ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_DEC_AND_TEST_SATURATED': /kisskb/src/drivers/misc/lkdtm/refcount.c:329:13: note: byref variable will be forcibly initialized refcount_t sat = REFCOUNT_INIT(REFCOUNT_SATURATED); ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_SUB_AND_TEST_SATURATED': /kisskb/src/drivers/misc/lkdtm/refcount.c:341:13: note: byref variable will be forcibly initialized refcount_t sat = REFCOUNT_INIT(REFCOUNT_SATURATED); ^~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_ATOMIC_TIMING': /kisskb/src/drivers/misc/lkdtm/refcount.c:354:11: note: byref variable will be forcibly initialized atomic_t count = ATOMIC_INIT(1); ^~~~~ /kisskb/src/drivers/misc/lkdtm/refcount.c: In function 'lkdtm_REFCOUNT_TIMING': /kisskb/src/drivers/misc/lkdtm/refcount.c:379:13: note: byref variable will be forcibly initialized refcount_t count = REFCOUNT_INIT(1); ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/tty/serial/serial_core.c:10: /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_remove_one_port': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c:3034:2: note: in expansion of macro 'wait_event' wait_event(state->remove_wait, !atomic_read(&state->refcount)); ^~~~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_get_rs485_mode': /kisskb/src/drivers/tty/serial/serial_core.c:3237:6: note: byref variable will be forcibly initialized u32 rs485_delay[2]; ^~~~~~~~~~~ /kisskb/src/drivers/clk/qcom/lcc-ipq806x.c: In function 'lcc_ipq806x_probe': /kisskb/src/drivers/clk/qcom/lcc-ipq806x.c:430:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/misc/eeprom/eeprom.c: In function 'eeprom_probe': /kisskb/src/drivers/misc/eeprom/eeprom.c:164:8: note: byref variable will be forcibly initialized char name[4]; ^~~~ /kisskb/src/drivers/clk/qcom/lcc-mdm9615.c: In function 'lcc_mdm9615_probe': /kisskb/src/drivers/clk/qcom/lcc-mdm9615.c:537:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/base/power/main.c: In function 'dpm_complete': /kisskb/src/drivers/base/power/main.c:1104:19: note: byref variable will be forcibly initialized struct list_head list; ^~~~ /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-fractional-divider.c: In function 'clk_fd_set_rate': /kisskb/src/drivers/clk/clk-fractional-divider.c:156:19: note: byref variable will be forcibly initialized unsigned long m, n; ^ /kisskb/src/drivers/clk/clk-fractional-divider.c:156: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:134:19: note: byref variable will be forcibly initialized unsigned long m, n; ^ /kisskb/src/drivers/clk/clk-fractional-divider.c:134: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:199:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'clear_interruption': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:70:5: note: byref variable will be forcibly initialized u8 interrupt; ^~~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'st33zp24_cancel': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:85:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'st33zp24_status': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:99:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'check_locality': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:113:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'release_locality': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:165:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'get_burstcount': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:182:5: note: byref variable will be forcibly initialized u8 temp; ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'request_locality': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:135:5: note: byref variable will be forcibly initialized u8 data; ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:7: /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'wait_for_stat': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:270:10: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(*queue, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:245:7: note: byref variable will be forcibly initialized bool canceled = false; ^~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'st33zp24_send': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:362:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'st33zp24_probe': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:514:5: note: byref variable will be forcibly initialized u8 intmask = 0; ^~~~~~~ /kisskb/src/drivers/misc/lkdtm/perms.c: In function 'lkdtm_EXEC_STACK': /kisskb/src/drivers/misc/lkdtm/perms.c:134:5: note: byref variable will be forcibly initialized u8 stack_area[EXEC_SIZE]; ^~~~~~~~~~ /kisskb/src/drivers/misc/lkdtm/perms.c: In function 'lkdtm_ACCESS_USERSPACE': /kisskb/src/drivers/misc/lkdtm/perms.c:179:27: note: byref variable will be forcibly initialized unsigned long user_addr, tmp = 0; ^~~ /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; ^~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/iommu/iommu.c:9: /kisskb/src/drivers/iommu/iommu.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_unmap_pages': /kisskb/src/drivers/iommu/iommu.c:2569:17: note: byref variable will be forcibly initialized size_t pgsize, count; ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_map_pages': /kisskb/src/drivers/iommu/iommu.c:2457:17: note: byref variable will be forcibly initialized size_t pgsize, count; ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'pci_device_group': /kisskb/src/drivers/iommu/iommu.c:1446:28: note: byref variable will be forcibly initialized struct group_for_pci_data data; ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'probe_alloc_default_domain': /kisskb/src/drivers/iommu/iommu.c:1726:29: note: byref variable will be forcibly initialized struct __group_domain_type gtype; ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iommu/iommu.c:9: /kisskb/src/drivers/iommu/iommu.c: In function 'bus_iommu_probe': /kisskb/src/drivers/iommu/iommu.c:1792:12: note: byref variable will be forcibly initialized LIST_HEAD(group_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/base/power/wakeup.c: In function 'wakeup_source_deactivate': /kisskb/src/drivers/base/power/wakeup.c:699:20: note: byref variable will be forcibly initialized unsigned int cnt, inpr, cec; ^~~~ /kisskb/src/drivers/base/power/wakeup.c:699:15: note: byref variable will be forcibly initialized unsigned int cnt, inpr, cec; ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/power/wakeup.c:9: /kisskb/src/drivers/base/power/wakeup.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_unmap': /kisskb/src/drivers/iommu/iommu.c:2634:28: note: byref variable will be forcibly initialized struct iommu_iotlb_gather iotlb_gather; ^~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_map': /kisskb/src/drivers/iommu/iommu.c:2510:10: note: byref variable will be forcibly initialized size_t mapped = 0; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/power/wakeup.c:9: /kisskb/src/drivers/base/power/wakeup.c: In function 'wakeup_sources_walk_next': /kisskb/src/include/linux/rculist.h:373:20: note: byref variable will be forcibly initialized struct list_head *__next = READ_ONCE(__ptr->next); \ ^~~~~~ /kisskb/src/drivers/base/power/wakeup.c:304:9: note: in expansion of macro 'list_next_or_null_rcu' return list_next_or_null_rcu(ws_head, &ws->entry, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_create_device_direct_mappings': /kisskb/src/drivers/iommu/iommu.c:768:19: note: byref variable will be forcibly initialized struct list_head mappings; ^~~~~~~~ In file included from /kisskb/src/drivers/clk/clk-pwm.c:12: /kisskb/src/drivers/clk/clk-pwm.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:387:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/base/power/wakeup.c: In function 'pm_wakeup_pending': /kisskb/src/drivers/base/power/wakeup.c:917:21: note: byref variable will be forcibly initialized unsigned int cnt, inpr; ^~~~ /kisskb/src/drivers/base/power/wakeup.c:917:16: note: byref variable will be forcibly initialized unsigned int cnt, inpr; ^~~ /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/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iommu/iommu.c:9: /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_insert_resv_region': /kisskb/src/drivers/clk/clk-pwm.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:368:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/iommu/iommu.c:429:12: note: byref variable will be forcibly initialized LIST_HEAD(stack); ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/clk/clk-pwm.c: In function 'pwm_config': /kisskb/src/include/linux/pwm.h:343:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_get_group_resv_regions': /kisskb/src/drivers/iommu/iommu.c:500:20: note: byref variable will be forcibly initialized struct list_head dev_resv_regions; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-pwm.c: In function 'clk_pwm_probe': /kisskb/src/drivers/clk/clk-pwm.c:74:14: note: byref variable will be forcibly initialized const char *clk_name; ^~~~~~~~ /kisskb/src/drivers/clk/clk-pwm.c:70:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_group_show_resv_regions': /kisskb/src/drivers/iommu/iommu.c:518:19: note: byref variable will be forcibly initialized struct list_head group_resv_regions; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_set_def_domain_type': /kisskb/src/drivers/iommu/iommu.c:336:7: note: byref variable will be forcibly initialized bool pt; ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/power/wakeup.c:9: /kisskb/src/drivers/base/power/wakeup.c: In function 'pm_get_wakeup_count': /kisskb/src/drivers/base/power/wakeup.c:977:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/drivers/base/power/wakeup.c:977:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/drivers/base/power/wakeup.c:974:20: note: byref variable will be forcibly initialized unsigned int cnt, inpr; ^~~~ /kisskb/src/drivers/base/power/wakeup.c:974:15: note: byref variable will be forcibly initialized unsigned int cnt, inpr; ^~~ /kisskb/src/drivers/base/power/wakeup.c: In function 'pm_save_wakeup_count': /kisskb/src/drivers/base/power/wakeup.c:1008:20: note: byref variable will be forcibly initialized unsigned int cnt, inpr; ^~~~ /kisskb/src/drivers/base/power/wakeup.c:1008:15: note: byref variable will be forcibly initialized unsigned int cnt, inpr; ^~~ /kisskb/src/drivers/base/power/domain_governor.c: In function 'default_suspend_ok': /kisskb/src/drivers/base/power/domain_governor.c:54:6: note: byref variable will be forcibly initialized s64 constraint_ns; ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_lux_update_thresholds': /kisskb/src/drivers/misc/bh1770glc.c:303:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_prox_abs_thres_store': /kisskb/src/drivers/misc/bh1770glc.c:914:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_set_prox_thres': /kisskb/src/drivers/misc/bh1770glc.c:855:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_set_prox_rate_below': /kisskb/src/drivers/misc/bh1770glc.c:830:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_set_prox_rate_above': /kisskb/src/drivers/misc/bh1770glc.c:812:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_prox_persistence_store': /kisskb/src/drivers/misc/bh1770glc.c:887:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_prox_enable_store': /kisskb/src/drivers/misc/bh1770glc.c:712:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /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; ^~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_set_lux_thresh': /kisskb/src/drivers/misc/bh1770glc.c:1049:16: note: byref variable will be forcibly initialized unsigned long thresh; ^~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, 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:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_set_lux_rate': /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/drivers/misc/bh1770glc.c:1010:16: note: byref variable will be forcibly initialized unsigned long rate_hz; ^~~~~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_lux_calib_store': /kisskb/src/drivers/misc/bh1770glc.c:959:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_power_state_store': /kisskb/src/drivers/misc/bh1770glc.c:634:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/iommu.h:167, from /kisskb/src/drivers/iommu/iommu-traces.c:13: /kisskb/src/drivers/iommu/iommu-traces.c: In function 'perf_trace_iommu_group_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_group_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_group_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_group_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'perf_trace_iommu_device_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_device_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_device_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_device_event, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/misc/bh1770glc.c:12: /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_lux_result_show': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/bh1770glc.c:688:12: note: in expansion of macro 'wait_event_interruptible_timeout' timeout = wait_event_interruptible_timeout(chip->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'perf_trace_map': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(map, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(map, ^~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'perf_trace_unmap': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:109:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(unmap, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:109:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(unmap, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/iommu.h:167, from /kisskb/src/drivers/iommu/iommu-traces.c:13: /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_group_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_group_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_group_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_device_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_device_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_device_event, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_map': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(map, ^~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_unmap': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:109:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(unmap, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/iommu.h:167, from /kisskb/src/drivers/iommu/iommu-traces.c:13: /kisskb/src/drivers/iommu/iommu-traces.c: In function 'perf_trace_iommu_error': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_error, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_error, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_error, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/iommu.h:167, from /kisskb/src/drivers/iommu/iommu-traces.c:13: /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_error, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(iommu_error, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/lkdtm/stackleak.c: In function 'lkdtm_STACKLEAK_ERASING': /kisskb/src/drivers/misc/lkdtm/stackleak.c:16:34: note: byref variable will be forcibly initialized unsigned long *sp, left, found, i; ^ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_prox_enable_store': /kisskb/src/drivers/misc/apds990x.c:807:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_rate_store': /kisskb/src/drivers/misc/apds990x.c:748:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_lux_calib_store': /kisskb/src/drivers/misc/apds990x.c:683:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_prox_threshold_store': /kisskb/src/drivers/misc/apds990x.c:960:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_set_lux_thresh': /kisskb/src/drivers/misc/apds990x.c:892:16: note: byref variable will be forcibly initialized unsigned long thresh; ^~~~~~ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_power_state_store': /kisskb/src/drivers/misc/apds990x.c:995:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/misc/apds990x.c:12: /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_lux_show': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/apds990x.c:633:12: note: in expansion of macro 'wait_event_interruptible_timeout' timeout = wait_event_interruptible_timeout(chip->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_irq': /kisskb/src/drivers/misc/apds990x.c:507:8: note: byref variable will be forcibly initialized u16 clr_ch; ^~~~~~ /kisskb/src/drivers/misc/apds990x.c:477:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/misc/lkdtm/usercopy.c: In function 'do_usercopy_stack_callee': /kisskb/src/drivers/misc/lkdtm/usercopy.c:38:16: note: byref variable will be forcibly initialized unsigned char buf[32]; ^~~ /kisskb/src/drivers/misc/lkdtm/usercopy.c: In function 'do_usercopy_stack': /kisskb/src/drivers/misc/lkdtm/usercopy.c:53:17: note: byref variable will be forcibly initialized unsigned char *bad_stack; ^~~~~~~~~ /kisskb/src/drivers/misc/lkdtm/usercopy.c:52:16: note: byref variable will be forcibly initialized unsigned char good_stack[32]; ^~~~~~~~~~ /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c: In function 'eeprom_93cx6_multiread': /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c:218:6: note: byref variable will be forcibly initialized u16 tmp; ^~~ /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c: In function 'eeprom_93cx6_readb': /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c:241:6: note: byref variable will be forcibly initialized u16 tmp; ^~~ In file included from /kisskb/src/drivers/base/power/domain.c:18: /kisskb/src/drivers/base/power/domain.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/clk-hi655x.c: In function 'hi655x_clk_is_prepared': /kisskb/src/drivers/clk/clk-hi655x.c:58:11: note: byref variable will be forcibly initialized uint32_t val; ^~~ /kisskb/src/drivers/clk/clk-hi655x.c: In function 'hi655x_clk_probe': /kisskb/src/drivers/clk/clk-hi655x.c:79:14: note: byref variable will be forcibly initialized const char *clk_name = "hi655x-clk"; ^~~~~~~~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_parse_state': /kisskb/src/drivers/base/power/domain.c:2842:21: note: byref variable will be forcibly initialized u32 entry_latency, exit_latency; ^~~~~~~~~~~~ /kisskb/src/drivers/base/power/domain.c:2842:6: note: byref variable will be forcibly initialized u32 entry_latency, exit_latency; ^~~~~~~~~~~~~ /kisskb/src/drivers/base/power/domain.c:2841:6: note: byref variable will be forcibly initialized u32 residency; ^~~~~~~~~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_iterate_idle_states': /kisskb/src/drivers/base/power/domain.c:2875:29: note: byref variable will be forcibly initialized struct of_phandle_iterator it; ^~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_summary_one': /kisskb/src/drivers/base/power/domain.c:3036:7: note: byref variable will be forcibly initialized char state[16]; ^~~~~ /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, 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:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/power/domain.c: In function '__genpd_dev_pm_attach': /kisskb/src/drivers/base/power/domain.c:2650:25: note: byref variable will be forcibly initialized struct of_phandle_args pd_args; ^~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/clk/clk-s2mps11.c:13: /kisskb/src/drivers/clk/clk-s2mps11.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iommu/iommu-sysfs.c: In function 'iommu_device_sysfs_add': /kisskb/src/drivers/iommu/iommu-sysfs.c:59:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/clk/clk-scmi.c: In function 'scmi_clk_recalc_rate': /kisskb/src/drivers/clk/clk-scmi.c:31:6: note: byref variable will be forcibly initialized u64 rate; ^~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/clk/clk-scmi.c:9: /kisskb/src/drivers/clk/clk-scmi.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/clk-scmi.c: In function 'scmi_clocks_probe': /kisskb/src/drivers/clk/clk-scmi.c:147:31: note: byref variable will be forcibly initialized struct scmi_protocol_handle *ph; ^~ In file included from /kisskb/src/drivers/clk/clk-scpi.c:9: /kisskb/src/drivers/clk/clk-scpi.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/clk-scpi.c: In function 'scpi_clk_ops_init': /kisskb/src/drivers/clk/clk-scpi.c:143:25: note: byref variable will be forcibly initialized unsigned long min = 0, max = 0; ^~~ /kisskb/src/drivers/clk/clk-scpi.c:143:16: note: byref variable will be forcibly initialized unsigned long min = 0, max = 0; ^~~ /kisskb/src/drivers/clk/clk-scpi.c:142:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/clk/clk-scpi.c: In function 'scpi_clk_add': /kisskb/src/drivers/clk/clk-scpi.c:216:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/clk-scpi.c:215:15: note: byref variable will be forcibly initialized const char *name; ^~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/base/power/clock_ops.c:14: /kisskb/src/drivers/base/power/clock_ops.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/power/clock_ops.c: In function 'pm_clk_destroy': /kisskb/src/drivers/base/power/clock_ops.c:498:19: note: byref variable will be forcibly initialized struct list_head list; ^~~~ /kisskb/src/drivers/base/power/clock_ops.c: In function 'pm_clk_suspend': /kisskb/src/drivers/base/power/clock_ops.c:547:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/base/power/clock_ops.c: In function 'pm_clk_resume': /kisskb/src/drivers/base/power/clock_ops.c:585:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ In file included from /kisskb/src/drivers/base/power/qos-test.c:5: /kisskb/src/drivers/base/power/qos-test.c: In function 'freq_qos_test_readd': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:103:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), 2000); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:102:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ret, 1); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:97:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:96:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ret, 1); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:92:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), 1000); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:91:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ret, 1); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:86:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), ^~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:81:26: note: byref variable will be forcibly initialized struct freq_qos_request req; ^~~ /kisskb/src/drivers/base/power/qos-test.c:80:26: note: byref variable will be forcibly initialized struct freq_constraints qos; ^~~ In file included from /kisskb/src/drivers/base/power/qos-test.c:5: /kisskb/src/drivers/base/power/qos-test.c: In function 'freq_qos_test_min': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:32:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:31:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ret, 1); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:28:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), 1000); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:27:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ret, 1); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:24:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), 2000); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:22:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ret, 1); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:20:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ret, 1); ^~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:12:32: note: byref variable will be forcibly initialized struct freq_qos_request req1, req2; ^~~~ /kisskb/src/drivers/base/power/qos-test.c:12:26: note: byref variable will be forcibly initialized struct freq_qos_request req1, req2; ^~~~ /kisskb/src/drivers/base/power/qos-test.c:11:26: note: byref variable will be forcibly initialized struct freq_constraints qos; ^~~ In file included from /kisskb/src/drivers/base/power/qos-test.c:5: /kisskb/src/drivers/base/power/qos-test.c: In function 'freq_qos_test_maxdef': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:69:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MAX), 2000); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:68:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ret, 1); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:64:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MAX), 1000); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:63:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ret, 0); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:59:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MAX), 1000); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:58:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ret, 1); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:54:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ret, 0); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:51:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ret, 0); ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:999:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1362:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:46:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MAX), ^~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:40:32: note: byref variable will be forcibly initialized struct freq_qos_request req1, req2; ^~~~ /kisskb/src/drivers/base/power/qos-test.c:40:26: note: byref variable will be forcibly initialized struct freq_qos_request req1, req2; ^~~~ /kisskb/src/drivers/base/power/qos-test.c:39:26: note: byref variable will be forcibly initialized struct freq_constraints qos; ^~~ /kisskb/src/drivers/char/tpm/st33zp24/i2c.c: In function 'read8_reg': /kisskb/src/drivers/char/tpm/st33zp24/i2c.c:57:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/misc/lkdtm/fortify.c: In function 'lkdtm_FORTIFIED_SUBOBJECT': /kisskb/src/drivers/misc/lkdtm/fortify.c:39:4: note: byref variable will be forcibly initialized } target; ^~~~~~ /kisskb/src/drivers/misc/lkdtm/fortify.c: In function 'lkdtm_FORTIFIED_STRSCPY': /kisskb/src/drivers/misc/lkdtm/fortify.c:81:7: note: byref variable will be forcibly initialized char weird_dst[sizeof(weird.src) + 1]; ^~~~~~~~~ /kisskb/src/drivers/misc/lkdtm/fortify.c:80:4: note: byref variable will be forcibly initialized } weird = { .big = "hello!" }; ^~~~~ /kisskb/src/drivers/misc/lkdtm/fortify.c:73:7: note: byref variable will be forcibly initialized char dst[5]; ^~~ /kisskb/src/drivers/clk/qcom/mmcc-msm8960.c: In function 'pix_rdi_get_parent': /kisskb/src/drivers/clk/qcom/mmcc-msm8960.c:582:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/misc/enclosure.c:12: /kisskb/src/drivers/misc/enclosure.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/misc/enclosure.c: In function 'enclosure_remove_links': /kisskb/src/drivers/misc/enclosure.c:192:7: note: byref variable will be forcibly initialized char name[ENCLOSURE_NAME_SIZE]; ^~~~ /kisskb/src/drivers/misc/enclosure.c: In function 'enclosure_add_links': /kisskb/src/drivers/misc/enclosure.c:210:7: note: byref variable will be forcibly initialized char name[ENCLOSURE_NAME_SIZE]; ^~~~ /kisskb/src/drivers/misc/enclosure.c: In function 'enclosure_component_alloc': /kisskb/src/drivers/misc/enclosure.c:289:7: note: byref variable will be forcibly initialized char newname[COMPONENT_NAME_SIZE]; ^~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'clear_sticky_store': /kisskb/src/drivers/clk/clk-si5341.c:1525:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_output_clk_is_on': /kisskb/src/drivers/clk/clk-si5341.c:751:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_output_get_parent': /kisskb/src/drivers/clk/clk-si5341.c:918:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_synth_clk_is_on': /kisskb/src/drivers/clk/clk-si5341.c:566:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_clk_get_selected_input': /kisskb/src/drivers/clk/clk-si5341.c:451:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'pll_locked_sticky_show': /kisskb/src/drivers/clk/clk-si5341.c:1510:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'pll_locked_show': /kisskb/src/drivers/clk/clk-si5341.c:1495:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'input_present_sticky_show': /kisskb/src/drivers/clk/clk-si5341.c:1480:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'input_present_show': /kisskb/src/drivers/clk/clk-si5341.c:1465:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/base/firmware_loader/main.c:21: /kisskb/src/drivers/base/firmware_loader/main.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_output_clk_recalc_rate': /kisskb/src/drivers/clk/clk-si5341.c:799:5: note: byref variable will be forcibly initialized u8 r[3]; ^ /kisskb/src/drivers/clk/clk-si5341.c:797: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:369: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:640:6: note: byref variable will be forcibly initialized u32 n_den; ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c:639: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:412:6: note: byref variable will be forcibly initialized u32 m_den; ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c:411:6: note: byref variable will be forcibly initialized u64 m_num; ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_is_programmed_already': /kisskb/src/drivers/clk/clk-si5341.c:945:5: note: byref variable will be forcibly initialized u8 r[4]; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_read_settings': /kisskb/src/drivers/clk/clk-si5341.c:1056:5: note: byref variable will be forcibly initialized u8 r[10]; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_finalize_defaults': /kisskb/src/drivers/clk/clk-si5341.c:1162:6: note: byref variable will be forcibly initialized u32 revision; ^~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_encode_44_32': /kisskb/src/drivers/clk/clk-si5341.c:385:5: note: byref variable will be forcibly initialized u8 r[10]; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_send_preamble': /kisskb/src/drivers/clk/clk-si5341.c:1130:6: note: byref variable will be forcibly initialized u32 revision; ^~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_probe_chip_id': /kisskb/src/drivers/clk/clk-si5341.c:994:5: note: byref variable will be forcibly initialized u8 reg[4]; ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_dt_parse_dt': /kisskb/src/drivers/clk/clk-si5341.c:1271:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/clk/clk-si5341.c:1270:6: note: byref variable will be forcibly initialized u32 num; ^~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function '_request_firmware_prepare': /kisskb/src/drivers/base/firmware_loader/main.c:670:18: note: byref variable will be forcibly initialized struct fw_priv *fw_priv; ^~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_initialize_pll': /kisskb/src/drivers/clk/clk-si5341.c:1393:6: note: byref variable will be forcibly initialized u32 m_den = 0; ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1392:6: note: byref variable will be forcibly initialized u32 m_num = 0; ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_output_clk_set_rate': /kisskb/src/drivers/clk/clk-si5341.c:866:5: note: byref variable will be forcibly initialized u8 r[3]; ^ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/firmware_loader/main.c:14: /kisskb/src/drivers/base/firmware_loader/main.c: In function 'dev_cache_fw_image': /kisskb/src/drivers/base/firmware_loader/main.c:1267:12: note: byref variable will be forcibly initialized LIST_HEAD(todo); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'uncache_firmware': /kisskb/src/drivers/base/firmware_loader/main.c:1155:18: note: byref variable will be forcibly initialized struct firmware fw; ^~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_probe': /kisskb/src/drivers/clk/clk-si5341.c:1586:8: note: byref variable will be forcibly initialized char reg_name[10]; ^~~~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'fw_get_filesystem_firmware': /kisskb/src/drivers/base/firmware_loader/main.c:451:10: note: byref variable will be forcibly initialized size_t file_size = 0; ^~~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1560:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c:437:8: note: byref variable will be forcibly initialized void *buffer = NULL; ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1558: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:1555:14: note: byref variable will be forcibly initialized const char *synth_clock_names[SI5341_NUM_SYNTH]; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1554:14: note: byref variable will be forcibly initialized const char *root_clock_name; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1552:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function '_request_firmware': /kisskb/src/drivers/base/firmware_loader/main.c:737:19: note: byref variable will be forcibly initialized struct firmware *fw = NULL; ^~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'cache_firmware': /kisskb/src/drivers/base/firmware_loader/main.c:1116:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'request_firmware_work_func': /kisskb/src/drivers/base/firmware_loader/main.c:1016:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/tty/serial/earlycon.c: In function 'parse_options': /kisskb/src/drivers/tty/serial/earlycon.c:97:18: note: byref variable will be forcibly initialized resource_size_t addr; ^~~~ /kisskb/src/drivers/iommu/ioasid.c: In function 'default_alloc': /kisskb/src/drivers/iommu/ioasid.c:80:11: note: byref variable will be forcibly initialized ioasid_t id; ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/iommu/ioasid.c:8: /kisskb/src/drivers/iommu/ioasid.c: In function 'ioasid_register_allocator': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/ioasid.c:162:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(active_allocator, ia_data); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/ioasid.c: In function 'ioasid_unregister_allocator': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/ioasid.c:235:5: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(active_allocator, ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/ioasid.c:233:5: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(active_allocator, &default_allocator); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/ioasid.c: In function 'ioasid_set_data': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/ioasid.c:277:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(ioasid_data->private, data); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/ioasid.c: In function 'ioasid_alloc': /kisskb/src/drivers/iommu/ioasid.c:310:11: note: byref variable will be forcibly initialized ioasid_t id; ^~ /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_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:132:5: note: byref variable will be forcibly initialized u8 buf[SI5351_PARAMETERS_LENGTH]; ^~~ /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, 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:213: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: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: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; ^~~~ /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/iommu/io-pgtable-arm-v7s.c: In function '__arm_v7s_alloc_table': /kisskb/src/drivers/iommu/io-pgtable-arm-v7s.c:239:14: note: byref variable will be forcibly initialized phys_addr_t phys; ^~~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function '__iommu_dma_unmap': /kisskb/src/drivers/iommu/dma-iommu.c:495:28: note: byref variable will be forcibly initialized struct iommu_iotlb_gather iotlb_gather; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/acpi_iort.h:10, from /kisskb/src/drivers/iommu/dma-iommu.c:11: /kisskb/src/drivers/iommu/dma-iommu.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_is_prepared': /kisskb/src/drivers/clk/clk-si544.c:114:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_get_muldiv': /kisskb/src/drivers/clk/clk-si544.c:129:5: note: byref variable will be forcibly initialized u8 reg[6]; ^~~ /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_recalc_rate': /kisskb/src/drivers/clk/clk-si544.c:320:26: note: byref variable will be forcibly initialized struct clk_si544_muldiv settings; ^~~~~~~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iommu_dma_alloc_remap': /kisskb/src/drivers/iommu/dma-iommu.c:674:18: note: byref variable will be forcibly initialized struct sg_table sgt; ^~~ /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_set_delta_m': /kisskb/src/drivers/clk/clk-si544.c:159:5: note: byref variable will be forcibly initialized u8 reg[3]; ^~~ /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_set_muldiv': /kisskb/src/drivers/clk/clk-si544.c:173:5: note: byref variable will be forcibly initialized u8 reg[6]; ^~~ /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_set_rate': /kisskb/src/drivers/clk/clk-si544.c:368:15: note: byref variable will be forcibly initialized unsigned int old_oe_state; ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si544.c:364:26: note: byref variable will be forcibly initialized struct clk_si544_muldiv settings; ^~~~~~~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iommu_dma_alloc': /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_probe': /kisskb/src/drivers/clk/clk-si544.c:458:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/iommu/dma-iommu.c:1189:8: note: byref variable will be forcibly initialized void *cpu_addr; ^~~~~~~~ /kisskb/src/drivers/iommu/dma-iommu.c:1188:15: note: byref variable will be forcibly initialized struct page *page = NULL; ^~~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iommu_dma_mmap': /kisskb/src/drivers/iommu/dma-iommu.c:1224:6: note: byref variable will be forcibly initialized int ret; ^~~ In file included from /kisskb/src/include/linux/kobject.h:19, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/acpi_iort.h:10, from /kisskb/src/drivers/iommu/dma-iommu.c:11: /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iova_reserve_iommu_regions': /kisskb/src/drivers/iommu/dma-iommu.c:265:12: note: byref variable will be forcibly initialized LIST_HEAD(resv_regions); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/clk/clk-si570.c: In function 'si570_round_rate': /kisskb/src/drivers/clk/clk-si570.c:249:19: note: byref variable will be forcibly initialized unsigned int n1, hs_div; ^~~~~~ /kisskb/src/drivers/clk/clk-si570.c:249:15: note: byref variable will be forcibly initialized unsigned int n1, hs_div; ^~ /kisskb/src/drivers/clk/clk-si570.c:248:6: note: byref variable will be forcibly initialized u64 rfreq; ^~~~~ /kisskb/src/drivers/clk/clk-si570.c: In function 'si570_update_rfreq': /kisskb/src/drivers/clk/clk-si570.c:165:5: note: byref variable will be forcibly initialized u8 reg[5]; ^~~ /kisskb/src/drivers/clk/clk-si570.c: In function 'si570_get_divs': /kisskb/src/drivers/clk/clk-si570.c:98:5: note: byref variable will be forcibly initialized u8 reg[6]; ^~~ /kisskb/src/drivers/clk/clk-si570.c: In function 'si570_recalc_rate': /kisskb/src/drivers/clk/clk-si570.c:229:19: note: byref variable will be forcibly initialized unsigned int n1, hs_div; ^~~~~~ /kisskb/src/drivers/clk/clk-si570.c:229:15: note: byref variable will be forcibly initialized unsigned int n1, hs_div; ^~ /kisskb/src/drivers/clk/clk-si570.c:228:6: note: byref variable will be forcibly initialized u64 rfreq, rate; ^~~~~ /kisskb/src/drivers/clk/clk-si570.c: In function 'si570_probe': /kisskb/src/drivers/clk/clk-si570.c:406:34: note: byref variable will be forcibly initialized u32 initial_fout, factory_fout, stability; ^~~~~~~~~ /kisskb/src/drivers/clk/clk-si570.c:406:20: note: byref variable will be forcibly initialized u32 initial_fout, factory_fout, stability; ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si570.c:406:6: note: byref variable will be forcibly initialized u32 initial_fout, factory_fout, stability; ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si570.c:405:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/misc/apds9802als.c: In function 'als_sensing_range_store': /kisskb/src/drivers/misc/apds9802als.c:114:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/misc/isl29020.c: In function 'als_sensing_range_store': /kisskb/src/drivers/misc/isl29020.c:79:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/clk/qcom/a7-pll.c: In function 'qcom_a7pll_probe': /kisskb/src/drivers/clk/qcom/a7-pll.c:61:6: note: byref variable will be forcibly initialized u32 l_val; ^~~~~ /kisskb/src/drivers/clk/qcom/clk-cpu-8996.c: In function 'clk_cpu_8996_mux_get_parent': /kisskb/src/drivers/clk/qcom/clk-cpu-8996.c:210:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/qcom/clk-cpu-8996.c:54: /kisskb/src/drivers/clk/qcom/clk-cpu-8996.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_pfd_recalc_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:336:23: note: byref variable will be forcibly initialized unsigned int prediv, div; ^~~ /kisskb/src/drivers/clk/clk-versaclock5.c:336:15: note: byref variable will be forcibly initialized unsigned int prediv, div; ^~~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_dbl_recalc_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:288:15: note: byref variable will be forcibly initialized unsigned int premul; ^~~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_clk_out_get_parent': /kisskb/src/drivers/clk/clk-versaclock5.c:658:15: note: byref variable will be forcibly initialized unsigned int src; ^~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_mux_get_parent': /kisskb/src/drivers/clk/clk-versaclock5.c:232:15: note: byref variable will be forcibly initialized unsigned int src; ^~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_pll_set_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:464:5: note: byref variable will be forcibly initialized u8 fb[5]; ^~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_fod_recalc_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:490:5: note: byref variable will be forcibly initialized u8 od_frc[4]; ^~~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c:489:5: note: byref variable will be forcibly initialized u8 od_int[2]; ^~~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_pll_recalc_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:420:5: note: byref variable will be forcibly initialized u8 fb[5]; ^~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_update_mode': /kisskb/src/drivers/clk/clk-versaclock5.c:736:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_update_power': /kisskb/src/drivers/clk/clk-versaclock5.c:761:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_update_slew': /kisskb/src/drivers/clk/clk-versaclock5.c:843:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_clk_out_prepare': /kisskb/src/drivers/clk/clk-versaclock5.c:585:15: note: byref variable will be forcibly initialized unsigned int src; ^~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_fod_set_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:546:5: note: byref variable will be forcibly initialized u8 data[14] = { ^~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_update_cap_load': /kisskb/src/drivers/clk/clk-versaclock5.c:820:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_probe': /kisskb/src/drivers/clk/clk-versaclock5.c:913:14: note: byref variable will be forcibly initialized const char *parent_names[2]; ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c:912:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/clk/clk-versaclock5.c:910:19: note: byref variable will be forcibly initialized unsigned int oe, sd, src_mask = 0, src_val = 0; ^~ /kisskb/src/drivers/clk/clk-versaclock5.c:910:15: note: byref variable will be forcibly initialized unsigned int oe, sd, src_mask = 0, src_val = 0; ^~ /kisskb/src/drivers/char/tpm/tpm-chip.c: In function 'tpm_default_chip': /kisskb/src/drivers/char/tpm/tpm-chip.c:199:6: note: byref variable will be forcibly initialized int chip_num = 0; ^~~~~~~~ /kisskb/src/drivers/misc/ds1682.c: In function 'ds1682_store': /kisskb/src/drivers/misc/ds1682.c:103:9: note: byref variable will be forcibly initialized __le32 val_le; ^~~~~~ /kisskb/src/drivers/misc/ds1682.c:102:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/drivers/misc/ds1682.c: In function 'ds1682_show': /kisskb/src/drivers/misc/ds1682.c:60:9: note: byref variable will be forcibly initialized __le32 val_le = 0; ^~~~~~ /kisskb/src/drivers/misc/sram.c: In function 'atmel_securam_wait': /kisskb/src/drivers/misc/sram.c:343:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/misc/sram.c:14: /kisskb/src/drivers/misc/sram.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/misc/sram.c:17: /kisskb/src/drivers/misc/sram.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/misc/hmc6352.c: In function 'compass_store': /kisskb/src/drivers/misc/hmc6352.c:35:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/misc/hmc6352.c: In function 'compass_heading_data_show': /kisskb/src/drivers/misc/hmc6352.c:67:16: note: byref variable will be forcibly initialized unsigned char i2c_data[2]; ^~~~~~~~ /kisskb/src/drivers/misc/sram.c: In function 'sram_reserve_regions': /kisskb/src/drivers/misc/sram.c:198:19: note: byref variable will be forcibly initialized struct resource child_res; ^~~~~~~~~ /kisskb/src/drivers/misc/sram.c:180:14: note: byref variable will be forcibly initialized const char *label; ^~~~~ /kisskb/src/drivers/misc/sram.c:178:19: note: byref variable will be forcibly initialized struct list_head reserve_list; ^~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/bcm63xx_uart.c: In function 'bcm_console_setup': /kisskb/src/drivers/tty/serial/bcm63xx_uart.c:734:6: note: byref variable will be forcibly initialized int flow = 'n'; ^~~~ /kisskb/src/drivers/tty/serial/bcm63xx_uart.c:733:6: note: byref variable will be forcibly initialized int parity = 'n'; ^~~~~~ /kisskb/src/drivers/tty/serial/bcm63xx_uart.c:732:6: note: byref variable will be forcibly initialized int bits = 8; ^~~~ /kisskb/src/drivers/tty/serial/bcm63xx_uart.c:731:6: note: byref variable will be forcibly initialized int baud = 9600; ^~~~ /kisskb/src/drivers/iommu/of_iommu.c: In function 'of_iommu_configure_dev': /kisskb/src/drivers/iommu/of_iommu.c:74:25: note: byref variable will be forcibly initialized struct of_phandle_args iommu_spec; ^~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_class.c: In function 'xillybus_init_chrdev': /kisskb/src/drivers/char/xillybus/xillybus_class.c:52:7: note: byref variable will be forcibly initialized char devname[48]; ^~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_class.c:50:8: note: byref variable will be forcibly initialized dev_t mdev; ^~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c: In function 'pl011_console_setup': /kisskb/src/drivers/tty/serial/amba-pl011.c:2422:6: note: byref variable will be forcibly initialized int flow = 'n'; ^~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c:2421:6: note: byref variable will be forcibly initialized int parity = 'n'; ^~~~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c:2420:6: note: byref variable will be forcibly initialized int bits = 8; ^~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c:2419:6: note: byref variable will be forcibly initialized int baud = 38400; ^~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c: In function 'pl011_console_match': /kisskb/src/drivers/tty/serial/amba-pl011.c:2488:18: note: byref variable will be forcibly initialized resource_size_t addr; ^~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c:2487:16: note: byref variable will be forcibly initialized unsigned char iotype; ^~~~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c: In function 'pl011_dma_rx_irq': /kisskb/src/drivers/tty/serial/amba-pl011.c:957:22: note: byref variable will be forcibly initialized struct dma_tx_state state; ^~~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c: In function 'pl011_dma_rx_callback': /kisskb/src/drivers/tty/serial/amba-pl011.c:1007:22: note: byref variable will be forcibly initialized struct dma_tx_state state; ^~~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c: In function 'pl011_dma_rx_poll': /kisskb/src/drivers/tty/serial/amba-pl011.c:1074:22: note: byref variable will be forcibly initialized struct dma_tx_state state; ^~~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c: In function 'pl011_dma_probe': /kisskb/src/drivers/tty/serial/amba-pl011.c:515:9: note: byref variable will be forcibly initialized u32 x; ^ /kisskb/src/drivers/tty/serial/amba-pl011.c:471:25: note: byref variable will be forcibly initialized struct dma_slave_caps caps; ^~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c:463:27: note: byref variable will be forcibly initialized struct dma_slave_config rx_conf = { ^~~~~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c:416:17: note: byref variable will be forcibly initialized dma_cap_mask_t mask; ^~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c: In function 'pl011_sgbuf_init': /kisskb/src/drivers/tty/serial/amba-pl011.c:376:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^~~~~~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c: In function 'sbsa_uart_probe': /kisskb/src/drivers/tty/serial/amba-pl011.c:2876:6: note: byref variable will be forcibly initialized int baudrate; ^~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_lookup': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:68:25: note: byref variable will be forcibly initialized unsigned int base_reg, top_reg; ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:68:15: note: byref variable will be forcibly initialized unsigned int base_reg, top_reg; ^~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_drop': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:511:25: note: byref variable will be forcibly initialized unsigned int base_reg, top_reg; ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:511:15: note: byref variable will be forcibly initialized unsigned int base_reg, top_reg; ^~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_sync': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:470:25: note: byref variable will be forcibly initialized unsigned int base_reg, top_reg; ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:470:15: note: byref variable will be forcibly initialized unsigned int base_reg, top_reg; ^~~~~~~~ In file included from /kisskb/src/drivers/base/regmap/regcache-rbtree.c:13: /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/base/component.c:14: /kisskb/src/drivers/base/component.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_insert': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:101:29: note: byref variable will be forcibly initialized unsigned int base_reg_tmp, top_reg_tmp; ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:101:15: note: byref variable will be forcibly initialized unsigned int base_reg_tmp, top_reg_tmp; ^~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_write': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:387:26: note: byref variable will be forcibly initialized unsigned int base_reg, top_reg; ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:387:16: note: byref variable will be forcibly initialized unsigned int base_reg, top_reg; ^~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'rbtree_show': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:138:21: note: byref variable will be forcibly initialized unsigned int base, top; ^~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:138:15: note: byref variable will be forcibly initialized unsigned int base, top; ^~~~ In file included from /kisskb/src/drivers/base/regmap/regcache.c:12: /kisskb/src/drivers/base/regmap/regcache.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_hw_init': /kisskb/src/drivers/base/regmap/regcache.c:31:20: note: byref variable will be forcibly initialized unsigned int reg, val; ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_lookup_reg': /kisskb/src/drivers/base/regmap/regcache.c:645:21: note: byref variable will be forcibly initialized struct reg_default key; ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_default_sync': /kisskb/src/drivers/base/regmap/regcache.c:300:16: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/clk/qcom/clk-rpm.c: In function 'clk_rpm_set_rate_active': /kisskb/src/drivers/clk/qcom/clk-rpm.c:135:6: note: byref variable will be forcibly initialized u32 value = DIV_ROUND_UP(rate, 1000); /* to kHz */ ^~~~~ /kisskb/src/drivers/clk/qcom/clk-rpm.c: In function 'clk_rpm_set_rate_sleep': /kisskb/src/drivers/clk/qcom/clk-rpm.c:143:6: note: byref variable will be forcibly initialized u32 value = DIV_ROUND_UP(rate, 1000); /* to kHz */ ^~~~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_sync_block_raw': /kisskb/src/drivers/base/regmap/regcache.c:740:14: note: byref variable will be forcibly initialized const void *data = NULL; ^~~~ /kisskb/src/drivers/clk/qcom/clk-rpm.c: In function 'clk_rpm_xo_unprepare': /kisskb/src/drivers/clk/qcom/clk-rpm.c:273:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/clk/qcom/clk-rpm.c: In function 'clk_rpm_xo_prepare': /kisskb/src/drivers/clk/qcom/clk-rpm.c:252:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/clk/qcom/clk-rpm.c: In function 'clk_rpm_fixed_unprepare': /kisskb/src/drivers/clk/qcom/clk-rpm.c:304:6: note: byref variable will be forcibly initialized u32 value = 0; ^~~~~ /kisskb/src/drivers/clk/qcom/clk-rpm.c: In function 'clk_rpm_fixed_prepare': /kisskb/src/drivers/clk/qcom/clk-rpm.c:290:6: note: byref variable will be forcibly initialized u32 value = 1; ^~~~~ /kisskb/src/drivers/clk/qcom/clk-rpm.c: In function 'clk_rpm_handoff': /kisskb/src/drivers/clk/qcom/clk-rpm.c:111:6: note: byref variable will be forcibly initialized u32 value = INT_MAX; ^~~~~ /kisskb/src/drivers/clk/qcom/clk-rpmh.c: In function 'clk_rpmh_probe': /kisskb/src/drivers/clk/qcom/clk-rpmh.c:589:10: note: byref variable will be forcibly initialized size_t aux_data_len; ^~~~~~~~~~~~ /kisskb/src/drivers/base/bus.c: In function 'bus_for_each_dev': /kisskb/src/drivers/base/bus.c:291:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/base/bus.c: In function 'bus_find_device': /kisskb/src/drivers/base/bus.c:326:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_get_stats': /kisskb/src/drivers/misc/xilinx_sdfec.c:917:22: note: byref variable will be forcibly initialized struct xsdfec_stats user_stats; ^~~~~~~~~~ /kisskb/src/drivers/base/bus.c: In function 'subsys_find_device_by_id': /kisskb/src/drivers/base/bus.c:355:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/base/bus.c: In function 'bus_for_each_drv': /kisskb/src/drivers/base/bus.c:417:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_get_status': /kisskb/src/drivers/misc/xilinx_sdfec.c:295:23: note: byref variable will be forcibly initialized struct xsdfec_status status; ^~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_get_turbo': /kisskb/src/drivers/misc/xilinx_sdfec.c:438:22: note: byref variable will be forcibly initialized struct xsdfec_turbo turbo_params; ^~~~~~~~~~~~ In file included from /kisskb/src/drivers/base/regmap/regcache-flat.c:11: /kisskb/src/drivers/base/regmap/regcache-flat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_set_irq': /kisskb/src/drivers/misc/xilinx_sdfec.c:383:20: note: byref variable will be forcibly initialized struct xsdfec_irq irq; ^~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_set_turbo': /kisskb/src/drivers/misc/xilinx_sdfec.c:410:22: note: byref variable will be forcibly initialized struct xsdfec_turbo turbo; ^~~~~ In file included from /kisskb/src/include/linux/async.h:12, from /kisskb/src/drivers/base/bus.c:11: /kisskb/src/drivers/base/bus.c: In function 'bus_sort_breadthfirst': /kisskb/src/drivers/base/bus.c:935:12: note: byref variable will be forcibly initialized LIST_HEAD(sorted_devices); ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/base/bus.c: In function 'subsys_interface_register': /kisskb/src/drivers/base/bus.c:1022:25: note: byref variable will be forcibly initialized struct subsys_dev_iter iter; ^~~~ /kisskb/src/drivers/base/bus.c: In function 'subsys_interface_unregister': /kisskb/src/drivers/base/bus.c:1049:25: note: byref variable will be forcibly initialized struct subsys_dev_iter iter; ^~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_table_write': /kisskb/src/drivers/misc/xilinx_sdfec.c:608:15: note: byref variable will be forcibly initialized struct page *pages[MAX_NUM_PAGES]; ^~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_parse_of': /kisskb/src/drivers/misc/xilinx_sdfec.c:1048:6: note: byref variable will be forcibly initialized u32 dout_word_include; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c:1047:6: note: byref variable will be forcibly initialized u32 dout_width; ^~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c:1046:6: note: byref variable will be forcibly initialized u32 din_word_include; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c:1045:6: note: byref variable will be forcibly initialized u32 din_width; ^~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c:1044:14: note: byref variable will be forcibly initialized const char *fec_code; ^~~~~~~~ /kisskb/src/drivers/clk/qcom/clk-smd-rpm.c: In function 'clk_smd_rpm_set_rate_active': /kisskb/src/drivers/clk/qcom/clk-smd-rpm.c:193:25: note: byref variable will be forcibly initialized struct clk_smd_rpm_req req = { ^~~ /kisskb/src/drivers/clk/qcom/clk-smd-rpm.c: In function 'clk_smd_rpm_set_rate_sleep': /kisskb/src/drivers/clk/qcom/clk-smd-rpm.c:211:25: note: byref variable will be forcibly initialized struct clk_smd_rpm_req req = { ^~~ /kisskb/src/drivers/clk/qcom/clk-smd-rpm.c: In function 'clk_smd_rpm_handoff': /kisskb/src/drivers/clk/qcom/clk-smd-rpm.c:170:25: note: byref variable will be forcibly initialized struct clk_smd_rpm_req req = { ^~~ /kisskb/src/drivers/clk/qcom/clk-smd-rpm.c: In function 'clk_smd_rpm_enable_scaling': /kisskb/src/drivers/clk/qcom/clk-smd-rpm.c:391:25: note: byref variable will be forcibly initialized struct clk_smd_rpm_req req = { ^~~ /kisskb/src/drivers/iommu/ipmmu-vmsa.c: In function 'ipmmu_find_root': /kisskb/src/drivers/iommu/ipmmu-vmsa.c:168:28: note: byref variable will be forcibly initialized struct ipmmu_vmsa_device *root = NULL; ^~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_16_native': /kisskb/src/drivers/base/regmap/regmap.c:377:6: note: byref variable will be forcibly initialized u16 v; ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_32_native': /kisskb/src/drivers/base/regmap/regmap.c:419:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_64_native': /kisskb/src/drivers/base/regmap/regmap.c:452:6: note: byref variable will be forcibly initialized u64 v; ^ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/base/regmap/trace.h:257, from /kisskb/src/drivers/base/regmap/regmap.c:23: /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regmap_reg': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regmap_block': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regcache_sync': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regmap_bool': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regmap_async': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_async, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_async, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_async, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regcache_drop_region': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/base/regmap/trace.h:257, from /kisskb/src/drivers/base/regmap/regmap.c:23: /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_reg': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_reg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_block': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_block, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regcache_sync': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_sync, ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_bool': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_bool, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_async': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_async, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(regmap_async, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regcache_drop_region': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(regcache_drop_region, ^~~~~~~~~~~ In file included from /kisskb/src/drivers/base/regmap/regmap.c:10: /kisskb/src/drivers/base/regmap/regmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/base/regmap/regmap.c:9: /kisskb/src/drivers/base/regmap/regmap.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_cached': /kisskb/src/drivers/base/regmap/regmap.c:107:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_update_bits': /kisskb/src/drivers/base/regmap/regmap.c:3062:20: note: byref variable will be forcibly initialized unsigned int tmp, orig; ^~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_select_page': /kisskb/src/drivers/base/regmap/regmap.c:1601:7: note: byref variable will be forcibly initialized bool page_chg; ^~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2789:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_field_read': /kisskb/src/drivers/base/regmap/regmap.c:2934:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_fields_read': /kisskb/src/drivers/base/regmap/regmap.c:2961:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_bulk_read': /kisskb/src/drivers/base/regmap/regmap.c:3021:17: note: byref variable will be forcibly initialized unsigned int ival; ^~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_test_bits': /kisskb/src/drivers/base/regmap/regmap.c:3144:15: note: byref variable will be forcibly initialized unsigned int val, ret; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/regmap/regmap.c:9: /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_async_complete': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c:3206:2: note: in expansion of macro 'wait_event' wait_event(map->async_waitq, regmap_async_is_done(map)); ^~~~~~~~~~ /kisskb/src/drivers/iommu/mtk_iommu.c: In function 'mtk_iommu_probe': /kisskb/src/drivers/iommu/mtk_iommu.c:833:7: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/drivers/iommu/mtk_iommu.c:773:8: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/iommu/mtk_iommu.c:769:27: note: byref variable will be forcibly initialized struct component_match *match = NULL; ^~~~~ /kisskb/src/drivers/iommu/mtk_iommu.c:768:19: note: byref variable will be forcibly initialized resource_size_t ioaddr; ^~~~~~ /kisskb/src/drivers/base/driver.c: In function 'driver_for_each_device': /kisskb/src/drivers/base/driver.c:45:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/base/driver.c: In function 'driver_find_device': /kisskb/src/drivers/base/driver.c:80:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/base/dd.c: In function 'deferred_probe_timeout_setup': /kisskb/src/drivers/base/dd.c:264:6: note: byref variable will be forcibly initialized int timeout; ^~~~~~~ /kisskb/src/drivers/char/tpm/tpm-dev-common.c: In function 'tpm_dev_transmit': /kisskb/src/drivers/char/tpm/tpm-dev-common.c:28:15: note: byref variable will be forcibly initialized ssize_t ret, len; ^~~ /kisskb/src/drivers/base/dd.c: In function '__device_attach': /kisskb/src/drivers/base/dd.c:960:29: note: byref variable will be forcibly initialized struct device_attach_data data = { ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/base/dd.c:19: /kisskb/src/drivers/base/dd.c: In function 'wait_for_device_probe': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/base/dd.c:725:2: note: in expansion of macro 'wait_event' wait_event(probe_waitqueue, atomic_read(&probe_count) == 0); ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/base/dd.c:719:2: note: in expansion of macro 'wait_event' wait_event(probe_timeout_waitqueue, !driver_deferred_probe_timeout); ^~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_init_vqs': /kisskb/src/drivers/iommu/virtio-iommu.c:957:17: note: byref variable will be forcibly initialized vq_callback_t *callbacks[] = { ^~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:956:14: note: byref variable will be forcibly initialized const char *names[] = { "request", "event" }; ^~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function '__viommu_sync_req': /kisskb/src/drivers/iommu/virtio-iommu.c:156:15: note: byref variable will be forcibly initialized unsigned int len; ^~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function '__viommu_add_req': /kisskb/src/drivers/iommu/virtio-iommu.c:224:22: note: byref variable will be forcibly initialized struct scatterlist *sg[2] = { &top_sg, &bottom_sg }; ^~ /kisskb/src/drivers/iommu/virtio-iommu.c:223:29: note: byref variable will be forcibly initialized struct scatterlist top_sg, bottom_sg; ^~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:223:21: note: byref variable will be forcibly initialized struct scatterlist top_sg, bottom_sg; ^~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_replay_mappings': /kisskb/src/drivers/iommu/virtio-iommu.c:392:30: note: byref variable will be forcibly initialized struct virtio_iommu_req_map map; ^~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_unmap': /kisskb/src/drivers/iommu/virtio-iommu.c:761:32: note: byref variable will be forcibly initialized struct virtio_iommu_req_unmap unmap; ^~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_map': /kisskb/src/drivers/iommu/virtio-iommu.c:723:30: note: byref variable will be forcibly initialized struct virtio_iommu_req_map map; ^~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_attach_dev': /kisskb/src/drivers/iommu/virtio-iommu.c:653:33: note: byref variable will be forcibly initialized struct virtio_iommu_req_attach req; ^~~ In file included from /kisskb/src/include/linux/amba/bus.h:15, from /kisskb/src/drivers/iommu/virtio-iommu.c:10: /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_fill_evtq': /kisskb/src/drivers/iommu/virtio-iommu.c:969:21: note: byref variable will be forcibly initialized struct scatterlist sg[1]; ^~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_event_handler': /kisskb/src/drivers/iommu/virtio-iommu.c:562:21: note: byref variable will be forcibly initialized struct scatterlist sg[1]; ^~ /kisskb/src/drivers/iommu/virtio-iommu.c:561:15: note: byref variable will be forcibly initialized unsigned int len; ^~~ In file included from /kisskb/src/drivers/iommu/virtio-iommu.c:22: /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_probe': /kisskb/src/include/linux/virtio_config.h:400:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:563:4: note: in expansion of macro 'virtio_cread_le' virtio_cread_le((vdev), structname, member, ptr); \ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1044:2: note: in expansion of macro 'virtio_cread_le_feature' virtio_cread_le_feature(vdev, VIRTIO_IOMMU_F_PROBE, ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:400:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:563:4: note: in expansion of macro 'virtio_cread_le' virtio_cread_le((vdev), structname, member, ptr); \ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1040:2: note: in expansion of macro 'virtio_cread_le_feature' virtio_cread_le_feature(vdev, VIRTIO_IOMMU_F_DOMAIN_RANGE, ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:400:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:563:4: note: in expansion of macro 'virtio_cread_le' virtio_cread_le((vdev), structname, member, ptr); \ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1036:2: note: in expansion of macro 'virtio_cread_le_feature' virtio_cread_le_feature(vdev, VIRTIO_IOMMU_F_DOMAIN_RANGE, ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:400:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:563:4: note: in expansion of macro 'virtio_cread_le' virtio_cread_le((vdev), structname, member, ptr); \ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1032:2: note: in expansion of macro 'virtio_cread_le_feature' virtio_cread_le_feature(vdev, VIRTIO_IOMMU_F_INPUT_RANGE, ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:400:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:563:4: note: in expansion of macro 'virtio_cread_le' virtio_cread_le((vdev), structname, member, ptr); \ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1028:2: note: in expansion of macro 'virtio_cread_le_feature' virtio_cread_le_feature(vdev, VIRTIO_IOMMU_F_INPUT_RANGE, ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:400:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1016:2: note: in expansion of macro 'virtio_cread_le' virtio_cread_le(vdev, struct virtio_iommu_config, page_size_mask, ^~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/base/core.c:11: /kisskb/src/drivers/base/core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm-interface.c: In function 'tpm_transmit': /kisskb/src/drivers/char/tpm/tpm-interface.c:157:5: note: byref variable will be forcibly initialized u8 save[TPM_HEADER_SIZE + 3*sizeof(u32)]; ^~~~ /kisskb/src/drivers/char/tpm/tpm-interface.c: In function 'tpm_send': /kisskb/src/drivers/char/tpm/tpm-interface.c:355:17: note: byref variable will be forcibly initialized struct tpm_buf buf; ^~~ /kisskb/src/drivers/base/core.c: In function 'device_create_sys_dev_entry': /kisskb/src/drivers/base/core.c:3215:7: note: byref variable will be forcibly initialized char devt_str[15]; ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_remove_sys_dev_entry': /kisskb/src/drivers/base/core.c:3228:7: note: byref variable will be forcibly initialized char devt_str[15]; ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_store_ulong': /kisskb/src/drivers/base/core.c:2128:16: note: byref variable will be forcibly initialized unsigned long new; ^~~ /kisskb/src/drivers/base/core.c: In function 'device_store_int': /kisskb/src/drivers/base/core.c:2154:7: note: byref variable will be forcibly initialized long new; ^~~ /kisskb/src/drivers/base/core.c: In function 'dev_set_name': /kisskb/src/drivers/base/core.c:3178:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ In file included from /kisskb/src/include/linux/kobject.h:19, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/base/core.c:11: /kisskb/src/drivers/base/core.c: In function 'device_links_supplier_sync_state_resume': /kisskb/src/drivers/base/core.c:1122:12: note: byref variable will be forcibly initialized LIST_HEAD(sync_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/base/core.c: In function 'device_links_driver_bound': /kisskb/src/drivers/base/core.c:1229:12: note: byref variable will be forcibly initialized LIST_HEAD(sync_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/base/core.c: In function 'dev_uevent': /kisskb/src/drivers/base/core.c:2301:10: note: byref variable will be forcibly initialized kgid_t gid = GLOBAL_ROOT_GID; ^~~ /kisskb/src/drivers/base/core.c:2300:10: note: byref variable will be forcibly initialized kuid_t uid = GLOBAL_ROOT_UID; ^~~ /kisskb/src/drivers/base/core.c:2299:11: note: byref variable will be forcibly initialized umode_t mode = 0; ^~~~ /kisskb/src/drivers/base/core.c:2297:15: note: byref variable will be forcibly initialized const char *tmp; ^~~ /kisskb/src/drivers/base/core.c: In function 'device_for_each_child': /kisskb/src/drivers/base/core.c:3705:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/base/core.c: In function 'device_for_each_child_reverse': /kisskb/src/drivers/base/core.c:3735:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/base/core.c: In function 'device_find_child': /kisskb/src/drivers/base/core.c:3770:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/base/core.c: In function 'device_find_child_by_name': /kisskb/src/drivers/base/core.c:3798:20: note: byref variable will be forcibly initialized struct klist_iter i; ^ /kisskb/src/drivers/base/core.c: In function 'online_store': /kisskb/src/drivers/base/core.c:2435:7: note: byref variable will be forcibly initialized bool val; ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/char/xillybus/xillyusb.c:15: /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_send_opcode': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1085:9: note: in expansion of macro 'wait_event_interruptible' while (wait_event_interruptible(fifo->waitq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1067:9: note: byref variable will be forcibly initialized __le32 msg[2]; ^~~ /kisskb/src/drivers/base/core.c: In function 'dev_vprintk_emit': /kisskb/src/drivers/base/core.c:4590:25: note: byref variable will be forcibly initialized struct dev_printk_info dev_info; ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'dev_printk_emit': /kisskb/src/drivers/base/core.c:4600:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/base/core.c: In function '_dev_printk': /kisskb/src/drivers/base/core.c:4627:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/base/core.c:4626:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/drivers/base/core.c: In function '_dev_emerg': /kisskb/src/drivers/base/core.c:4644:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/drivers/base/core.c:4657:1: note: in expansion of macro 'define_dev_printk_level' define_dev_printk_level(_dev_emerg, KERN_EMERG); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4643:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/drivers/base/core.c:4657:1: note: in expansion of macro 'define_dev_printk_level' define_dev_printk_level(_dev_emerg, KERN_EMERG); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_alert': /kisskb/src/drivers/base/core.c:4644:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/drivers/base/core.c:4658:1: note: in expansion of macro 'define_dev_printk_level' define_dev_printk_level(_dev_alert, KERN_ALERT); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4643:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/drivers/base/core.c:4658:1: note: in expansion of macro 'define_dev_printk_level' define_dev_printk_level(_dev_alert, KERN_ALERT); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_crit': In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/char/xillybus/xillyusb.c:15: /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'flush_downstream': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1201:8: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout(chan->flushq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4644:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/drivers/base/core.c:4659:1: note: in expansion of macro 'define_dev_printk_level' define_dev_printk_level(_dev_crit, KERN_CRIT); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1182:9: note: in expansion of macro 'wait_event_interruptible' rc = wait_event_interruptible(chan->flushq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1153:9: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout(chan->flushq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4643:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/drivers/base/core.c:4659:1: note: in expansion of macro 'define_dev_printk_level' define_dev_printk_level(_dev_crit, KERN_CRIT); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_err': /kisskb/src/drivers/base/core.c:4644:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/drivers/base/core.c:4660:1: note: in expansion of macro 'define_dev_printk_level' define_dev_printk_level(_dev_err, KERN_ERR); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4643:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/drivers/base/core.c:4660:1: note: in expansion of macro 'define_dev_printk_level' define_dev_printk_level(_dev_err, KERN_ERR); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_warn': /kisskb/src/drivers/base/core.c:4644:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/drivers/base/core.c:4661:1: note: in expansion of macro 'define_dev_printk_level' define_dev_printk_level(_dev_warn, KERN_WARNING); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4643:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/drivers/base/core.c:4661:1: note: in expansion of macro 'define_dev_printk_level' define_dev_printk_level(_dev_warn, KERN_WARNING); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_notice': /kisskb/src/drivers/base/core.c:4644:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/drivers/base/core.c:4662:1: note: in expansion of macro 'define_dev_printk_level' define_dev_printk_level(_dev_notice, KERN_NOTICE); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4643:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/drivers/base/core.c:4662:1: note: in expansion of macro 'define_dev_printk_level' define_dev_printk_level(_dev_notice, KERN_NOTICE); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_info': /kisskb/src/drivers/base/core.c:4644:10: note: byref variable will be forcibly initialized va_list args; \ ^~~~ /kisskb/src/drivers/base/core.c:4663:1: note: in expansion of macro 'define_dev_printk_level' define_dev_printk_level(_dev_info, KERN_INFO); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4643:19: note: byref variable will be forcibly initialized struct va_format vaf; \ ^~~ /kisskb/src/drivers/base/core.c:4663:1: note: in expansion of macro 'define_dev_printk_level' define_dev_printk_level(_dev_info, KERN_INFO); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_disconnect': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:2191:7: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout(fifo->waitq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/char/xillybus/xillyusb.c:15: /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/char/xillybus/xillyusb.c:15: /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1571:9: note: in expansion of macro 'wait_event_interruptible' rc = wait_event_interruptible ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1560:9: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_create': /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_write': /kisskb/src/drivers/base/core.c:4090:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1663:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_create_with_groups': /kisskb/src/drivers/base/core.c:4134:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ /kisskb/src/drivers/base/core.c: In function 'dev_err_probe': /kisskb/src/drivers/base/core.c:4702:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/base/core.c:4701:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_discovery': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:2019:7: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout(idt_fifo.waitq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1976:19: note: byref variable will be forcibly initialized struct xillyfifo idt_fifo; ^~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1975:9: note: byref variable will be forcibly initialized __le16 bogus_chandesc[2]; ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/char/xillybus/xillyusb.c:15: /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_release': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1718:10: note: in expansion of macro 'wait_event_interruptible' while (wait_event_interruptible(in_fifo->waitq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_open': /kisskb/src/drivers/char/xillybus/xillyusb.c:1237:6: note: byref variable will be forcibly initialized int index; ^~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1232:23: note: byref variable will be forcibly initialized struct xillyusb_dev *xdev; ^~~~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c: In function 'regmap_read_debugfs': /kisskb/src/drivers/base/regmap/regmap-debugfs.c:224:15: note: byref variable will be forcibly initialized unsigned int val, start_reg; ^~~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c:220:9: note: byref variable will be forcibly initialized loff_t p = *ppos; ^ In file included from /kisskb/src/drivers/tty/serial/samsung_tty.c:24: /kisskb/src/drivers/tty/serial/samsung_tty.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:969:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c: In function 'regmap_reg_ranges_read_file': /kisskb/src/drivers/base/regmap/regmap-debugfs.c:366:9: note: byref variable will be forcibly initialized loff_t p = 0; ^ /kisskb/src/drivers/tty/serial/samsung_tty.c: In function 's3c24xx_serial_stop_tx': /kisskb/src/drivers/tty/serial/samsung_tty.c:287:22: note: byref variable will be forcibly initialized struct dma_tx_state state; ^~~~~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c: In function 'regmap_cache_bypass_write_file': /kisskb/src/drivers/base/regmap/regmap-debugfs.c:512:7: note: byref variable will be forcibly initialized bool new_val; ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c: In function 'regmap_cache_only_write_file': /kisskb/src/drivers/base/regmap/regmap-debugfs.c:465:7: note: byref variable will be forcibly initialized bool new_val, require_sync = false; ^~~~~~~ /kisskb/src/drivers/tty/serial/samsung_tty.c: In function 's3c24xx_serial_tx_dma_complete': /kisskb/src/drivers/tty/serial/samsung_tty.c:335:22: note: byref variable will be forcibly initialized struct dma_tx_state state; ^~~~~ /kisskb/src/drivers/tty/serial/samsung_tty.c: In function 's3c24xx_serial_getclk': /kisskb/src/drivers/tty/serial/samsung_tty.c:1470:7: note: byref variable will be forcibly initialized char clkname[MAX_CLK_NAME_LENGTH]; ^~~~~~~ /kisskb/src/drivers/tty/serial/samsung_tty.c: In function 's3c24xx_serial_get_options': /kisskb/src/drivers/tty/serial/samsung_tty.c:2534:7: note: byref variable will be forcibly initialized char clk_name[MAX_CLK_NAME_LENGTH]; ^~~~~~~~ /kisskb/src/drivers/tty/serial/samsung_tty.c: In function 's3c24xx_serial_console_setup': /kisskb/src/drivers/tty/serial/samsung_tty.c:2594:6: note: byref variable will be forcibly initialized int flow = 'n'; ^~~~ /kisskb/src/drivers/tty/serial/samsung_tty.c:2593:6: note: byref variable will be forcibly initialized int parity = 'n'; ^~~~~~ /kisskb/src/drivers/tty/serial/samsung_tty.c:2592:6: note: byref variable will be forcibly initialized int bits = 8; ^~~~ /kisskb/src/drivers/tty/serial/samsung_tty.c:2591:6: note: byref variable will be forcibly initialized int baud = 9600; ^~~~ /kisskb/src/drivers/tty/serial/samsung_tty.c: In function 's3c24xx_serial_set_termios': /kisskb/src/drivers/tty/serial/samsung_tty.c:1554:27: note: byref variable will be forcibly initialized unsigned int baud, quot, clk_sel = 0; ^~~~~~~ /kisskb/src/drivers/tty/serial/samsung_tty.c:1552:14: note: byref variable will be forcibly initialized struct clk *clk = ERR_PTR(-EINVAL); ^~~ /kisskb/src/drivers/tty/serial/samsung_tty.c: In function 's3c24xx_serial_rx_dma_complete': /kisskb/src/drivers/tty/serial/samsung_tty.c:616:22: note: byref variable will be forcibly initialized struct dma_tx_state state; ^~~~~ /kisskb/src/drivers/tty/serial/samsung_tty.c: In function 's3c24xx_serial_stop_rx': /kisskb/src/drivers/tty/serial/samsung_tty.c:543:22: note: byref variable will be forcibly initialized struct dma_tx_state state; ^~~~~ /kisskb/src/drivers/tty/serial/samsung_tty.c: In function 's3c24xx_serial_rx_chars_dma': /kisskb/src/drivers/tty/serial/samsung_tty.c:722:22: note: byref variable will be forcibly initialized struct dma_tx_state state; ^~~~~ /kisskb/src/drivers/tty/serial/samsung_tty.c: In function 's3c24xx_serial_request_dma': /kisskb/src/drivers/tty/serial/samsung_tty.c:1050:24: note: byref variable will be forcibly initialized struct dma_slave_caps dma_caps; ^~~~~~~~ /kisskb/src/drivers/tty/serial/samsung_tty.c: In function 's3c24xx_serial_enable_baudclk': /kisskb/src/drivers/tty/serial/samsung_tty.c:2002:7: note: byref variable will be forcibly initialized char clk_name[MAX_CLK_NAME_LENGTH]; ^~~~~~~~ /kisskb/src/drivers/tty/serial/samsung_tty.c: In function 's3c24xx_serial_probe': /kisskb/src/drivers/tty/serial/samsung_tty.c:2200:11: note: byref variable will be forcibly initialized int ret, prop = 0; ^~~~ /kisskb/src/drivers/tty/serial/meson_uart.c: In function 'meson_uart_probe': /kisskb/src/drivers/tty/serial/meson_uart.c:718:6: note: byref variable will be forcibly initialized u32 fifosize = 64; /* Default is 64, 128 for EE UART_0 */ ^~~~~~~~ /kisskb/src/drivers/base/class.c: In function 'class_for_each_device': /kisskb/src/drivers/base/class.c:355:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_find_device': /kisskb/src/drivers/base/class.c:403:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_interface_register': /kisskb/src/drivers/base/class.c:430:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_interface_unregister': /kisskb/src/drivers/base/class.c:456:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^~~~ /kisskb/src/drivers/base/regmap/regmap-i2c.c: In function 'regmap_i2c_read': /kisskb/src/drivers/base/regmap/regmap-i2c.c:178:17: note: byref variable will be forcibly initialized struct i2c_msg xfer[2]; ^~~~ /kisskb/src/drivers/base/regmap/regmap-i2c.c: In function 'regmap_i2c_gather_write': /kisskb/src/drivers/base/regmap/regmap-i2c.c:144:17: note: byref variable will be forcibly initialized struct i2c_msg xfer[2]; ^~~~ /kisskb/src/drivers/base/cpu.c: In function 'print_cpus_isolated': /kisskb/src/drivers/base/cpu.c:272:16: note: byref variable will be forcibly initialized cpumask_var_t isolated; ^~~~~~~~ /kisskb/src/drivers/base/cpu.c: In function 'print_cpus_offline': /kisskb/src/drivers/base/cpu.c:242:16: note: byref variable will be forcibly initialized cpumask_var_t offline; ^~~~~~~ /kisskb/src/drivers/base/cpu.c: In function 'cpu_device_create': /kisskb/src/drivers/base/cpu.c:444:10: note: byref variable will be forcibly initialized va_list vargs; ^~~~~ In file included from /kisskb/src/include/linux/tpm_eventlog.h:6, from /kisskb/src/drivers/char/tpm/tpm1-cmd.c:21: /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm_buf_append_u16': /kisskb/src/include/linux/tpm.h:390:9: note: byref variable will be forcibly initialized __be16 value2 = cpu_to_be16(value); ^~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm_buf_append_u32': /kisskb/src/include/linux/tpm.h:397:9: note: byref variable will be forcibly initialized __be32 value2 = cpu_to_be32(value); ^~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_startup': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:326:17: note: byref variable will be forcibly initialized struct tpm_buf buf; ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_continue_selftest': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:622:17: note: byref variable will be forcibly initialized struct tpm_buf buf; ^~~ In file included from /kisskb/src/drivers/char/tpm/tpm1-cmd.c:17: /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_pcr_extend': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:466:17: note: byref variable will be forcibly initialized struct tpm_buf buf; ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_getcap': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:485:17: note: byref variable will be forcibly initialized struct tpm_buf buf; ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_get_timeouts': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:346:16: note: byref variable will be forcibly initialized unsigned long durations[3]; ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c:345:49: note: byref variable will be forcibly initialized unsigned long timeout_old[4], timeout_chip[4], timeout_eff[4]; ^~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c:344:8: note: byref variable will be forcibly initialized cap_t cap; ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_get_random': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:534:17: note: byref variable will be forcibly initialized struct tpm_buf buf; ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_pcr_read': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:586:17: note: byref variable will be forcibly initialized struct tpm_buf buf; ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_do_selftest': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:648:5: note: byref variable will be forcibly initialized u8 dummy[TPM_DIGEST_SIZE]; ^~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_pm_suspend': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:740:17: note: byref variable will be forcibly initialized struct tpm_buf buf; ^~~ /kisskb/src/drivers/mfd/88pm860x-core.c: In function 'verify_addr': /kisskb/src/drivers/mfd/88pm860x-core.c:1091:17: note: byref variable will be forcibly initialized unsigned short addr_8606[] = {0x10, 0x11}; ^~~~~~~~~ /kisskb/src/drivers/mfd/88pm860x-core.c:1090:17: note: byref variable will be forcibly initialized unsigned short addr_8607[] = {0x30, 0x34}; ^~~~~~~~~ /kisskb/src/drivers/mfd/88pm860x-core.c: In function 'device_irq_init': /kisskb/src/drivers/mfd/88pm860x-core.c:572:16: note: byref variable will be forcibly initialized unsigned char status_buf[INT_STATUS_NUM]; ^~~~~~~~~~ In file included from /kisskb/src/drivers/char/tpm/tpm.h:27, from /kisskb/src/drivers/char/tpm/tpm2-cmd.c:14: /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm_buf_append_u32': /kisskb/src/include/linux/tpm.h:397:9: note: byref variable will be forcibly initialized __be32 value2 = cpu_to_be32(value); ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm_buf_append_u16': /kisskb/src/include/linux/tpm.h:390:9: note: byref variable will be forcibly initialized __be16 value2 = cpu_to_be16(value); ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_do_selftest': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:448:17: note: byref variable will be forcibly initialized struct tpm_buf buf; ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/tpm.h:21, from /kisskb/src/drivers/char/tpm/tpm.h:27, from /kisskb/src/drivers/char/tpm/tpm2-cmd.c:14: /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/char/tpm/tpm.h:25, from /kisskb/src/drivers/char/tpm/tpm2-cmd.c:14: /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_startup': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:700:17: note: byref variable will be forcibly initialized struct tpm_buf buf; ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_pcr_read': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:166:17: note: byref variable will be forcibly initialized struct tpm_buf buf; ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_pcr_extend': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:239:29: note: byref variable will be forcibly initialized struct tpm2_null_auth_area auth_area; ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:238:17: note: byref variable will be forcibly initialized struct tpm_buf buf; ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_random': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:291:17: note: byref variable will be forcibly initialized struct tpm_buf buf; ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_flush_context': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:350:17: note: byref variable will be forcibly initialized struct tpm_buf buf; ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_tpm_pt': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:390:17: note: byref variable will be forcibly initialized struct tpm_buf buf; ^~~ /kisskb/src/drivers/tty/serial/uartlite.c: In function 'ulite_console_setup': /kisskb/src/drivers/tty/serial/uartlite.c:526:6: note: byref variable will be forcibly initialized int flow = 'n'; ^~~~ /kisskb/src/drivers/tty/serial/uartlite.c:525:6: note: byref variable will be forcibly initialized int parity = 'n'; ^~~~~~ /kisskb/src/drivers/tty/serial/uartlite.c:524:6: note: byref variable will be forcibly initialized int bits = 8; ^~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_shutdown': /kisskb/src/drivers/tty/serial/uartlite.c:523:6: note: byref variable will be forcibly initialized int baud = 9600; ^~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:422:17: note: byref variable will be forcibly initialized struct tpm_buf buf; ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_probe': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:486:17: note: byref variable will be forcibly initialized struct tpm_buf buf; ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_pcr_allocation': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:542:17: note: byref variable will be forcibly initialized struct tpm_buf buf; ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:541:28: note: byref variable will be forcibly initialized struct tpm2_pcr_selection pcr_selection; ^~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_cc_attrs_tbl': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:621:6: note: byref variable will be forcibly initialized u32 nr_commands; ^~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:620:17: note: byref variable will be forcibly initialized struct tpm_buf buf; ^~~ In file included from /kisskb/src/drivers/base/map.c:13: /kisskb/src/drivers/base/map.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/tty/serial/uartlite.c: In function 'ulite_probe': /kisskb/src/drivers/tty/serial/uartlite.c:791:7: note: byref variable will be forcibly initialized u32 val = 0; ^~~ /kisskb/src/drivers/tty/serial/uartlite.c:781:6: note: byref variable will be forcibly initialized int id = pdev->id; ^~ /kisskb/src/drivers/tty/serial/msm_serial.c: In function '__msm_console_write': /kisskb/src/drivers/tty/serial/msm_serial.c:1622:8: note: byref variable will be forcibly initialized char buf[4] = { 0 }; ^~~ /kisskb/src/drivers/tty/serial/sccnxp.c: In function 'sccnxp_set_baud': /kisskb/src/drivers/tty/serial/sccnxp.c:306:45: note: byref variable will be forcibly initialized int div_std, tmp_baud, bestbaud = INT_MAX, besterr = INT_MAX; ^~~~~~~ /kisskb/src/drivers/tty/serial/msm_serial.c: In function 'msm_set_baud_rate': /kisskb/src/drivers/tty/serial/msm_serial.c:1118:23: note: byref variable will be forcibly initialized unsigned long flags, rate; ^~~~ /kisskb/src/drivers/tty/serial/msm_serial.c: In function 'msm_set_termios': /kisskb/src/drivers/tty/serial/msm_serial.c:1256:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/tty/serial/msm_serial.c: In function 'msm_handle_rx_dm': /kisskb/src/drivers/tty/serial/msm_serial.c:728:17: note: byref variable will be forcibly initialized unsigned char buf[4]; ^~~ /kisskb/src/drivers/tty/serial/msm_serial.c: In function 'msm_handle_tx_pio': /kisskb/src/drivers/tty/serial/msm_serial.c:844:8: note: byref variable will be forcibly initialized char buf[4] = { 0 }; ^~~ In file included from /kisskb/src/drivers/tty/serial/msm_serial.c:13: /kisskb/src/drivers/tty/serial/msm_serial.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:969:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/tty/serial/msm_serial.c: In function 'msm_complete_tx_dma': /kisskb/src/drivers/tty/serial/msm_serial.c:428:22: note: byref variable will be forcibly initialized struct dma_tx_state state; ^~~~~ /kisskb/src/drivers/tty/serial/msm_serial.c: In function 'msm_request_tx_dma': /kisskb/src/drivers/tty/serial/msm_serial.c:294:6: note: byref variable will be forcibly initialized u32 crci = 0; ^~~~ /kisskb/src/drivers/tty/serial/msm_serial.c:292:26: note: byref variable will be forcibly initialized struct dma_slave_config conf; ^~~~ /kisskb/src/drivers/tty/serial/msm_serial.c: In function 'msm_request_rx_dma': /kisskb/src/drivers/tty/serial/msm_serial.c:337:6: note: byref variable will be forcibly initialized u32 crci = 0; ^~~~ /kisskb/src/drivers/tty/serial/msm_serial.c:335:26: note: byref variable will be forcibly initialized struct dma_slave_config conf; ^~~~ In file included from /kisskb/src/drivers/char/tpm/tpm.h:27, from /kisskb/src/drivers/char/tpm/tpm2-space.c:16: /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm_buf_append_u32': /kisskb/src/include/linux/tpm.h:397:9: note: byref variable will be forcibly initialized __be32 value2 = cpu_to_be32(value); ^~~~~~ /kisskb/src/drivers/tty/serial/msm_serial.c: In function 'msm_console_setup': /kisskb/src/drivers/tty/serial/msm_serial.c:1675:6: note: byref variable will be forcibly initialized int flow = 'n'; ^~~~ /kisskb/src/drivers/tty/serial/msm_serial.c:1674:6: note: byref variable will be forcibly initialized int parity = 'n'; ^~~~~~ /kisskb/src/drivers/tty/serial/msm_serial.c:1673:6: note: byref variable will be forcibly initialized int bits = 8; ^~~~ /kisskb/src/drivers/tty/serial/msm_serial.c:1672:6: note: byref variable will be forcibly initialized int baud = 115200; ^~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm2_load_context': /kisskb/src/drivers/char/tpm/tpm2-space.c:74:17: note: byref variable will be forcibly initialized struct tpm_buf tbuf; ^~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm2_save_context': /kisskb/src/drivers/char/tpm/tpm2-space.c:125:17: note: byref variable will be forcibly initialized struct tpm_buf tbuf; ^~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm2_load_space': /kisskb/src/drivers/char/tpm/tpm2-space.c:200:7: note: byref variable will be forcibly initialized u32 handle; ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c:179:15: note: byref variable will be forcibly initialized unsigned int offset; ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm2_save_space': /kisskb/src/drivers/char/tpm/tpm2-space.c:494:15: note: byref variable will be forcibly initialized unsigned int offset; ^~~~~~ /kisskb/src/drivers/base/devres.c: In function 'alloc_dr': /kisskb/src/drivers/base/devres.c:110:9: note: byref variable will be forcibly initialized size_t tot_size; ^~~~~~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'do_attribute_container_device_trigger_safe': /kisskb/src/drivers/base/attribute_container.c:249:20: note: byref variable will be forcibly initialized struct klist_iter iter; ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_device_trigger': /kisskb/src/drivers/base/attribute_container.c:363:21: note: byref variable will be forcibly initialized struct klist_iter iter; ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/devres.c:9: /kisskb/src/drivers/base/devres.c: In function 'devres_release_all': /kisskb/src/drivers/base/devres.c:515:12: note: byref variable will be forcibly initialized LIST_HEAD(todo); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/base/devres.c: In function 'devres_release_group': /kisskb/src/drivers/base/devres.c:667:12: note: byref variable will be forcibly initialized LIST_HEAD(todo); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_remove_device': /kisskb/src/drivers/base/attribute_container.c:216:21: note: byref variable will be forcibly initialized struct klist_iter iter; ^~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_remove_action': /kisskb/src/drivers/base/devres.c:756:23: note: byref variable will be forcibly initialized struct action_devres devres = { ^~~~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_release_action': /kisskb/src/drivers/base/devres.c:778:23: note: byref variable will be forcibly initialized struct action_devres devres = { ^~~~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_find_class_device': /kisskb/src/drivers/base/attribute_container.c:535:20: note: byref variable will be forcibly initialized struct klist_iter iter; ^~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_kvasprintf': /kisskb/src/drivers/base/devres.c:998:10: note: byref variable will be forcibly initialized va_list aq; ^~ /kisskb/src/drivers/base/devres.c: In function 'devm_kasprintf': /kisskb/src/drivers/base/devres.c:1027:10: note: byref variable will be forcibly initialized va_list ap; ^~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_poll_add_cb': /kisskb/src/drivers/dma-buf/dma-buf.c:215:23: note: byref variable will be forcibly initialized struct dma_resv_iter cursor; ^~~~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dmabuffs_dname': /kisskb/src/drivers/dma-buf/dma-buf.c:46:7: note: byref variable will be forcibly initialized char name[DMA_BUF_NAME_LEN]; ^~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_debug_show': /kisskb/src/drivers/dma-buf/dma-buf.c:1341:23: note: byref variable will be forcibly initialized struct dma_resv_iter cursor; ^~~~~~ In file included from /kisskb/src/drivers/base/regmap/regmap-irq.c:13: /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'regmap_irq_thread': /kisskb/src/drivers/base/regmap/regmap-irq.c:467:24: note: byref variable will be forcibly initialized const unsigned long mreg = data->main_status_buf[i]; ^~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_ioctl': /kisskb/src/drivers/dma-buf/dma-buf.c:343:22: note: byref variable will be forcibly initialized struct dma_buf_sync sync; ^~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_vmap': /kisskb/src/drivers/dma-buf/dma-buf.c:1276:21: note: byref variable will be forcibly initialized struct dma_buf_map ptr; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/base/regmap/regmap-irq.c:11: /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'regmap_irq_sync_unlock': /kisskb/src/drivers/base/regmap/regmap-irq.c:101:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'devm_regmap_add_irq_chip_fwnode': /kisskb/src/drivers/base/regmap/regmap-irq.c:1033:38: note: byref variable will be forcibly initialized struct regmap_irq_chip_data **ptr, *d; ^ /kisskb/src/drivers/tty/serial/qcom_geni_serial.c: In function 'qcom_geni_serial_earlycon_setup': /kisskb/src/drivers/tty/serial/qcom_geni_serial.c:1178:17: note: byref variable will be forcibly initialized struct geni_se se; ^~ /kisskb/src/drivers/tty/serial/qcom_geni_serial.c: In function 'qcom_geni_serial_handle_tx': /kisskb/src/drivers/tty/serial/qcom_geni_serial.c:773:6: note: byref variable will be forcibly initialized u8 buf[sizeof(u32)]; ^~~ /kisskb/src/drivers/tty/serial/qcom_geni_serial.c: In function 'handle_rx_console': /kisskb/src/drivers/tty/serial/qcom_geni_serial.c:529:16: note: byref variable will be forcibly initialized unsigned char buf[sizeof(u32)]; ^~~ /kisskb/src/drivers/tty/serial/qcom_geni_serial.c: In function 'qcom_geni_serial_set_termios': /kisskb/src/drivers/tty/serial/qcom_geni_serial.c:988:15: note: byref variable will be forcibly initialized unsigned int clk_div; ^~~~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/tty/serial/qcom_geni_serial.c:11: /kisskb/src/drivers/tty/serial/qcom_geni_serial.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/tty/serial/qcom_geni_serial.c: In function 'qcom_geni_console_setup': /kisskb/src/drivers/tty/serial/qcom_geni_serial.c:1099:6: note: byref variable will be forcibly initialized int flow = 'n'; ^~~~ /kisskb/src/drivers/tty/serial/qcom_geni_serial.c:1098:6: note: byref variable will be forcibly initialized int parity = 'n'; ^~~~~~ /kisskb/src/drivers/tty/serial/qcom_geni_serial.c:1097:6: note: byref variable will be forcibly initialized int bits = 8; ^~~~ /kisskb/src/drivers/tty/serial/qcom_geni_serial.c:1096:6: note: byref variable will be forcibly initialized int baud = 115200; ^~~~ /kisskb/src/drivers/scsi/libsas/sas_init.c: In function 'sas_register_ha': /kisskb/src/drivers/scsi/libsas/sas_init.c:98:7: note: byref variable will be forcibly initialized char name[64]; ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/libsas/sas_init.c:9: /kisskb/src/drivers/scsi/libsas/sas_init.c: In function 'sas_resume_ha': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_init.c:405:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(ha->eh_wait_q, phys_suspended(ha) == 0, tmo); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap-sccb.c: In function 'regmap_sccb_read': /kisskb/src/drivers/base/regmap/regmap-sccb.c:45:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/dax/bus.c: In function 'align_store': /kisskb/src/drivers/dax/bus.c:1128:16: note: byref variable will be forcibly initialized unsigned long val, align_save; ^~~ /kisskb/src/drivers/dax/bus.c: In function 'range_parse': /kisskb/src/drivers/dax/bus.c:1039:16: note: byref variable will be forcibly initialized char *start, *end, *str; ^~~ /kisskb/src/drivers/dax/bus.c:1038:21: note: byref variable will be forcibly initialized unsigned long long addr = 0; ^~~~ /kisskb/src/drivers/dax/bus.c: In function 'do_id_store': /kisskb/src/drivers/dax/bus.c:71:7: note: byref variable will be forcibly initialized char devname[DAX_NAME_LEN]; ^~~~~~~ /kisskb/src/drivers/dax/bus.c:70:26: note: byref variable will be forcibly initialized unsigned int region_id, id; ^~ /kisskb/src/drivers/dax/bus.c:70:15: note: byref variable will be forcibly initialized unsigned int region_id, id; ^~~~~~~~~ /kisskb/src/drivers/dax/bus.c: In function 'mapping_store': /kisskb/src/drivers/dax/bus.c:1072:15: note: byref variable will be forcibly initialized struct range r; ^ /kisskb/src/drivers/dax/bus.c: In function 'dev_dax_resize': /kisskb/src/drivers/dax/bus.c:935:61: note: byref variable will be forcibly initialized resource_size_t avail = dax_region_avail_size(dax_region), to_alloc; ^~~~~~~~ /kisskb/src/drivers/dax/bus.c: In function 'size_store': /kisskb/src/drivers/dax/bus.c:1009:21: note: byref variable will be forcibly initialized unsigned long long val; ^~~ /kisskb/src/drivers/dax/bus.c: In function 'create_store': /kisskb/src/drivers/dax/bus.c:330:23: note: byref variable will be forcibly initialized struct dev_dax_data data = { ^~~~ /kisskb/src/drivers/dax/bus.c:314:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'pcr_value_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:354:20: note: byref variable will be forcibly initialized struct tpm_digest digest; ^~~~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'caps_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:212:8: note: byref variable will be forcibly initialized cap_t cap; ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'temp_deactivated_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:188:8: note: byref variable will be forcibly initialized cap_t cap; ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'owned_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:166:8: note: byref variable will be forcibly initialized cap_t cap; ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'active_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:144:8: note: byref variable will be forcibly initialized cap_t cap; ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'enabled_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:122:8: note: byref variable will be forcibly initialized cap_t cap; ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'pcrs_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:86:5: note: byref variable will be forcibly initialized u8 digest[TPM_DIGEST_SIZE]; ^~~~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c:85:8: note: byref variable will be forcibly initialized cap_t cap; ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'pubek_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:40:7: note: byref variable will be forcibly initialized char anti_replay[20]; ^~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c:35:17: note: byref variable will be forcibly initialized struct tpm_buf tpm_buf; ^~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/base/property.c:10: /kisskb/src/drivers/base/property.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_find_reference': /kisskb/src/drivers/base/property.c:501:31: note: byref variable will be forcibly initialized struct fwnode_reference_args args; ^~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_get_phy_mode': /kisskb/src/drivers/base/property.c:905:14: note: byref variable will be forcibly initialized const char *pm; ^~ /kisskb/src/drivers/base/property.c: In function 'fwnode_graph_get_remote_node': /kisskb/src/drivers/base/property.c:1078:26: note: byref variable will be forcibly initialized struct fwnode_endpoint fwnode_ep; ^~~~~~~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_graph_get_endpoint_by_id': /kisskb/src/drivers/base/property.c:1130:26: note: byref variable will be forcibly initialized struct fwnode_endpoint fwnode_ep = { 0 }; ^~~~~~~~~ In file included from /kisskb/src/drivers/char/tpm/eventlog/tpm2.c:20: /kisskb/src/drivers/char/tpm/eventlog/tpm2.c: In function '__calc_tpm2_event_size': /kisskb/src/include/linux/tpm_eventlog.h:172:6: note: byref variable will be forcibly initialized u16 halg; ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/security.h:30, from /kisskb/src/drivers/char/tpm/eventlog/tpm2.c:17: /kisskb/src/drivers/char/tpm/eventlog/tpm2.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/char/tpm/eventlog/tpm1.c: In function 'get_event_name': /kisskb/src/drivers/char/tpm/eventlog/tpm1.c:148:7: note: byref variable will be forcibly initialized char data[41] = ""; ^~~~ /kisskb/src/drivers/tty/serial/xilinx_uartps.c: In function 'cdns_uart_set_baud_rate': /kisskb/src/drivers/tty/serial/xilinx_uartps.c:465:6: note: byref variable will be forcibly initialized int div8; ^~~~ /kisskb/src/drivers/tty/serial/xilinx_uartps.c:463:14: note: byref variable will be forcibly initialized u32 cd = 0, bdiv = 0; ^~~~ /kisskb/src/drivers/tty/serial/xilinx_uartps.c:463:6: note: byref variable will be forcibly initialized u32 cd = 0, bdiv = 0; ^~ /kisskb/src/drivers/char/tpm/eventlog/tpm1.c: In function 'tpm1_binary_bios_measurements_show': /kisskb/src/drivers/char/tpm/eventlog/tpm1.c:226:20: note: byref variable will be forcibly initialized struct tcpa_event temp_event; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/base/cacheinfo.c:10: /kisskb/src/drivers/base/cacheinfo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/cacheinfo.c: In function 'cache_get_line_size': /kisskb/src/drivers/base/cacheinfo.c:96:7: note: byref variable will be forcibly initialized u32 line_size; ^~~~~~~~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c: In function 'read_device': /kisskb/src/drivers/mfd/88pm860x-i2c.c:89:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c:87:16: note: byref variable will be forcibly initialized unsigned char msgbuf1[I2C_SMBUS_BLOCK_MAX + 2]; ^~~~~~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c:86:16: note: byref variable will be forcibly initialized unsigned char msgbuf0[I2C_SMBUS_BLOCK_MAX + 3]; ^~~~~~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c: In function 'write_device': /kisskb/src/drivers/mfd/88pm860x-i2c.c:124:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c:122:16: note: byref variable will be forcibly initialized unsigned char buf[2]; ^~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c: In function 'pm860x_reg_read': /kisskb/src/drivers/mfd/88pm860x-i2c.c:20:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/tty/serial/xilinx_uartps.c: In function 'cdns_uart_clk_notifier_cb': /kisskb/src/drivers/tty/serial/xilinx_uartps.c:511:7: note: byref variable will be forcibly initialized int div8; ^~~~ /kisskb/src/drivers/tty/serial/xilinx_uartps.c:510:13: note: byref variable will be forcibly initialized u32 bdiv, cd; ^~ /kisskb/src/drivers/tty/serial/xilinx_uartps.c:510:7: note: byref variable will be forcibly initialized u32 bdiv, cd; ^~~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c: In function 'pm860x_page_reg_write': /kisskb/src/drivers/mfd/88pm860x-i2c.c:143:16: note: byref variable will be forcibly initialized unsigned char zero; ^~~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c: In function 'pm860x_page_bulk_read': /kisskb/src/drivers/mfd/88pm860x-i2c.c:161:16: note: byref variable will be forcibly initialized unsigned char zero = 0; ^~~~ In file included from /kisskb/src/drivers/base/swnode.c:12: /kisskb/src/drivers/base/swnode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/base/soc.c:11: /kisskb/src/drivers/base/soc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/base/swnode.c: In function 'software_node_get_reference_args': /kisskb/src/drivers/base/swnode.c:503:6: note: byref variable will be forcibly initialized u32 nargs_prop_val; ^~~~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/fsl_lpuart.c: In function 'lpuart_copy_rx_to_tty': /kisskb/src/drivers/tty/serial/fsl_lpuart.c:1107:22: note: byref variable will be forcibly initialized struct dma_tx_state state; ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/tty/serial/fsl_lpuart.c:8: /kisskb/src/drivers/tty/serial/fsl_lpuart.c: In function 'lpuart_dma_shutdown': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/fsl_lpuart.c:1796:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(sport->dma_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/fsl_linflexuart.c: In function 'linflex_console_setup': /kisskb/src/drivers/tty/serial/fsl_linflexuart.c:711:6: note: byref variable will be forcibly initialized int flow = 'n'; ^~~~ /kisskb/src/drivers/tty/serial/fsl_linflexuart.c:710:6: note: byref variable will be forcibly initialized int parity = 'n'; ^~~~~~ /kisskb/src/drivers/tty/serial/fsl_linflexuart.c:709:6: note: byref variable will be forcibly initialized int bits = 8; ^~~~ /kisskb/src/drivers/tty/serial/fsl_linflexuart.c:708:6: note: byref variable will be forcibly initialized int baud = 115200; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/dma_fence.h:89, from /kisskb/src/drivers/dma-buf/dma-fence.c:20: /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'perf_trace_dma_fence': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dma_fence, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dma_fence, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dma_fence, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/dma_fence.h:89, from /kisskb/src/drivers/dma-buf/dma-fence.c:20: /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'trace_event_raw_event_dma_fence': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dma_fence, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(dma_fence, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/dma-buf/dma-fence.c:13: /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'dma_fence_signal_timestamp_locked': /kisskb/src/drivers/dma-buf/dma-fence.c:361:19: note: byref variable will be forcibly initialized struct list_head cb_list; ^~~~~~~ /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'dma_fence_default_wait': /kisskb/src/drivers/dma-buf/dma-fence.c:754:25: note: byref variable will be forcibly initialized struct default_wait_cb cb; ^~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/base/trace.h:56, from /kisskb/src/drivers/base/trace.c:10: /kisskb/src/drivers/base/trace.c: In function 'perf_trace_devres': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/base/trace.h:56, from /kisskb/src/drivers/base/trace.c:10: /kisskb/src/drivers/base/trace.c: In function 'trace_event_raw_event_devres': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(devres, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/base/arch_topology.c:9: /kisskb/src/drivers/base/arch_topology.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/base/arch_topology.c:9: /kisskb/src/drivers/base/arch_topology.c: In function 'topology_set_scale_freq_source': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c:74:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(per_cpu(sft_data, cpu), data); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'topology_clear_scale_freq_source': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c:97:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(per_cpu(sft_data, cpu), NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'topology_parse_cpu_capacity': /kisskb/src/drivers/base/arch_topology.c:262:6: note: byref variable will be forcibly initialized u32 cpu_capacity; ^~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'parse_core': /kisskb/src/drivers/base/arch_topology.c:423:7: note: byref variable will be forcibly initialized char name[20]; ^~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'parse_cluster': /kisskb/src/drivers/base/arch_topology.c:469:7: note: byref variable will be forcibly initialized char name[20]; ^~~~ /kisskb/src/drivers/tty/serial/sifive.c: In function 'sifive_serial_console_setup': /kisskb/src/drivers/tty/serial/sifive.c:848:6: note: byref variable will be forcibly initialized int flow = 'n'; ^~~~ /kisskb/src/drivers/tty/serial/sifive.c:847:6: note: byref variable will be forcibly initialized int parity = 'n'; ^~~~~~ /kisskb/src/drivers/tty/serial/sifive.c:846:6: note: byref variable will be forcibly initialized int bits = 8; ^~~~ /kisskb/src/drivers/tty/serial/sifive.c:845:6: note: byref variable will be forcibly initialized int baud = SIFIVE_DEFAULT_BAUD_RATE; ^~~~ /kisskb/src/drivers/tty/serial/sifive.c: In function 'sifive_serial_poll_get_char': /kisskb/src/drivers/tty/serial/sifive.c:735:7: note: byref variable will be forcibly initialized char is_empty, ch; ^~~~~~~~ /kisskb/src/drivers/tty/serial/sifive.c: In function '__ssp_receive_chars': /kisskb/src/drivers/tty/serial/sifive.c:439:7: note: byref variable will be forcibly initialized char is_empty; ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/include/linux/dma-fence-chain.h:13, from /kisskb/src/drivers/dma-buf/dma-fence-chain.c:10: /kisskb/src/drivers/dma-buf/dma-fence-chain.c: In function 'dma_fence_chain_init': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-fence-chain.c:240:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(chain->prev, prev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/liteuart.c: In function 'liteuart_probe': /kisskb/src/drivers/tty/serial/liteuart.c:251:6: note: byref variable will be forcibly initialized int dev_id, ret; ^~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/err.h:5, from /kisskb/src/drivers/tty/serial/serial_mctrl_gpio.c:8: /kisskb/src/drivers/tty/serial/serial_mctrl_gpio.c: In function 'mctrl_gpio_set': /kisskb/src/drivers/tty/serial/serial_mctrl_gpio.c:49:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(values, UART_GPIO_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/tty/serial/serial_mctrl_gpio.c:48:20: note: byref variable will be forcibly initialized struct gpio_desc *desc_array[UART_GPIO_MAX]; ^~~~~~~~~~ /kisskb/src/drivers/tty/serial/serial_mctrl_gpio.c: In function 'mctrl_gpio_irq_handle': /kisskb/src/drivers/tty/serial/serial_mctrl_gpio.c:160:6: note: byref variable will be forcibly initialized u32 mctrl = gpios->mctrl_prev; ^~~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c: In function 'get_vid': /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:494:6: note: byref variable will be forcibly initialized u32 temp; ^~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c: In function 'i2c_nuvoton_read_status': /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:92:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c: In function 'i2c_nuvoton_get_burstcount': /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:141:5: note: byref variable will be forcibly initialized u8 data; ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:16: /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c: In function 'i2c_nuvoton_wait_for_stat': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:179:8: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout(*queue, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c: In function 'i2c_nuvoton_probe': /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:532:6: note: byref variable will be forcibly initialized u32 vid = 0; ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:528:6: note: byref variable will be forcibly initialized int rc; ^~ In file included from /kisskb/src/drivers/dma-buf/sync_file.c:14: /kisskb/src/drivers/dma-buf/sync_file.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:645:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_merge': /kisskb/src/drivers/dma-buf/sync_file.c:215:49: note: byref variable will be forcibly initialized int i = 0, i_a, i_b, num_fences, a_num_fences, b_num_fences; ^~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c:215:35: note: byref variable will be forcibly initialized int i = 0, i_a, i_b, num_fences, a_num_fences, b_num_fences; ^~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c:215:6: note: byref variable will be forcibly initialized int i = 0, i_a, i_b, num_fences, a_num_fences, b_num_fences; ^ In file included from /kisskb/src/drivers/char/tpm/xen-tpmfront.c:12: /kisskb/src/drivers/char/tpm/xen-tpmfront.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:82:21: note: byref variable will be forcibly initialized struct evtchn_send send = { .port = port }; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/char/tpm/xen-tpmfront.c:9: /kisskb/src/drivers/char/tpm/xen-tpmfront.c: In function 'wait_for_tpm_stat': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/xen-tpmfront.c:76:8: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout(*queue, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/xen-tpmfront.c:62:7: note: byref variable will be forcibly initialized bool canceled = false; ^~~~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_ioctl_merge': /kisskb/src/drivers/dma-buf/sync_file.c:329:25: note: byref variable will be forcibly initialized struct sync_merge_data data; ^~~~ /kisskb/src/drivers/char/tpm/xen-tpmfront.c: In function 'setup_ring': /kisskb/src/drivers/char/tpm/xen-tpmfront.c:256:14: note: byref variable will be forcibly initialized grant_ref_t gref; ^~~~ /kisskb/src/drivers/char/tpm/xen-tpmfront.c:253:28: note: byref variable will be forcibly initialized struct xenbus_transaction xbt; ^~~ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_ioctl_fence_info': /kisskb/src/drivers/dma-buf/sync_file.c:405:6: note: byref variable will be forcibly initialized int num_fences, ret, i; ^~~~~~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c:401:24: note: byref variable will be forcibly initialized struct sync_file_info info; ^~~~ /kisskb/src/drivers/tty/serial/kgdboc.c: In function 'kgdboc_earlycon_get_char': /kisskb/src/drivers/tty/serial/kgdboc.c:433:7: note: byref variable will be forcibly initialized char c; ^ /kisskb/src/drivers/tty/serial/kgdboc.c: In function 'configure_kgdboc': /kisskb/src/drivers/tty/serial/kgdboc.c:197:7: note: byref variable will be forcibly initialized int idx; ^~~ /kisskb/src/drivers/tty/serial/kgdboc.c:170:6: note: byref variable will be forcibly initialized int tty_line = 0; ^~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/dma-resv.h:44, from /kisskb/src/drivers/dma-buf/dma-resv.c:36: /kisskb/src/drivers/dma-buf/dma-resv.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/dma-resv.h:44, from /kisskb/src/drivers/dma-buf/dma-resv.c:36: /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:645:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_lockdep': /kisskb/src/drivers/dma-buf/dma-resv.c:675:23: note: byref variable will be forcibly initialized struct address_space mapping; ^~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:674:18: note: byref variable will be forcibly initialized struct dma_resv obj; ^~~ /kisskb/src/drivers/dma-buf/dma-resv.c:673:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ctx; ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/ww_mutex.h:20, from /kisskb/src/include/linux/dma-resv.h:42, from /kisskb/src/drivers/dma-buf/dma-resv.c:36: /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_reserve_shared': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:197:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(obj->fence, new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_copy_fences': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/rcupdate.h:470:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:531:9: note: in expansion of macro 'rcu_replace_pointer' list = rcu_replace_pointer(dst->fence, list, dma_resv_held(dst)); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/rcupdate.h:470:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:530:9: note: in expansion of macro 'rcu_replace_pointer' excl = rcu_replace_pointer(dst->fence_excl, excl, dma_resv_held(dst)); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:490:23: note: byref variable will be forcibly initialized struct dma_resv_iter cursor; ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_get_fences': /kisskb/src/drivers/dma-buf/dma-resv.c:557:23: note: byref variable will be forcibly initialized struct dma_resv_iter cursor; ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_wait_timeout': /kisskb/src/drivers/dma-buf/dma-resv.c:621:23: note: byref variable will be forcibly initialized struct dma_resv_iter cursor; ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_test_signaled': /kisskb/src/drivers/dma-buf/dma-resv.c:656:23: note: byref variable will be forcibly initialized struct dma_resv_iter cursor; ^~~~~~ /kisskb/src/drivers/char/random.c: In function 'crng_init_try_arch_early': /kisskb/src/drivers/char/random.c:796:16: note: byref variable will be forcibly initialized unsigned long rv; ^~ /kisskb/src/drivers/char/random.c: In function 'init_std_data': /kisskb/src/drivers/char/random.c:1753:16: note: byref variable will be forcibly initialized unsigned long rv; ^~ /kisskb/src/drivers/char/random.c:1752:10: note: byref variable will be forcibly initialized ktime_t now = ktime_get_real(); ^~~ /kisskb/src/drivers/char/random.c: In function 'extract_buf': /kisskb/src/drivers/char/random.c:1376:8: note: byref variable will be forcibly initialized __u32 workspace[SHA1_WORKSPACE_WORDS]; ^~~~~~~~~ /kisskb/src/drivers/char/random.c:1375:4: note: byref variable will be forcibly initialized } hash; ^~~~ /kisskb/src/drivers/char/random.c: In function '_extract_entropy': /kisskb/src/drivers/char/random.c:1427:7: note: byref variable will be forcibly initialized __u8 tmp[EXTRACT_SIZE]; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/random.h:247, from /kisskb/src/drivers/char/random.c:348: /kisskb/src/drivers/char/random.c: In function 'perf_trace_add_device_randomness': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_device_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_device_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_random__mix_pool_bytes': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_credit_entropy_bits': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_debit_entropy': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(debit_entropy, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(debit_entropy, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_add_input_randomness': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_input_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_input_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_add_disk_randomness': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_disk_randomness, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_disk_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_random__get_random_bytes': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/random.h:142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__get_random_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/random.h:142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__get_random_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_random__extract_entropy': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_urandom_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'perf_trace_prandom_u32': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:227:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(prandom_u32, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:227:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(prandom_u32, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/random.h:247, from /kisskb/src/drivers/char/random.c:348: /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_add_device_randomness': /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'mock_wait': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_device_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c:49:17: note: byref variable will be forcibly initialized struct wait_cb cb = { .task = current }; ^~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_random__mix_pool_bytes': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__mix_pool_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_credit_entropy_bits': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(credit_entropy_bits, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_debit_entropy': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:88:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(debit_entropy, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_add_input_randomness': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:107:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_input_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_add_disk_randomness': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(add_disk_randomness, ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_random__get_random_bytes': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/random.h:142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__get_random_bytes, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_random__extract_entropy': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(random__extract_entropy, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_urandom_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(urandom_read, ^~~~~~~~~~~ /kisskb/src/drivers/mfd/88pm800.c: In function 'device_800_init': /kisskb/src/drivers/mfd/88pm800.c:475:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_prandom_u32': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:227:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(prandom_u32, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma-buf/st-dma-fence.c:7: /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'thread_signal_callback': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c:498:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(t->fences[t->id], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c:461:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(t->fences[t->id], f1); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c:453:20: note: byref variable will be forcibly initialized struct simple_cb cb; ^~ /kisskb/src/drivers/char/random.c: In function 'crng_reseed': /kisskb/src/drivers/char/random.c:945:4: note: byref variable will be forcibly initialized } buf; ^~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'race_signal_callback': /kisskb/src/drivers/dma-buf/st-dma-fence.c:518:22: note: byref variable will be forcibly initialized struct race_thread t[2]; ^ /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'test_stub': /kisskb/src/drivers/dma-buf/st-dma-fence.c:410:20: note: byref variable will be forcibly initialized struct dma_fence *f[64]; ^ /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'test_wait_timeout': /kisskb/src/drivers/dma-buf/st-dma-fence.c:373:20: note: byref variable will be forcibly initialized struct wait_timer wt; ^~ /kisskb/src/drivers/char/random.c: In function 'add_timer_randomness': /kisskb/src/drivers/char/random.c:1149:4: note: byref variable will be forcibly initialized } sample; ^~~~~~ /kisskb/src/drivers/char/random.c: In function '_get_random_bytes': /kisskb/src/drivers/char/random.c:1527:7: note: byref variable will be forcibly initialized __u8 tmp[CHACHA_BLOCK_SIZE] __aligned(4); ^~~ /kisskb/src/drivers/char/random.c: In function 'write_pool': /kisskb/src/drivers/char/random.c:1865:11: note: byref variable will be forcibly initialized __u32 t, buf[16]; ^~~ /kisskb/src/drivers/char/random.c: In function 'extract_crng_user': /kisskb/src/drivers/char/random.c:1059:7: note: byref variable will be forcibly initialized __u8 tmp[CHACHA_BLOCK_SIZE] __aligned(4); ^~~ /kisskb/src/drivers/char/random.c: In function 'try_to_generate_entropy': /kisskb/src/drivers/char/random.c:1583:4: note: byref variable will be forcibly initialized } stack; ^~~~~ /kisskb/src/drivers/dax/device.c: In function 'dev_dax_huge_fault': /kisskb/src/drivers/dax/device.c:202:8: note: byref variable will be forcibly initialized pfn_t pfn; ^~~ /kisskb/src/drivers/char/random.c: In function 'proc_do_entropy': /kisskb/src/drivers/char/random.c:2069:6: note: byref variable will be forcibly initialized int entropy_count; ^~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c:2068:19: note: byref variable will be forcibly initialized struct ctl_table fake_table; ^~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'proc_do_uuid': /kisskb/src/drivers/char/random.c:2039:25: note: byref variable will be forcibly initialized unsigned char buf[64], tmp_uuid[16], *uuid; ^~~~~~~~ /kisskb/src/drivers/char/random.c:2039:16: note: byref variable will be forcibly initialized unsigned char buf[64], tmp_uuid[16], *uuid; ^~~ /kisskb/src/drivers/char/random.c:2038:19: note: byref variable will be forcibly initialized struct ctl_table fake_table; ^~~~~~~~~~ /kisskb/src/drivers/dma-buf/selftest.c: In function 'apply_subtest_filter': /kisskb/src/drivers/dma-buf/selftest.c:49:17: note: byref variable will be forcibly initialized char *filter, *sep, *tok; ^~~ /kisskb/src/drivers/char/random.c: In function 'add_device_randomness': /kisskb/src/drivers/char/random.c:1116:16: note: byref variable will be forcibly initialized unsigned long time = random_get_entropy() ^ jiffies; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/utsname.h:6, from /kisskb/src/drivers/char/random.c:312: /kisskb/src/drivers/char/random.c: In function 'wait_for_random_bytes': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c:1622:9: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(crng_init_wait, crng_ready(), HZ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'get_random_bytes_arch': /kisskb/src/drivers/char/random.c:1725:17: note: byref variable will be forcibly initialized unsigned long v; ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/utsname.h:6, from /kisskb/src/drivers/char/random.c:312: /kisskb/src/drivers/char/random.c: In function 'add_hwgenerator_randomness': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c:2286:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(random_write_wait, kthread_should_stop() || ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/qcom/kpss-xcc.c: In function 'kpss_xcc_driver_probe': /kisskb/src/drivers/clk/qcom/kpss-xcc.c:37:14: note: byref variable will be forcibly initialized const char *name; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/signal.h:5, from /kisskb/src/drivers/tty/n_tty.c:34: /kisskb/src/drivers/tty/n_tty.c: In function 'copy_from_read_buf': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/tty/n_tty.c:1914:3: note: in expansion of macro 'smp_store_release' smp_store_release(&ldata->read_tail, ldata->read_tail + n); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/drivers/tty/n_tty.c:1903:16: note: in expansion of macro 'smp_load_acquire' size_t head = smp_load_acquire(&ldata->commit_head); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/n_tty.c: In function 'n_tty_receive_char_special': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/tty/n_tty.c:1370:4: note: in expansion of macro 'smp_store_release' smp_store_release(&ldata->canon_head, ldata->read_head); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/drivers/dma-buf/udmabuf.c:5: /kisskb/src/drivers/dma-buf/udmabuf.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/tty/n_tty.c: In function '__receive_buf': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/tty/n_tty.c:1588:2: note: in expansion of macro 'smp_store_release' smp_store_release(&ldata->commit_head, ldata->read_head); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/n_tty.c: In function 'n_tty_receive_buf_common': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/drivers/tty/n_tty.c:1653:17: note: in expansion of macro 'smp_load_acquire' size_t tail = smp_load_acquire(&ldata->read_tail); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/udmabuf.c: In function 'udmabuf_ioctl_create': /kisskb/src/drivers/dma-buf/udmabuf.c:293:29: note: byref variable will be forcibly initialized struct udmabuf_create_item list; ^~~~ /kisskb/src/drivers/dma-buf/udmabuf.c:292:29: note: byref variable will be forcibly initialized struct udmabuf_create_list head; ^~~~ /kisskb/src/drivers/dma-buf/udmabuf.c:291:24: note: byref variable will be forcibly initialized struct udmabuf_create create; ^~~~~~ /kisskb/src/drivers/dma-buf/udmabuf.c: In function 'udmabuf_ioctl_create_list': /kisskb/src/drivers/dma-buf/udmabuf.c:310:29: note: byref variable will be forcibly initialized struct udmabuf_create_list head; ^~~~ /kisskb/src/drivers/tty/n_tty.c: In function 'canon_copy_from_read_buf': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/tty/n_tty.c:2002:2: note: in expansion of macro 'smp_store_release' smp_store_release(&ldata->read_tail, ldata->read_tail + c); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/drivers/tty/n_tty.c:1965:15: note: in expansion of macro 'smp_load_acquire' canon_head = smp_load_acquire(&ldata->canon_head); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/n_tty.c: In function 'n_tty_read': /kisskb/src/drivers/tty/n_tty.c:2069:17: note: byref variable will be forcibly initialized unsigned char *kb = kbuf; ^~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_tiocgserial': /kisskb/src/drivers/tty/tty_io.c:2654:23: note: byref variable will be forcibly initialized struct serial_struct v; ^ /kisskb/src/drivers/tty/tty_io.c: In function 'show_cons_active': /kisskb/src/drivers/tty/tty_io.c:3572:7: note: byref variable will be forcibly initialized int index = cs[i]->index; ^~~~~ /kisskb/src/drivers/tty/tty_io.c:3554:18: note: byref variable will be forcibly initialized struct console *cs[16]; ^~ In file included from /kisskb/src/include/linux/dma-fence-chain.h:15, from /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:9: /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'iterate_tty_read': /kisskb/src/drivers/tty/tty_io.c:861:7: note: byref variable will be forcibly initialized char kernel_buf[64]; ^~~~~~~~~~ /kisskb/src/drivers/tty/tty_io.c:859:8: note: byref variable will be forcibly initialized void *cookie = NULL; ^~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'signal_backward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:527:22: note: byref variable will be forcibly initialized struct fence_chains fc; ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'signal_forward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:495:22: note: byref variable will be forcibly initialized struct fence_chains fc; ^~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/tty/tty_io.c:75: /kisskb/src/drivers/tty/tty_io.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'wait_random': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:646:22: note: byref variable will be forcibly initialized struct fence_chains fc; ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'wait_backward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:600:22: note: byref variable will be forcibly initialized struct fence_chains fc; ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'wait_forward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:570:22: note: byref variable will be forcibly initialized struct fence_chains fc; ^~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'tty_change_softcar': /kisskb/src/drivers/tty/tty_ioctl.c:661:18: note: byref variable will be forcibly initialized struct ktermios old; ^~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:717, from /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:12: /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_race': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:295:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:304:11: note: in expansion of macro '__wait_var_event_timeout' __ret = __wait_var_event_timeout(var, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:468:2: note: in expansion of macro 'wait_var_event_timeout' wait_var_event_timeout(&data.children, ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:440:19: note: byref variable will be forcibly initialized struct find_race data; ^~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_gap': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:340:20: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:339:22: note: byref variable will be forcibly initialized struct fence_chains fc; ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_out_of_order': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:296:20: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:295:22: note: byref variable will be forcibly initialized struct fence_chains fc; ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_signaled': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:258:20: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:257:22: note: byref variable will be forcibly initialized struct fence_chains fc; ^~ /kisskb/src/drivers/tty/tty_io.c: In function 'tiocsti': /kisskb/src/drivers/tty/tty_io.c:2297:11: note: byref variable will be forcibly initialized char ch, mbz = 0; ^~~ /kisskb/src/drivers/tty/tty_io.c:2297:7: note: byref variable will be forcibly initialized char ch, mbz = 0; ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_seqno': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:180:20: note: byref variable will be forcibly initialized struct dma_fence *fence; ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:179:22: note: byref variable will be forcibly initialized struct fence_chains fc; ^~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'get_termio': /kisskb/src/drivers/tty/tty_ioctl.c:463:18: note: byref variable will be forcibly initialized struct ktermios kterm; ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function '__find_race': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:396:21: note: byref variable will be forcibly initialized struct dma_fence *fence = dma_fence_get(data->fc.tail); ^~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_set_serial': /kisskb/src/drivers/tty/tty_io.c:2627:7: note: byref variable will be forcibly initialized char comm[TASK_COMM_LEN]; ^~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_tiocsserial': /kisskb/src/drivers/tty/tty_io.c:2644:23: note: byref variable will be forcibly initialized struct serial_struct v; ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/include/asm-generic/termios.h:6, from ./arch/arm64/include/generated/uapi/asm/termios.h:1, from /kisskb/src/include/uapi/linux/termios.h:6, from /kisskb/src/drivers/tty/tty_ioctl.c:11: /kisskb/src/drivers/tty/tty_ioctl.c: In function 'tty_wait_until_sent': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c:204:12: note: in expansion of macro 'wait_event_interruptible_timeout' timeout = wait_event_interruptible_timeout(tty->write_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/tty.h:5, from /kisskb/src/drivers/tty/tty_buffer.c:8: /kisskb/src/drivers/tty/tty_buffer.c: In function '__tty_buffer_request_room': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/tty/tty_buffer.c:287:4: note: in expansion of macro 'smp_store_release' smp_store_release(&b->next, n); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/tty/tty_buffer.c:282:4: note: in expansion of macro 'smp_store_release' smp_store_release(&b->commit, b->used); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'tty_set_termios': /kisskb/src/drivers/tty/tty_ioctl.c:340:18: note: byref variable will be forcibly initialized struct ktermios old_termios; ^~~~~~~~~~~ /kisskb/src/drivers/tty/tty_buffer.c: In function 'flush_to_ldisc': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/drivers/tty/tty_buffer.c:534:11: note: in expansion of macro 'smp_load_acquire' count = smp_load_acquire(&head->commit) - head->read; ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/drivers/tty/tty_buffer.c:530:10: note: in expansion of macro 'smp_load_acquire' next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'set_termios': /kisskb/src/drivers/tty/tty_ioctl.c:388:18: note: byref variable will be forcibly initialized struct ktermios tmp_termios; ^~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'tty_mode_ioctl': /kisskb/src/drivers/tty/tty_ioctl.c:691:18: note: byref variable will be forcibly initialized struct ktermios kterm; ^~~~~ /kisskb/src/drivers/tty/tty_buffer.c: In function 'tty_buffer_flush': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/drivers/tty/tty_buffer.c:233:17: note: in expansion of macro 'smp_load_acquire' while ((next = smp_load_acquire(&buf->head->next)) != NULL) { ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_dev_name_to_number': /kisskb/src/drivers/tty/tty_io.c:348:6: note: byref variable will be forcibly initialized int index, prefix_length = 0; ^~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_find_polling_driver': /kisskb/src/drivers/tty/tty_io.c:397:8: note: byref variable will be forcibly initialized char *str, *stp; ^~~ /kisskb/src/drivers/tty/tty_buffer.c: In function 'tty_schedule_flip': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/tty/tty_buffer.c:420:2: note: in expansion of macro 'smp_store_release' smp_store_release(&buf->tail->commit, buf->tail->used); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tiocswinsz': /kisskb/src/drivers/tty/tty_io.c:2386:17: note: byref variable will be forcibly initialized struct winsize tmp_ws; ^~~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_tiocgicount': /kisskb/src/drivers/tty/tty_io.c:2613:32: note: byref variable will be forcibly initialized struct serial_icounter_struct icount; ^~~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_register_device_attr': /kisskb/src/drivers/tty/tty_io.c:3254:7: note: byref variable will be forcibly initialized char name[64]; ^~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_register_driver': /kisskb/src/drivers/tty/tty_io.c:3448:8: note: byref variable will be forcibly initialized dev_t dev; ^~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_open_by_driver': /kisskb/src/drivers/tty/tty_io.c:2059:6: note: byref variable will be forcibly initialized int index = -1; ^~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_kopen': /kisskb/src/drivers/tty/tty_io.c:1973:6: note: byref variable will be forcibly initialized int index = -1; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/drivers/tty/tty_ldsem.c:28: /kisskb/src/drivers/tty/tty_ldsem.c: In function '__ldsem_wake_readers': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/tty/tty_ldsem.c:96:3: note: in expansion of macro 'smp_store_release' smp_store_release(&waiter->task, NULL); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ldsem.c: In function 'down_write_failed': /kisskb/src/drivers/tty/tty_ldsem.c:232:22: note: byref variable will be forcibly initialized struct ldsem_waiter waiter; ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/drivers/tty/tty_ldsem.c:28: /kisskb/src/drivers/tty/tty_ldsem.c: In function 'down_read_failed': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/drivers/tty/tty_ldsem.c:196:8: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(&waiter.task)) ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ldsem.c:158:22: note: byref variable will be forcibly initialized struct ldsem_waiter waiter; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/scsi/libsas/sas_expander.c:12: /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'smp_execute_task': /kisskb/src/drivers/scsi/libsas/sas_expander.c:144:21: note: byref variable will be forcibly initialized struct scatterlist resp_sg; ^~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:143:21: note: byref variable will be forcibly initialized struct scatterlist req_sg; ^~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_configure_phy': /kisskb/src/drivers/scsi/libsas/sas_expander.c:1502:6: note: byref variable will be forcibly initialized int present; ^~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:1501:6: note: byref variable will be forcibly initialized int index; ^~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_find_bcast_phy': /kisskb/src/drivers/scsi/libsas/sas_expander.c:1752:7: note: byref variable will be forcibly initialized int phy_change_count = 0; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_find_bcast_dev': /kisskb/src/drivers/scsi/libsas/sas_expander.c:1829:6: note: byref variable will be forcibly initialized int phy_id = -1; ^~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:1828:6: note: byref variable will be forcibly initialized int ex_change_count = -1; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_set_ex_phy': /kisskb/src/drivers/scsi/libsas/sas_expander.c:199:5: note: byref variable will be forcibly initialized u8 sas_addr[SAS_ADDR_SIZE]; ^~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_create_task': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:136:18: note: byref variable will be forcibly initialized struct scsi_lun lun; ^~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_recover_lu': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:328:18: note: byref variable will be forcibly initialized struct scsi_lun lun; ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:9: /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_eh_handle_sas_errors': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:567:12: note: byref variable will be forcibly initialized LIST_HEAD(done); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_check_level_subtractive_boundary': /kisskb/src/drivers/scsi/libsas/sas_expander.c:1149:7: note: byref variable will be forcibly initialized u8 s2[SAS_ADDR_SIZE]; ^~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_eh_device_reset_handler': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:496:18: note: byref variable will be forcibly initialized struct scsi_lun lun; ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:9: /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_scsi_recover_host': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:729:12: note: byref variable will be forcibly initialized LIST_HEAD(eh_work_q); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_rediscover_dev': /kisskb/src/drivers/scsi/libsas/sas_expander.c:2002:7: note: byref variable will be forcibly initialized char msg[80] = ""; ^~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:2001:5: note: byref variable will be forcibly initialized u8 sas_addr[SAS_ADDR_SIZE]; ^~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:2000:23: note: byref variable will be forcibly initialized enum sas_device_type type = SAS_PHY_UNUSED; ^~~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_request_addr': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:949:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_ex_revalidate_domain': /kisskb/src/drivers/scsi/libsas/sas_expander.c:2122:14: note: byref variable will be forcibly initialized int i = 0, phy_id; ^~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:2117:24: note: byref variable will be forcibly initialized struct domain_device *dev = NULL; ^~~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_user_cmd': /kisskb/src/drivers/nvme/host/ioctl.c:196:6: note: byref variable will be forcibly initialized u64 result; ^~~~~~ /kisskb/src/drivers/nvme/host/ioctl.c:194:22: note: byref variable will be forcibly initialized struct nvme_command c; ^ /kisskb/src/drivers/nvme/host/ioctl.c:193:27: note: byref variable will be forcibly initialized struct nvme_passthru_cmd cmd; ^~~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_user_cmd64': /kisskb/src/drivers/nvme/host/ioctl.c:241:22: note: byref variable will be forcibly initialized struct nvme_command c; ^ /kisskb/src/drivers/nvme/host/ioctl.c:240:29: note: byref variable will be forcibly initialized struct nvme_passthru_cmd64 cmd; ^~~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_submit_io': /kisskb/src/drivers/nvme/host/ioctl.c:116:22: note: byref variable will be forcibly initialized struct nvme_command c; ^ /kisskb/src/drivers/nvme/host/ioctl.c:115:22: note: byref variable will be forcibly initialized struct nvme_user_io io; ^~ /kisskb/src/drivers/mfd/88pm80x.c: In function 'pm80x_init': /kisskb/src/drivers/mfd/88pm80x.c:55:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/linux/dcache.h:8, from /kisskb/src/include/linux/fs.h:8, from /kisskb/src/include/linux/backing-dev.h:13, from /kisskb/src/drivers/nvme/host/multipath.c:6: /kisskb/src/drivers/nvme/host/multipath.c: In function 'nvme_next_ns': /kisskb/src/include/linux/rculist.h:353:20: note: byref variable will be forcibly initialized struct list_head *__next = READ_ONCE(__ptr->next); \ ^~~~~~ /kisskb/src/drivers/nvme/host/multipath.c:234:9: note: in expansion of macro 'list_first_or_null_rcu' return list_first_or_null_rcu(&head->list, struct nvme_ns, siblings); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:373:20: note: byref variable will be forcibly initialized struct list_head *__next = READ_ONCE(__ptr->next); \ ^~~~~~ /kisskb/src/drivers/nvme/host/multipath.c:230:7: note: in expansion of macro 'list_next_or_null_rcu' ns = list_next_or_null_rcu(&head->list, &ns->siblings, struct nvme_ns, ^~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/include/linux/backing-dev.h:12, from /kisskb/src/drivers/nvme/host/multipath.c:6: /kisskb/src/drivers/nvme/host/multipath.c: In function 'nvme_round_robin_path': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c:276:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(head->current_path[node], found); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/backing-dev.h:15, from /kisskb/src/drivers/nvme/host/multipath.c:6: /kisskb/src/drivers/nvme/host/multipath.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/include/linux/backing-dev.h:12, from /kisskb/src/drivers/nvme/host/multipath.c:6: /kisskb/src/drivers/nvme/host/multipath.c: In function '__nvme_find_path': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c:223:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(head->current_path[node], found); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c: In function 'nvme_read_ana_log': /kisskb/src/drivers/nvme/host/multipath.c:643:6: note: byref variable will be forcibly initialized u32 nr_change_groups = 0; ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/include/linux/backing-dev.h:12, from /kisskb/src/drivers/nvme/host/multipath.c:6: /kisskb/src/drivers/nvme/host/multipath.c: In function 'nvme_mpath_clear_current_path': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c:137:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(head->current_path[node], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c: In function 'nvme_mpath_revalidate_paths': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c:169:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(head->current_path[node], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c: In function 'nvme_mpath_add_disk': /kisskb/src/drivers/nvme/host/multipath.c:774:30: note: byref variable will be forcibly initialized struct nvme_ana_group_desc desc = { ^~~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_parse_options': /kisskb/src/drivers/nvme/host/fabrics.c:563:9: note: byref variable will be forcibly initialized uuid_t hostid; ^~~~~~ /kisskb/src/drivers/nvme/host/fabrics.c:560:6: note: byref variable will be forcibly initialized int token, ret = 0; ^~~~~ /kisskb/src/drivers/nvme/host/fabrics.c:559:18: note: byref variable will be forcibly initialized char *options, *o, *p; ^ /kisskb/src/drivers/nvme/host/fabrics.c:558:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_reg_read32': /kisskb/src/drivers/nvme/host/fabrics.c:148:20: note: byref variable will be forcibly initialized union nvme_result res; ^~~ /kisskb/src/drivers/nvme/host/fabrics.c:147:22: note: byref variable will be forcibly initialized struct nvme_command cmd; ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_reg_read64': /kisskb/src/drivers/nvme/host/fabrics.c:194:20: note: byref variable will be forcibly initialized union nvme_result res; ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_connect_admin_queue': /kisskb/src/drivers/nvme/host/fabrics.c:366:20: note: byref variable will be forcibly initialized union nvme_result res; ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_connect_io_queue': /kisskb/src/drivers/nvme/host/fabrics.c:433:20: note: byref variable will be forcibly initialized union nvme_result res; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/nvme/target/trace.h:165, from /kisskb/src/drivers/nvme/target/core.c:14: /kisskb/src/drivers/nvme/target/core.c: In function 'perf_trace_nvmet_req_init': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_init, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_init, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'perf_trace_nvmet_req_complete': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_complete, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'perf_trace_nvmet_async_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_async_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_async_event, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/nvme/target/trace.h:165, from /kisskb/src/drivers/nvme/target/core.c:14: /kisskb/src/drivers/nvme/target/core.c: In function 'trace_event_raw_event_nvmet_req_init': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:61:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_init, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'trace_event_raw_event_nvmet_req_complete': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:103:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_req_complete, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'trace_event_raw_event_nvmet_async_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h:131:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvmet_async_event, ^~~~~~~~~~~ /kisskb/src/drivers/tty/pty.c: In function 'ptm_open_peer': /kisskb/src/drivers/tty/pty.c:617:14: note: byref variable will be forcibly initialized struct path path; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/include/linux/pci-p2pdma.h:14, from /kisskb/src/drivers/nvme/target/core.c:10: /kisskb/src/drivers/nvme/target/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/include/linux/pci-p2pdma.h:14, from /kisskb/src/drivers/nvme/target/core.c:10: /kisskb/src/drivers/nvme/target/core.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'nvmet_max_nsid': /kisskb/src/drivers/nvme/target/core.c:120:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/include/linux/pci-p2pdma.h:14, from /kisskb/src/drivers/nvme/target/core.c:10: /kisskb/src/drivers/nvme/target/core.c: In function 'percpu_ref_tryget_live_rcu': /kisskb/src/include/linux/percpu-refcount.h:277:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/core.c: In function 'nvmet_setup_p2p_ns_map': /kisskb/src/drivers/nvme/target/core.c:1302:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/drivers/nvme/target/core.c: In function 'nvmet_release_p2p_ns_map': /kisskb/src/drivers/nvme/target/core.c:1318:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/scatterlist.h:7, from /kisskb/src/include/scsi/scsi.h:10, from /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:22: /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c: In function 'send_mode_select': /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:537:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:536:16: note: byref variable will be forcibly initialized unsigned char cdb[MAX_COMMAND_SIZE]; ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/scsi/scsi.h:10, from /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:22: /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:535:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c: In function 'rdac_bus_attach': /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:729:7: note: byref variable will be forcibly initialized char array_id[UNIQUE_ID_LEN]; ^~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:728:7: note: byref variable will be forcibly initialized char array_name[ARRAY_LABEL_LEN]; ^~~~~~~~~~ /kisskb/src/drivers/ata/libata-transport.c: In function 'show_ata_dev_ering': /kisskb/src/drivers/ata/libata-transport.c:517:28: note: byref variable will be forcibly initialized struct ata_show_ering_arg arg = { buf, 0 }; ^~~ /kisskb/src/drivers/nvme/target/core.c: In function 'nvmet_subsys_alloc': /kisskb/src/drivers/nvme/target/core.c:1521:7: note: byref variable will be forcibly initialized char serial[NVMET_SN_MAX_SIZE / 2]; ^~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/tty/n_hdlc.c:87: /kisskb/src/drivers/tty/n_hdlc.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/nvme/host/fc.c:11: /kisskb/src/drivers/nvme/host/fc.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/include/linux/cgroup.h:26, from /kisskb/src/include/linux/blk-cgroup.h:17, from /kisskb/src/drivers/nvme/host/fc.c:12: /kisskb/src/drivers/nvme/host/fc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ctrl_pp_status': /kisskb/src/drivers/nvme/host/core.c:4267:6: note: byref variable will be forcibly initialized u32 csts; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/nvme/host/trace.h:175, from /kisskb/src/drivers/nvme/host/core.c:29: /kisskb/src/drivers/nvme/host/core.c: In function 'perf_trace_nvme_setup_cmd': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_setup_cmd, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_setup_cmd, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'perf_trace_nvme_complete_rq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_complete_rq, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_complete_rq, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'perf_trace_nvme_async_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_async_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_async_event, ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_park_issue_cmd': /kisskb/src/drivers/ata/libata-eh.c:2889:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ /kisskb/src/drivers/nvme/host/core.c: In function 'perf_trace_nvme_sq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_maybe_retry_flush': /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-eh.c:3165:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_request_sense': /kisskb/src/drivers/ata/libata-eh.c:1408:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/nvme/host/trace.h:175, from /kisskb/src/drivers/nvme/host/core.c:29: /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_setup_cmd': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_setup_cmd, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_complete_rq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_complete_rq, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_async_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_async_event, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_sq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(nvme_sq, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_signal_discovery_scan': /kisskb/src/drivers/nvme/host/fc.c:506:8: note: byref variable will be forcibly initialized char *envp[4] = { "FC_EVENT=nvmediscovery", hostaddr, tgtaddr, NULL }; ^~~~ /kisskb/src/drivers/nvme/host/fc.c:505:7: note: byref variable will be forcibly initialized char tgtaddr[FCNVME_TRADDR_LENGTH]; /* NVMEFC_TRADDR=...*/ ^~~~~~~ /kisskb/src/drivers/nvme/host/fc.c:504:7: note: byref variable will be forcibly initialized char hostaddr[FCNVME_TRADDR_LENGTH]; /* NVMEFC_HOST_TRADDR=...*/ ^~~~~~~~ /kisskb/src/drivers/ata/libata-eh.c: In function '__ata_ehi_push_desc': /kisskb/src/drivers/ata/libata-eh.c:185:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_ehi_push_desc': /kisskb/src/drivers/ata/libata-eh.c:206:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_port_desc': /kisskb/src/drivers/ata/libata-eh.c:248:10: note: byref variable will be forcibly initialized va_list args; ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/nvme/host/fc.c:6: /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_nvme_discovery_store': /kisskb/src/drivers/nvme/host/fc.c:3780:12: note: byref variable will be forcibly initialized LIST_HEAD(local_disc_list); ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_speed_down_verdict': /kisskb/src/drivers/ata/libata-eh.c:1743:32: note: byref variable will be forcibly initialized struct speed_down_verdict_arg arg; ^~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_speed_down': /kisskb/src/drivers/ata/libata-eh.c:1803:6: note: byref variable will be forcibly initialized int xfer_ok = 0; ^~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'fc_parse_cgrpid': /kisskb/src/drivers/nvme/host/fc.c:3839:7: note: byref variable will be forcibly initialized char cgrp_id[16+1]; ^~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_mselect_caching': /kisskb/src/drivers/ata/libata-scsi.c:3584:5: note: byref variable will be forcibly initialized u8 mpage[CACHE_MPAGE_LEN]; ^~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'fc_update_appid': /kisskb/src/drivers/nvme/host/fc.c:3869:7: note: byref variable will be forcibly initialized char app_id[FC_APPID_LEN]; ^~~~~~ /kisskb/src/drivers/nvme/host/fc.c:3866:6: note: byref variable will be forcibly initialized u64 cgrp_id; ^~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_mselect_control': /kisskb/src/drivers/ata/libata-scsi.c:3640:5: note: byref variable will be forcibly initialized u8 mpage[CONTROL_MPAGE_LEN]; ^~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_setup_rw': /kisskb/src/drivers/nvme/host/core.c:921:6: note: byref variable will be forcibly initialized u32 dsmgmt = 0; ^~~~~~ /kisskb/src/drivers/nvme/host/core.c:920:6: note: byref variable will be forcibly initialized u16 control = 0; ^~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function '__nvme_fc_parse_u64': /kisskb/src/drivers/nvme/host/fc.c:3655:6: note: byref variable will be forcibly initialized u64 token64; ^~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_parse_traddr': /kisskb/src/drivers/nvme/host/fc.c:3673:14: note: byref variable will be forcibly initialized substring_t wwn = { name, &name[sizeof(name)-1] }; ^~~ /kisskb/src/drivers/nvme/host/fc.c:3672:7: note: byref variable will be forcibly initialized char name[2 + NVME_FC_TRADDR_HEXNAMELEN + 1]; ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_mps_to_sectors': /kisskb/src/drivers/nvme/host/core.c:2866:52: note: byref variable will be forcibly initialized u32 page_shift = NVME_CAP_MPSMIN(ctrl->cap) + 12, val; ^~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_schedule_probe': /kisskb/src/drivers/ata/libata-eh.c:3425:6: note: byref variable will be forcibly initialized int trials = 0; ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/nvme/host/fc.c:6: /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_delete_association': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/fc.c:3240:2: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(ctrl->ioabort_wait, ctrl->iocnt == 0, ctrl->lock); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'atapi_eh_tur': /kisskb/src/drivers/ata/libata-eh.c:1378:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ /kisskb/src/drivers/ata/libata-eh.c: In function 'atapi_eh_request_sense': /kisskb/src/drivers/ata/libata-eh.c:1464:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'atapi_fixup_inquiry': /kisskb/src/drivers/ata/libata-scsi.c:2569:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_link_autopsy': /kisskb/src/drivers/ata/libata-eh.c:1928:6: note: byref variable will be forcibly initialized u32 serror; ^~~~~~ In file included from /kisskb/src/drivers/nvme/host/nvme.h:13, from /kisskb/src/drivers/nvme/host/fc.c:13: /kisskb/src/drivers/nvme/host/fc.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blk-mq.h:1068:22: note: byref variable will be forcibly initialized struct scatterlist *last_sg = NULL; ^~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_dev_supports_fua': /kisskb/src/drivers/ata/libata-eh.c: In function 'atapi_eh_clear_ua': /kisskb/src/drivers/ata/libata-scsi.c:2253:44: note: byref variable will be forcibly initialized unsigned char model[ATA_ID_PROD_LEN + 1], fw[ATA_ID_FW_REV_LEN + 1]; ^~ /kisskb/src/drivers/ata/libata-eh.c:3115:6: note: byref variable will be forcibly initialized u8 sense_key = 0; ^~~~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c:2253:16: note: byref variable will be forcibly initialized unsigned char model[ATA_ID_PROD_LEN + 1], fw[ATA_ID_FW_REV_LEN + 1]; ^~~~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_link_report': /kisskb/src/drivers/ata/libata-eh.c:2300:8: note: byref variable will be forcibly initialized char cdb_buf[70] = ""; ^~~~~~~ /kisskb/src/drivers/ata/libata-eh.c:2299:8: note: byref variable will be forcibly initialized char data_buf[20] = ""; ^~~~~~~~ /kisskb/src/drivers/ata/libata-eh.c:2225:7: note: byref variable will be forcibly initialized char tries_buf[6] = ""; ^~~~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_assign_ofnode': /kisskb/src/drivers/ata/libata-scsi.c:4302:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_reset': /kisskb/src/drivers/ata/libata-eh.c:2466:6: note: byref variable will be forcibly initialized u32 sstatus; ^~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_gen_passthru_sense': /kisskb/src/drivers/ata/libata-scsi.c:870:21: note: byref variable will be forcibly initialized u8 sense_key, asc, ascq; ^~~~ /kisskb/src/drivers/ata/libata-scsi.c:870:16: note: byref variable will be forcibly initialized u8 sense_key, asc, ascq; ^~~ /kisskb/src/drivers/ata/libata-scsi.c:870:5: note: byref variable will be forcibly initialized u8 sense_key, asc, ascq; ^~~~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_fcpio_done': /kisskb/src/drivers/nvme/host/fc.c:1913:20: note: byref variable will be forcibly initialized union nvme_result result; ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_recover': /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_zbc_out_xlat': /kisskb/src/drivers/ata/libata-eh.c:3550:21: note: byref variable will be forcibly initialized struct ata_device *dev; ^~~ /kisskb/src/drivers/ata/libata-scsi.c:3497:6: note: byref variable will be forcibly initialized u32 n_block; ^~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c:3496:6: note: byref variable will be forcibly initialized u64 block; ^~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_wait_ready': /kisskb/src/drivers/nvme/host/core.c:2131:6: note: byref variable will be forcibly initialized u32 csts, bit = enabled ? NVME_CSTS_RDY : 0; ^~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_zbc_in_xlat': /kisskb/src/drivers/ata/libata-scsi.c:3414:6: note: byref variable will be forcibly initialized u32 n_block; ^~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c:3413:6: note: byref variable will be forcibly initialized u64 block; ^~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_create_io_queues': /kisskb/src/drivers/nvme/host/fc.c:2882:15: note: byref variable will be forcibly initialized unsigned int nr_io_queues; ^~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_gen_ata_sense': /kisskb/src/drivers/ata/libata-scsi.c:966:21: note: byref variable will be forcibly initialized u8 sense_key, asc, ascq; ^~~~ /kisskb/src/drivers/ata/libata-scsi.c:966:16: note: byref variable will be forcibly initialized u8 sense_key, asc, ascq; ^~~ /kisskb/src/drivers/ata/libata-scsi.c:966:5: note: byref variable will be forcibly initialized u8 sense_key, asc, ascq; ^~~~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_recreate_io_queues': /kisskb/src/drivers/nvme/host/fc.c:2956:15: note: byref variable will be forcibly initialized unsigned int nr_io_queues; ^~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_report_zones_complete': /kisskb/src/drivers/ata/libata-scsi.c:3346:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_mode_select_xlat': /kisskb/src/drivers/ata/libata-scsi.c:3698:5: note: byref variable will be forcibly initialized u8 buffer[64]; ^~~~~~ /kisskb/src/drivers/ata/libata-scsi.c:3696:6: note: byref variable will be forcibly initialized u16 fp = (u16)-1; ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/ata/libata-eh.c:15: /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_scsi_error': /kisskb/src/drivers/ata/libata-eh.c:534:12: note: byref variable will be forcibly initialized LIST_HEAD(eh_work_q); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_verify_xlat': /kisskb/src/drivers/ata/libata-scsi.c:1398:6: note: byref variable will be forcibly initialized u32 n_block; ^~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c:1397:6: note: byref variable will be forcibly initialized u64 block; ^~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_write_same_xlat': /kisskb/src/drivers/ata/libata-scsi.c:3170:6: note: byref variable will be forcibly initialized u32 n_block; ^~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c:3169:6: note: byref variable will be forcibly initialized u64 block; ^~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_rw_xlat': /kisskb/src/drivers/ata/libata-scsi.c:1547:6: note: byref variable will be forcibly initialized u32 n_block; ^~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c:1546:6: note: byref variable will be forcibly initialized u64 block; ^~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_create_ctrl': /kisskb/src/drivers/nvme/host/fc.c:3719:25: note: byref variable will be forcibly initialized struct nvmet_fc_traddr raddr = { 0L, 0L }; ^~~~~ /kisskb/src/drivers/nvme/host/fc.c:3718:25: note: byref variable will be forcibly initialized struct nvmet_fc_traddr laddr = { 0L, 0L }; ^~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_cmd_ioctl': /kisskb/src/drivers/ata/libata-scsi.c:371:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/ata/libata-scsi.c:368:5: note: byref variable will be forcibly initialized u8 args[4], *argbuf = NULL; ^~~~ /kisskb/src/drivers/ata/libata-scsi.c:367:5: note: byref variable will be forcibly initialized u8 scsi_cmd[MAX_COMMAND_SIZE]; ^~~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c:366:5: note: byref variable will be forcibly initialized u8 sensebuf[SCSI_SENSE_BUFFERSIZE]; ^~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_free_cels': /kisskb/src/drivers/nvme/host/core.c:4422:16: note: byref variable will be forcibly initialized unsigned long i; ^ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ctrl_fast_io_fail_tmo_store': /kisskb/src/drivers/nvme/host/core.c:3518:6: note: byref variable will be forcibly initialized int fast_io_fail_tmo, err; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ctrl_loss_tmo_store': /kisskb/src/drivers/nvme/host/core.c:3460:6: note: byref variable will be forcibly initialized int ctrl_loss_tmo, err; ^~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_task_ioctl': /kisskb/src/drivers/ata/libata-scsi.c:476:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/ata/libata-scsi.c:475:5: note: byref variable will be forcibly initialized u8 args[7]; ^~~~ /kisskb/src/drivers/ata/libata-scsi.c:474:5: note: byref variable will be forcibly initialized u8 scsi_cmd[MAX_COMMAND_SIZE]; ^~~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c:473:5: note: byref variable will be forcibly initialized u8 sensebuf[SCSI_SENSE_BUFFERSIZE]; ^~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ctrl_reconnect_delay_store': /kisskb/src/drivers/nvme/host/core.c:3490:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_aen_uevent': /kisskb/src/drivers/nvme/host/core.c:4241:8: note: byref variable will be forcibly initialized char *envp[2] = { NULL, NULL }; ^~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_park_store': /kisskb/src/drivers/ata/libata-scsi.c:134:11: note: byref variable will be forcibly initialized long int input; ^~~~~ /kisskb/src/drivers/tty/sysrq.c: In function 'sysrq_reset_seq_param_set': /kisskb/src/drivers/tty/sysrq.c:1050:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_get_identity': /kisskb/src/drivers/ata/libata-scsi.c:329:7: note: byref variable will be forcibly initialized char buf[40]; ^~~ /kisskb/src/drivers/tty/sysrq.c: In function 'sysrq_of_get_keyreset_config': /kisskb/src/drivers/tty/sysrq.c:758:6: note: byref variable will be forcibly initialized u32 key; ^~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_simulate': /kisskb/src/drivers/ata/libata-scsi.c:4130:23: note: byref variable will be forcibly initialized struct ata_scsi_args args; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_wait_reset': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c:551:2: note: in expansion of macro 'wait_event' wait_event(ctrl->state_wq, ^~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_configure_directives': /kisskb/src/drivers/nvme/host/core.c:759:34: note: byref variable will be forcibly initialized struct streams_directive_params s; ^ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_setup_streams_ns': /kisskb/src/drivers/nvme/host/core.c:1706:34: note: byref variable will be forcibly initialized struct streams_directive_params s; ^ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_update_disk_info': /kisskb/src/drivers/nvme/host/core.c:1806:26: note: byref variable will be forcibly initialized u32 atomic_bs, phys_bs, io_opt = 0; ^~~~~~ /kisskb/src/drivers/nvme/host/core.c:1806:17: note: byref variable will be forcibly initialized u32 atomic_bs, phys_bs, io_opt = 0; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/libata.h:335, from /kisskb/src/drivers/ata/libata-core.c:62: /kisskb/src/drivers/ata/libata-core.c: In function 'perf_trace_ata_qc_issue': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:151:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ata_qc_issue, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:151:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ata_qc_issue, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_identify_ns_descs': /kisskb/src/drivers/nvme/host/core.c:1405:7: note: byref variable will be forcibly initialized bool csi_seen = false; ^~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'perf_trace_ata_qc_complete_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/libata.h:210:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ata_qc_complete_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/libata.h:210:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ata_qc_complete_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'perf_trace_ata_eh_link_autopsy': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:278:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ata_eh_link_autopsy, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:278:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ata_eh_link_autopsy, ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'perf_trace_ata_eh_link_autopsy_qc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ata_eh_link_autopsy_qc, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ata_eh_link_autopsy_qc, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/libata.h:335, from /kisskb/src/drivers/ata/libata-core.c:62: /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_qc_issue': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:151:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ata_qc_issue, ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_qc_complete_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/libata.h:210:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ata_qc_complete_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_eh_link_autopsy': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:278:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ata_eh_link_autopsy, ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_eh_link_autopsy_qc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:304:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ata_eh_link_autopsy_qc, ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_configure_apst': /kisskb/src/drivers/nvme/host/core.c:2375:42: note: byref variable will be forcibly initialized u64 total_latency_us, exit_latency_us, transition_ms; ^~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c:2344:11: note: byref variable will be forcibly initialized unsigned last_lt_index = UINT_MAX; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/ata/libata-core.c:30: /kisskb/src/drivers/ata/libata-core.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_configure_timestamp': /kisskb/src/drivers/nvme/host/core.c:2246:9: note: byref variable will be forcibly initialized __le64 ts; ^~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_enable_aen': /kisskb/src/drivers/nvme/host/core.c:1564:6: note: byref variable will be forcibly initialized u32 result, supported_aens = ctrl->oaes & NVME_AEN_SUPPORTED; ^~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_set_queue_count': /kisskb/src/drivers/nvme/host/core.c:1533:6: note: byref variable will be forcibly initialized u32 result; ^~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_members_show': In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/ata/libata-core.c:30: /kisskb/src/drivers/ata/libata-core.c: In function 'kmalloc_array': /kisskb/src/drivers/target/target_core_configfs.c:3069:16: note: byref variable will be forcibly initialized unsigned char buf[TG_PT_GROUP_NAME_BUF] = { }; ^~~ /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'sata_std_hardreset': /kisskb/src/drivers/ata/libata-core.c:3666:7: note: byref variable will be forcibly initialized bool online; ^~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_lu_gp_members_show': /kisskb/src/drivers/target/target_core_configfs.c:2671:16: note: byref variable will be forcibly initialized unsigned char buf[LU_GROUP_NAME_BUF] = { }; ^~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_shutdown_ctrl': /kisskb/src/drivers/nvme/host/core.c:2216:6: note: byref variable will be forcibly initialized u32 csts; ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_init_identify': /kisskb/src/drivers/nvme/host/core.c:2928:23: note: byref variable will be forcibly initialized struct nvme_id_ctrl *id; ^~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_parse_force_one': /kisskb/src/drivers/ata/libata-core.c:6275:19: note: byref variable will be forcibly initialized char *id, *val, *endp; ^~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_parse_force_param': /kisskb/src/drivers/ata/libata-core.c:6370:24: note: byref variable will be forcibly initialized struct ata_force_ent te = { .port = -1, .device = -1 }; ^~ /kisskb/src/drivers/ata/libata-core.c:6369:15: note: byref variable will be forcibly initialized const char *reason = ""; ^~~~~~ /kisskb/src/drivers/ata/libata-core.c:6353:18: note: byref variable will be forcibly initialized char *p, *cur, *next; ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_remove_invalid_namespaces': /kisskb/src/drivers/nvme/host/core.c:4045:12: note: byref variable will be forcibly initialized LIST_HEAD(rm_list); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_validate_ns': /kisskb/src/drivers/nvme/host/core.c:3968:21: note: byref variable will be forcibly initialized struct nvme_id_ns *id; ^~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_alloc_ns': /kisskb/src/drivers/nvme/host/core.c:3835:21: note: byref variable will be forcibly initialized struct nvme_id_ns *id; ^~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_scan_ns_sequential': /kisskb/src/drivers/nvme/host/core.c:4107:23: note: byref variable will be forcibly initialized struct nvme_id_ctrl *id; ^~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_scan_ns_list': /kisskb/src/drivers/nvme/host/core.c:4074:23: note: byref variable will be forcibly initialized struct nvme_command cmd = { ^~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_blacklisted': /kisskb/src/drivers/ata/libata-core.c:4133:16: note: byref variable will be forcibly initialized unsigned char model_rev[ATA_ID_FW_REV_LEN + 1]; ^~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:4132:16: note: byref variable will be forcibly initialized unsigned char model_num[ATA_ID_PROD_LEN + 1]; ^~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'pgr_support_store': /kisskb/src/drivers/target/target_core_configfs.c:1153:7: note: byref variable will be forcibly initialized bool flag, oldflag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'alua_support_store': /kisskb/src/drivers/target/target_core_configfs.c:1114:7: note: byref variable will be forcibly initialized bool flag, oldflag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'unmap_zeroes_data_store': /kisskb/src/drivers/target/target_core_configfs.c:967:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'force_pr_aptpl_store': /kisskb/src/drivers/target/target_core_configfs.c:923:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_rest_reord_store': /kisskb/src/drivers/target/target_core_configfs.c:945:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'is_nonrot_store': /kisskb/src/drivers/target/target_core_configfs.c:577:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:592:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' DEF_CONFIGFS_ATTRIB_STORE_BOOL(is_nonrot); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'enforce_pr_isids_store': /kisskb/src/drivers/target/target_core_configfs.c:577:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:591:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' DEF_CONFIGFS_ATTRIB_STORE_BOOL(enforce_pr_isids); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'pi_prot_verify_store': /kisskb/src/drivers/target/target_core_configfs.c:894:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'pi_prot_format_store': /kisskb/src/drivers/target/target_core_configfs.c:857:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_pr_store': /kisskb/src/drivers/target/target_core_configfs.c:577:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:590:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_pr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_3pc_store': /kisskb/src/drivers/target/target_core_configfs.c:577:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:589:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_3pc); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_caw_store': /kisskb/src/drivers/target/target_core_configfs.c:577:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:588:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_caw); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_tpws_store': /kisskb/src/drivers/target/target_core_configfs.c:761:7: note: byref variable will be forcibly initialized bool flag; ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_remove_namespaces': /kisskb/src/drivers/nvme/host/core.c:4174:12: note: byref variable will be forcibly initialized LIST_HEAD(ns_list); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_tpu_store': /kisskb/src/drivers/target/target_core_configfs.c:735:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_phys_link_online': /kisskb/src/drivers/ata/libata-core.c:4964:6: note: byref variable will be forcibly initialized u32 sstatus; ^~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_tas_store': /kisskb/src/drivers/target/target_core_configfs.c:711:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_phys_link_offline': /kisskb/src/drivers/ata/libata-core.c:4988:6: note: byref variable will be forcibly initialized u32 sstatus; ^~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_write_cache_store': /kisskb/src/drivers/target/target_core_configfs.c:659:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_fua_write_store': /kisskb/src/drivers/target/target_core_configfs.c:577:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:587:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_fua_write); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_model_alias_store': /kisskb/src/drivers/target/target_core_configfs.c:630:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'max_write_same_len_store': /kisskb/src/drivers/target/target_core_configfs.c:556:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:570:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' DEF_CONFIGFS_ATTRIB_STORE_U32(max_write_same_len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'unmap_granularity_alignment_store': /kisskb/src/drivers/target/target_core_configfs.c:556:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:569:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' DEF_CONFIGFS_ATTRIB_STORE_U32(unmap_granularity_alignment); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'unmap_granularity_store': /kisskb/src/drivers/target/target_core_configfs.c:556:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:568:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' DEF_CONFIGFS_ATTRIB_STORE_U32(unmap_granularity); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'max_unmap_block_desc_count_store': /kisskb/src/drivers/target/target_core_configfs.c:556:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:567:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' DEF_CONFIGFS_ATTRIB_STORE_U32(max_unmap_block_desc_count); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'max_unmap_lba_count_store': /kisskb/src/drivers/target/target_core_configfs.c:556:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:566:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' DEF_CONFIGFS_ATTRIB_STORE_U32(max_unmap_lba_count); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'queue_depth_store': /kisskb/src/drivers/target/target_core_configfs.c:1004:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'optimal_sectors_store': /kisskb/src/drivers/target/target_core_configfs.c:1040:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'block_size_store': /kisskb/src/drivers/target/target_core_configfs.c:1070:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'pi_prot_type_store': /kisskb/src/drivers/target/target_core_configfs.c:789:6: note: byref variable will be forcibly initialized u32 flag; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_ua_intlck_ctrl_store': /kisskb/src/drivers/target/target_core_configfs.c:681:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_port_printk': /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_company_id_store': /kisskb/src/drivers/target/target_core_configfs.c:1505:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/ata/libata-core.c:6563:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/ata/libata-core.c:6562:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_link_printk': /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_dev_lba_map_store': /kisskb/src/drivers/ata/libata-core.c:6580:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:2471:35: note: byref variable will be forcibly initialized unsigned long segment_size = -1, segment_mult = -1; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2471:16: note: byref variable will be forcibly initialized unsigned long segment_size = -1, segment_mult = -1; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2470:32: note: byref variable will be forcibly initialized unsigned long start_lba = -1, end_lba = -1; ^~~~~~~ /kisskb/src/drivers/ata/libata-core.c:6579:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2470:16: note: byref variable will be forcibly initialized unsigned long start_lba = -1, end_lba = -1; ^~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2469:24: note: byref variable will be forcibly initialized int ret = 0, num = 0, pg_id, alua_state; ^~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2467:7: note: byref variable will be forcibly initialized char state; ^~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2466:8: note: byref variable will be forcibly initialized char *map_entries, *orig, *ptr; ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2465:19: note: byref variable will be forcibly initialized struct list_head lba_list; ^~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'sata_down_spd_limit': /kisskb/src/drivers/ata/libata-core.c:3109:6: note: byref variable will be forcibly initialized u32 sstatus, spd, mask; ^~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_dev_alua_lu_gp_store': /kisskb/src/drivers/target/target_core_configfs.c:2343:16: note: byref variable will be forcibly initialized unsigned char buf[LU_GROUP_NAME_BUF] = { }; ^~~ /kisskb/src/drivers/ata/libata-core.c: In function 'sata_print_link_status': /kisskb/src/drivers/ata/libata-core.c:3053:15: note: byref variable will be forcibly initialized u32 sstatus, scontrol, tmp; ^~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:3053:6: note: byref variable will be forcibly initialized u32 sstatus, scontrol, tmp; ^~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_std_postreset': /kisskb/src/drivers/ata/libata-core.c:3689:6: note: byref variable will be forcibly initialized u32 serror; ^~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_vpd_unit_serial_store': /kisskb/src/drivers/target/target_core_configfs.c:1554:16: note: byref variable will be forcibly initialized unsigned char buf[INQUIRY_VPD_SERIAL_LEN] = { }; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_revision_store': /kisskb/src/drivers/target/target_core_configfs.c:1447:16: note: byref variable will be forcibly initialized unsigned char buf[INQUIRY_REVISION_LEN + 2]; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_product_id_store': /kisskb/src/drivers/target/target_core_configfs.c:1391:16: note: byref variable will be forcibly initialized unsigned char buf[INQUIRY_MODEL_LEN + 2]; ^~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_printk': /kisskb/src/drivers/ata/libata-core.c:6602:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/ata/libata-core.c:6601:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/ata/libata-core.c:29: /kisskb/src/drivers/ata/libata-core.c: In function 'ata_exec_internal_sg': /kisskb/src/drivers/ata/libata-core.c:1508: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/drivers/target/target_core_configfs.c: In function 'target_wwn_vendor_id_store': /kisskb/src/drivers/target/target_core_configfs.c:1335:16: note: byref variable will be forcibly initialized unsigned char buf[INQUIRY_VENDOR_LEN + 2]; ^~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_exec_internal': /kisskb/src/drivers/ata/libata-core.c:1675:34: note: byref variable will be forcibly initialized struct scatterlist *psg = NULL, sg; ^~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_dev_info_show': /kisskb/src/drivers/target/target_core_configfs.c:2186:6: note: byref variable will be forcibly initialized int bl = 0; ^~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_init_params': /kisskb/src/drivers/ata/libata-core.c:4409:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_set_xfermode': /kisskb/src/drivers/ata/libata-core.c:4323:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_pr_res_aptpl_metadata_store': /kisskb/src/drivers/target/target_core_configfs.c:1974:47: note: byref variable will be forcibly initialized int ret = -1, res_holder = 0, all_tg_pt = 0, arg, token; ^~~ /kisskb/src/drivers/target/target_core_configfs.c:1971:21: note: byref variable will be forcibly initialized unsigned long long tmp_ll; ^~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:1970:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:1969:21: note: byref variable will be forcibly initialized char *orig, *ptr, *opts; ^~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_set_feature': /kisskb/src/drivers/ata/libata-core.c:4370:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_read_id': /kisskb/src/drivers/ata/libata-core.c:1790:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_read_log_page': /kisskb/src/drivers/ata/libata-core.c:1995:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_pr_res_pr_registered_i_pts_show': /kisskb/src/drivers/target/target_core_configfs.c:1846:7: note: byref variable will be forcibly initialized char i_buf[PR_REG_ISID_ID_LEN]; ^~~~~ /kisskb/src/drivers/target/target_core_configfs.c:1845:16: note: byref variable will be forcibly initialized unsigned char buf[384]; ^~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_read_native_max_address': /kisskb/src/drivers/ata/libata-core.c:1166:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_set_max_sectors': /kisskb/src/drivers/ata/libata-core.c:1217:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_vpd_assoc_scsi_target_device_show': /kisskb/src/drivers/target/target_core_configfs.c:1644:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE]; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:1680:1: note: in expansion of macro 'DEF_DEV_WWN_ASSOC_SHOW' DEF_DEV_WWN_ASSOC_SHOW(vpd_assoc_scsi_target_device, 0x20); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_vpd_assoc_target_port_show': /kisskb/src/drivers/target/target_core_configfs.c:1644:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE]; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:1678:1: note: in expansion of macro 'DEF_DEV_WWN_ASSOC_SHOW' DEF_DEV_WWN_ASSOC_SHOW(vpd_assoc_target_port, 0x10); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_config_lba': /kisskb/src/drivers/ata/libata-core.c:2396:7: note: byref variable will be forcibly initialized char ncq_desc[24]; ^~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_vpd_assoc_logical_unit_show': /kisskb/src/drivers/target/target_core_configfs.c:1644:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE]; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:1676:1: note: in expansion of macro 'DEF_DEV_WWN_ASSOC_SHOW' DEF_DEV_WWN_ASSOC_SHOW(vpd_assoc_logical_unit, 0x00); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_down_xfermask_limit': /kisskb/src/drivers/ata/libata-core.c:3239:38: note: byref variable will be forcibly initialized unsigned long pio_mask, mwdma_mask, udma_mask; ^~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:3239:26: note: byref variable will be forcibly initialized unsigned long pio_mask, mwdma_mask, udma_mask; ^~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:3239:16: note: byref variable will be forcibly initialized unsigned long pio_mask, mwdma_mask, udma_mask; ^~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:3237:7: note: byref variable will be forcibly initialized char buf[32]; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_vpd_protocol_identifier_show': /kisskb/src/drivers/target/target_core_configfs.c:1615:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE] = { }; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_tg_pt_gp_id_store': /kisskb/src/drivers/ata/libata-core.c: In function 'ata_force_xfermask': /kisskb/src/drivers/target/target_core_configfs.c:3036:16: note: byref variable will be forcibly initialized unsigned long tg_pt_gp_id; ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:421:39: note: byref variable will be forcibly initialized unsigned long pio_mask, mwdma_mask, udma_mask; ^~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:421:27: note: byref variable will be forcibly initialized unsigned long pio_mask, mwdma_mask, udma_mask; ^~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:421:17: note: byref variable will be forcibly initialized unsigned long pio_mask, mwdma_mask, udma_mask; ^~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_write_metadata_store': /kisskb/src/drivers/target/target_core_configfs.c:2951:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_same_device': /kisskb/src/drivers/ata/libata-core.c:3725:16: note: byref variable will be forcibly initialized unsigned char serial[2][ATA_ID_SERNO_LEN + 1]; ^~~~~~ /kisskb/src/drivers/ata/libata-core.c:3724:16: note: byref variable will be forcibly initialized unsigned char model[2][ATA_ID_PROD_LEN + 1]; ^~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_active_optimized_store': /kisskb/src/drivers/target/target_core_configfs.c:2907:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2937:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' ALUA_SUPPORTED_STATE_ATTR(active_optimized, ALUA_AO_SUP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_reread_id': /kisskb/src/drivers/ata/libata-core.c:3769:15: note: byref variable will be forcibly initialized unsigned int class = dev->class; ^~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_active_nonoptimized_store': /kisskb/src/drivers/target/target_core_configfs.c:2907:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2938:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' ALUA_SUPPORTED_STATE_ATTR(active_nonoptimized, ALUA_AN_SUP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_hpa_resize': /kisskb/src/drivers/ata/libata-core.c:1276:6: note: byref variable will be forcibly initialized u64 native_sectors; ^~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_standby_store': /kisskb/src/drivers/target/target_core_configfs.c:2907:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2936:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' ALUA_SUPPORTED_STATE_ATTR(standby, ALUA_S_SUP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_unavailable_store': /kisskb/src/drivers/target/target_core_configfs.c:2907:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2935:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' ALUA_SUPPORTED_STATE_ATTR(unavailable, ALUA_U_SUP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_lba_dependent_store': /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_configure': /kisskb/src/drivers/target/target_core_configfs.c:2907:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2934:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' ALUA_SUPPORTED_STATE_ATTR(lba_dependent, ALUA_LBD_SUP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:2717:7: note: byref variable will be forcibly initialized u32 sntf; ^~~~ /kisskb/src/drivers/ata/libata-core.c:2566:7: note: byref variable will be forcibly initialized char modelbuf[ATA_ID_PROD_LEN+1]; ^~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:2565:7: note: byref variable will be forcibly initialized char fwrevbuf[ATA_ID_FW_REV_LEN+1]; ^~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:2564:7: note: byref variable will be forcibly initialized char revbuf[7]; /* XYZ-99\0 */ ^~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_offline_store': /kisskb/src/drivers/target/target_core_configfs.c:2907:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2933:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' ALUA_SUPPORTED_STATE_ATTR(offline, ALUA_O_SUP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_transitioning_store': /kisskb/src/drivers/target/target_core_configfs.c:2907:16: note: byref variable will be forcibly initialized unsigned long tmp; \ ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2932:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' ALUA_SUPPORTED_STATE_ATTR(transitioning, ALUA_T_SUP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_access_status_store': /kisskb/src/drivers/target/target_core_configfs.c:2854:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_hba_mode_store': /kisskb/src/drivers/target/target_core_configfs.c:3395:16: note: byref variable will be forcibly initialized unsigned long mode_flag; ^~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_bus_probe': /kisskb/src/drivers/ata/libata-core.c:2924:21: note: byref variable will be forcibly initialized struct ata_device *dev; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_access_state_store': /kisskb/src/drivers/target/target_core_configfs.c:2803:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_lu_gp_lu_gp_id_store': /kisskb/src/drivers/target/target_core_configfs.c:2637:16: note: byref variable will be forcibly initialized unsigned long lu_gp_id; ^~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_core_call_addhbatotarget': /kisskb/src/drivers/target/target_core_configfs.c:3457:16: note: byref variable will be forcibly initialized unsigned long plugin_dep_id = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/slimbus/core.c: In function 'of_register_slim_devices': /kisskb/src/drivers/slimbus/core.c:209:16: note: byref variable will be forcibly initialized int manf_id, prod_code; ^~~~~~~~~ /kisskb/src/drivers/slimbus/core.c:209:7: note: byref variable will be forcibly initialized int manf_id, prod_code; ^~~~~~~ /kisskb/src/drivers/slimbus/core.c:208:7: note: byref variable will be forcibly initialized int reg[2], ret; ^~~ /kisskb/src/drivers/slimbus/core.c:206:21: note: byref variable will be forcibly initialized struct slim_eaddr e_addr; ^~~~~~ /kisskb/src/drivers/slimbus/core.c: In function 'slim_device_alloc_laddr': /kisskb/src/drivers/slimbus/core.c:430:5: note: byref variable will be forcibly initialized u8 laddr; ^~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/cdev.h:8, from /kisskb/src/drivers/char/virtio_console.c:7: /kisskb/src/drivers/char/virtio_console.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/char/virtio_console.c: In function 'get_inbuf': /kisskb/src/drivers/char/virtio_console.c:472:15: note: byref variable will be forcibly initialized unsigned int len; ^~~ /kisskb/src/drivers/char/virtio_console.c: In function 'add_inbuf': /kisskb/src/drivers/char/virtio_console.c:494:21: note: byref variable will be forcibly initialized struct scatterlist sg[1]; ^~ /kisskb/src/drivers/char/virtio_console.c: In function 'reclaim_consumed_buffers': /kisskb/src/drivers/char/virtio_console.c:593:15: note: byref variable will be forcibly initialized unsigned int len; ^~~ /kisskb/src/drivers/char/virtio_console.c: In function '__send_to_port': /kisskb/src/drivers/char/virtio_console.c:612:15: note: byref variable will be forcibly initialized unsigned int len; ^~~ /kisskb/src/drivers/char/virtio_console.c: In function 'put_chars': /kisskb/src/drivers/char/virtio_console.c:1120:21: note: byref variable will be forcibly initialized struct scatterlist sg[1]; ^~ /kisskb/src/drivers/char/virtio_console.c: In function 'flush_bufs': /kisskb/src/drivers/char/virtio_console.c:1731:15: note: byref variable will be forcibly initialized unsigned int len; ^~~ /kisskb/src/drivers/char/virtio_console.c: In function '__send_control_msg': /kisskb/src/drivers/char/virtio_console.c:553:15: note: byref variable will be forcibly initialized unsigned int len; ^~~ /kisskb/src/drivers/char/virtio_console.c:551:21: note: byref variable will be forcibly initialized struct scatterlist sg[1]; ^~ In file included from /kisskb/src/include/linux/kobject.h:19, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/char/virtio_console.c:7: /kisskb/src/drivers/char/virtio_console.c: In function 'reclaim_dma_bufs': /kisskb/src/drivers/char/virtio_console.c:395:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/mfd/exynos-lpass.c: In function 'exynos_lpass_core_sw_reset': /kisskb/src/drivers/mfd/exynos-lpass.c:60:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ In file included from /kisskb/src/include/uapi/linux/virtio_console.h:37, from /kisskb/src/include/linux/virtio_console.h:35, from /kisskb/src/drivers/char/virtio_console.c:23: /kisskb/src/drivers/char/virtio_console.c: In function 'config_work_handler': /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^~~~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c:1825:3: note: in expansion of macro 'virtio_cread' virtio_cread(vdev, struct virtio_console_config, rows, &rows); ^~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^~~~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c:1824:3: note: in expansion of macro 'virtio_cread' virtio_cread(vdev, struct virtio_console_config, cols, &cols); ^~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c:1821:13: note: byref variable will be forcibly initialized u16 rows, cols; ^~~~ /kisskb/src/drivers/char/virtio_console.c:1821:7: note: byref variable will be forcibly initialized u16 rows, cols; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/drivers/char/virtio_console.c:15: /kisskb/src/drivers/char/virtio_console.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/hsi/hsi_core.c:13: /kisskb/src/drivers/hsi/hsi_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_of_property_parse_mode': /kisskb/src/drivers/hsi/hsi_core.c:139:14: note: byref variable will be forcibly initialized const char *mode; ^~~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_of_property_parse_flow': /kisskb/src/drivers/hsi/hsi_core.c:159:14: note: byref variable will be forcibly initialized const char *flow; ^~~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_of_property_parse_arb_mode': /kisskb/src/drivers/hsi/hsi_core.c:179:14: note: byref variable will be forcibly initialized const char *arb_mode; ^~~~~~~~ /kisskb/src/drivers/char/virtio_console.c: In function 'add_port': /kisskb/src/drivers/char/virtio_console.c:1361:7: note: byref variable will be forcibly initialized char debugfs_name[16]; ^~~~~~~~~~~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_add_client_from_dt': /kisskb/src/drivers/hsi/hsi_core.c:203:39: note: byref variable will be forcibly initialized int length, cells, err, i, max_chan, mode; ^~~~ /kisskb/src/drivers/hsi/hsi_core.c:203:6: note: byref variable will be forcibly initialized int length, cells, err, i, max_chan, mode; ^~~~~~ /kisskb/src/drivers/hsi/hsi_core.c:202:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/drivers/hsi/hsi_core.c:200:21: note: byref variable will be forcibly initialized struct hsi_channel channel; ^~~~~~~ In file included from /kisskb/src/include/uapi/linux/virtio_console.h:37, from /kisskb/src/include/linux/virtio_console.h:35, from /kisskb/src/drivers/char/virtio_console.c:23: /kisskb/src/drivers/char/virtio_console.c: In function 'virtcons_probe': /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:552:4: note: in expansion of macro 'virtio_cread' virtio_cread((vdev), structname, member, ptr); \ ^~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c:2037:6: note: in expansion of macro 'virtio_cread_feature' virtio_cread_feature(vdev, VIRTIO_CONSOLE_F_MULTIPORT, ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c: In function 'handle_control_message': /kisskb/src/drivers/char/virtio_console.c:1620:5: note: byref variable will be forcibly initialized } size; ^~~~ /kisskb/src/drivers/char/virtio_console.c: In function 'control_work_handler': /kisskb/src/drivers/char/virtio_console.c:1704:15: note: byref variable will be forcibly initialized unsigned int len; ^~~ /kisskb/src/drivers/target/target_core_fabric_configfs.c: In function 'target_fabric_wwn_cmd_completion_affinity_store': /kisskb/src/drivers/target/target_core_fabric_configfs.c:1007:6: note: byref variable will be forcibly initialized int compl_val; ^~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/char/virtio_console.c:7: /kisskb/src/drivers/char/virtio_console.c: In function 'wait_port_writable': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:364:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:384:11: note: in expansion of macro '__wait_event_freezable' __ret = __wait_event_freezable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c:793:9: note: in expansion of macro 'wait_event_freezable' ret = wait_event_freezable(port->waitqueue, ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_fabric_configfs.c: In function 'target_fabric_tpg_base_enable_store': /kisskb/src/drivers/target/target_core_fabric_configfs.c:830:7: note: byref variable will be forcibly initialized bool op; ^~ /kisskb/src/drivers/char/virtio_console.c: In function 'port_fops_splice_write': /kisskb/src/drivers/char/virtio_console.c:914:17: note: byref variable will be forcibly initialized struct sg_list sgl; ^~~ In file included from /kisskb/src/drivers/target/target_core_fabric_configfs.c:20: /kisskb/src/drivers/target/target_core_fabric_configfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/char/virtio_console.c: In function 'port_fops_write': /kisskb/src/drivers/char/virtio_console.c:812:21: note: byref variable will be forcibly initialized struct scatterlist sg[1]; ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/char/virtio_console.c:7: /kisskb/src/drivers/char/virtio_console.c: In function 'port_fops_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:364:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:384:11: note: in expansion of macro '__wait_event_freezable' __ret = __wait_event_freezable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c:761:9: note: in expansion of macro 'wait_event_freezable' ret = wait_event_freezable(port->waitqueue, ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_fabric_configfs.c: In function 'target_fabric_make_lun': /kisskb/src/drivers/target/target_core_fabric_configfs.c:747:21: note: byref variable will be forcibly initialized unsigned long long unpacked_lun; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_fabric_configfs.c: In function 'target_fabric_make_mappedlun': /kisskb/src/drivers/target/target_core_fabric_configfs.c:275:6: note: byref variable will be forcibly initialized int ret = 0; ^~~ /kisskb/src/drivers/target/target_core_fabric_configfs.c:274:21: note: byref variable will be forcibly initialized unsigned long long mapped_lun; ^~~~~~~~~~ /kisskb/src/drivers/target/target_core_fabric_configfs.c: In function 'target_fabric_mappedlun_write_protect_store': /kisskb/src/drivers/target/target_core_fabric_configfs.c:183:16: note: byref variable will be forcibly initialized unsigned long wp; ^~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/drivers/target/target_core_pr.c:14: /kisskb/src/drivers/target/target_core_pr.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_pr.c: In function 'percpu_ref_tryget_live_rcu': /kisskb/src/include/linux/percpu-refcount.h:277:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_update_aptpl_buf': /kisskb/src/drivers/target/target_core_pr.c:1873:26: note: byref variable will be forcibly initialized unsigned char tmp[512], isid_buf[32]; ^~~~~~~~ /kisskb/src/drivers/target/target_core_pr.c:1873:16: note: byref variable will be forcibly initialized unsigned char tmp[512], isid_buf[32]; ^~~ /kisskb/src/drivers/target/target_core_pr.c: In function '__core_scsi3_write_aptpl_to_file': /kisskb/src/drivers/target/target_core_pr.c:1973:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_pri_read_full_status': /kisskb/src/drivers/target/target_core_pr.c:3889:6: note: byref variable will be forcibly initialized int format_code = 0, pr_res_type = 0, pr_res_scope = 0; ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_decode_spec_i_port': /kisskb/src/drivers/target/target_core_pr.c:1493:12: note: byref variable will be forcibly initialized u32 tpdl, tid_len = 0; ^~~~~~~ /kisskb/src/drivers/target/target_core_pr.c:1491:26: note: byref variable will be forcibly initialized char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN]; ^~~~~ /kisskb/src/drivers/target/target_core_pr.c:1491:8: note: byref variable will be forcibly initialized char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN]; ^~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/target/target_core_pr.c:14: /kisskb/src/drivers/target/target_core_pr.c:1487:12: note: byref variable will be forcibly initialized LIST_HEAD(tid_dest_list); ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26: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, 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:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/random.h:10, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_device.c:14: /kisskb/src/drivers/target/target_core_device.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/net.h:24, from /kisskb/src/drivers/target/target_core_device.c:14: /kisskb/src/drivers/target/target_core_device.c: In function 'percpu_ref_tryget_live_rcu': /kisskb/src/include/linux/percpu-refcount.h:277:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/sockptr.h:11, from /kisskb/src/include/linux/net.h:25, from /kisskb/src/drivers/target/target_core_device.c:14: /kisskb/src/drivers/target/target_core_device.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_pro_preempt': /kisskb/src/drivers/target/target_core_pr.c:2826:12: note: byref variable will be forcibly initialized LIST_HEAD(preempt_and_abort_list); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_emulate_pro_register_and_move': /kisskb/src/drivers/target/target_core_pr.c:3151:15: note: byref variable will be forcibly initialized u32 tid_len, tmp_tid_len; ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/random.h:10, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_device.c:14: /kisskb/src/drivers/target/target_core_device.c: In function 'core_enable_device_list_for_node': /kisskb/src/drivers/target/target_core_pr.c:3150:8: note: byref variable will be forcibly initialized char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN] = { }; ^~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:378:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(new->se_lun_acl, lun_acl); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:377:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(new->se_lun, lun); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:359:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(new->se_lun_acl, lun_acl); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:358:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(new->se_lun, lun); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c: In function 'core_disable_device_list_for_node': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:438:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(orig->se_lun_acl, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:437:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(orig->se_lun, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c: In function 'target_alloc_device': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:814:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(xcopy_lun->lun_se_dev, dev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c: In function 'core_dev_setup_virtual_lun0': /kisskb/src/drivers/target/target_core_device.c:1045:7: note: byref variable will be forcibly initialized char buf[] = "rd_pages=8,rd_nullio=1,rd_dummy=1"; ^~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_calc_pll': /kisskb/src/drivers/mfd/sm501.c:454:7: note: byref variable will be forcibly initialized long best_diff = 999999999; ^~~~~~~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_select_clock': /kisskb/src/drivers/mfd/sm501.c:491:7: note: byref variable will be forcibly initialized long best_diff = 999999999; ^~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/mfd/sm501.c:16: /kisskb/src/drivers/mfd/sm501.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/target/target_core_tmr.c:13: /kisskb/src/drivers/target/target_core_tmr.c: In function 'core_tmr_drain_tmr_list': /kisskb/src/drivers/target/target_core_tmr.c:180:12: note: byref variable will be forcibly initialized LIST_HEAD(drain_tmr_list); ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/target/target_core_tmr.c: In function 'core_tmr_drain_state_list': /kisskb/src/drivers/target/target_core_tmr.c:263:12: note: byref variable will be forcibly initialized LIST_HEAD(drain_task_list); ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/target/target_core_tmr.c: In function 'core_tmr_abort_task': /kisskb/src/drivers/target/target_core_tmr.c:110:12: note: byref variable will be forcibly initialized LIST_HEAD(aborted_list); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_set_clock': /kisskb/src/drivers/mfd/sm501.c:520:21: note: byref variable will be forcibly initialized struct sm501_clock to; ^~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_init_dev': /kisskb/src/drivers/mfd/sm501.c:1301:18: note: byref variable will be forcibly initialized resource_size_t mem_avail; ^~~~~~~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_find_clock': /kisskb/src/drivers/mfd/sm501.c:645:21: note: byref variable will be forcibly initialized struct sm501_clock to; ^~ /kisskb/src/drivers/mfd/gateworks-gsc.c: In function 'gsc_powerdown': /kisskb/src/drivers/mfd/gateworks-gsc.c:79:16: note: byref variable will be forcibly initialized unsigned char regs[4]; ^~~~ /kisskb/src/drivers/mfd/gateworks-gsc.c: In function 'gsc_store': /kisskb/src/drivers/mfd/gateworks-gsc.c:127:7: note: byref variable will be forcibly initialized long value; ^~~~~ /kisskb/src/drivers/mfd/gateworks-gsc.c: In function 'gsc_probe': /kisskb/src/drivers/mfd/gateworks-gsc.c:204:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/mfd/gateworks-gsc.c:202:31: note: byref variable will be forcibly initialized struct regmap_irq_chip_data *irq_data; ^~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/mfd/htc-i2cpld.c:18: /kisskb/src/drivers/mfd/htc-i2cpld.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mfd/htc-i2cpld.c: In function 'htcpld_register_chip_i2c': /kisskb/src/drivers/mfd/htc-i2cpld.c:330:24: note: byref variable will be forcibly initialized struct i2c_board_info info; ^~~~ In file included from /kisskb/src/drivers/mfd/tc3589x.c:12: /kisskb/src/drivers/mfd/tc3589x.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/mfd/tc3589x.c: In function 'tc3589x_probe': /kisskb/src/drivers/mfd/tc3589x.c:361:23: note: byref variable will be forcibly initialized enum tc3589x_version version; ^~~~~~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/drivers/target/target_core_alua.c:13: /kisskb/src/drivers/target/target_core_alua.c: In function 'percpu_ref_tryget_live_rcu': /kisskb/src/include/linux/percpu-refcount.h:277:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_write_tpg_metadata': /kisskb/src/drivers/target/target_core_alua.c:858:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_is_jack_det_active': /kisskb/src/drivers/mfd/arizona-core.c:513:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_underclocked': /kisskb/src/drivers/mfd/arizona-core.c:120:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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/drivers/target/target_core_alua.c:13: /kisskb/src/drivers/target/target_core_alua.c: In function '__target_attach_tg_pt_gp': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_alua.c:1809:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(lun->lun_tg_pt_gp, tg_pt_gp); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_poll_reg': /kisskb/src/drivers/mfd/arizona-core.c:252:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'wm5102_apply_hardware_patch': /kisskb/src/drivers/mfd/arizona-core.c:399:30: note: byref variable will be forcibly initialized struct arizona_sysclk_state state; ^~~~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'wm5110_apply_sleep_patch': /kisskb/src/drivers/mfd/arizona-core.c:440:30: note: byref variable will be forcibly initialized struct arizona_sysclk_state state; ^~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/mfd/arizona-irq.c:11: /kisskb/src/drivers/mfd/arizona-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/mfd/arizona-irq.c: In function 'arizona_irq_thread': /kisskb/src/drivers/mfd/arizona-irq.c:100:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_overclocked': /kisskb/src/drivers/mfd/arizona-core.c:160:15: note: byref variable will be forcibly initialized unsigned int val[3]; ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_do_port_transition': /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_dev_init': /kisskb/src/drivers/mfd/arizona-core.c:945:20: note: byref variable will be forcibly initialized unsigned int reg, val; ^~~ /kisskb/src/drivers/target/target_core_alua.c:1063:6: note: byref variable will be forcibly initialized int primary, valid_states, rc = 0; ^~~~~~~ /kisskb/src/drivers/mfd/arizona-core.c:945:15: note: byref variable will be forcibly initialized unsigned int reg, val; ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'target_emulate_set_target_port_groups': /kisskb/src/drivers/target/target_core_alua.c:278:25: note: byref variable will be forcibly initialized int alua_access_state, primary = 0, valid_states; ^~~~~~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_set_lba_map': /kisskb/src/drivers/target/target_core_alua.c:1336:19: note: byref variable will be forcibly initialized struct list_head old_lba_map_list; ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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/drivers/target/target_core_alua.c:13: /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_free_tg_pt_gp': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_alua.c:1757:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(lun->lun_tg_pt_gp, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'target_detach_tg_pt_gp': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_alua.c:1849:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(lun->lun_tg_pt_gp, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_tg_pt_gp_info': /kisskb/src/drivers/target/target_core_alua.c:1906:16: note: byref variable will be forcibly initialized unsigned char buf[TG_PT_GROUP_NAME_BUF]; ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_access_type': /kisskb/src/drivers/target/target_core_alua.c:2000:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_nonop_delay_msecs': /kisskb/src/drivers/target/target_core_alua.c:2038:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_trans_delay_msecs': /kisskb/src/drivers/target/target_core_alua.c:2069:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_implicit_trans_secs': /kisskb/src/drivers/target/target_core_alua.c:2100:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_preferred_bit': /kisskb/src/drivers/target/target_core_alua.c:2131:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_offline_bit': /kisskb/src/drivers/target/target_core_alua.c:2164:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_secondary_status': /kisskb/src/drivers/target/target_core_alua.c:2201:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_secondary_write_metadata': /kisskb/src/drivers/target/target_core_alua.c:2233:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_hp_sw.c: In function 'hp_sw_tur': /kisskb/src/drivers/scsi/device_handler/scsi_dh_hp_sw.c:84:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_hp_sw.c: In function 'hp_sw_start_stop': /kisskb/src/drivers/scsi/device_handler/scsi_dh_hp_sw.c:120:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_hp_sw.c:119:16: note: byref variable will be forcibly initialized unsigned char cmd[6] = { START_STOP, 0, 0, 0, 1, 0 }; ^~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c: In function 'send_trespass_cmd': /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c:241:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c:239:16: note: byref variable will be forcibly initialized unsigned char cdb[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c: In function 'clariion_set_params': /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c:426:31: note: byref variable will be forcibly initialized unsigned int hr = 0, st = 0, argc; ^~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c:426:23: note: byref variable will be forcibly initialized unsigned int hr = 0, st = 0, argc; ^~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c:426:15: note: byref variable will be forcibly initialized unsigned int hr = 0, st = 0, argc; ^~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/slimbus/messaging.c:6: /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_do_transfer': /kisskb/src/drivers/slimbus/messaging.c:112:29: note: byref variable will be forcibly initialized 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/drivers/slimbus/messaging.c: In function 'slim_read': /kisskb/src/drivers/slimbus/messaging.c:298:22: note: byref variable will be forcibly initialized struct slim_val_inf msg; ^~~ /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_readb': /kisskb/src/drivers/slimbus/messaging.c:317:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_write': /kisskb/src/drivers/slimbus/messaging.c:341:22: note: byref variable will be forcibly initialized struct slim_val_inf msg; ^~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_tur': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:492:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sense_hdr; ^~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'submit_rtpg': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:129:5: note: byref variable will be forcibly initialized u8 cdb[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'submit_stpg': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:158:16: note: byref variable will be forcibly initialized unsigned char stpg_data[8]; ^~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:157:5: note: byref variable will be forcibly initialized u8 cdb[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_stpg': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:767:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sense_hdr; ^~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_rtpg': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:516:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sense_hdr; ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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/drivers/scsi/device_handler/scsi_dh_alua.c:8: /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_check_vpd': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:367:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(h->pg, pg); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:323:6: note: byref variable will be forcibly initialized int rel_port = -1, group_id; ^~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:8: /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_rtpg_work': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:864:12: note: byref variable will be forcibly initialized LIST_HEAD(qdata_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_set_params': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:1051:29: note: byref variable will be forcibly initialized unsigned int optimize = 0, argc; ^~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:1051:15: note: byref variable will be forcibly initialized unsigned int optimize = 0, argc; ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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/drivers/scsi/device_handler/scsi_dh_alua.c:8: /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_bus_detach': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:1232:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(h->pg, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_bus_attach': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:1204:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(h->pg, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-sata.c: In function 'ata_ncq_prio_enable_store': /kisskb/src/drivers/ata/libata-sata.c:889:11: note: byref variable will be forcibly initialized long int input; ^~~~~ /kisskb/src/drivers/ata/libata-sata.c: In function 'sata_set_spd_needed': /kisskb/src/drivers/ata/libata-sata.c:466:6: note: byref variable will be forcibly initialized u32 scontrol; ^~~~~~~~ /kisskb/src/drivers/ata/libata-sata.c: In function 'sata_link_debounce': /kisskb/src/drivers/ata/libata-sata.c:239:12: note: byref variable will be forcibly initialized u32 last, cur; ^~~ /kisskb/src/drivers/ata/libata-sata.c: In function 'sata_link_resume': /kisskb/src/drivers/ata/libata-sata.c:300:16: note: byref variable will be forcibly initialized u32 scontrol, serror; ^~~~~~ /kisskb/src/drivers/ata/libata-sata.c:300:6: note: byref variable will be forcibly initialized u32 scontrol, serror; ^~~~~~~~ /kisskb/src/drivers/ata/libata-sata.c: In function 'sata_link_scr_lpm': /kisskb/src/drivers/ata/libata-sata.c:372:6: note: byref variable will be forcibly initialized u32 scontrol; ^~~~~~~~ /kisskb/src/drivers/ata/libata-sata.c: In function 'sata_set_spd': /kisskb/src/drivers/ata/libata-sata.c:489:6: note: byref variable will be forcibly initialized u32 scontrol; ^~~~~~~~ /kisskb/src/drivers/ata/libata-sata.c: In function 'sata_link_hardreset': /kisskb/src/drivers/ata/libata-sata.c:533:6: note: byref variable will be forcibly initialized u32 scontrol; ^~~~~~~~ /kisskb/src/drivers/ata/libata-sata.c: In function 'sata_async_notification': /kisskb/src/drivers/ata/libata-sata.c:1316:6: note: byref variable will be forcibly initialized u32 sntf; ^~~~ /kisskb/src/drivers/ata/libata-sata.c: In function 'ata_eh_analyze_ncq_error': /kisskb/src/drivers/ata/libata-sata.c:1450:6: note: byref variable will be forcibly initialized int tag, rc; ^~~ /kisskb/src/drivers/ata/libata-sata.c:1449:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ /kisskb/src/drivers/uio/uio.c: In function 'portio_porttype_show': /kisskb/src/drivers/uio/uio.c:151:14: note: byref variable will be forcibly initialized const char *porttypes[] = {"none", "x86", "gpio", "other"}; ^~~~~~~~~ /kisskb/src/drivers/uio/uio.c: In function 'uio_write': /kisskb/src/drivers/uio/uio.c:624:6: note: byref variable will be forcibly initialized s32 irq_on; ^~~~~~ /kisskb/src/drivers/uio/uio.c: In function 'uio_major_init': /kisskb/src/drivers/uio/uio.c:832:8: note: byref variable will be forcibly initialized dev_t uio_dev = 0; ^~~~~~~ /kisskb/src/drivers/uio/uio.c: In function 'uio_read': /kisskb/src/drivers/uio/uio.c:570:6: note: byref variable will be forcibly initialized s32 event_count; ^~~~~~~~~~~ In file included from /kisskb/src/drivers/hsi/hsi_boardinfo.c:11: /kisskb/src/drivers/hsi/hsi_boardinfo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/random.h:10, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_tpg.c:13: /kisskb/src/drivers/target/target_core_tpg.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_tpg.c: In function 'core_tpg_add_lun': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_tpg.c:593:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(lun->lun_se_dev, dev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_tpg.c: In function 'core_tpg_remove_lun': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_tpg.c:642:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(lun->lun_se_dev, NULL); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_tpg.c:13: /kisskb/src/drivers/target/target_core_tpg.c: In function 'core_tpg_deregister': /kisskb/src/drivers/target/target_core_tpg.c:507:12: note: byref variable will be forcibly initialized LIST_HEAD(node_list); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26: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, 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:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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/drivers/target/target_core_ua.c:13: /kisskb/src/drivers/target/target_core_ua.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:320:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/wm831x-core.c: In function 'wm831x_reg_read': /kisskb/src/drivers/mfd/wm831x-core.c:521:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/drivers/nvme/target/configfs.c:9: /kisskb/src/drivers/nvme/target/configfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_addr_portid_store': /kisskb/src/drivers/nvme/target/configfs.c:106:6: note: byref variable will be forcibly initialized u16 portid = 0; ^~~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_ana_groups_make_group': /kisskb/src/drivers/nvme/target/configfs.c:1549:6: note: byref variable will be forcibly initialized u32 grpid; ^~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_passthru_io_timeout_store': /kisskb/src/drivers/nvme/target/configfs.c:766:15: note: byref variable will be forcibly initialized unsigned int timeout; ^~~~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_passthru_admin_timeout_store': /kisskb/src/drivers/nvme/target/configfs.c:747:15: note: byref variable will be forcibly initialized unsigned int timeout; ^~~~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_referral_enable_store': /kisskb/src/drivers/nvme/target/configfs.c:1381:7: note: byref variable will be forcibly initialized bool enable; ^~~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_subsys_attr_pi_enable_store': /kisskb/src/drivers/nvme/target/configfs.c:1285:7: note: byref variable will be forcibly initialized bool pi_enable; ^~~~~~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_param_pi_enable_store': /kisskb/src/drivers/nvme/target/configfs.c:264:7: note: byref variable will be forcibly initialized bool val; ^~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_subsys_attr_cntlid_max_store': /kisskb/src/drivers/nvme/target/configfs.c:1159:6: note: byref variable will be forcibly initialized u16 cntlid_max; ^~~~~~~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_subsys_attr_cntlid_min_store': /kisskb/src/drivers/nvme/target/configfs.c:1129:6: note: byref variable will be forcibly initialized u16 cntlid_min; ^~~~~~~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_subsys_attr_version_store_locked': /kisskb/src/drivers/nvme/target/configfs.c:1014:20: note: byref variable will be forcibly initialized int major, minor, tertiary = 0; ^~~~~~~~ /kisskb/src/drivers/nvme/target/configfs.c:1014:13: note: byref variable will be forcibly initialized int major, minor, tertiary = 0; ^~~~~ /kisskb/src/drivers/nvme/target/configfs.c:1014:6: note: byref variable will be forcibly initialized int major, minor, tertiary = 0; ^~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_ns_buffered_io_store': /kisskb/src/drivers/nvme/target/configfs.c:552:7: note: byref variable will be forcibly initialized bool val; ^~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_subsys_attr_allow_any_host_store': /kisskb/src/drivers/nvme/target/configfs.c:969:7: note: byref variable will be forcibly initialized bool allow_any_host; ^~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_ports_make': /kisskb/src/drivers/nvme/target/configfs.c:1630:6: note: byref variable will be forcibly initialized u16 portid; ^~~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_ns_make': /kisskb/src/drivers/nvme/target/configfs.c:633:6: note: byref variable will be forcibly initialized u32 nsid; ^~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_ns_revalidate_size_store': /kisskb/src/drivers/nvme/target/configfs.c:575:7: note: byref variable will be forcibly initialized bool val; ^~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_ns_enable_store': /kisskb/src/drivers/nvme/target/configfs.c:527:7: note: byref variable will be forcibly initialized bool enable; ^~~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_ns_ana_grpid_store': /kisskb/src/drivers/nvme/target/configfs.c:494:16: note: byref variable will be forcibly initialized u32 oldgrpid, newgrpid; ^~~~~~~~ /kisskb/src/drivers/nvme/target/configfs.c: In function 'nvmet_passthru_enable_store': /kisskb/src/drivers/nvme/target/configfs.c:722:7: note: byref variable will be forcibly initialized bool enable; ^~~~~~ /kisskb/src/drivers/target/target_core_sbc.c: In function 'sbc_emulate_readcapacity_16': /kisskb/src/drivers/target/target_core_sbc.c:82:16: note: byref variable will be forcibly initialized unsigned char buf[32]; ^~~ /kisskb/src/drivers/target/target_core_sbc.c: In function 'sbc_emulate_readcapacity': /kisskb/src/drivers/target/target_core_sbc.c:38:16: note: byref variable will be forcibly initialized unsigned char buf[8]; ^~~ /kisskb/src/drivers/target/target_core_sbc.c: In function 'compare_and_write_callback': /kisskb/src/drivers/target/target_core_sbc.c:509:15: note: byref variable will be forcibly initialized unsigned int miscmp_off = 0; ^~~~~~~~~~ /kisskb/src/drivers/target/target_core_sbc.c:505:25: note: byref variable will be forcibly initialized struct sg_mapping_iter m; ^ /kisskb/src/drivers/target/target_core_sbc.c: In function 'sbc_parse_cdb': /kisskb/src/drivers/target/target_core_sbc.c:825:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /kisskb/src/drivers/mfd/wm8400-core.c: In function 'wm8400_init': /kisskb/src/drivers/mfd/wm8400-core.c:54:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/mfd/wm831x-irq.c:12: /kisskb/src/drivers/mfd/wm831x-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/target/target_core_spc.c: In function 'spc_emulate_report_luns': /kisskb/src/drivers/target/target_core_spc.c:1244:9: note: byref variable will be forcibly initialized __be32 len; ^~~ /kisskb/src/drivers/target/target_core_spc.c:1241:18: note: byref variable will be forcibly initialized struct scsi_lun slun; ^~~~ /kisskb/src/drivers/target/target_core_spc.c: In function 'spc_emulate_modeselect': /kisskb/src/drivers/target/target_core_spc.c:1150:16: note: byref variable will be forcibly initialized unsigned char tbuf[SE_MODE_PAGE_BUF]; ^~~~ /kisskb/src/drivers/target/target_core_spc.c: In function 'spc_emulate_request_sense': /kisskb/src/drivers/target/target_core_spc.c:1208:16: note: byref variable will be forcibly initialized unsigned char buf[SE_SENSE_BUF]; ^~~ /kisskb/src/drivers/target/target_core_spc.c:1207:17: note: byref variable will be forcibly initialized u8 ua_asc = 0, ua_ascq = 0; ^~~~~~~ /kisskb/src/drivers/target/target_core_spc.c:1207:5: note: byref variable will be forcibly initialized u8 ua_asc = 0, ua_ascq = 0; ^~~~~~ /kisskb/src/drivers/target/target_core_spc.c: In function 'spc_emulate_modesense': /kisskb/src/drivers/target/target_core_spc.c:1021:16: note: byref variable will be forcibly initialized unsigned char buf[SE_MODE_PAGE_BUF], *rbuf; ^~~ /kisskb/src/drivers/vfio/mdev/mdev_core.c: In function 'mdev_register_device': /kisskb/src/drivers/vfio/mdev/mdev_core.c:129:8: note: byref variable will be forcibly initialized char *envp[] = { env_string, NULL }; ^~~~ /kisskb/src/drivers/vfio/mdev/mdev_core.c: In function 'mdev_unregister_device': /kisskb/src/drivers/vfio/mdev/mdev_core.c:209:8: note: byref variable will be forcibly initialized char *envp[] = { env_string, NULL }; ^~~~ /kisskb/src/drivers/mfd/wm831x-otp.c: In function 'unique_id_show': /kisskb/src/drivers/mfd/wm831x-otp.c:46:7: note: byref variable will be forcibly initialized char id[WM831X_UNIQUE_ID_LEN]; ^~ /kisskb/src/drivers/mfd/wm831x-otp.c: In function 'wm831x_otp_init': /kisskb/src/drivers/mfd/wm831x-otp.c:59:7: note: byref variable will be forcibly initialized char uuid[WM831X_UNIQUE_ID_LEN]; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/drivers/target/target_core_rd.c:16: /kisskb/src/drivers/target/target_core_rd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/target/target_core_rd.c: In function 'rd_execute_rw': /kisskb/src/drivers/target/target_core_rd.c:424:25: note: byref variable will be forcibly initialized struct sg_mapping_iter m; ^ /kisskb/src/drivers/target/target_core_rd.c: In function 'rd_set_configfs_dev_params': /kisskb/src/drivers/target/target_core_rd.c:549:6: note: byref variable will be forcibly initialized int arg, token; ^~~ /kisskb/src/drivers/target/target_core_rd.c:548:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/drivers/target/target_core_rd.c:547:21: note: byref variable will be forcibly initialized char *orig, *ptr, *opts; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_prepare_req_desc_hdr': /kisskb/src/drivers/scsi/ufs/ufshcd.c:2463:6: note: byref variable will be forcibly initialized u32 dword_3 = 0; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:2462:6: note: byref variable will be forcibly initialized u32 dword_1 = 0; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:2461:6: note: byref variable will be forcibly initialized u32 dword_0; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_compose_devman_upiu': /kisskb/src/drivers/scsi/ufs/ufshcd.c:2596:5: note: byref variable will be forcibly initialized u8 upiu_flags; ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/ufs.h:396, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:32: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_clk_gating': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_clk_scaling': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_auto_bkops_state': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_profiling_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/auxdisplay/charlcd.c: In function 'parse_xy': /kisskb/src/drivers/auxdisplay/charlcd.c:159:8: note: byref variable will be forcibly initialized char *p; ^ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_command': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_uic_command': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_upiu': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'perf_trace_ufshcd_exception_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/ufs.h:396, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:32: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_clk_gating': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_gating, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_clk_scaling': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_clk_scaling, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_auto_bkops_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_auto_bkops_state, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_profiling_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_profiling_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(ufshcd_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_command': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_command, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_uic_command': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_uic_command, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_upiu': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_upiu, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_exception_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(ufshcd_exception_event, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_comp_scsi_upiu': /kisskb/src/drivers/scsi/ufs/ufshcd.c:2623:5: note: byref variable will be forcibly initialized u8 upiu_flags; ^~~~~~~~~~ /kisskb/src/drivers/ata/libata-sff.c: In function 'ata_sff_data_xfer': /kisskb/src/drivers/ata/libata-sff.c:553:17: note: byref variable will be forcibly initialized unsigned char pad[2] = { }; ^~~ /kisskb/src/drivers/ata/libata-pmp.c: In function 'sata_pmp_read': /kisskb/src/drivers/ata/libata-pmp.c:42:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ /kisskb/src/drivers/ata/libata-pmp.c: In function 'sata_pmp_write': /kisskb/src/drivers/ata/libata-pmp.c:79:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ /kisskb/src/drivers/ata/libata-pmp.c: In function 'sata_pmp_configure': /kisskb/src/drivers/ata/libata-pmp.c:296:7: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/ata/libata-pmp.c: In function 'sata_pmp_revalidate_quick': /kisskb/src/drivers/ata/libata-pmp.c:713:6: note: byref variable will be forcibly initialized u32 prod_id; ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/libata.h:15, from /kisskb/src/drivers/ata/libata-pmp.c:11: /kisskb/src/drivers/ata/libata-pmp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/ata/libata-sff.c: In function 'ata_sff_data_xfer32': /kisskb/src/drivers/ata/libata-sff.c:613:17: note: byref variable will be forcibly initialized unsigned char pad[4] = { }; ^~~ /kisskb/src/drivers/ata/libata-pmp.c: In function 'sata_pmp_eh_recover': /kisskb/src/drivers/ata/libata-pmp.c:934:18: note: byref variable will be forcibly initialized u32 gscr_error, sntf; ^~~~ /kisskb/src/drivers/ata/libata-pmp.c:934:6: note: byref variable will be forcibly initialized u32 gscr_error, sntf; ^~~~~~~~~~ /kisskb/src/drivers/ata/libata-pmp.c:931:19: note: byref variable will be forcibly initialized struct ata_link *link; ^~~~ /kisskb/src/drivers/ata/libata-pmp.c:926:17: note: byref variable will be forcibly initialized int pmp_tries, link_tries[SATA_PMP_MAX_PORTS]; ^~~~~~~~~~ /kisskb/src/drivers/ata/libata-sff.c: In function 'ata_sff_dev_classify': /kisskb/src/drivers/ata/libata-sff.c:1831:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ /kisskb/src/drivers/ata/libata-sff.c: In function 'sata_sff_hardreset': /kisskb/src/drivers/ata/libata-sff.c:2050:7: note: byref variable will be forcibly initialized bool online; ^~~~~~ /kisskb/src/drivers/ata/libata-sff.c: In function 'ata_sff_softreset': /kisskb/src/drivers/ata/libata-sff.c:1996:5: note: byref variable will be forcibly initialized u8 err; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_tmc_handler': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6452:32: note: byref variable will be forcibly initialized unsigned long flags, pending, issued; ^~~~~~ /kisskb/src/drivers/target/target_core_xcopy.c: In function 'target_xcopy_locate_se_dev_e4_iter': /kisskb/src/drivers/target/target_core_xcopy.c:46:16: note: byref variable will be forcibly initialized unsigned char tmp_dev_wwn[XCOPY_NAA_IEEE_REGEX_LEN]; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/drivers/target/target_core_xcopy.c:15: /kisskb/src/drivers/target/target_core_xcopy.c: In function 'percpu_ref_tryget_live_rcu': /kisskb/src/include/linux/percpu-refcount.h:277:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_xcopy.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_xcopy.c: In function 'target_parse_xcopy_cmd': /kisskb/src/drivers/target/target_core_xcopy.c:793:17: note: byref variable will be forcibly initialized sense_reason_t ret = TCM_INVALID_PARAMETER_LIST; ^~~ /kisskb/src/drivers/target/target_core_xcopy.c: In function 'target_xcopy_read_source': /kisskb/src/drivers/target/target_core_xcopy.c:591:16: note: byref variable will be forcibly initialized unsigned char cdb[16]; ^~~ /kisskb/src/drivers/target/target_core_xcopy.c:587:22: note: byref variable will be forcibly initialized struct xcopy_pt_cmd xpt_cmd; ^~~~~~~ /kisskb/src/drivers/target/target_core_xcopy.c: In function 'target_xcopy_write_destination': /kisskb/src/drivers/target/target_core_xcopy.c:636:16: note: byref variable will be forcibly initialized unsigned char cdb[16]; ^~~ /kisskb/src/drivers/target/target_core_xcopy.c:632:22: note: byref variable will be forcibly initialized struct xcopy_pt_cmd xpt_cmd; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_clkgate_enable_store': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1887:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/mfd/wm8350-core.c: In function 'wm8350_reg_read': /kisskb/src/drivers/mfd/wm8350-core.c:77:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/mfd/wm8350-core.c: In function 'wm8350_device_init': /kisskb/src/drivers/mfd/wm8350-core.c:280:25: note: byref variable will be forcibly initialized unsigned int id1, id2, mask_rev; ^~~~~~~~ /kisskb/src/drivers/mfd/wm8350-core.c:280:20: note: byref variable will be forcibly initialized unsigned int id1, id2, mask_rev; ^~~ /kisskb/src/drivers/mfd/wm8350-core.c:280:15: note: byref variable will be forcibly initialized unsigned int id1, id2, mask_rev; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_any_tag_in_use': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1368:6: note: byref variable will be forcibly initialized int busy = 0; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_clkgate_delay_store': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1863:23: note: byref variable will be forcibly initialized unsigned long flags, value; ^~~~~ In file included from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_init_clk_gating': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1938:7: note: byref variable will be forcibly initialized char wq_name[sizeof("ufs_clk_gating_00")]; ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/target.h:220, from /kisskb/src/drivers/target/target_core_transport.c:41: /kisskb/src/drivers/target/target_core_transport.c: In function 'perf_trace_target_sequencer_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_sequencer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_sequencer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_sequencer_start, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_init_clk_scaling': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1587:7: note: byref variable will be forcibly initialized char wq_name[sizeof("ufs_clkscaling_00")]; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_set_dev_pwr_mode': /kisskb/src/drivers/scsi/ufs/ufshcd.c:8591:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'perf_trace_target_cmd_complete': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_cmd_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_cmd_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_cmd_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/target.h:220, from /kisskb/src/drivers/target/target_core_transport.c:41: /kisskb/src/drivers/target/target_core_transport.c: In function 'trace_event_raw_event_target_sequencer_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_sequencer_start, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_sequencer_start, ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'trace_event_raw_event_target_cmd_complete': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_cmd_complete, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(target_cmd_complete, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_exec_dev_cmd': /kisskb/src/drivers/scsi/ufs/ufshcd.c:2940:29: note: byref variable will be forcibly initialized 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/drivers/target/target_core_stat.c: In function 'target_stat_iport_port_ident_show': /kisskb/src/drivers/target/target_core_stat.c:1310:16: note: byref variable will be forcibly initialized unsigned char buf[64]; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_issue_devman_upiu_cmd': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6720:5: note: byref variable will be forcibly initialized u8 upiu_flags; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/drivers/scsi/ufs/ufshcd.c:6715:29: note: byref variable will be forcibly initialized 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) ^~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/net.h:24, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/sockptr.h:11, from /kisskb/src/include/linux/net.h:25, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__ufshcd_query_descriptor': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3206:24: note: byref variable will be forcibly initialized struct ufs_query_res *response = NULL; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:3205:24: note: byref variable will be forcibly initialized struct ufs_query_req *request = NULL; ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__ufshcd_issue_tm_cmd': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6579: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/drivers/target/target_core_transport.c: In function 'target_cmd_interrupted': /kisskb/src/drivers/target/target_core_transport.c:854:6: note: byref variable will be forcibly initialized int post_ret; ^~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'translate_sense_reason': /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_try_to_abort_task': /kisskb/src/drivers/target/target_core_transport.c:3438:15: note: byref variable will be forcibly initialized u8 key, asc, ascq; ^~~~ /kisskb/src/drivers/target/target_core_transport.c:3438:10: note: byref variable will be forcibly initialized u8 key, asc, ascq; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:6959:5: note: byref variable will be forcibly initialized u8 resp = 0xF; ^~~~ /kisskb/src/drivers/target/target_core_transport.c:3438:5: note: byref variable will be forcibly initialized u8 key, asc, ascq; ^~~ In file included from /kisskb/src/include/linux/sockptr.h:11, from /kisskb/src/include/linux/net.h:25, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/net.h:24, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'percpu_ref_tryget_live_rcu': /kisskb/src/include/linux/percpu-refcount.h:277:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'target_ts_to_str': /kisskb/src/drivers/target/target_core_transport.c:3068:8: note: byref variable will be forcibly initialized char *str = NULL; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_query_flag': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3047:24: note: byref variable will be forcibly initialized struct ufs_query_res *response = NULL; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:3046:24: note: byref variable will be forcibly initialized struct ufs_query_req *request = NULL; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_complete_dev_init': /kisskb/src/drivers/scsi/ufs/ufshcd.c:4399:7: note: byref variable will be forcibly initialized bool flag_res = true; ^~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function '__transport_register_session': /kisskb/src/drivers/target/target_core_transport.c:369:16: note: byref variable will be forcibly initialized unsigned char buf[PR_REG_ISID_LEN]; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_query_attr': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3116:24: note: byref variable will be forcibly initialized struct ufs_query_res *response = NULL; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:3115:24: note: byref variable will be forcibly initialized struct ufs_query_req *request = NULL; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_get_ref_clk_gating_wait': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3546:6: note: byref variable will be forcibly initialized u32 gating_wait = UFSHCD_REF_CLK_GATING_WAIT_US; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_set_dev_ref_clk': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7900:6: note: byref variable will be forcibly initialized u32 freq = hba->dev_ref_clk_freq; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7899:6: note: byref variable will be forcibly initialized u32 ref_clk; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_temp_exception_event_handler': /kisskb/src/drivers/scsi/ufs/ufshcd.c:5634:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_wb_presrv_usrspc_keep_vcc_on': /kisskb/src/drivers/scsi/ufs/ufshcd.c:5723:6: note: byref variable will be forcibly initialized u32 cur_buf; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_wb_need_flush': /kisskb/src/drivers/scsi/ufs/ufshcd.c:5752:6: note: byref variable will be forcibly initialized u32 avail_buf; ^~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_read_desc_param': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3347:6: note: byref variable will be forcibly initialized int buff_len; ^~~~~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'target_qf_do_work': /kisskb/src/drivers/target/target_core_transport.c:973:12: note: byref variable will be forcibly initialized LIST_HEAD(qf_cmd_list); ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_wb_probe': /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_dump_vpd_proto_id': /kisskb/src/drivers/target/target_core_transport.c:1039:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE]; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7455:6: note: byref variable will be forcibly initialized u32 d_lu_wb_buf_alloc; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_dump_vpd_assoc': /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_set_queue_depth': /kisskb/src/drivers/target/target_core_transport.c:1108:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE]; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:4799:5: note: byref variable will be forcibly initialized u8 lun_qdepth; ^~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_get_lu_power_on_wp_status': /kisskb/src/drivers/scsi/ufs/ufshcd.c:4872:6: note: byref variable will be forcibly initialized u8 b_lu_write_protect; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_dump_vpd_ident_type': /kisskb/src/drivers/target/target_core_transport.c:1156:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE]; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_set_active_icc_lvl': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7345:6: note: byref variable will be forcibly initialized u32 icc_level; ^~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_dump_vpd_ident': /kisskb/src/drivers/target/target_core_transport.c:1217:16: note: byref variable will be forcibly initialized unsigned char buf[VPD_TMP_BUF_SIZE]; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_eh_device_reset_handler': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6895:5: note: byref variable will be forcibly initialized u8 resp = 0xF, lun; ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/net.h:23, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'target_put_cmd_and_wait': /kisskb/src/drivers/target/target_core_transport.c:2889:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(compl); ^~~~~ /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/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_bkops_exception_event_handler': /kisskb/src/drivers/target/target_core_transport.c: In function 'target_wait_free_cmd': /kisskb/src/drivers/scsi/ufs/ufshcd.c:5598:6: note: byref variable will be forcibly initialized u32 curr_status = 0; ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c:2876:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_generic_free_cmd': /kisskb/src/drivers/target/target_core_transport.c:2924:24: note: byref variable will be forcibly initialized bool aborted = false, tas = false; ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_exception_event_handler': /kisskb/src/drivers/target/target_core_transport.c:2924:7: note: byref variable will be forcibly initialized bool aborted = false, tas = false; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:5813:6: note: byref variable will be forcibly initialized u32 status = 0; ^~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/net.h:23, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c:2922:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(compl); ^~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ In file included from /kisskb/src/include/linux/net.h:19, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'target_wait_for_sess_cmds': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c:3158:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(se_sess->cmd_count_wq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_bkops_ctrl': /kisskb/src/drivers/scsi/ufs/ufshcd.c:5552:6: note: byref variable will be forcibly initialized u32 curr_status = 0; ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_wait_for_tasks': /kisskb/src/drivers/target/target_core_transport.c:3235:29: note: byref variable will be forcibly initialized bool ret, aborted = false, tas = false; ^~~ /kisskb/src/drivers/target/target_core_transport.c:3235:12: note: byref variable will be forcibly initialized bool ret, aborted = false, tas = false; ^~~~~~~ /kisskb/src/drivers/target/target_core_transport.c:3234:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'target_complete_ok_work': In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_uic_pwr_ctrl': /kisskb/src/drivers/target/target_core_transport.c:2524:7: note: byref variable will be forcibly initialized int post_ret = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:3968:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(uic_async_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/drivers/target/target_core_transport.c: In function 'transport_generic_request_failure': /kisskb/src/drivers/target/target_core_transport.c:1999:15: note: byref variable will be forcibly initialized int ret = 0, post_ret; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_dme_get_attr': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3897:27: note: byref variable will be forcibly initialized struct ufs_pa_layer_attr temp_pwr_info; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:3896:27: note: byref variable will be forcibly initialized struct ufs_pa_layer_attr orig_pwr_info; ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_is_pwr_mode_restore_needed': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6054:6: note: byref variable will be forcibly initialized u32 mode; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_disable_tx_lcc': /kisskb/src/drivers/scsi/ufs/ufshcd.c:4612:6: note: byref variable will be forcibly initialized int tx_lanes = 0, i, err = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_tune_pa_tactivate': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7670:6: note: byref variable will be forcibly initialized u32 peer_rx_min_activatetime = 0, tuned_pa_tactivate; ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_tune_pa_hibern8time': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7705:37: note: byref variable will be forcibly initialized u32 local_tx_hibern8_time_cap = 0, peer_rx_hibern8_time_cap = 0; ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7705:6: note: byref variable will be forcibly initialized u32 local_tx_hibern8_time_cap = 0, peer_rx_hibern8_time_cap = 0; ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_quirk_tune_host_pa_tactivate': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7750:5: note: byref variable will be forcibly initialized u8 gran_to_us_table[] = {1, 4, 8, 16, 32, 100}; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7748:20: note: byref variable will be forcibly initialized u32 pa_tactivate, peer_pa_tactivate; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7748:6: note: byref variable will be forcibly initialized u32 pa_tactivate, peer_pa_tactivate; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7747:19: note: byref variable will be forcibly initialized u32 granularity, peer_granularity; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7747:6: note: byref variable will be forcibly initialized u32 granularity, peer_granularity; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_scale_gear': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1143:27: note: byref variable will be forcibly initialized struct ufs_pa_layer_attr new_pwr_info; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_clkscale_enable_store': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1530:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufs_get_device_desc': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7606:8: note: byref variable will be forcibly initialized bool hpb_en = false; ^~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_device_params_init': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7932:7: note: byref variable will be forcibly initialized bool flag; ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_init': /kisskb/src/drivers/scsi/ufs/ufshcd.c:9487:7: note: byref variable will be forcibly initialized char eh_wq_name[sizeof("ufs_eh_wq_00")]; ^~~~~~~~~~ In file included from /kisskb/src/drivers/slimbus/stream.c:6: /kisskb/src/drivers/slimbus/stream.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_connect_port_channel': /kisskb/src/drivers/slimbus/stream.c:128:22: note: byref variable will be forcibly initialized struct slim_val_inf msg = {0, 2, NULL, wbuf, NULL}; ^~~ /kisskb/src/drivers/slimbus/stream.c:127:5: note: byref variable will be forcibly initialized u8 wbuf[2]; ^~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_define_channel': /kisskb/src/drivers/slimbus/stream.c:303:22: note: byref variable will be forcibly initialized struct slim_val_inf msg = {0, 4, NULL, wbuf, NULL}; ^~~ /kisskb/src/drivers/slimbus/stream.c:302:5: note: byref variable will be forcibly initialized u8 wbuf[4]; ^~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_define_channel_content': /kisskb/src/drivers/slimbus/stream.c:268:22: note: byref variable will be forcibly initialized struct slim_val_inf msg = {0, 4, NULL, wbuf, NULL}; ^~~ /kisskb/src/drivers/slimbus/stream.c:267:5: note: byref variable will be forcibly initialized u8 wbuf[4]; ^~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_activate_channel': /kisskb/src/drivers/slimbus/stream.c:327:22: note: byref variable will be forcibly initialized struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; ^~~ /kisskb/src/drivers/slimbus/stream.c:326:5: note: byref variable will be forcibly initialized u8 wbuf[1]; ^~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_deactivate_remove_channel': /kisskb/src/drivers/slimbus/stream.c:164:22: note: byref variable will be forcibly initialized struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; ^~~ /kisskb/src/drivers/slimbus/stream.c:163:5: note: byref variable will be forcibly initialized u8 wbuf[1]; ^~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_disconnect_port': /kisskb/src/drivers/slimbus/stream.c:148:22: note: byref variable will be forcibly initialized struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; ^~~ /kisskb/src/drivers/slimbus/stream.c:147:5: note: byref variable will be forcibly initialized u8 wbuf[1]; ^~~~ In file included from /kisskb/src/include/linux/blkdev.h:13, from /kisskb/src/drivers/target/target_core_pscsi.c:16: /kisskb/src/drivers/target/target_core_pscsi.c: In function 'bio_segments': /kisskb/src/include/linux/bio.h:177:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/drivers/target/target_core_pscsi.c: In function 'pscsi_show_configfs_dev_params': /kisskb/src/drivers/target/target_core_pscsi.c:798:16: note: byref variable will be forcibly initialized unsigned char host_id[16]; ^~~~~~~ /kisskb/src/drivers/target/target_core_pscsi.c: In function 'pscsi_set_configfs_dev_params': /kisskb/src/drivers/target/target_core_pscsi.c:723:15: note: byref variable will be forcibly initialized int ret = 0, arg, token; ^~~ /kisskb/src/drivers/target/target_core_pscsi.c:722:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/drivers/target/target_core_pscsi.c:721:21: note: byref variable will be forcibly initialized char *orig, *ptr, *opts; ^~~~ /kisskb/src/drivers/target/target_core_pscsi.c: In function 'pscsi_get_inquiry_vpd_serial': /kisskb/src/drivers/target/target_core_pscsi.c:186:16: note: byref variable will be forcibly initialized unsigned char cdb[MAX_COMMAND_SIZE], *buf; ^~~ /kisskb/src/drivers/target/target_core_pscsi.c: In function 'pscsi_tape_read_blocksize': /kisskb/src/drivers/target/target_core_pscsi.c:137:16: note: byref variable will be forcibly initialized unsigned char cdb[MAX_COMMAND_SIZE], *buf; ^~~ /kisskb/src/drivers/target/target_core_pscsi.c: In function 'pscsi_get_inquiry_vpd_device_ident': /kisskb/src/drivers/target/target_core_pscsi.c:220:16: note: byref variable will be forcibly initialized unsigned char cdb[MAX_COMMAND_SIZE], *buf, *page_83; ^~~ /kisskb/src/drivers/mfd/wm8350-irq.c: In function 'wm8350_irq': /kisskb/src/drivers/mfd/wm8350-irq.c:381:6: note: byref variable will be forcibly initialized int read_done[WM8350_NUM_IRQ_REGS]; ^~~~~~~~~ /kisskb/src/drivers/vfio/mdev/mdev_sysfs.c: In function 'create_store': /kisskb/src/drivers/vfio/mdev/mdev_sysfs.c:56:9: note: byref variable will be forcibly initialized guid_t uuid; ^~~~ /kisskb/src/drivers/vfio/mdev/mdev_sysfs.c: In function 'remove_store': /kisskb/src/drivers/vfio/mdev/mdev_sysfs.c:237:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_v1_hw.c: In function 'config_id_frame_v1_hw': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_v1_hw.c:462:28: note: byref variable will be forcibly initialized struct sas_identify_frame identify_frame; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_v1_hw.c: In function 'setup_itct_v1_hw': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_v1_hw.c:499:6: note: byref variable will be forcibly initialized u64 sas_addr; ^~~~~~~~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_led_store': /kisskb/src/drivers/ata/libahci.c:1150:15: note: byref variable will be forcibly initialized unsigned int state; ^~~~~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_port_stop': /kisskb/src/drivers/ata/libahci.c:2457:14: note: byref variable will be forcibly initialized const char *emsg = NULL; ^~~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_v1_hw.c: In function 'reset_hw_v1_hw': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_v1_hw.c:562:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_port_init': /kisskb/src/drivers/ata/libahci.c:1226:14: note: byref variable will be forcibly initialized const char *emsg = NULL; ^~~~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_port_suspend': /kisskb/src/drivers/ata/libahci.c:2340:14: note: byref variable will be forcibly initialized const char *emsg = NULL; ^~~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c: In function 'hisi_sas_fill_ata_reset_cmd': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:1350:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/scsi/hisi_sas/hisi_sas.h:10, from /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:7: /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_error_intr': /kisskb/src/drivers/ata/libahci.c:1724:6: note: byref variable will be forcibly initialized u32 serror; ^~~~~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c: In function 'hisi_sas_task_prep': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:420:34: note: byref variable will be forcibly initialized int n_elem = 0, n_elem_dif = 0, n_elem_req = 0; ^~~~~~~~~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:420:18: note: byref variable will be forcibly initialized int n_elem = 0, n_elem_dif = 0, n_elem_req = 0; ^~~~~~~~~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:420:6: note: byref variable will be forcibly initialized int n_elem = 0, n_elem_dif = 0, n_elem_req = 0; ^~~~~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c: In function 'hisi_sas_task_exec': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:572:22: note: byref variable will be forcibly initialized struct hisi_sas_dq *dq = NULL; ^~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:567:6: note: byref variable will be forcibly initialized u32 pass = 0; ^~~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c: In function 'config_id_frame_v2_hw': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c:893:28: note: byref variable will be forcibly initialized struct sas_identify_frame identify_frame; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c: In function 'hisi_sas_debug_issue_ssp_tmf': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:1405:22: note: byref variable will be forcibly initialized struct sas_ssp_task ssp_task; ^~~~~~~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c: In function 'hisi_sas_clear_aca': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:1791:27: note: byref variable will be forcibly initialized struct hisi_sas_tmf_task tmf_task; ^~~~~~~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c: In function 'hisi_sas_query_task': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:1991:27: note: byref variable will be forcibly initialized struct hisi_sas_tmf_task tmf_task; ^~~~~~~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:1990:18: note: byref variable will be forcibly initialized struct scsi_lun lun; ^~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c: In function 'reset_hw_v2_hw': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c:1019:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_port_start': /kisskb/src/drivers/ata/libahci.c:2365:13: note: byref variable will be forcibly initialized dma_addr_t mem_dma; ^~~~~~~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_dev_classify': /kisskb/src/drivers/ata/libahci.c:1294:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c: In function 'init_reg_v2_hw': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c:1166:6: note: byref variable will be forcibly initialized u32 signal[3]; ^~~~~~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_do_softreset': /kisskb/src/drivers/ata/libahci.c:1414:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c: In function 'hisi_sas_init_device': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:734:17: note: byref variable will be forcibly initialized unsigned int classes; ^~~~~~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:697:27: note: byref variable will be forcibly initialized struct hisi_sas_tmf_task tmf_task; ^~~~~~~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:696:18: note: byref variable will be forcibly initialized struct scsi_lun lun; ^~~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_do_hardreset': /kisskb/src/drivers/ata/libahci.c:1564:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_hardreset': /kisskb/src/drivers/ata/libahci.c:1592:7: note: byref variable will be forcibly initialized bool online; ^~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/scsi/hisi_sas/hisi_sas.h:10, from /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c:7: /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c: In function 'clear_itct_v2_hw': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c:978:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(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/drivers/scsi/hisi_sas/hisi_sas_main.c: In function 'hisi_sas_abort_task_set': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:1769:27: note: byref variable will be forcibly initialized struct hisi_sas_tmf_task tmf_task; ^~~~~~~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c: In function 'hisi_sas_lu_reset': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:1933:28: note: byref variable will be forcibly initialized struct hisi_sas_tmf_task tmf_task = { .tmf = TMF_LU_RESET }; ^~~~~~~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c: In function 'hisi_sas_abort_task': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:1660:27: note: byref variable will be forcibly initialized struct hisi_sas_tmf_task tmf_task; ^~~~~~~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:1659:18: note: byref variable will be forcibly initialized struct scsi_lun lun; ^~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c: In function 'hisi_sas_phy_set_linkrate': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:1114:27: note: byref variable will be forcibly initialized struct sas_phy_linkrates _r; ^~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c: In function 'setup_itct_v2_hw': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c:931:6: note: byref variable will be forcibly initialized u64 sas_addr; ^~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/scsi/hisi_sas/hisi_sas.h:10, from /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:7: /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c: In function 'hisi_sas_control_phy': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:1154:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(completion); ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ In file included from /kisskb/src/drivers/scsi/hisi_sas/hisi_sas.h:11, from /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:7: /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c: In function 'hisi_sas_clear_nexus_ha': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:1962:25: note: byref variable will be forcibly initialized ASYNC_DOMAIN_EXCLUSIVE(async); ^~~~~ /kisskb/src/include/linux/async.h:35:22: note: in definition of macro 'ASYNC_DOMAIN_EXCLUSIVE' struct async_domain _name = { .pending = LIST_HEAD_INIT(_name.pending), \ ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/scsi/hisi_sas/hisi_sas.h:10, from /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:7: /kisskb/src/drivers/scsi/hisi_sas/hisi_sas.h:146:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(c); \ ^ /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/drivers/scsi/hisi_sas/hisi_sas_main.c:1961:2: note: in expansion of macro 'HISI_SAS_DECLARE_RST_WORK_ON_STACK' HISI_SAS_DECLARE_RST_WORK_ON_STACK(r); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c: In function 'hisi_sas_alloc': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_main.c:2485:14: note: byref variable will be forcibly initialized dma_addr_t buf_dma; ^~~~~~~ /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c: In function 'alloc_dev_quirk_v2_hw': /kisskb/src/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c:844:6: note: byref variable will be forcibly initialized int sata_idx = -1; ^~~~~~~~ /kisskb/src/drivers/mfd/madera-core.c: In function 'madera_wait_for_boot_noack': /kisskb/src/drivers/mfd/madera-core.c:214:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ /kisskb/src/drivers/mfd/madera-core.c: In function 'madera_dev_init': /kisskb/src/drivers/mfd/madera-core.c:458:15: note: byref variable will be forcibly initialized unsigned int hwid; ^~~~ /kisskb/src/drivers/auxdisplay/img-ascii-lcd.c: In function 'sead3_wait_sm_idle': /kisskb/src/drivers/auxdisplay/img-ascii-lcd.c:125:15: note: byref variable will be forcibly initialized unsigned int status; ^~~~~~ /kisskb/src/drivers/auxdisplay/img-ascii-lcd.c: In function 'sead3_wait_lcd_idle': /kisskb/src/drivers/auxdisplay/img-ascii-lcd.c:142:15: note: byref variable will be forcibly initialized unsigned int cpld_data; ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/scsi.h:320, from /kisskb/src/drivers/scsi/scsi.c:74: /kisskb/src/drivers/scsi/scsi.c: In function 'perf_trace_scsi_dispatch_cmd_start': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_start, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_start, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'perf_trace_scsi_dispatch_cmd_error': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_error, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_error, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'perf_trace_scsi_cmd_done_timeout_template': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/scsi.h:243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/scsi.h:243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'perf_trace_scsi_eh_wakeup': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:300:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_eh_wakeup, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:300:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_eh_wakeup, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/scsi.h:320, from /kisskb/src/drivers/scsi/scsi.c:74: /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_dispatch_cmd_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_start, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_dispatch_cmd_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:198:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_dispatch_cmd_error, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_cmd_done_timeout_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/scsi.h:243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_eh_wakeup': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:300:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scsi_eh_wakeup, ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'scsi_vpd_inquiry': /kisskb/src/drivers/scsi/scsi.c:297:16: note: byref variable will be forcibly initialized unsigned char cmd[16]; ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/scsi.c:41: /kisskb/src/drivers/scsi/scsi.c: In function 'scsi_update_vpd_page': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/rcupdate.h:470:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c:421:12: note: in expansion of macro 'rcu_replace_pointer' vpd_buf = rcu_replace_pointer(*sdev_vpd_buf, vpd_buf, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'scsi_report_opcode': /kisskb/src/drivers/scsi/scsi.c:479:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/scsi.c:478:16: note: byref variable will be forcibly initialized unsigned char cmd[16]; ^~~ In file included from /kisskb/src/drivers/ata/libahci_platform.c:17: /kisskb/src/drivers/ata/libahci_platform.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/ata/libahci_platform.c:16: /kisskb/src/drivers/ata/libahci_platform.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/ata/libahci_platform.c: In function 'ahci_platform_get_resources': /kisskb/src/drivers/ata/libahci_platform.c:481:8: note: byref variable will be forcibly initialized u32 port; ^~~~ /kisskb/src/drivers/ata/libahci_platform.c: In function 'ahci_platform_init_host': /kisskb/src/drivers/ata/libahci_platform.c:577:30: note: byref variable will be forcibly initialized const struct ata_port_info *ppi[] = { &pi, NULL }; ^~~ /kisskb/src/drivers/ata/libahci_platform.c:576:23: note: byref variable will be forcibly initialized struct ata_port_info pi = *pi_template; ^~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/part_stat.h:5, from /kisskb/src/drivers/nvme/target/admin-cmd.c:9: /kisskb/src/drivers/nvme/target/admin-cmd.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/nvme/target/admin-cmd.c: In function 'nvmet_execute_identify_nslist': /kisskb/src/drivers/nvme/target/admin-cmd.c:578:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/drivers/nvme/target/admin-cmd.c: In function 'nvmet_format_ana_group': /kisskb/src/drivers/nvme/target/admin-cmd.c:253:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/drivers/nvme/target/admin-cmd.c: In function 'nvmet_execute_identify_desclist': /kisskb/src/drivers/nvme/target/admin-cmd.c:629:8: note: byref variable will be forcibly initialized off_t off = 0; ^~~ /kisskb/src/drivers/nvme/target/admin-cmd.c: In function 'nvmet_get_smart_log_all': /kisskb/src/drivers/nvme/target/admin-cmd.c:110:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/drivers/auxdisplay/lcd2s.c: In function 'lcd2s_gotoxy': /kisskb/src/drivers/auxdisplay/lcd2s.c:107:5: note: byref variable will be forcibly initialized u8 buf[] = { LCD2S_CMD_CUR_POS, y + 1, x + 1}; ^~~ /kisskb/src/drivers/auxdisplay/lcd2s.c: In function 'lcd2s_print': /kisskb/src/drivers/auxdisplay/lcd2s.c:98:5: note: byref variable will be forcibly initialized u8 buf[2] = { LCD2S_CMD_WRITE, c }; ^~~ In file included from /kisskb/src/drivers/uio/uio_pruss.c:18: /kisskb/src/drivers/uio/uio_pruss.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mfd/tps65010.c: In function 'dbg_show': /kisskb/src/drivers/mfd/tps65010.c:187:8: note: byref variable will be forcibly initialized char buf[100]; ^~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_reset': /kisskb/src/drivers/pcmcia/cs.c:251:6: note: byref variable will be forcibly initialized int status, i; ^~~~~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_setup': /kisskb/src/drivers/pcmcia/cs.c:334:6: note: byref variable will be forcibly initialized int status, i; ^~~~~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_shutdown': /kisskb/src/drivers/pcmcia/cs.c:287:6: note: byref variable will be forcibly initialized int status; ^~~~~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_detect_change': /kisskb/src/drivers/pcmcia/cs.c:577:7: note: byref variable will be forcibly initialized int status; ^~~~~~ /kisskb/src/drivers/mfd/tps65086.c: In function 'tps65086_probe': /kisskb/src/drivers/mfd/tps65086.c:76:15: note: byref variable will be forcibly initialized unsigned int version; ^~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/mfd/tps65217.c:22: /kisskb/src/drivers/mfd/tps65217.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/mfd/tps65217.c: In function 'tps65217_irq_thread': /kisskb/src/drivers/mfd/tps65217.c:115:15: note: byref variable will be forcibly initialized unsigned int status; ^~~~~~ /kisskb/src/drivers/mfd/tps65217.c: In function 'tps65217_update_bits': /kisskb/src/drivers/mfd/tps65217.c:263:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/mfd/tps65217.c: In function 'tps65217_probe': /kisskb/src/drivers/mfd/tps65217.c:322:15: note: byref variable will be forcibly initialized unsigned int version; ^~~~~~~ /kisskb/src/drivers/ata/ahci_xgene.c: In function 'xgene_ahci_do_hardreset': /kisskb/src/drivers/ata/ahci_xgene.c:363:11: note: byref variable will be forcibly initialized u32 val, sstatus; ^~~~~~~ /kisskb/src/drivers/ata/ahci_xgene.c:360:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ /kisskb/src/drivers/auxdisplay/line-display.c: In function 'scroll_step_ms_store': /kisskb/src/drivers/auxdisplay/line-display.c:167:15: note: byref variable will be forcibly initialized unsigned int ms; ^~ /kisskb/src/drivers/mfd/twl4030-irq.c: In function 'handle_twl4030_pih': /kisskb/src/drivers/mfd/twl4030-irq.c:282:6: note: byref variable will be forcibly initialized u8 pih_isr; ^~~~~~~ /kisskb/src/drivers/ata/ahci_xgene.c: In function 'xgene_ahci_hardreset': /kisskb/src/drivers/mfd/twl4030-irq.c: In function 'sih_read_isr': /kisskb/src/drivers/ata/ahci_xgene.c:396:7: note: byref variable will be forcibly initialized bool online; ^~~~~~ /kisskb/src/drivers/mfd/twl4030-irq.c:565:4: note: byref variable will be forcibly initialized } isr; ^~~ /kisskb/src/drivers/mfd/twl4030-irq.c: In function 'twl4030_init_sih_modules': /kisskb/src/drivers/mfd/twl4030-irq.c:365:6: note: byref variable will be forcibly initialized u8 rxbuf[4]; ^~~~~ /kisskb/src/drivers/mfd/twl4030-irq.c:317:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/mfd/twl4030-irq.c: In function 'twl4030_sih_bus_sync_unlock': /kisskb/src/drivers/mfd/twl4030-irq.c:499:7: note: byref variable will be forcibly initialized u8 bytes[6]; ^~~~~ /kisskb/src/drivers/mfd/twl4030-irq.c:482:5: note: byref variable will be forcibly initialized } imr; ^~~ /kisskb/src/drivers/mfd/twl4030-audio.c: In function 'twl4030_audio_get_resource': /kisskb/src/drivers/mfd/twl4030-audio.c:66:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/mfd/twl4030-audio.c: In function 'twl4030_audio_set_resource': /kisskb/src/drivers/mfd/twl4030-audio.c:47:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/mfd/twl4030-audio.c: In function 'twl4030_audio_has_vibra': /kisskb/src/drivers/mfd/twl4030-audio.c:167:6: note: byref variable will be forcibly initialized int vibra; ^~~~~ /kisskb/src/drivers/ata/ahci_qoriq.c: In function 'ahci_qoriq_hardreset': /kisskb/src/drivers/ata/ahci_qoriq.c:102:7: note: byref variable will be forcibly initialized bool online; ^~~~~~ /kisskb/src/drivers/ata/ahci_qoriq.c:101:22: note: byref variable will be forcibly initialized struct ata_taskfile tf; ^~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/mfd/twl-core.c:20: /kisskb/src/drivers/mfd/twl-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mfd/twl-core.c: In function 'add_numbered_child': /kisskb/src/drivers/mfd/twl-core.c:625:19: note: byref variable will be forcibly initialized struct resource r[2] = { ^ /kisskb/src/drivers/mfd/twl-core.c: In function 'add_regulator_linked': /kisskb/src/drivers/mfd/twl-core.c:664:35: note: byref variable will be forcibly initialized struct twl_regulator_driver_data drv_data; ^~~~~~~~ /kisskb/src/drivers/mfd/twl-core.c: In function 'twl_probe': /kisskb/src/drivers/mfd/twl-core.c:1202:6: note: byref variable will be forcibly initialized u8 temp; ^~~~ /kisskb/src/drivers/mfd/twl-core.c: In function 'twl_get_hfclk_rate': /kisskb/src/drivers/mfd/twl-core.c:569:5: note: byref variable will be forcibly initialized u8 ctrl; ^~~~ In file included from /kisskb/src/drivers/mfd/twl6030-irq.c:29: /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_irq_thread': /kisskb/src/drivers/mfd/twl6030-irq.c:166:4: note: byref variable will be forcibly initialized } sts; ^~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_interrupt_unmask': /kisskb/src/drivers/mfd/twl6030-irq.c:234:5: note: byref variable will be forcibly initialized u8 unmask_value; ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_interrupt_mask': /kisskb/src/drivers/mfd/twl6030-irq.c:248:5: note: byref variable will be forcibly initialized u8 mask_value; ^~~~~~~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_mmc_card_detect_config': /kisskb/src/drivers/mfd/twl6030-irq.c:262:5: note: byref variable will be forcibly initialized u8 reg_val = 0; ^~~~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_mmc_card_detect': /kisskb/src/drivers/mfd/twl6030-irq.c:311:5: note: byref variable will be forcibly initialized u8 read_reg = 0; ^~~~~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_init_irq': /kisskb/src/drivers/mfd/twl6030-irq.c:370:7: note: byref variable will be forcibly initialized u8 mask[3]; ^~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_add_subdevice_pdata': /kisskb/src/drivers/mfd/mc13xxx-core.c:366:7: note: byref variable will be forcibly initialized char buf[30]; ^~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_irq_status': /kisskb/src/drivers/mfd/mc13xxx-core.c:144:7: note: byref variable will be forcibly initialized u32 stat; ^~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c:134:7: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_adc_do_conversion': /kisskb/src/drivers/mfd/mc13xxx-core.c:256:18: note: byref variable will be forcibly initialized u32 adc0, adc1, old_adc0; ^~~~~~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_common_init': /kisskb/src/drivers/mfd/mc13xxx-core.c:424:6: note: byref variable will be forcibly initialized u32 revision; ^~~~~~~~ /kisskb/src/drivers/mfd/twl6040.c: In function 'twl6040_reg_read': /kisskb/src/drivers/mfd/twl6040.c:102:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/twl6040.c: In function 'twl6040_get_vibralr_status': /kisskb/src/drivers/mfd/twl6040.c:532:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/ata/pata_pcmcia.c: In function 'pcmcia_init_one': /kisskb/src/drivers/ata/pata_pcmcia.c:190:6: note: byref variable will be forcibly initialized int is_kme = 0, ret = -ENOMEM, p; ^~~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_maximum_speed': /kisskb/src/drivers/usb/common/common.c:109:14: note: byref variable will be forcibly initialized const char *maximum_speed; ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_maximum_ssp_rate': /kisskb/src/drivers/usb/common/common.c:136:14: note: byref variable will be forcibly initialized const char *maximum_speed; ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_dr_mode': /kisskb/src/drivers/usb/common/common.c:192:14: note: byref variable will be forcibly initialized const char *dr_mode; ^~~~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_role_switch_default_mode': /kisskb/src/drivers/usb/common/common.c:212:14: note: byref variable will be forcibly initialized const char *str; ^~~ /kisskb/src/drivers/usb/common/common.c: In function 'of_usb_get_dr_mode_by_phy': /kisskb/src/drivers/usb/common/common.c:280:14: note: byref variable will be forcibly initialized const char *dr_mode; ^~~~~~~ /kisskb/src/drivers/usb/common/common.c:279:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/usb/common/common.c: In function 'of_usb_update_otg_caps': /kisskb/src/drivers/usb/common/common.c:345:6: note: byref variable will be forcibly initialized u32 otg_rev; ^~~~~~~ /kisskb/src/drivers/scsi/hosts.c: In function 'scsi_host_busy': /kisskb/src/drivers/scsi/hosts.c:596:6: note: byref variable will be forcibly initialized int cnt = 0; ^~~ /kisskb/src/drivers/scsi/hosts.c: In function 'scsi_host_busy_iter': /kisskb/src/drivers/scsi/hosts.c:731:34: note: byref variable will be forcibly initialized struct scsi_host_busy_iter_data iter_data = { ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_get_idlun': /kisskb/src/drivers/scsi/scsi_ioctl.c:220:20: note: byref variable will be forcibly initialized struct scsi_idlun v = { ^ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'ioctl_internal_command': /kisskb/src/drivers/scsi/scsi_ioctl.c:71:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_set_medium_removal': /kisskb/src/drivers/scsi/scsi_ioctl.c:123:7: note: byref variable will be forcibly initialized char scsi_cmd[MAX_COMMAND_SIZE]; ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'sg_io': /kisskb/src/drivers/scsi/scsi_ioctl.c:462:17: note: byref variable will be forcibly initialized struct iovec *iov = NULL; ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c:461:19: note: byref variable will be forcibly initialized struct iov_iter i; ^ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_cdrom_send_packet': /kisskb/src/drivers/scsi/scsi_ioctl.c:813:19: note: byref variable will be forcibly initialized struct sg_io_hdr hdr; ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c:812:31: note: byref variable will be forcibly initialized struct cdrom_generic_command cgc; ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/mfd/mfd-core.c:12: /kisskb/src/drivers/mfd/mfd-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_ioctl_sg_io': /kisskb/src/drivers/scsi/scsi_ioctl.c:868:19: note: byref variable will be forcibly initialized struct sg_io_hdr hdr; ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_ioctl': /kisskb/src/drivers/scsi/scsi_ioctl.c:898:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sense_hdr; ^~~~~~~~~ /kisskb/src/drivers/mfd/mfd-core.c: In function 'mfd_remove_devices_late': /kisskb/src/drivers/mfd/mfd-core.c:377:6: note: byref variable will be forcibly initialized int level = MFD_DEP_LEVEL_HIGH; ^~~~~ /kisskb/src/drivers/mfd/mfd-core.c: In function 'mfd_remove_devices': /kisskb/src/drivers/mfd/mfd-core.c:385:6: note: byref variable will be forcibly initialized int level = MFD_DEP_LEVEL_NORMAL; ^~~~~ /kisskb/src/drivers/vfio/platform/vfio_platform_common.c: In function 'vfio_platform_ioctl': /kisskb/src/drivers/vfio/platform/vfio_platform_common.c:351:10: note: byref variable will be forcibly initialized size_t data_size = 0; ^~~~~~~~~ /kisskb/src/drivers/vfio/platform/vfio_platform_common.c:348:23: note: byref variable will be forcibly initialized struct vfio_irq_set hdr; ^~~ /kisskb/src/drivers/vfio/platform/vfio_platform_common.c:328:24: note: byref variable will be forcibly initialized struct vfio_irq_info info; ^~~~ /kisskb/src/drivers/vfio/platform/vfio_platform_common.c:306:27: note: byref variable will be forcibly initialized struct vfio_region_info info; ^~~~ /kisskb/src/drivers/vfio/platform/vfio_platform_common.c:286:27: note: byref variable will be forcibly initialized struct vfio_device_info info; ^~~~ /kisskb/src/drivers/vfio/platform/vfio_platform_common.c: In function 'vfio_platform_write_mmio': /kisskb/src/drivers/vfio/platform/vfio_platform_common.c:498:7: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/vfio/platform/vfio_platform_common.c:490:8: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/vfio/platform/vfio_platform_common.c:482:8: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/vfio/platform/vfio_platform_common.c: In function 'vfio_platform_read_mmio': /kisskb/src/drivers/vfio/platform/vfio_platform_common.c:420:7: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/vfio/platform/vfio_platform_common.c:412:8: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/vfio/platform/vfio_platform_common.c:404:8: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/vfio/platform/vfio_platform_common.c: In function 'vfio_platform_close_device': /kisskb/src/drivers/vfio/platform/vfio_platform_common.c:225:14: note: byref variable will be forcibly initialized const char *extra_dbg = NULL; ^~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/vfio/platform/vfio_platform_common.c:10: /kisskb/src/drivers/vfio/platform/vfio_platform_common.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/vfio/platform/vfio_platform_common.c: In function 'vfio_platform_open_device': /kisskb/src/drivers/vfio/platform/vfio_platform_common.c:244:14: note: byref variable will be forcibly initialized const char *extra_dbg = NULL; ^~~~~~~~~ /kisskb/src/drivers/input/gameport/gameport.c: In function 'gameport_set_phys': /kisskb/src/drivers/input/gameport/gameport.c:513:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/input/gameport/lightning.c: In function 'l4_exit': /kisskb/src/drivers/input/gameport/lightning.c:312:6: note: byref variable will be forcibly initialized int cal[4] = { 59, 59, 59, 59 }; ^~~ In file included from /kisskb/src/drivers/mfd/lp8788-irq.c:14: /kisskb/src/drivers/mfd/lp8788-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/pcmcia/socket_sysfs.c: In function 'pccard_store_irq_mask': /kisskb/src/drivers/pcmcia/socket_sysfs.c:157:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/drivers/mfd/lp8788-irq.c: In function 'lp8788_irq_handler': /kisskb/src/drivers/mfd/lp8788-irq.c:110:5: note: byref variable will be forcibly initialized u8 status[NUM_REGS], addr, mask; ^~~~~~ /kisskb/src/drivers/input/gameport/lightning.c: In function 'l4_calibrate': /kisskb/src/drivers/input/gameport/lightning.c:183:6: note: byref variable will be forcibly initialized int cal[4]; ^~~ /kisskb/src/drivers/nvme/target/fabrics-cmd.c: In function 'nvmet_execute_admin_connect': /kisskb/src/drivers/nvme/target/fabrics-cmd.c:174:21: note: byref variable will be forcibly initialized struct nvmet_ctrl *ctrl = NULL; ^~~~ /kisskb/src/drivers/input/gameport/lightning.c: In function 'l4_add_card': /kisskb/src/drivers/input/gameport/lightning.c:241:6: note: byref variable will be forcibly initialized int cal[4] = { 255, 255, 255, 255 }; ^~~ /kisskb/src/drivers/mfd/da9055-core.c: In function 'da9055_device_init': /kisskb/src/drivers/mfd/da9055-core.c:358:10: note: byref variable will be forcibly initialized uint8_t clear_events[3] = {0xFF, 0xFF, 0xFF}; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/scsi_error.c:18: /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_block_when_processing_errors': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_error.c:381:2: note: in expansion of macro 'wait_event' wait_event(sdev->host->host_wait, !scsi_host_in_recovery(sdev->host)); ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_check_sense': /kisskb/src/drivers/scsi/scsi_error.c:527:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_send_eh_cmnd': /kisskb/src/drivers/scsi/scsi_error.c:1100:22: note: byref variable will be forcibly initialized struct scsi_eh_save ses; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/scsi_error.c:18: /kisskb/src/drivers/scsi/scsi_error.c:1098:29: note: byref variable will be forcibly initialized 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) ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/scsi_error.c:18: /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_eh_target_reset': /kisskb/src/drivers/scsi/scsi_error.c:1584:12: note: byref variable will be forcibly initialized LIST_HEAD(check_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/scsi_error.c:1583:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_eh_bus_reset': /kisskb/src/drivers/scsi/scsi_error.c:1646:12: note: byref variable will be forcibly initialized LIST_HEAD(check_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_eh_host_reset': /kisskb/src/drivers/scsi/scsi_error.c:1718:12: note: byref variable will be forcibly initialized LIST_HEAD(check_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_unjam_host': /kisskb/src/drivers/scsi/scsi_error.c:2193:12: note: byref variable will be forcibly initialized LIST_HEAD(eh_done_q); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/scsi_error.c:2192:12: note: byref variable will be forcibly initialized LIST_HEAD(eh_work_q); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/nvme/target/discovery.c: In function 'nvmet_execute_disc_get_log_page': /kisskb/src/drivers/nvme/target/discovery.c:174:7: note: byref variable will be forcibly initialized char traddr[NVMF_TRADDR_SIZE]; ^~~~~~ /kisskb/src/drivers/mfd/lp8788.c: In function 'lp8788_read_byte': /kisskb/src/drivers/mfd/lp8788.c:125:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/da9063-core.c: In function 'da9063_clear_fault_log': /kisskb/src/drivers/mfd/da9063-core.c:116:6: note: byref variable will be forcibly initialized int fault_log = 0; ^~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/drivers/scsi/scsi_lib.c:12: /kisskb/src/drivers/scsi/scsi_lib.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/scsi/scsi_lib.c:12: /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_starved_list_run': /kisskb/src/drivers/scsi/scsi_lib.c:389:12: note: byref variable will be forcibly initialized LIST_HEAD(starved_list); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_io_completion_nz_result': /kisskb/src/drivers/scsi/scsi_lib.c:825:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/mfd/da9062-core.c: In function 'da9062_clear_fault_log': /kisskb/src/drivers/mfd/da9062-core.c:294:6: note: byref variable will be forcibly initialized int fault_log; ^~~~~~~~~ /kisskb/src/drivers/mfd/da9062-core.c: In function 'da9062_get_device_type': /kisskb/src/drivers/mfd/da9062-core.c:327:17: note: byref variable will be forcibly initialized int device_id, variant_id, variant_mrc, variant_vrc; ^~~~~~~~~~ /kisskb/src/drivers/mfd/da9062-core.c:327:6: note: byref variable will be forcibly initialized int device_id, variant_id, variant_mrc, variant_vrc; ^~~~~~~~~ /kisskb/src/drivers/mfd/da9062-core.c: In function 'da9062_i2c_probe': /kisskb/src/drivers/mfd/da9062-core.c:631:6: note: byref variable will be forcibly initialized u32 trigger_type = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_evt_emit': /kisskb/src/drivers/scsi/scsi_lib.c:2398:8: note: byref variable will be forcibly initialized char *envp[3]; ^~~~ /kisskb/src/drivers/rtc/lib.c: In function 'rtc_ktime_to_tm': /kisskb/src/drivers/rtc/lib.c:190:18: note: byref variable will be forcibly initialized struct rtc_time ret; ^~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_io_completion_action': /kisskb/src/drivers/scsi/scsi_lib.c:653:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_io_completion': /kisskb/src/drivers/scsi/scsi_lib.c:914:15: note: byref variable will be forcibly initialized blk_status_t blk_stat = BLK_STS_OK; ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_alloc_sgtables': /kisskb/src/drivers/scsi/scsi_lib.c:986:22: note: byref variable will be forcibly initialized struct scatterlist *last_sg = NULL; ^~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_mode_select': /kisskb/src/drivers/scsi/scsi_lib.c:2047:16: note: byref variable will be forcibly initialized unsigned char cmd[10]; ^~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_mode_sense': /kisskb/src/drivers/scsi/scsi_lib.c:2129:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr my_sshdr; ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c:2125:16: note: byref variable will be forcibly initialized unsigned char cmd[12]; ^~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_test_unit_ready': /kisskb/src/drivers/scsi/scsi_lib.c:2241:7: note: byref variable will be forcibly initialized char cmd[] = { ^~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/scsi/scsi_lib.c:12: /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_evt_thread': /kisskb/src/drivers/scsi/scsi_lib.c:2447:12: note: byref variable will be forcibly initialized LIST_HEAD(event_list); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/vfio/vfio.c: In function 'vfio_group_fops_unl_ioctl': /kisskb/src/drivers/vfio/vfio.c:1420:28: note: byref variable will be forcibly initialized struct vfio_group_status status; ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/vfio/vfio.c:13: /kisskb/src/drivers/vfio/vfio.c: In function 'vfio_unregister_group_dev': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio.c:958:3: note: in expansion of macro 'wait_event' wait_event(group->container_q, !group->container); ^~~~~~~~~~ /kisskb/src/drivers/mfd/da9063-i2c.c: In function 'da9063_i2c_blockreg_read': /kisskb/src/drivers/mfd/da9063-i2c.c:52:15: note: byref variable will be forcibly initialized u8 page_num, paged_addr; ^~~~~~~~~~ /kisskb/src/drivers/mfd/da9063-i2c.c:51:5: note: byref variable will be forcibly initialized u8 page_sel_buf[DA9063_PAGE_SEL_BUF_SIZE]; ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/da9063-i2c.c:50:17: note: byref variable will be forcibly initialized struct i2c_msg xfer[DA9063_PAGED_READ_MSG_CNT]; ^~~~ /kisskb/src/drivers/mfd/da9063-i2c.c: In function 'da9063_get_device_type': /kisskb/src/drivers/mfd/da9063-i2c.c:107:5: note: byref variable will be forcibly initialized u8 buf[DA9063_CHIP_ID_REGS]; ^~~ /kisskb/src/drivers/mfd/da9150-core.c: In function 'da9150_i2c_read_device': /kisskb/src/drivers/mfd/da9150-core.c:26:17: note: byref variable will be forcibly initialized struct i2c_msg xfer; ^~~~ /kisskb/src/drivers/mfd/da9150-core.c: In function 'da9150_i2c_write_device': /kisskb/src/drivers/mfd/da9150-core.c:66:17: note: byref variable will be forcibly initialized struct i2c_msg xfer; ^~~~ /kisskb/src/drivers/mfd/da9150-core.c: In function 'da9150_reg_read': /kisskb/src/drivers/mfd/da9150-core.c:201:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_unlock_floptical': /kisskb/src/drivers/scsi/scsi_scan.c:204:16: note: byref variable will be forcibly initialized unsigned char scsi_cmd[MAX_COMMAND_SIZE]; ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_probe_lun': /kisskb/src/drivers/scsi/scsi_scan.c:625:7: note: byref variable will be forcibly initialized int resid; ^~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:607:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:603:16: note: byref variable will be forcibly initialized unsigned char scsi_cmd[MAX_COMMAND_SIZE]; ^~~~~~~~ In file included from /kisskb/src/drivers/scsi/scsi_scan.c:51: /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_probe_and_add_lun': /kisskb/src/drivers/scsi/scsi_scan.c:1155:19: note: byref variable will be forcibly initialized unsigned char mod[17]; ^~~ /kisskb/src/drivers/scsi/scsi_logging.h:51:4: note: in definition of macro 'SCSI_CHECK_LOGGING' CMD; \ ^~~ /kisskb/src/drivers/scsi/scsi_scan.c:1153:4: note: in expansion of macro 'SCSI_LOG_SCAN_BUS' SCSI_LOG_SCAN_BUS(1, { ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:1154:19: note: byref variable will be forcibly initialized unsigned char vend[9]; ^~~~ /kisskb/src/drivers/scsi/scsi_logging.h:51:4: note: in definition of macro 'SCSI_CHECK_LOGGING' CMD; \ ^~~ /kisskb/src/drivers/scsi/scsi_scan.c:1153:4: note: in expansion of macro 'SCSI_LOG_SCAN_BUS' SCSI_LOG_SCAN_BUS(1, { ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:1095:16: note: byref variable will be forcibly initialized blist_flags_t bflags; ^~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_report_lun_scan': /kisskb/src/drivers/scsi/scsi_scan.c:1342:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:1335:16: note: byref variable will be forcibly initialized unsigned char scsi_cmd[MAX_COMMAND_SIZE]; ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function '__scsi_scan_target': /kisskb/src/drivers/scsi/scsi_scan.c:1577:16: note: byref variable will be forcibly initialized blist_flags_t bflags = 0; ^~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function '__scsi_add_device': /kisskb/src/drivers/scsi/scsi_scan.c:1505:22: note: byref variable will be forcibly initialized struct scsi_device *sdev = ERR_PTR(-ENODEV); ^~~~ /kisskb/src/drivers/scsi/scsi_devinfo.c: In function 'scsi_dev_info_list_add_keyed': /kisskb/src/drivers/scsi/scsi_devinfo.c:372:22: note: byref variable will be forcibly initialized unsigned long long val; ^~~ /kisskb/src/drivers/scsi/scsi_devinfo.c: In function 'scsi_dev_info_list_add_str': /kisskb/src/drivers/scsi/scsi_devinfo.c:526:36: note: byref variable will be forcibly initialized char *vendor, *model, *strflags, *next; ^~~~ /kisskb/src/drivers/pcmcia/ds.c: In function 'new_id_store': /kisskb/src/drivers/pcmcia/ds.c:101:8: note: byref variable will be forcibly initialized __u32 prod_id_hash[4] = {0, 0, 0, 0}; ^~~~~~~~~~~~ /kisskb/src/drivers/pcmcia/ds.c:100:26: note: byref variable will be forcibly initialized __u8 func_id, function, device_no; ^~~~~~~~~ /kisskb/src/drivers/pcmcia/ds.c:100:16: note: byref variable will be forcibly initialized __u8 func_id, function, device_no; ^~~~~~~~ /kisskb/src/drivers/pcmcia/ds.c:100:7: note: byref variable will be forcibly initialized __u8 func_id, function, device_no; ^~~~~~~ /kisskb/src/drivers/pcmcia/ds.c:99:30: note: byref variable will be forcibly initialized __u16 match_flags, manf_id, card_id; ^~~~~~~ /kisskb/src/drivers/pcmcia/ds.c:99:21: note: byref variable will be forcibly initialized __u16 match_flags, manf_id, card_id; ^~~~~~~ /kisskb/src/drivers/pcmcia/ds.c:99:8: note: byref variable will be forcibly initialized __u16 match_flags, manf_id, card_id; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_proc.c: In function 'proc_scsi_write': /kisskb/src/drivers/scsi/scsi_proc.c:314:17: note: byref variable will be forcibly initialized char *buffer, *p; ^ /kisskb/src/drivers/scsi/scsi_proc.c: In function 'scsi_proc_host_add': /kisskb/src/drivers/scsi/scsi_proc.c:142:7: note: byref variable will be forcibly initialized char name[10]; ^~~~ /kisskb/src/drivers/scsi/scsi_proc.c: In function 'scsi_proc_host_rm': /kisskb/src/drivers/scsi/scsi_proc.c:162:7: note: byref variable will be forcibly initialized char name[10]; ^~~~ /kisskb/src/drivers/pcmcia/ds.c: In function 'pcmcia_device_probe': /kisskb/src/drivers/pcmcia/ds.c:256:18: note: byref variable will be forcibly initialized cistpl_config_t cis_config; ^~~~~~~~~~ /kisskb/src/drivers/pcmcia/ds.c: In function 'pcmcia_device_query': /kisskb/src/drivers/pcmcia/ds.c:401:18: note: byref variable will be forcibly initialized cistpl_funcid_t func_id; ^~~~~~~ /kisskb/src/drivers/pcmcia/ds.c:400:18: note: byref variable will be forcibly initialized cistpl_manfid_t manf_id; ^~~~~~~ /kisskb/src/drivers/pcmcia/ds.c: In function 'pcmcia_load_firmware': /kisskb/src/drivers/pcmcia/ds.c:742:24: note: byref variable will be forcibly initialized cistpl_longlink_mfc_t mfc; ^~~ /kisskb/src/drivers/pcmcia/ds.c:740:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ In file included from /kisskb/src/drivers/mfd/max14577.c:17: /kisskb/src/drivers/mfd/max14577.c: In function 'max14577_read_reg': /kisskb/src/include/linux/mfd/max14577-private.h:444:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/max14577.c: In function 'max14577_print_dev_type': /kisskb/src/drivers/mfd/max14577.c:266:5: note: byref variable will be forcibly initialized u8 reg_data, vendor_id, device_id; ^~~~~~~~ /kisskb/src/drivers/mfd/max14577.c: In function 'max77836_init': /kisskb/src/drivers/mfd/max14577.c:298:5: note: byref variable will be forcibly initialized u8 intsrc_mask; ^~~~~~~~~~~ /kisskb/src/drivers/pcmcia/ds.c: In function 'pcmcia_card_add': /kisskb/src/drivers/pcmcia/ds.c:605:28: note: byref variable will be forcibly initialized unsigned int no_funcs, i, no_chains; ^~~~~~~~~ /kisskb/src/drivers/pcmcia/ds.c:604:24: note: byref variable will be forcibly initialized cistpl_longlink_mfc_t mfc; ^~~ /kisskb/src/drivers/pcmcia/ds.c: In function 'pcmcia_requery': /kisskb/src/drivers/pcmcia/ds.c:692:25: note: byref variable will be forcibly initialized cistpl_longlink_mfc_t mfc; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/vfio/platform/vfio_platform_irq.c:10: /kisskb/src/drivers/vfio/platform/vfio_platform_irq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mfd/max77620.c: In function 'max77620_read_es_version': /kisskb/src/drivers/mfd/max77620.c:463:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/max77620.c: In function 'max77620_config_fps': /kisskb/src/drivers/mfd/max77620.c:320:7: note: byref variable will be forcibly initialized char fps_name[10]; ^~~~~~~~ /kisskb/src/drivers/mfd/max77620.c:317:6: note: byref variable will be forcibly initialized u32 param_val; ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/drivers/input/serio/serport.c:12: /kisskb/src/drivers/input/serio/serport.c: In function 'serport_ldisc_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/serport.c:187:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(serport->wait, test_bit(SERPORT_DEAD, &serport->flags)); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/pcf50633-core.c: In function 'pcf50633_reg_read': /kisskb/src/drivers/mfd/pcf50633-core.c:50:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/pcf50633-core.c: In function 'dump_regs_show': /kisskb/src/drivers/mfd/pcf50633-core.c:84:5: note: byref variable will be forcibly initialized u8 dump[16]; ^~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_format_opcode_name': /kisskb/src/drivers/scsi/scsi_logging.c:110:32: note: byref variable will be forcibly initialized const char *cdb_name = NULL, *sa_name = NULL; ^~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c:110:14: note: byref variable will be forcibly initialized const char *cdb_name = NULL, *sa_name = NULL; ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_log_dump_sense': /kisskb/src/drivers/scsi/scsi_logging.c:297:9: note: byref variable will be forcibly initialized size_t logbuf_len; ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_format_extd_sense': /kisskb/src/drivers/scsi/scsi_logging.c:245:14: note: byref variable will be forcibly initialized const char *extd_sense_fmt = NULL; ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_log_print_sense_hdr': /kisskb/src/drivers/scsi/scsi_logging.c:323:14: note: byref variable will be forcibly initialized size_t off, logbuf_len; ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_log_print_sense': /kisskb/src/drivers/scsi/scsi_logging.c:347:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'sdev_prefix_printk': /kisskb/src/drivers/scsi/scsi_logging.c:59:18: note: byref variable will be forcibly initialized size_t off = 0, logbuf_len; ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c:57:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scmd_printk': /kisskb/src/drivers/scsi/scsi_logging.c:86:18: note: byref variable will be forcibly initialized size_t off = 0, logbuf_len; ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c:84:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_print_command': /kisskb/src/drivers/scsi/scsi_logging.c:182:14: note: byref variable will be forcibly initialized size_t off, logbuf_len; ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_print_result': /kisskb/src/drivers/scsi/scsi_logging.c:387:14: note: byref variable will be forcibly initialized size_t off, logbuf_len; ^~~~~~~~~~ /kisskb/src/drivers/mfd/pcf50633-irq.c: In function 'pcf50633_irq': /kisskb/src/drivers/mfd/pcf50633-irq.c:113:5: note: byref variable will be forcibly initialized u8 pcf_int[5], chgstat; ^~~~~~~ /kisskb/src/drivers/mfd/pcf50633-irq.c: In function 'pcf50633_irq_suspend': /kisskb/src/drivers/mfd/pcf50633-irq.c:227:5: note: byref variable will be forcibly initialized u8 res[5]; ^~~ /kisskb/src/drivers/nvme/target/io-cmd-file.c: In function 'nvmet_file_execute_discard': /kisskb/src/drivers/nvme/target/io-cmd-file.c:301:24: note: byref variable will be forcibly initialized struct nvme_dsm_range range; ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/nvme/target/nvmet.h:20, from /kisskb/src/drivers/nvme/target/io-cmd-file.c:12: /kisskb/src/drivers/nvme/target/io-cmd-file.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/nvme/target/io-cmd-file.c: In function 'nvmet_file_submit_bvec': /kisskb/src/drivers/nvme/target/io-cmd-file.c:107:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^~~~ /kisskb/src/drivers/nvme/target/io-cmd-file.c: In function 'nvmet_file_ns_revalidate': /kisskb/src/drivers/nvme/target/io-cmd-file.c:19:15: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/drivers/rtc/class.c: In function 'rtc_device_get_offset': /kisskb/src/drivers/rtc/class.c:264:6: note: byref variable will be forcibly initialized u32 start_year; ^~~~~~~~~~ /kisskb/src/drivers/rtc/class.c: In function '__devm_rtc_register_device': /kisskb/src/drivers/rtc/class.c:382:20: note: byref variable will be forcibly initialized struct rtc_wkalrm alrm; ^~~~ /kisskb/src/drivers/mfd/pcf50633-adc.c: In function 'pcf50633_adc_sync_read': /kisskb/src/drivers/mfd/pcf50633-adc.c:118:35: note: byref variable will be forcibly initialized struct pcf50633_adc_sync_request req; ^~~ In file included from /kisskb/src/drivers/mfd/tps6586x.c:17: /kisskb/src/drivers/mfd/tps6586x.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/mfd/tps6586x.c: In function 'tps6586x_read': /kisskb/src/drivers/mfd/tps6586x.c:159:15: note: byref variable will be forcibly initialized unsigned int rval; ^~~~ /kisskb/src/drivers/mfd/tps6586x.c: In function 'tps6586x_irq_init': /kisskb/src/drivers/mfd/tps6586x.c:343:5: note: byref variable will be forcibly initialized u8 tmp[4]; ^~~ /kisskb/src/drivers/mfd/tps6586x.c: In function 'tps6586x_irq': /kisskb/src/drivers/mfd/tps6586x.c:313:9: note: byref variable will be forcibly initialized __le32 val; ^~~ /kisskb/src/drivers/mfd/wl1273-core.c: In function 'wl1273_fm_write_data': /kisskb/src/drivers/mfd/wl1273-core.c:56:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/mfd/wl1273-core.c: In function 'wl1273_fm_write_cmd': /kisskb/src/drivers/mfd/wl1273-core.c:41:5: note: byref variable will be forcibly initialized u8 buf[] = { (param >> 8) & 0xff, param & 0xff }; ^~~ /kisskb/src/drivers/mfd/wl1273-core.c: In function 'wl1273_fm_read_reg': /kisskb/src/drivers/mfd/wl1273-core.c:24:5: note: byref variable will be forcibly initialized u8 b[2]; ^ /kisskb/src/drivers/mfd/wl1273-core.c: In function 'wl1273_core_probe': /kisskb/src/drivers/mfd/wl1273-core.c:163:22: note: byref variable will be forcibly initialized struct wl1273_core *core; ^~~~ /kisskb/src/drivers/input/mouse/psmouse-base.c: In function 'intellimouse_detect': /kisskb/src/drivers/input/mouse/psmouse-base.c:580:5: note: byref variable will be forcibly initialized u8 param[2]; ^~~~~ /kisskb/src/drivers/input/mouse/psmouse-base.c: In function 'im_explorer_detect': /kisskb/src/drivers/input/mouse/psmouse-base.c:613:5: note: byref variable will be forcibly initialized u8 param[2]; ^~~~~ /kisskb/src/drivers/input/mouse/psmouse-base.c: In function 'genius_detect': /kisskb/src/drivers/input/mouse/psmouse-base.c:548:5: note: byref variable will be forcibly initialized u8 param[4]; ^~~~~ /kisskb/src/drivers/input/mouse/psmouse-base.c: In function 'thinking_detect': /kisskb/src/drivers/input/mouse/psmouse-base.c:659:5: note: byref variable will be forcibly initialized u8 param[2]; ^~~~~ /kisskb/src/drivers/input/mouse/psmouse-base.c: In function 'psmouse_set_resolution': /kisskb/src/drivers/input/mouse/psmouse-base.c:456:5: note: byref variable will be forcibly initialized u8 p; ^ /kisskb/src/drivers/input/mouse/psmouse-base.c: In function 'psmouse_set_rate': /kisskb/src/drivers/input/mouse/psmouse-base.c:472:5: note: byref variable will be forcibly initialized u8 r; ^ /kisskb/src/drivers/input/mouse/psmouse-base.c: In function 'psmouse_probe': /kisskb/src/drivers/input/mouse/psmouse-base.c:1252:5: note: byref variable will be forcibly initialized u8 param[2]; ^~~~~ /kisskb/src/drivers/input/mouse/psmouse-base.c: In function 'psmouse_set_int_attr': /kisskb/src/drivers/input/mouse/psmouse-base.c:1881:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/input/mouse/psmouse-base.c: In function 'psmouse_attr_set_resolution': /kisskb/src/drivers/input/mouse/psmouse-base.c:2012:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/input/mouse/psmouse-base.c: In function 'psmouse_attr_set_rate': /kisskb/src/drivers/input/mouse/psmouse-base.c:1999:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/input/mouse/psmouse-base.c: In function 'psmouse_reset': /kisskb/src/drivers/input/mouse/psmouse-base.c:437:5: note: byref variable will be forcibly initialized u8 param[2]; ^~~~~ /kisskb/src/drivers/input/mouse/psmouse-base.c: In function 'psmouse_matches_pnp_id': /kisskb/src/drivers/input/mouse/psmouse-base.c:518:12: note: byref variable will be forcibly initialized char *p, *fw_id_copy, *save_ptr; ^~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_parse_and_nag_about_error': /kisskb/src/drivers/mfd/si476x-cmd.c:175:5: note: byref variable will be forcibly initialized u8 buffer[2]; ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/mfd/si476x-cmd.c:12: /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_send_command': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:313:8: note: in expansion of macro 'wait_event_timeout' if (!wait_event_timeout(core->command, ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:298:7: note: in expansion of macro 'wait_event_timeout' if (!wait_event_timeout(core->command, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:267:6: note: byref variable will be forcibly initialized u8 data[CMD_MAX_ARGS_COUNT + 1]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_rsq_status_a30': /kisskb/src/drivers/mfd/si476x-cmd.c:1280:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_RSQ_STATUS_A30_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1279:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_RSQ_STATUS_A30_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_power_down_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:1124:11: note: byref variable will be forcibly initialized const u8 args[CMD_POWER_DOWN_A20_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1123:5: note: byref variable will be forcibly initialized u8 resp[CMD_POWER_DOWN_A20_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_intb_pin_cfg_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:715:11: note: byref variable will be forcibly initialized const u8 args[CMD_INTB_PIN_CFG_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:714:11: note: byref variable will be forcibly initialized u8 resp[CMD_INTB_PIN_CFG_A20_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_agc_status_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:1374:5: note: byref variable will be forcibly initialized u8 resp[CMD_AGC_STATUS_NRESP_A20]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_power_up_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:1093:11: note: byref variable will be forcibly initialized const u8 args[CMD_POWER_UP_A20_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1090:11: note: byref variable will be forcibly initialized u8 resp[CMD_POWER_UP_A20_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_rsq_status_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:1225:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_RSQ_STATUS_A30_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1224:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_RSQ_STATUS_A10_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_power_down_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:1112:5: note: byref variable will be forcibly initialized u8 resp[CMD_POWER_DOWN_A10_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_intb_pin_cfg_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:699:11: note: byref variable will be forcibly initialized const u8 args[CMD_INTB_PIN_CFG_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:698:11: note: byref variable will be forcibly initialized u8 resp[CMD_INTB_PIN_CFG_A10_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_agc_status_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:1402:5: note: byref variable will be forcibly initialized u8 resp[CMD_AGC_STATUS_NRESP_A10]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_power_up_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:1070:11: note: byref variable will be forcibly initialized const u8 args[CMD_POWER_UP_A10_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1067:11: note: byref variable will be forcibly initialized u8 resp[CMD_POWER_UP_A10_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_rsq_status_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:1172:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_RSQ_STATUS_A10_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1171:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_RSQ_STATUS_A10_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_func_info': /kisskb/src/drivers/mfd/si476x-cmd.c:408:6: note: byref variable will be forcibly initialized u8 resp[CMD_FUNC_INFO_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_set_property': /kisskb/src/drivers/mfd/si476x-cmd.c:439:11: note: byref variable will be forcibly initialized const u8 args[CMD_SET_PROPERTY_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:438:11: note: byref variable will be forcibly initialized u8 resp[CMD_SET_PROPERTY_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_get_property': /kisskb/src/drivers/mfd/si476x-cmd.c:466:11: note: byref variable will be forcibly initialized const u8 args[CMD_GET_PROPERTY_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:465:11: note: byref variable will be forcibly initialized u8 resp[CMD_GET_PROPERTY_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_dig_audio_pin_cfg': /kisskb/src/drivers/mfd/si476x-cmd.c:527:11: note: byref variable will be forcibly initialized const u8 args[CMD_DIG_AUDIO_PIN_CFG_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:526:11: note: byref variable will be forcibly initialized u8 resp[CMD_DIG_AUDIO_PIN_CFG_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_zif_pin_cfg': /kisskb/src/drivers/mfd/si476x-cmd.c:576:11: note: byref variable will be forcibly initialized const u8 args[CMD_ZIF_PIN_CFG_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:575:11: note: byref variable will be forcibly initialized u8 resp[CMD_ZIF_PIN_CFG_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_ic_link_gpo_ctl_pin_cfg': /kisskb/src/drivers/mfd/si476x-cmd.c:633:11: note: byref variable will be forcibly initialized const u8 args[CMD_IC_LINK_GPO_CTL_PIN_CFG_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:632:11: note: byref variable will be forcibly initialized u8 resp[CMD_IC_LINK_GPO_CTL_PIN_CFG_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_ana_audio_pin_cfg': /kisskb/src/drivers/mfd/si476x-cmd.c:664:11: note: byref variable will be forcibly initialized const u8 args[CMD_ANA_AUDIO_PIN_CFG_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:663:11: note: byref variable will be forcibly initialized u8 resp[CMD_ANA_AUDIO_PIN_CFG_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_am_rsq_status': /kisskb/src/drivers/mfd/si476x-cmd.c:745:11: note: byref variable will be forcibly initialized const u8 args[CMD_AM_RSQ_STATUS_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:744:11: note: byref variable will be forcibly initialized u8 resp[CMD_AM_RSQ_STATUS_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_acf_status': /kisskb/src/drivers/mfd/si476x-cmd.c:793:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_ACF_STATUS_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:792:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_ACF_STATUS_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_am_acf_status': /kisskb/src/drivers/mfd/si476x-cmd.c:829:11: note: byref variable will be forcibly initialized const u8 args[CMD_AM_ACF_STATUS_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:828:11: note: byref variable will be forcibly initialized u8 resp[CMD_AM_ACF_STATUS_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_rds_status': /kisskb/src/drivers/mfd/si476x-cmd.c:908:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_RDS_STATUS_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:907:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_RDS_STATUS_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_rds_blockcount': /kisskb/src/drivers/mfd/si476x-cmd.c:972:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_RDS_BLOCKCOUNT_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:971:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_RDS_BLOCKCOUNT_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_phase_diversity': /kisskb/src/drivers/mfd/si476x-cmd.c:998:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_PHASE_DIVERSITY_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:997:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_PHASE_DIVERSITY_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_phase_div_status': /kisskb/src/drivers/mfd/si476x-cmd.c:1022:5: note: byref variable will be forcibly initialized u8 resp[CMD_FM_PHASE_DIV_STATUS_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_cmd_clear_stc': /kisskb/src/drivers/mfd/si476x-cmd.c:350:32: note: byref variable will be forcibly initialized struct si476x_rsq_status_args args = { ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/mfd/si476x-cmd.c:12: /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_cmd_tune_seek_freq': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:908:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:930:11: note: in expansion of macro '__wait_event_killable' __ret = __wait_event_killable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:384:3: note: in expansion of macro 'wait_event_killable' wait_event_killable(core->tuning, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_seek_start': /kisskb/src/drivers/mfd/si476x-cmd.c:876:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_SEEK_START_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:875:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_SEEK_START_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_am_seek_start': /kisskb/src/drivers/mfd/si476x-cmd.c:1052:11: note: byref variable will be forcibly initialized const u8 args[CMD_AM_SEEK_START_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1051:11: note: byref variable will be forcibly initialized u8 resp[CMD_AM_SEEK_START_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_tune_freq_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:1358:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_TUNE_FREQ_A20_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1357:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_TUNE_FREQ_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_am_tune_freq_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:1155:11: note: byref variable will be forcibly initialized const u8 args[CMD_AM_TUNE_FREQ_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1154:11: note: byref variable will be forcibly initialized u8 resp[CMD_AM_TUNE_FREQ_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_tune_freq_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:1340:11: note: byref variable will be forcibly initialized const u8 args[CMD_FM_TUNE_FREQ_A10_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1339:11: note: byref variable will be forcibly initialized u8 resp[CMD_FM_TUNE_FREQ_NRESP]; ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_am_tune_freq_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:1139:11: note: byref variable will be forcibly initialized const u8 args[CMD_AM_TUNE_FREQ_NARGS] = { ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1138:11: note: byref variable will be forcibly initialized u8 resp[CMD_AM_TUNE_FREQ_NRESP]; ^~~~ /kisskb/src/drivers/vfio/virqfd.c: In function 'virqfd_wakeup': /kisskb/src/drivers/vfio/virqfd.c:49:7: note: byref variable will be forcibly initialized u64 cnt; ^~~ /kisskb/src/drivers/vfio/virqfd.c: In function 'virqfd_shutdown': /kisskb/src/drivers/vfio/virqfd.c:91:6: note: byref variable will be forcibly initialized u64 cnt; ^~~ /kisskb/src/drivers/mfd/si476x-i2c.c: In function 'si476x_core_drain_rds_fifo': /kisskb/src/drivers/mfd/si476x-i2c.c:366:34: note: byref variable will be forcibly initialized struct si476x_rds_status_report report; ^~~~~~ /kisskb/src/drivers/mfd/si476x-i2c.c: In function 'si476x_core_stop': /kisskb/src/drivers/mfd/si476x-i2c.c:231:33: note: byref variable will be forcibly initialized struct si476x_power_down_args args = { ^~~~ /kisskb/src/drivers/mfd/si476x-i2c.c: In function 'si476x_core_get_revision_info': /kisskb/src/drivers/mfd/si476x-i2c.c:621:26: note: byref variable will be forcibly initialized struct si476x_func_info info; ^~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_mode_cmd': /kisskb/src/drivers/input/mouse/synaptics.c:81:5: note: byref variable will be forcibly initialized u8 param[1]; ^~~~~ /kisskb/src/drivers/mfd/si476x-i2c.c: In function 'si476x_core_get_status': /kisskb/src/drivers/mfd/si476x-i2c.c:468:5: note: byref variable will be forcibly initialized u8 response; ^~~~~~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_query_int': /kisskb/src/drivers/input/mouse/synaptics.c:227:4: note: byref variable will be forcibly initialized } resp = { 0 }; ^~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_query_modes': /kisskb/src/drivers/input/mouse/synaptics.c:280:5: note: byref variable will be forcibly initialized u8 bid[3]; ^~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_pt_write': /kisskb/src/drivers/input/mouse/synaptics.c:631:5: note: byref variable will be forcibly initialized u8 rate_param = SYN_PS_CLIENT_CMD; /* indicates that we want pass-through port */ ^~~~~~~~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_resolution': /kisskb/src/drivers/input/mouse/synaptics.c:364:5: note: byref variable will be forcibly initialized u8 resp[3]; ^~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_set_disable_gesture': /kisskb/src/drivers/input/mouse/synaptics.c:1374:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_report_mt_data': /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_execute': /kisskb/src/drivers/scsi/scsi_transport_spi.c:114:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr_tmp; ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c:113:16: note: byref variable will be forcibly initialized unsigned char sense[SCSI_SENSE_BUFFERSIZE]; ^~~~~ /kisskb/src/drivers/input/mouse/synaptics.c:994:6: note: byref variable will be forcibly initialized int slot[2], nsemi, i; ^~~~ /kisskb/src/drivers/input/mouse/synaptics.c:993:22: note: byref variable will be forcibly initialized struct input_mt_pos pos[2]; ^~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_dv_device_echo_buffer': /kisskb/src/drivers/scsi/scsi_transport_spi.c:638:13: note: byref variable will be forcibly initialized const char spi_read_buffer[] = { ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c:635:13: note: byref variable will be forcibly initialized const char spi_write_buffer[] = { ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c:633:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_process_packet': /kisskb/src/drivers/input/mouse/synaptics.c:1067:28: note: byref variable will be forcibly initialized struct synaptics_hw_state hw; ^~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'sas_bsg_initialize': /kisskb/src/drivers/scsi/scsi_transport_sas.c:207:8: note: byref variable will be forcibly initialized char name[20]; ^~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_dv_device_compare_inquiry': /kisskb/src/drivers/scsi/scsi_transport_spi.c:718:13: note: byref variable will be forcibly initialized const char spi_inquiry[] = { ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'print_nego': /kisskb/src/drivers/scsi/scsi_transport_spi.c:1267:8: note: byref variable will be forcibly initialized char buf[20]; ^~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'show_sas_rphy_enclosure_identifier': /kisskb/src/drivers/scsi/scsi_transport_sas.c:1186:6: note: byref variable will be forcibly initialized u64 identifier; ^~~~~~~~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function '__synaptics_init': /kisskb/src/drivers/input/mouse/synaptics.c:1664:31: note: byref variable will be forcibly initialized struct synaptics_device_info info; ^~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_create_intertouch': /kisskb/src/drivers/input/mouse/synaptics.c:1766:30: note: byref variable will be forcibly initialized const struct i2c_board_info intertouch_board = { ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mouse/synaptics.c:1753:40: note: byref variable will be forcibly initialized const struct rmi_device_platform_data pdata = { ^~~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_reconnect': /kisskb/src/drivers/input/mouse/synaptics.c:1427:5: note: byref variable will be forcibly initialized u8 param[2]; ^~~~~ /kisskb/src/drivers/input/mouse/synaptics.c:1426:31: note: byref variable will be forcibly initialized struct synaptics_device_info info; ^~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_init_smbus': /kisskb/src/drivers/input/mouse/synaptics.c:1820:31: note: byref variable will be forcibly initialized struct synaptics_device_info info; ^~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_init': /kisskb/src/drivers/input/mouse/synaptics.c:1859:31: note: byref variable will be forcibly initialized struct synaptics_device_info info; ^~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'store_sas_phy_maximum_linkrate': /kisskb/src/drivers/scsi/scsi_transport_sas.c:468:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:483:2: note: in expansion of macro 'sas_phy_store_linkspeed' sas_phy_store_linkspeed(field) \ ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:615:1: note: in expansion of macro 'sas_phy_linkspeed_rw_attr' sas_phy_linkspeed_rw_attr(maximum_linkrate); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'store_sas_phy_minimum_linkrate': /kisskb/src/drivers/scsi/scsi_transport_sas.c:468:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:483:2: note: in expansion of macro 'sas_phy_store_linkspeed' sas_phy_store_linkspeed(field) \ ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:613:1: note: in expansion of macro 'sas_phy_linkspeed_rw_attr' sas_phy_linkspeed_rw_attr(minimum_linkrate); ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'store_spi_transport_period_helper': /kisskb/src/drivers/scsi/scsi_transport_spi.c:448:8: note: byref variable will be forcibly initialized char *endp; ^~~~ /kisskb/src/drivers/scsi/scsi_transport_srp.c: In function 'shost_to_rport': /kisskb/src/drivers/scsi/scsi_transport_srp.c:64:17: note: byref variable will be forcibly initialized struct device *child = NULL; ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'sas_read_port_mode_page': /kisskb/src/drivers/scsi/scsi_transport_sas.c:1232:24: note: byref variable will be forcibly initialized struct scsi_mode_data mode_data; ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'store_spi_transport_period': /kisskb/src/drivers/scsi/scsi_transport_spi.c:505:6: note: byref variable will be forcibly initialized int period, retval; ^~~~~~ /kisskb/src/drivers/scsi/scsi_transport_srp.c: In function 'store_reconnect_delay': /kisskb/src/drivers/scsi/scsi_transport_srp.c:225:11: note: byref variable will be forcibly initialized int res, delay; ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_srp.c: In function 'store_srp_rport_dev_loss_tmo': /kisskb/src/drivers/scsi/scsi_transport_srp.c:312:6: note: byref variable will be forcibly initialized int dev_loss_tmo; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_srp.c: In function 'store_srp_rport_fast_io_fail_tmo': /kisskb/src/drivers/scsi/scsi_transport_srp.c:277:6: note: byref variable will be forcibly initialized int fast_io_fail_tmo; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_display_xfer_agreement': /kisskb/src/drivers/scsi/scsi_transport_spi.c:1137:8: note: byref variable will be forcibly initialized char tmp[8]; ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/scsi/virtio_scsi.c:16: /kisskb/src/drivers/scsi/virtio_scsi.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_vq_done': /kisskb/src/drivers/scsi/virtio_scsi.c:175:15: note: byref variable will be forcibly initialized unsigned int len; ^~~ In file included from /kisskb/src/drivers/scsi/virtio_scsi.c:16: /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/scsi/virtio_scsi.c:21: /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_init': /kisskb/src/include/linux/virtio_config.h:365:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cwrite_v = \ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:768:3: note: in expansion of macro 'virtio_cwrite' virtio_cwrite(vdev, struct virtio_scsi_config, fld, &__val); \ ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:828:2: note: in expansion of macro 'virtscsi_config_set' virtscsi_config_set(vdev, sense_size, VIRTIO_SCSI_SENSE_SIZE); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:767:56: note: byref variable will be forcibly initialized __virtio_native_type(struct virtio_scsi_config, fld) __val = (val); \ ^~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:828:2: note: in expansion of macro 'virtscsi_config_set' virtscsi_config_set(vdev, sense_size, VIRTIO_SCSI_SENSE_SIZE); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/scsi/virtio_scsi.c:21: /kisskb/src/include/linux/virtio_config.h:365:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cwrite_v = \ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:768:3: note: in expansion of macro 'virtio_cwrite' virtio_cwrite(vdev, struct virtio_scsi_config, fld, &__val); \ ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:827:2: note: in expansion of macro 'virtscsi_config_set' virtscsi_config_set(vdev, cdb_size, VIRTIO_SCSI_CDB_SIZE); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:767:56: note: byref variable will be forcibly initialized __virtio_native_type(struct virtio_scsi_config, fld) __val = (val); \ ^~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:827:2: note: in expansion of macro 'virtscsi_config_set' virtscsi_config_set(vdev, cdb_size, VIRTIO_SCSI_CDB_SIZE); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_rescan_hotunplug': /kisskb/src/drivers/scsi/virtio_scsi.c:337:16: note: byref variable will be forcibly initialized unsigned char scsi_cmd[MAX_COMMAND_SIZE]; ^~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_kick_event': /kisskb/src/drivers/scsi/virtio_scsi.c:233:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/scsi/virtio_scsi.c: In function '__virtscsi_add_cmd': /kisskb/src/drivers/scsi/virtio_scsi.c:422:35: note: byref variable will be forcibly initialized struct scatterlist *sgs[6], req, resp; ^~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:422:30: note: byref variable will be forcibly initialized struct scatterlist *sgs[6], req, resp; ^~~ /kisskb/src/drivers/scsi/virtio_scsi.c:422:22: note: byref variable will be forcibly initialized struct scatterlist *sgs[6], req, resp; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/virtio_scsi.c:15: /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_tmf': /kisskb/src/drivers/scsi/virtio_scsi.c:604:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(comp); ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^~~~ In file included from /kisskb/src/drivers/scsi/virtio_scsi.c:21: /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_probe': /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:761:3: note: in expansion of macro 'virtio_cread' virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \ ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:887:19: note: in expansion of macro 'virtscsi_config_get' shost->max_lun = virtscsi_config_get(vdev, max_lun) + 1 + 0x4000; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:761:3: note: in expansion of macro 'virtio_cread' virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \ ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:882:23: note: in expansion of macro 'virtscsi_config_get' shost->max_sectors = virtscsi_config_get(vdev, max_sectors) ?: 0xFFFF; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:761:3: note: in expansion of macro 'virtio_cread' virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \ ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:880:16: note: in expansion of macro 'virtscsi_config_get' cmd_per_lun = virtscsi_config_get(vdev, cmd_per_lun) ?: 1; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:761:3: note: in expansion of macro 'virtio_cread' virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \ ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:867:13: note: in expansion of macro 'virtscsi_config_get' sg_elems = virtscsi_config_get(vdev, seg_max) ?: 1; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:761:3: note: in expansion of macro 'virtio_cread' virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \ ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:860:16: note: in expansion of macro 'virtscsi_config_get' num_targets = virtscsi_config_get(vdev, max_target) + 1; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:761:3: note: in expansion of macro 'virtio_cread' virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \ ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:857:15: note: in expansion of macro 'virtscsi_config_get' num_queues = virtscsi_config_get(vdev, num_queues) ? : 1; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/ntxec.c: In function 'ntxec_restart': /kisskb/src/drivers/mfd/ntxec.c:75:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/mfd/ntxec.c: In function 'ntxec_poweroff': /kisskb/src/drivers/mfd/ntxec.c:41:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/mfd/ntxec.c: In function 'ntxec_probe': /kisskb/src/drivers/mfd/ntxec.c:151:15: note: byref variable will be forcibly initialized unsigned int version; ^~~~~~~ /kisskb/src/drivers/nvme/target/io-cmd-bdev.c: In function 'nvmet_bdev_execute_write_zeroes': /kisskb/src/drivers/nvme/target/io-cmd-bdev.c:415:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^~~ /kisskb/src/drivers/nvme/target/io-cmd-bdev.c: In function 'nvmet_bdev_execute_discard': /kisskb/src/drivers/nvme/target/io-cmd-bdev.c:367:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^~~ /kisskb/src/drivers/nvme/target/io-cmd-bdev.c:366:24: note: byref variable will be forcibly initialized struct nvme_dsm_range range; ^~~~~ /kisskb/src/drivers/nvme/target/io-cmd-bdev.c: In function 'nvmet_bdev_execute_rw': /kisskb/src/drivers/nvme/target/io-cmd-bdev.c:241:25: note: byref variable will be forcibly initialized struct sg_mapping_iter prot_miter; ^~~~~~~~~~ /kisskb/src/drivers/nvme/target/io-cmd-bdev.c:238:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/drivers/mfd/palmas.c: In function 'palmas_dt_to_pdata': /kisskb/src/drivers/mfd/palmas.c:394:6: note: byref variable will be forcibly initialized u32 prop; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/rtc.h:206, from /kisskb/src/drivers/rtc/interface.c:18: /kisskb/src/drivers/rtc/interface.c: In function 'perf_trace_rtc_time_alarm_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_time_alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_time_alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/palmas.c: In function 'palmas_i2c_probe': /kisskb/src/drivers/mfd/palmas.c:513:15: note: byref variable will be forcibly initialized unsigned int reg, addr; ^~~ /kisskb/src/drivers/rtc/interface.c: In function 'perf_trace_rtc_irq_set_freq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_freq, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_freq, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'perf_trace_rtc_irq_set_state': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_state, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_state, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'perf_trace_rtc_alarm_irq_enable': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_alarm_irq_enable, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_alarm_irq_enable, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'perf_trace_rtc_offset_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_offset_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_offset_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'perf_trace_rtc_timer_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/rtc.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/rtc.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_timer_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rtc.h:206, from /kisskb/src/drivers/rtc/interface.c:18: /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_time_alarm_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_time_alarm_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_irq_set_freq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_freq, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_irq_set_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_irq_set_state, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_alarm_irq_enable': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(rtc_alarm_irq_enable, ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_offset_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_offset_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_timer_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/rtc.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(rtc_timer_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/xen-scsifront.c: In function 'scsifront_finish_all': /kisskb/src/drivers/scsi/xen-scsifront.c:383:26: note: byref variable will be forcibly initialized struct vscsiif_response resp; ^~~~ /kisskb/src/drivers/rtc/interface.c: In function '__rtc_set_alarm': /kisskb/src/drivers/rtc/interface.c:411:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/scsi/xen-scsifront.c: In function 'scsifront_alloc_ring': /kisskb/src/drivers/scsi/xen-scsifront.c:712:14: note: byref variable will be forcibly initialized grant_ref_t gref; ^~~~ /kisskb/src/drivers/scsi/xen-scsifront.c: In function 'scsifront_init_ring': /kisskb/src/drivers/scsi/xen-scsifront.c:777:28: note: byref variable will be forcibly initialized struct xenbus_transaction xbt; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/xen-scsifront.c:31: /kisskb/src/drivers/scsi/xen-scsifront.c: In function 'scsifront_suspend': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/xen-scsifront.c:923:9: note: in expansion of macro 'wait_event_interruptible' err = wait_event_interruptible(info->wq_pause, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_remove': /kisskb/src/drivers/rtc/interface.c:870:21: note: byref variable will be forcibly initialized struct rtc_wkalrm alarm; ^~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_enqueue': /kisskb/src/drivers/rtc/interface.c:822:21: note: byref variable will be forcibly initialized struct rtc_wkalrm alarm; ^~~~~ /kisskb/src/drivers/rtc/interface.c:805:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/scsi/xen-scsifront.c: In function 'scsifront_do_lun_hotplug': /kisskb/src/drivers/scsi/xen-scsifront.c:982:30: note: byref variable will be forcibly initialized unsigned int hst, chn, tgt, lun; ^~~ /kisskb/src/drivers/scsi/xen-scsifront.c:982:25: note: byref variable will be forcibly initialized unsigned int hst, chn, tgt, lun; ^~~ /kisskb/src/drivers/scsi/xen-scsifront.c:982:20: note: byref variable will be forcibly initialized unsigned int hst, chn, tgt, lun; ^~~ /kisskb/src/drivers/scsi/xen-scsifront.c:982:15: note: byref variable will be forcibly initialized unsigned int hst, chn, tgt, lun; ^~~ /kisskb/src/drivers/scsi/xen-scsifront.c:981:15: note: byref variable will be forcibly initialized unsigned int device_state; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/xen-scsifront.c:980:15: note: byref variable will be forcibly initialized unsigned int dir_n = 0; ^~~~~ /kisskb/src/drivers/scsi/xen-scsifront.c:978:7: note: byref variable will be forcibly initialized char str[64]; ^~~ /kisskb/src/drivers/rtc/interface.c: In function '__rtc_read_alarm': /kisskb/src/drivers/rtc/interface.c:215:26: note: byref variable will be forcibly initialized struct rtc_time before, now; ^~~ /kisskb/src/drivers/rtc/interface.c:215:18: note: byref variable will be forcibly initialized struct rtc_time before, now; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/scsi/xen-scsifront.c:35: /kisskb/src/drivers/scsi/xen-scsifront.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_initialize_alarm': /kisskb/src/drivers/rtc/interface.c:496:18: note: byref variable will be forcibly initialized struct rtc_time now; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/xen-scsifront.c:31: /kisskb/src/drivers/scsi/xen-scsifront.c: In function 'scsifront_action_handler': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/xen-scsifront.c:624:8: note: in expansion of macro 'wait_event_interruptible' err = wait_event_interruptible(shadow->wq_reset, shadow->wait_reset); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/xen-scsifront.c:618:9: note: in expansion of macro 'wait_event_interruptible' err = wait_event_interruptible(info->wq_sync, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_update_irq_enable': /kisskb/src/drivers/rtc/interface.c:585:19: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/scsi/xen-scsifront.c: In function 'map_data_for_request': /kisskb/src/drivers/scsi/xen-scsifront.c:402:14: note: byref variable will be forcibly initialized grant_ref_t gref_head; ^~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_do_work': /kisskb/src/drivers/rtc/interface.c:936:21: note: byref variable will be forcibly initialized struct rtc_wkalrm alarm; ^~~~~ /kisskb/src/drivers/rtc/interface.c:902:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/scsi/xen-scsifront.c: In function 'scsifront_probe': /kisskb/src/drivers/scsi/xen-scsifront.c:832:7: note: byref variable will be forcibly initialized char name[TASK_COMM_LEN]; ^~~~ /kisskb/src/drivers/i2c/algos/i2c-algo-pcf.c: In function 'pcf_readbytes': /kisskb/src/drivers/i2c/algos/i2c-algo-pcf.c:241:9: note: byref variable will be forcibly initialized int i, status; ^~~~~~ /kisskb/src/drivers/i2c/algos/i2c-algo-pcf.c: In function 'pcf_sendbytes': /kisskb/src/drivers/i2c/algos/i2c-algo-pcf.c:209:15: note: byref variable will be forcibly initialized int wrcount, status, timeout; ^~~~~~ /kisskb/src/drivers/i2c/algos/i2c-algo-pcf.c: In function 'pcf_xfer': /kisskb/src/drivers/i2c/algos/i2c-algo-pcf.c:301:22: note: byref variable will be forcibly initialized int ret=0, timeout, status; ^~~~~~ In file included from /kisskb/src/drivers/scsi/st.c:34: /kisskb/src/drivers/scsi/st.c: In function 'put_user_mtget': /kisskb/src/include/linux/mtio.h:33:17: note: byref variable will be forcibly initialized struct mtget32 k32 = { ^~~ /kisskb/src/drivers/scsi/ses.c: In function 'ses_send_diag': /kisskb/src/drivers/scsi/ses.c:131:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/ses.c:123:16: note: byref variable will be forcibly initialized unsigned char cmd[] = { ^~~ /kisskb/src/drivers/scsi/ses.c: In function 'ses_recv_diag': /kisskb/src/drivers/scsi/ses.c:91:24: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/scsi/ses.c:81:16: note: byref variable will be forcibly initialized unsigned char cmd[] = { ^~~ /kisskb/src/drivers/scsi/ses.c: In function 'ses_set_power_status': /kisskb/src/drivers/scsi/ses.c:372:16: note: byref variable will be forcibly initialized unsigned char desc[4]; ^~~~ /kisskb/src/drivers/scsi/ses.c: In function 'ses_set_active': /kisskb/src/drivers/scsi/ses.c:316:16: note: byref variable will be forcibly initialized unsigned char desc[4]; ^~~~ /kisskb/src/drivers/scsi/ses.c: In function 'ses_set_locate': /kisskb/src/drivers/scsi/ses.c:285:16: note: byref variable will be forcibly initialized unsigned char desc[4]; ^~~~ /kisskb/src/drivers/scsi/ses.c: In function 'ses_set_fault': /kisskb/src/drivers/scsi/ses.c:225:16: note: byref variable will be forcibly initialized unsigned char desc[4]; ^~~~ /kisskb/src/drivers/scsi/st.c: In function 'st_setup': /kisskb/src/drivers/scsi/st.c:4099:14: note: byref variable will be forcibly initialized int i, len, ints[5]; ^~~~ In file included from /kisskb/src/drivers/scsi/ses.c:8: /kisskb/src/drivers/scsi/ses.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/sg.c:24: /kisskb/src/drivers/scsi/sg.c: In function 'open_wait': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:267:13: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible(sdp->open_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:254:13: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible(sdp->open_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_rq_end_io': /kisskb/src/drivers/scsi/sg.c:1355:25: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ In file included from /kisskb/src/drivers/scsi/st.c:32: /kisskb/src/drivers/scsi/st.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/scsi/sg.c:35: /kisskb/src/drivers/scsi/sg.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/st.c: In function 'create_one_cdev': /kisskb/src/drivers/scsi/st.c:4163:7: note: byref variable will be forcibly initialized char name[10]; ^~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_start_req': /kisskb/src/drivers/scsi/sg.c:1788:19: note: byref variable will be forcibly initialized struct iov_iter i; ^ /kisskb/src/drivers/scsi/sg.c:1787:17: note: byref variable will be forcibly initialized struct iovec *iov = NULL; ^~~ /kisskb/src/drivers/scsi/sg.c:1702:26: note: byref variable will be forcibly initialized struct rq_map_data *md, map_data; ^~~~~~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_new_write': /kisskb/src/drivers/scsi/sg.c:723:16: note: byref variable will be forcibly initialized unsigned char cmnd[SG_MAX_CDB_SIZE]; ^~~~ /kisskb/src/drivers/scsi/st.c: In function 'read_mode_page': /kisskb/src/drivers/scsi/st.c:2475:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/st.c: In function 'write_mode_page': /kisskb/src/drivers/scsi/st.c:2501:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/st.c: In function 'format_medium': /kisskb/src/drivers/scsi/st.c:3332:16: note: byref variable will be forcibly initialized unsigned char scmd[MAX_COMMAND_SIZE]; ^~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_ioctl_common': /kisskb/src/drivers/scsi/sg.c:984:17: note: byref variable will be forcibly initialized sg_scsi_id_t v; ^ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/sg.c:24: /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:943:12: note: in expansion of macro 'wait_event_interruptible' result = wait_event_interruptible(sfp->read_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:926:14: note: byref variable will be forcibly initialized Sg_request *srp; ^~~ /kisskb/src/drivers/scsi/st.c: In function 'st_int_ioctl': /kisskb/src/drivers/scsi/st.c:2699:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/sg.c:24: /kisskb/src/drivers/scsi/sg.c: In function 'sg_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:476:12: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible(sfp->read_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:447:6: note: byref variable will be forcibly initialized int req_pack_id = -1; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/st.c: In function 'cross_eof': /kisskb/src/drivers/scsi/st.c:728:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/st.c: In function 'get_location': /kisskb/src/drivers/scsi/st.c:3103:16: note: byref variable will be forcibly initialized unsigned char scmd[MAX_COMMAND_SIZE]; ^~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_write': /kisskb/src/drivers/scsi/sg.c:613:16: note: byref variable will be forcibly initialized unsigned char cmnd[SG_MAX_CDB_SIZE]; ^~~~ /kisskb/src/drivers/scsi/sg.c:611:19: note: byref variable will be forcibly initialized struct sg_header old_hdr; ^~~~~~~ /kisskb/src/drivers/scsi/st.c: In function 'find_partition': /kisskb/src/drivers/scsi/st.c:3264:15: note: byref variable will be forcibly initialized unsigned int block; ^~~~~ /kisskb/src/drivers/scsi/st.c:3263:9: note: byref variable will be forcibly initialized int i, partition; ^~~~~~~~~ /kisskb/src/drivers/scsi/st.c: In function 'set_location': /kisskb/src/drivers/scsi/st.c:3166:16: note: byref variable will be forcibly initialized unsigned char scmd[MAX_COMMAND_SIZE]; ^~~~ /kisskb/src/drivers/scsi/st.c:3164:15: note: byref variable will be forcibly initialized unsigned int blk; ^~~ /kisskb/src/drivers/scsi/st.c:3163:14: note: byref variable will be forcibly initialized int result, p; ^ /kisskb/src/drivers/scsi/st.c: In function 'st_flush_write_buffer': /kisskb/src/drivers/scsi/st.c:765:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_last_dev': /kisskb/src/drivers/scsi/sg.c:2241:6: note: byref variable will be forcibly initialized int k = -1; ^ /kisskb/src/drivers/scsi/st.c: In function 'st_flush': /kisskb/src/drivers/scsi/st.c:1341:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/st.c: In function 'test_ready': /kisskb/src/drivers/scsi/st.c:967:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_proc_write_dressz': /kisskb/src/drivers/scsi/sg.c:2390:16: note: byref variable will be forcibly initialized unsigned long k = ULONG_MAX; ^ /kisskb/src/drivers/scsi/sg.c: In function 'sg_proc_write_adio': /kisskb/src/drivers/scsi/sg.c:2369:16: note: byref variable will be forcibly initialized unsigned long num; ^~~ /kisskb/src/drivers/scsi/st.c: In function 'check_tape': /kisskb/src/drivers/scsi/st.c:1040:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE], saved_cleaning; ^~~ /kisskb/src/drivers/scsi/st.c: In function 'do_load_unload': /kisskb/src/drivers/scsi/st.c:2601:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/st.c: In function 'st_ioctl': /kisskb/src/drivers/scsi/st.c:3806:16: note: byref variable will be forcibly initialized struct mtpos mt_pos; ^~~~~~ /kisskb/src/drivers/scsi/st.c:3741:16: note: byref variable will be forcibly initialized struct mtget mt_status; ^~~~~~~~~ /kisskb/src/drivers/scsi/st.c:3536:15: note: byref variable will be forcibly initialized struct mtop mtc; ^~~ /kisskb/src/drivers/scsi/st.c:3503:15: note: byref variable will be forcibly initialized unsigned int blk; ^~~ /kisskb/src/drivers/scsi/st.c:3501:27: note: byref variable will be forcibly initialized int i, cmd_nr, cmd_type, bt; ^~ /kisskb/src/drivers/scsi/st.c: In function 'read_tape': /kisskb/src/drivers/scsi/st.c:1900:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/st.c: In function 'st_read': /kisskb/src/drivers/scsi/st.c:2098:21: note: byref variable will be forcibly initialized struct st_request *SRpnt = NULL; ^~~~~ /kisskb/src/drivers/scsi/st.c:2096:10: note: byref variable will be forcibly initialized ssize_t i, transfer; ^ /kisskb/src/drivers/scsi/st.c: In function 'st_write': /kisskb/src/drivers/scsi/st.c:1624:16: note: byref variable will be forcibly initialized unsigned char cmd[MAX_COMMAND_SIZE]; ^~~ /kisskb/src/drivers/scsi/st.c:1620:10: note: byref variable will be forcibly initialized ssize_t i, do_count, blks, transfer; ^ In file included from /kisskb/src/drivers/mfd/rc5t583.c:19: /kisskb/src/drivers/mfd/rc5t583.c: In function 'rc5t583_read': /kisskb/src/include/linux/mfd/rc5t583.h:335:15: note: byref variable will be forcibly initialized unsigned int ival; ^~~~ /kisskb/src/drivers/mfd/rc5t583.c: In function '__rc5t583_set_ext_pwrreq1_control': /kisskb/src/drivers/mfd/rc5t583.c:75:10: note: byref variable will be forcibly initialized uint8_t sleepseq_val = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c: In function 'alloc_io_space': /kisskb/src/drivers/pcmcia/pcmcia_resource.c:100:15: note: byref variable will be forcibly initialized unsigned int base = res->start; ^~~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c: In function 'pcmcia_fixup_iowidth': /kisskb/src/drivers/pcmcia/pcmcia_resource.c:257:16: note: byref variable will be forcibly initialized pccard_io_map io_on; ^~~~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c:256:16: note: byref variable will be forcibly initialized pccard_io_map io_off = { 0, 0, 0, 0, 1 }; ^~~~~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c: In function 'pcmcia_release_configuration': /kisskb/src/drivers/pcmcia/pcmcia_resource.c:348:16: note: byref variable will be forcibly initialized pccard_io_map io = { 0, 0, 0, 0, 1 }; ^~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c: In function 'pcmcia_enable_device': /kisskb/src/drivers/pcmcia/pcmcia_resource.c:582:6: note: byref variable will be forcibly initialized u8 b = resource_size(&c->io[0]) + resource_size(&c->io[1]) - 1; ^ /kisskb/src/drivers/pcmcia/pcmcia_resource.c:576:6: note: byref variable will be forcibly initialized u8 b = c->io[0].start & 0xff; ^ /kisskb/src/drivers/pcmcia/pcmcia_resource.c:549:7: note: byref variable will be forcibly initialized u16 tmp = 0; ^~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c:544:7: note: byref variable will be forcibly initialized u16 tmp = 0; ^~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c:489:16: note: byref variable will be forcibly initialized unsigned char option = 0; ^~~~~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c:488:16: note: byref variable will be forcibly initialized unsigned char ext_status = 0; ^~~~~~~~~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c:487:16: note: byref variable will be forcibly initialized unsigned char status = 0; ^~~~~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c:486:16: note: byref variable will be forcibly initialized pccard_io_map iomap; ^~~~~ /kisskb/src/drivers/usb/core/usb.c: In function 'usb_find_interface': /kisskb/src/drivers/usb/core/usb.c:353:28: note: byref variable will be forcibly initialized struct find_interface_arg argb; ^~~~ /kisskb/src/drivers/usb/core/usb.c: In function 'usb_for_each_dev': /kisskb/src/drivers/usb/core/usb.c:395:22: note: byref variable will be forcibly initialized struct each_dev_arg arg = {data, fn}; ^~~ /kisskb/src/drivers/usb/core/usb.c: In function 'usb_for_each_port': /kisskb/src/drivers/usb/core/usb.c:441:22: note: byref variable will be forcibly initialized struct each_hub_arg arg = {data, fn}; ^~~ In file included from /kisskb/src/drivers/mfd/rc5t583-irq.c:14: /kisskb/src/drivers/mfd/rc5t583-irq.c: In function 'rc5t583_read': /kisskb/src/include/linux/mfd/rc5t583.h:335:15: note: byref variable will be forcibly initialized unsigned int ival; ^~~~ /kisskb/src/drivers/mfd/rc5t583-irq.c: In function 'rc5t583_irq': /kisskb/src/drivers/mfd/rc5t583-irq.c:245:10: note: byref variable will be forcibly initialized uint8_t master_int = 0; ^~~~~~~~~~ /kisskb/src/drivers/mfd/rc5t583-irq.c:244:10: note: byref variable will be forcibly initialized uint8_t int_sts[RC5T583_MAX_INTERRUPT_MASK_REGS]; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'dyn_cap_needed_attribute_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1215:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_cur_buf_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1101:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(wb_cur_buf, _CURR_WB_BUFF_SIZE); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_life_time_est_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1100:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(wb_life_time_est, _WB_BUFF_LIFE_TIME_EST); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_avail_buf_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1099:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(wb_avail_buf, _AVAIL_WB_BUFF_SIZE); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_flush_status_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1098:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(wb_flush_status, _WB_FLUSH_STATUS); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'psa_data_size_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1097:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(psa_data_size, _PSA_DATA_SIZE); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'psa_state_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1096:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(psa_state, _PSA_STATE); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'ffu_status_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1095:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(ffu_status, _FFU_STATUS); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'exception_event_status_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1094:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(exception_event_status, _EE_STATUS); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'exception_event_control_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1093:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(exception_event_control, _EE_CONTROL); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'max_number_of_rtt_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1092:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(max_number_of_rtt, _MAX_NUM_OF_RTT); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'configuration_descriptor_lock_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1091:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(configuration_descriptor_lock, _CONF_DESC_LOCK); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'reference_clock_frequency_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1090:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(reference_clock_frequency, _REF_CLK_FREQ); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'max_data_out_size_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1089:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(max_data_out_size, _MAX_DATA_OUT); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'max_data_in_size_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1088:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(max_data_in_size, _MAX_DATA_IN); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'purge_status_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1087:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(purge_status, _PURGE_STATUS); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'bkops_status_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1086:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(bkops_status, _BKOPS_STATUS); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'ooo_data_enabled_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1085:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(ooo_data_enabled, _OOO_DATA_EN); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'active_icc_level_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1084:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(active_icc_level, _ACTIVE_ICC_LVL); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'current_power_mode_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1083:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(current_power_mode, _POWER_MODE); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'max_data_size_hpb_single_cmd_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1082:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(max_data_size_hpb_single_cmd, _MAX_HPB_SINGLE_CMD); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'boot_lun_enabled_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized u32 value; \ ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1081:1: note: in expansion of macro 'UFS_ATTRIBUTE' UFS_ATTRIBUTE(boot_lun_enabled, _BOOT_LU_EN); ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'hpb_enable_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1021:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(hpb_enable, _HPB_EN); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_flush_during_h8_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1020:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(wb_flush_during_h8, _WB_BUFF_FLUSH_DURING_HIBERN8); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_flush_en_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1019:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(wb_flush_en, _WB_BUFF_FLUSH_EN); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_enable_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1018:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(wb_enable, _WB_EN); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'disable_fw_update_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1017:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(disable_fw_update, _PERMANENTLY_DISABLE_FW_UPDATE); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'busy_rtc_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1016:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(busy_rtc, _BUSY_RTC); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'phy_resource_removal_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1015:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(phy_resource_removal, _FPHYRESOURCEREMOVAL); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'life_span_mode_enable_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1014:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(life_span_mode_enable, _LIFE_SPAN_MODE_ENABLE); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'bkops_enable_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1013:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(bkops_enable, _BKOPS_EN); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'power_on_wpe_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1012:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(power_on_wpe, _PWR_ON_WPE); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'permanent_wpe_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1011:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(permanent_wpe, _PERMANENT_WPE); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'device_init_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized bool flag; \ ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1010:1: note: in expansion of macro 'UFS_FLAG' UFS_FLAG(device_init, _FDEVICEINIT); ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'product_revision_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:917:6: note: byref variable will be forcibly initialized u8 *desc_buf; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:957:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(product_revision, _PRDCT_REV); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:916:6: note: byref variable will be forcibly initialized int desc_len = QUERY_DESC_MAX_SIZE; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:957:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(product_revision, _PRDCT_REV); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'serial_number_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:917:6: note: byref variable will be forcibly initialized u8 *desc_buf; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:956:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(serial_number, _SN); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:916:6: note: byref variable will be forcibly initialized int desc_len = QUERY_DESC_MAX_SIZE; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:956:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(serial_number, _SN); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'oem_id_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:917:6: note: byref variable will be forcibly initialized u8 *desc_buf; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:955:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(oem_id, _OEM_ID); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:916:6: note: byref variable will be forcibly initialized int desc_len = QUERY_DESC_MAX_SIZE; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:955:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(oem_id, _OEM_ID); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'product_name_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:917:6: note: byref variable will be forcibly initialized u8 *desc_buf; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:954:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(product_name, _PRDCT_NAME); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:916:6: note: byref variable will be forcibly initialized int desc_len = QUERY_DESC_MAX_SIZE; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:954:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(product_name, _PRDCT_NAME); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'manufacturer_name_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:917:6: note: byref variable will be forcibly initialized u8 *desc_buf; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:953:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(manufacturer_name, _MANF_NAME); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:916:6: note: byref variable will be forcibly initialized int desc_len = QUERY_DESC_MAX_SIZE; \ ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:953:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' UFS_STRING_DESCRIPTOR(manufacturer_name, _MANF_NAME); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'monitor_chunk_size_store': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:329:16: note: byref variable will be forcibly initialized unsigned long value, flags; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'ufs_sysfs_pm_lvl_store': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:43:23: note: byref variable will be forcibly initialized unsigned long flags, value; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'monitor_enable_store': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:294:16: note: byref variable will be forcibly initialized unsigned long value, flags; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_on_store': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:224:15: note: byref variable will be forcibly initialized unsigned int wb_enable; ^~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'auto_hibern8_store': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:187:15: note: byref variable will be forcibly initialized unsigned int timer; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/input/serio/libps2.c:10: /kisskb/src/drivers/input/serio/libps2.c: In function 'ps2_do_sendbyte': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:45:4: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(ps2dev->wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c: In function 'ps2_drain': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:136:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(ps2dev->wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c: In function '__ps2_command': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:291:3: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(ps2dev->wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:285:12: note: in expansion of macro 'wait_event_timeout' timeout = wait_event_timeout(ps2dev->wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:233:5: note: byref variable will be forcibly initialized u8 send_param[16]; ^~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c: In function 'ps2_sliced_command': /kisskb/src/drivers/input/serio/libps2.c:359:6: note: byref variable will be forcibly initialized u8 d = (command >> i) & 3; ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'scsi_debug_write_info': /kisskb/src/drivers/scsi/scsi_debug.c:5793:6: note: byref variable will be forcibly initialized int opts; ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c:5792:7: note: byref variable will be forcibly initialized char arr[16]; ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'strict_store': /kisskb/src/drivers/scsi/scsi_debug.c:6557:6: note: byref variable will be forcibly initialized int n; ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'host_lock_store': /kisskb/src/drivers/scsi/scsi_debug.c:6540:6: note: byref variable will be forcibly initialized int n; ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'removable_store': /kisskb/src/drivers/scsi/scsi_debug.c:6522:6: note: byref variable will be forcibly initialized int n; ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'statistics_store': /kisskb/src/drivers/scsi/scsi_debug.c:6424:6: note: byref variable will be forcibly initialized int n; ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'vpd_use_hostno_store': /kisskb/src/drivers/scsi/scsi_debug.c:6407:6: note: byref variable will be forcibly initialized int n; ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'virtual_gb_store': /kisskb/src/drivers/scsi/scsi_debug.c:6324:6: note: byref variable will be forcibly initialized int n; ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'max_luns_store': /kisskb/src/drivers/scsi/scsi_debug.c:6225:6: note: byref variable will be forcibly initialized int n; ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'num_tgts_store': /kisskb/src/drivers/scsi/scsi_debug.c:6108:6: note: byref variable will be forcibly initialized int n; ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'no_lun_0_store': /kisskb/src/drivers/scsi/scsi_debug.c:6091:6: note: byref variable will be forcibly initialized int n; ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'dsense_store': /kisskb/src/drivers/scsi/scsi_debug.c:6026:6: note: byref variable will be forcibly initialized int n; ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'ptype_store': /kisskb/src/drivers/scsi/scsi_debug.c:6003:6: note: byref variable will be forcibly initialized int n; ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'sdebug_build_parts': /kisskb/src/drivers/scsi/scsi_debug.c:5296:6: note: byref variable will be forcibly initialized int starts[SDEBUG_MAX_PARTS + 2], max_part_secs; ^~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'ndelay_store': /kisskb/src/drivers/scsi/scsi_debug.c:5934:6: note: byref variable will be forcibly initialized int ndelay, res; ^~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'delay_store': /kisskb/src/drivers/scsi/scsi_debug.c:5895:6: note: byref variable will be forcibly initialized int jdelay, res; ^~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'scsi_debug_show_info': /kisskb/src/drivers/scsi/scsi_debug.c:5859:17: note: byref variable will be forcibly initialized unsigned long l_idx; ^~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'max_queue_store': /kisskb/src/drivers/scsi/scsi_debug.c:6266:9: note: byref variable will be forcibly initialized int j, n, k, a; ^ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/scsi/scsi_debug.c:23: /kisskb/src/drivers/scsi/scsi_debug.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/scsi/scsi_debug.c:23: /kisskb/src/drivers/scsi/scsi_debug.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'store_shost_eh_deadline': /kisskb/src/drivers/scsi/scsi_sysfs.c:337:16: note: byref variable will be forcibly initialized unsigned long deadline, flags; ^~~~~~~~ /kisskb/src/drivers/mfd/syscon.c: In function 'of_syscon_register': /kisskb/src/drivers/mfd/syscon.c:52:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/mfd/syscon.c:49:6: note: byref variable will be forcibly initialized u32 reg_io_width; ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'check_set': /kisskb/src/drivers/scsi/scsi_sysfs.c:118:8: note: byref variable will be forcibly initialized char *last; ^~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'scsi_scan': /kisskb/src/drivers/scsi/scsi_sysfs.c:136:34: note: byref variable will be forcibly initialized unsigned long long channel, id, lun; ^~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:136:30: note: byref variable will be forcibly initialized unsigned long long channel, id, lun; ^~ /kisskb/src/drivers/scsi/scsi_sysfs.c:136:21: note: byref variable will be forcibly initialized unsigned long long channel, id, lun; ^~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:31: note: byref variable will be forcibly initialized char s1[15], s2[15], s3[17], junk; ^~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:23: note: byref variable will be forcibly initialized char s1[15], s2[15], s3[17], junk; ^~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:15: note: byref variable will be forcibly initialized char s1[15], s2[15], s3[17], junk; ^~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:7: note: byref variable will be forcibly initialized char s1[15], s2[15], s3[17], junk; ^~ /kisskb/src/drivers/mfd/syscon.c: In function 'syscon_regmap_lookup_by_phandle_args': /kisskb/src/drivers/mfd/syscon.c:235:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/scsi_sysfs.c:10: /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'scsi_device_dev_release_usercontext': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/rcupdate.h:470:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:486:13: note: in expansion of macro 'rcu_replace_pointer' vpd_pg89 = rcu_replace_pointer(sdev->vpd_pg89, vpd_pg89, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/rcupdate.h:470:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:484:13: note: in expansion of macro 'rcu_replace_pointer' vpd_pg83 = rcu_replace_pointer(sdev->vpd_pg83, vpd_pg83, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/rcupdate.h:470:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:482:13: note: in expansion of macro 'rcu_replace_pointer' vpd_pg80 = rcu_replace_pointer(sdev->vpd_pg80, vpd_pg80, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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/rcupdate.h:470:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((rcu_ptr), (ptr)); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:480:12: note: in expansion of macro 'rcu_replace_pointer' vpd_pg0 = rcu_replace_pointer(sdev->vpd_pg0, vpd_pg0, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'sdev_store_queue_ramp_up_period': /kisskb/src/drivers/scsi/scsi_sysfs.c:1198:15: note: byref variable will be forcibly initialized unsigned int period; ^~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'sdev_store_eh_timeout': /kisskb/src/drivers/scsi/scsi_sysfs.c:728:15: note: byref variable will be forcibly initialized unsigned int eh_timeout; ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'sdev_store_timeout': /kisskb/src/drivers/scsi/scsi_sysfs.c:707:6: note: byref variable will be forcibly initialized int timeout; ^~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'mk_sense_invalid_fld': /kisskb/src/drivers/scsi/scsi_debug.c:923:5: note: byref variable will be forcibly initialized u8 sks[4]; ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_rsup_tmfs': /kisskb/src/drivers/scsi/scsi_debug.c:2128:5: note: byref variable will be forcibly initialized u8 arr[16]; ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_get_lba_status': /kisskb/src/drivers/scsi/scsi_debug.c:4017:5: note: byref variable will be forcibly initialized u8 arr[SDEBUG_GET_LBA_STATUS_LEN]; ^~~ /kisskb/src/drivers/scsi/scsi_debug.c:4015:25: note: byref variable will be forcibly initialized u32 alloc_len, mapped, num; ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_readcap16': /kisskb/src/drivers/scsi/scsi_debug.c:1860:16: note: byref variable will be forcibly initialized unsigned char arr[SDEBUG_READCAP16_ARR_SZ]; ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_readcap': /kisskb/src/drivers/scsi/scsi_debug.c:1840:16: note: byref variable will be forcibly initialized unsigned char arr[SDEBUG_READCAP_ARR_SZ]; ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_log_sense': /kisskb/src/drivers/scsi/scsi_debug.c:2591:16: note: byref variable will be forcibly initialized unsigned char arr[SDEBUG_MAX_LSENSE_SZ]; ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_mode_sense': /kisskb/src/drivers/scsi/scsi_debug.c:2321:16: note: byref variable will be forcibly initialized unsigned char arr[SDEBUG_MAX_MSENSE_SZ]; ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_requests': /kisskb/src/drivers/scsi/scsi_debug.c:1732:16: note: byref variable will be forcibly initialized unsigned char arr[SCSI_SENSE_BUFFERSIZE]; /* assume >= 18 bytes */ ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_mode_select': /kisskb/src/drivers/scsi/scsi_debug.c:2484:16: note: byref variable will be forcibly initialized unsigned char arr[SDEBUG_MAX_MSELECT_SZ]; ^~~ /kisskb/src/drivers/mfd/sec-core.c: In function 'sec_pmic_dump_rev': /kisskb/src/drivers/mfd/sec-core.c:253:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'dif_copy_prot': /kisskb/src/drivers/scsi/scsi_debug.c:3044:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'prot_verify_write': /kisskb/src/drivers/scsi/scsi_debug.c:3275:25: note: byref variable will be forcibly initialized struct sg_mapping_iter piter; ^~~~~ /kisskb/src/drivers/scsi/scsi_debug.c:3274:25: note: byref variable will be forcibly initialized struct sg_mapping_iter diter; ^~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_report_luns': /kisskb/src/drivers/scsi/scsi_debug.c:4146:5: note: byref variable will be forcibly initialized u8 arr[RL_BUCKET_ELEMS * sizeof(struct scsi_lun)]; ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'inquiry_vpd_83': /kisskb/src/drivers/scsi/scsi_debug.c:1226:7: note: byref variable will be forcibly initialized char b[32]; ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_inquiry': /kisskb/src/drivers/scsi/scsi_debug.c:1591:8: note: byref variable will be forcibly initialized char lu_id_str[6]; ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'scsi_debug_queuecommand': /kisskb/src/drivers/scsi/scsi_debug.c:7419:8: note: byref variable will be forcibly initialized char b[120]; ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'lun_format_store': /kisskb/src/drivers/scsi/scsi_debug.c:6188:6: note: byref variable will be forcibly initialized int n; ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'cdb_len_store': /kisskb/src/drivers/scsi/scsi_debug.c:6580:11: note: byref variable will be forcibly initialized int ret, n; ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'random_store': /kisskb/src/drivers/scsi/scsi_debug.c:6505:7: note: byref variable will be forcibly initialized bool v; ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'per_host_store_store': /kisskb/src/drivers/scsi/scsi_debug.c:6133:7: note: byref variable will be forcibly initialized bool v; ^ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_dma_rw_chunk': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:3034:19: note: byref variable will be forcibly initialized struct vfio_dma *dma; ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'sdebug_add_store': /kisskb/src/drivers/scsi/scsi_debug.c:7007:6: note: byref variable will be forcibly initialized u32 n_idx; ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_dma_rw': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:3094:9: note: byref variable will be forcibly initialized size_t done; ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'sdebug_erase_all_stores': /kisskb/src/drivers/scsi/scsi_debug.c:6987:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'every_nth_store': /kisskb/src/drivers/scsi/scsi_debug.c:6157:7: note: byref variable will be forcibly initialized char work[20]; ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c:6156:6: note: byref variable will be forcibly initialized int nth; ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/vfio/vfio_iommu_type1.c:25: /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'opts_store': /kisskb/src/drivers/scsi/scsi_debug.c:5975:7: note: byref variable will be forcibly initialized char work[20]; ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c:5974:6: note: byref variable will be forcibly initialized int opts; ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'fake_rw_store': /kisskb/src/drivers/scsi/scsi_debug.c:6043:6: note: byref variable will be forcibly initialized int n, idx; ^ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'put_pfn': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:458:16: note: byref variable will be forcibly initialized struct page *page = pfn_to_page(pfn); ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'add_host_store': /kisskb/src/drivers/scsi/scsi_debug.c:6369:6: note: byref variable will be forcibly initialized int delta_hosts; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c:6366:16: note: byref variable will be forcibly initialized unsigned long idx; ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'follow_fault_pfn': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:515:8: note: byref variable will be forcibly initialized bool unlocked = false; ^~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:510:14: note: byref variable will be forcibly initialized spinlock_t *ptl; ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:509:9: note: byref variable will be forcibly initialized pte_t *ptep; ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_pin_page_external': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:781:15: note: byref variable will be forcibly initialized struct page *pages[1]; ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_pin_pages_remote': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:650:16: note: byref variable will be forcibly initialized unsigned long pfn; ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_pin_pages': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:839:19: note: byref variable will be forcibly initialized struct vfio_dma *dma; ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_unmap_unpin': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1084:7: note: byref variable will be forcibly initialized long unlocked = 0; ^~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1083:6: note: byref variable will be forcibly initialized int unmapped_region_cnt = 0; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1082:28: note: byref variable will be forcibly initialized struct iommu_iotlb_gather iotlb_gather; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/arch/arm64/include/asm/arch_timer.h:18, from /kisskb/src/arch/arm64/include/asm/timex.h:8, from /kisskb/src/include/linux/timex.h:65, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/drivers/vfio/vfio_iommu_type1.c:24: /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1081:12: note: byref variable will be forcibly initialized LIST_HEAD(unmapped_region_list); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1079:13: note: byref variable will be forcibly initialized dma_addr_t iova = dma->iova, end = dma->iova + dma->size; ^~~~ In file included from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/arch/arm64/include/asm/arch_timer.h:18, from /kisskb/src/arch/arm64/include/asm/timex.h:8, from /kisskb/src/include/linux/timex.h:65, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/drivers/vfio/vfio_iommu_type1.c:24: /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_resv_refresh': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2420:12: note: byref variable will be forcibly initialized LIST_HEAD(resv_regions); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_detach_group': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2461:12: note: byref variable will be forcibly initialized LIST_HEAD(iova_copy); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_replay': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1753:19: note: byref variable will be forcibly initialized unsigned long pfn; ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1697:20: note: byref variable will be forcibly initialized struct vfio_batch batch; ^~~~~ In file included from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/arch/arm64/include/asm/arch_timer.h:18, from /kisskb/src/arch/arm64/include/asm/timex.h:8, from /kisskb/src/include/linux/timex.h:65, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/drivers/vfio/vfio_iommu_type1.c:24: /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_attach_group': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2167:12: note: byref variable will be forcibly initialized LIST_HEAD(group_resv_regions); ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2166:12: note: byref variable will be forcibly initialized LIST_HEAD(iova_copy); ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2164:14: note: byref variable will be forcibly initialized phys_addr_t resv_msi_base = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2162:19: note: byref variable will be forcibly initialized struct bus_type *bus = NULL; ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_pin_map_dma': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1490:16: note: byref variable will be forcibly initialized unsigned long pfn, limit = rlimit(RLIMIT_MEMLOCK) >> PAGE_SHIFT; ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1487:20: note: byref variable will be forcibly initialized struct vfio_batch batch; ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_migration_build_caps': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2713:45: note: byref variable will be forcibly initialized struct vfio_iommu_type1_info_cap_migration cap_mig; ^~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_dma_avail_build_caps': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2729:41: note: byref variable will be forcibly initialized struct vfio_iommu_type1_info_dma_avail cap_dma_avail; ^~~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_get_info': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2745:23: note: byref variable will be forcibly initialized struct vfio_info_cap caps = { .buf = NULL, .size = 0 }; ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2743:31: note: byref variable will be forcibly initialized struct vfio_iommu_type1_info info; ^~~~ /kisskb/src/drivers/input/mouse/focaltech.c: In function 'focaltech_read_size': /kisskb/src/drivers/input/mouse/focaltech.c:377:7: note: byref variable will be forcibly initialized char param[3]; ^~~~~ /kisskb/src/drivers/input/mouse/focaltech.c: In function 'focaltech_switch_protocol': /kisskb/src/drivers/input/mouse/focaltech.c:268:16: note: byref variable will be forcibly initialized unsigned char param[3]; ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_map_dma': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2809:34: note: byref variable will be forcibly initialized struct vfio_iommu_type1_dma_map map; ^~~ /kisskb/src/drivers/mfd/lm3533-core.c: In function 'lm3533_read': /kisskb/src/drivers/mfd/lm3533-core.c:85:6: note: byref variable will be forcibly initialized int tmp; ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'update_user_bitmap': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1207:16: note: byref variable will be forcibly initialized unsigned long leftover; ^~~~~~~~ /kisskb/src/drivers/mfd/lm3533-core.c: In function 'show_output': /kisskb/src/drivers/mfd/lm3533-core.c:263:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/mfd/lm3533-core.c: In function 'store_output': /kisskb/src/drivers/mfd/lm3533-core.c:299:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_dma_do_unmap': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1409:38: note: byref variable will be forcibly initialized struct vfio_iommu_type1_dma_unmap nb_unmap; ^~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_unmap_dma': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2828:36: note: byref variable will be forcibly initialized struct vfio_iommu_type1_dma_unmap unmap; ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_dirty_pages': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2924:44: note: byref variable will be forcibly initialized struct vfio_iommu_type1_dirty_bitmap_get range; ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2881:39: note: byref variable will be forcibly initialized struct vfio_iommu_type1_dirty_bitmap dirty; ^~~~~ /kisskb/src/drivers/mfd/retu-mfd.c: In function 'retu_power_off': /kisskb/src/drivers/mfd/retu-mfd.c:171:6: note: byref variable will be forcibly initialized int reg; ^~~ /kisskb/src/drivers/mfd/retu-mfd.c: In function 'retu_regmap_write': /kisskb/src/drivers/mfd/retu-mfd.c:209:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/mfd/retu-mfd.c:208:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/mfd/retu-mfd.c: In function 'retu_read': /kisskb/src/drivers/mfd/retu-mfd.c:146:6: note: byref variable will be forcibly initialized int value; ^~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/mfd/iqs62x.c:19: /kisskb/src/drivers/mfd/iqs62x.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_dev_init': /kisskb/src/drivers/mfd/iqs62x.c:111:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_irq': /kisskb/src/drivers/mfd/iqs62x.c:463:5: note: byref variable will be forcibly initialized u8 event_map[IQS62X_EVENT_SIZE]; ^~~~~~~~~ /kisskb/src/drivers/mfd/iqs62x.c:458:27: note: byref variable will be forcibly initialized struct iqs62x_event_data event_data; ^~~~~~~~~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_firmware_parse': /kisskb/src/drivers/mfd/iqs62x.c:226:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_probe': /kisskb/src/drivers/mfd/iqs62x.c:902:14: note: byref variable will be forcibly initialized const char *fw_name = NULL; ^~~~~~~ /kisskb/src/drivers/mfd/iqs62x.c:899:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/mfd/iqs62x.c:898:21: note: byref variable will be forcibly initialized struct iqs62x_info info; ^~~~ /kisskb/src/drivers/mfd/mt6397-core.c: In function 'mt6397_probe': /kisskb/src/drivers/mfd/mt6397-core.c:196:15: note: byref variable will be forcibly initialized unsigned int id = 0; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/drivers/mfd/dln2.c:12: /kisskb/src/drivers/mfd/dln2.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84: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/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/mfd/dln2.c:13: /kisskb/src/drivers/mfd/dln2.c: In function 'alloc_rx_slot': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c:391:8: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(dln2->mod_rx_slots[handle].wq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c:385:6: note: byref variable will be forcibly initialized int slot; ^~~~ /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_send_wait': /kisskb/src/drivers/mfd/dln2.c:339:6: note: byref variable will be forcibly initialized int actual; ^~~~~~ /kisskb/src/drivers/mfd/dln2.c:337:6: note: byref variable will be forcibly initialized int len = obuf_len; ^~~ /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_check_hw': /kisskb/src/drivers/mfd/dln2.c:540:6: note: byref variable will be forcibly initialized int len = sizeof(hw_type); ^~~ /kisskb/src/drivers/mfd/dln2.c:539:9: note: byref variable will be forcibly initialized __le32 hw_type; ^~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/mfd/dln2.c:13: /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_stop': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c:753:2: note: in expansion of macro 'wait_event' wait_event(dln2->disconnect_wq, !dln2->active_transfers); ^~~~~~~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_process_bitmap': /kisskb/src/drivers/input/mouse/alps.c:398:22: note: byref variable will be forcibly initialized struct input_mt_pos corner[4]; ^~~~~~ /kisskb/src/drivers/input/mouse/alps.c:395:24: note: byref variable will be forcibly initialized int i, fingers_x = 0, fingers_y = 0, fingers, closest; ^~~~~~~~~ /kisskb/src/drivers/input/mouse/alps.c:395:9: note: byref variable will be forcibly initialized int i, fingers_x = 0, fingers_y = 0, fingers, closest; ^~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_print_serialno': /kisskb/src/drivers/mfd/dln2.c:562:6: note: byref variable will be forcibly initialized int len = sizeof(serial_no); ^~~ /kisskb/src/drivers/mfd/dln2.c:561:9: note: byref variable will be forcibly initialized __le32 serial_no; ^~~~~~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_enter_command_mode': /kisskb/src/drivers/input/mouse/alps.c:1808:16: note: byref variable will be forcibly initialized unsigned char param[4]; ^~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function '__alps_command_mode_read_reg': /kisskb/src/drivers/input/mouse/alps.c:1727:16: note: byref variable will be forcibly initialized unsigned char param[4]; ^~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_trackstick_enter_extended_mode_v3_v6': /kisskb/src/drivers/input/mouse/alps.c:2053:16: note: byref variable will be forcibly initialized unsigned char param[2] = {0xC8, 0x14}; ^~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_hw_init_dolphin_v1': /kisskb/src/drivers/input/mouse/alps.c:2650:16: note: byref variable will be forcibly initialized unsigned char param[2]; ^~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_tap_mode': /kisskb/src/drivers/input/mouse/alps.c:1969:16: note: byref variable will be forcibly initialized unsigned char param[4]; ^~~~~ /kisskb/src/drivers/input/mouse/alps.c:1968:16: note: byref variable will be forcibly initialized unsigned char tap_arg = enable ? 0x0A : 0x00; ^~~~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_report_mt_data': /kisskb/src/drivers/input/mouse/alps.c:515:9: note: byref variable will be forcibly initialized int i, slot[MAX_TOUCHES]; ^~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_command_mode_send_nibble': /kisskb/src/drivers/input/mouse/alps.c:1692:16: note: byref variable will be forcibly initialized unsigned char dummy[4]; ^~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_set_defaults_ss4_v2': /kisskb/src/drivers/mfd/altera-sysmgr.c: In function 's10_protected_reg_write': /kisskb/src/drivers/input/mouse/alps.c:2584:16: note: byref variable will be forcibly initialized unsigned char otp[2][4]; ^~~ /kisskb/src/drivers/mfd/altera-sysmgr.c:45:23: note: byref variable will be forcibly initialized struct arm_smccc_res result; ^~~~~~ /kisskb/src/drivers/mfd/altera-sysmgr.c: In function 's10_protected_reg_read': /kisskb/src/drivers/mfd/altera-sysmgr.c:67:23: note: byref variable will be forcibly initialized struct arm_smccc_res result; ^~~~~~ /kisskb/src/drivers/mfd/altera-sysmgr.c: In function 'sysmgr_probe': /kisskb/src/drivers/mfd/altera-sysmgr.c:128:23: note: byref variable will be forcibly initialized struct regmap_config sysmgr_config = altr_sysmgr_regmap_cfg; ^~~~~~~~~~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_identify': /kisskb/src/drivers/input/mouse/alps.c:2885:30: note: byref variable will be forcibly initialized unsigned char e6[4], e7[4], ec[4]; ^~ /kisskb/src/drivers/input/mouse/alps.c:2885:23: note: byref variable will be forcibly initialized unsigned char e6[4], e7[4], ec[4]; ^~ /kisskb/src/drivers/input/mouse/alps.c:2885:16: note: byref variable will be forcibly initialized unsigned char e6[4], e7[4], ec[4]; ^~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_hw_init_ss4_v2': /kisskb/src/drivers/input/mouse/alps.c:2696:7: note: byref variable will be forcibly initialized char param[2] = {0x64, 0x28}; ^~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_hw_init_v4': /kisskb/src/drivers/input/mouse/alps.c:2391:16: note: byref variable will be forcibly initialized unsigned char param[4]; ^~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_setup_trackstick_v3': /kisskb/src/drivers/input/mouse/alps.c:2156:16: note: byref variable will be forcibly initialized unsigned char param[4]; ^~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_hw_init_v3': /kisskb/src/drivers/input/mouse/alps.c:2222:16: note: byref variable will be forcibly initialized unsigned char param[4]; ^~~~~ In file included from /kisskb/src/include/linux/of_irq.h:8, from /kisskb/src/drivers/mfd/mt6358-irq.c:14: /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'mt6358_irq_sp_handler': /kisskb/src/drivers/mfd/mt6358-irq.c:124:15: note: byref variable will be forcibly initialized unsigned int irq_status, sta_reg, status; ^~~~~~~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_poll': /kisskb/src/drivers/input/mouse/alps.c:1990:16: note: byref variable will be forcibly initialized unsigned char buf[sizeof(psmouse->packet)]; ^~~ /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'mt6358_irq_handler': /kisskb/src/drivers/mfd/mt6358-irq.c:165:23: note: byref variable will be forcibly initialized unsigned int bit, i, top_irq_status = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/mouse/byd.c: In function 'byd_reset_touchpad': /kisskb/src/drivers/input/mouse/byd.c:342:5: note: byref variable will be forcibly initialized u8 param[4]; ^~~~~ /kisskb/src/drivers/input/mouse/byd.c: In function 'byd_detect': /kisskb/src/drivers/input/mouse/byd.c:438:5: note: byref variable will be forcibly initialized u8 param[4] = {0x03, 0x00, 0x00, 0x00}; ^~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/mfd/mt6358-irq.c:13: /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mfd/rt4831.c: In function 'rt4831_probe': /kisskb/src/drivers/mfd/rt4831.c:49:15: note: byref variable will be forcibly initialized unsigned int chip_id; ^~~~~~~ In file included from /kisskb/src/include/linux/of_irq.h:8, from /kisskb/src/drivers/mfd/mt6397-irq.c:9: /kisskb/src/drivers/mfd/mt6397-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/mfd/mt6397-irq.c: In function 'mt6397_irq_handle_reg': /kisskb/src/drivers/mfd/mt6397-irq.c:85:15: note: byref variable will be forcibly initialized unsigned int status = 0; ^~~~~~ /kisskb/src/drivers/mfd/atc260x-core.c: In function 'atc260x_device_probe': /kisskb/src/drivers/mfd/atc260x-core.c:261:15: note: byref variable will be forcibly initialized unsigned int chip_rev; ^~~~~~~~ /kisskb/src/drivers/mfd/stpmic1.c: In function 'stpmic1_probe': /kisskb/src/drivers/mfd/stpmic1.c:126:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/mfd/rohm-bd70528.c: In function 'bd70528_i2c_probe': /kisskb/src/drivers/mfd/rohm-bd70528.c:223:31: note: byref variable will be forcibly initialized struct regmap_irq_chip_data *irq_data; ^~~~~~~~ In file included from /kisskb/src/drivers/pcmcia/cistpl.c:19: /kisskb/src/drivers/pcmcia/cistpl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/pcmcia/cistpl.c: In function 'follow_link': /kisskb/src/drivers/pcmcia/cistpl.c:476:9: note: byref variable will be forcibly initialized u_char link[5]; ^~~~ /kisskb/src/drivers/pcmcia/cistpl.c: In function 'pccard_get_next_tuple': /kisskb/src/drivers/pcmcia/cistpl.c:524:18: note: byref variable will be forcibly initialized u_char link[2], tmp; ^~~ /kisskb/src/drivers/pcmcia/cistpl.c:524:9: note: byref variable will be forcibly initialized u_char link[2], tmp; ^~~~ /kisskb/src/drivers/pcmcia/cistpl.c: In function 'pccard_extract_cis': /kisskb/src/drivers/pcmcia/cistpl.c:1476:10: note: byref variable will be forcibly initialized tuple_t tuple; ^~~~~ /kisskb/src/drivers/pcmcia/cistpl.c: In function 'pccard_show_cis': /kisskb/src/drivers/pcmcia/cistpl.c:1552:16: note: byref variable will be forcibly initialized unsigned int chains = 1; ^~~~~~ /kisskb/src/drivers/mfd/rohm-bd71828.c: In function 'set_clk_mode': /kisskb/src/drivers/mfd/rohm-bd71828.c:448:15: note: byref variable will be forcibly initialized unsigned int open_drain; ^~~~~~~~~~ /kisskb/src/drivers/mfd/rohm-bd71828.c: In function 'bd71828_i2c_probe': /kisskb/src/drivers/mfd/rohm-bd71828.c:471:31: note: byref variable will be forcibly initialized struct regmap_irq_chip_data *irq_data; ^~~~~~~~ /kisskb/src/drivers/mfd/qcom-pm8008.c: In function 'pm8008_probe_irq_peripherals': /kisskb/src/drivers/mfd/qcom-pm8008.c:186:31: note: byref variable will be forcibly initialized struct regmap_irq_chip_data *irq_data; ^~~~~~~~ /kisskb/src/drivers/mfd/atc260x-i2c.c: In function 'atc260x_i2c_probe': /kisskb/src/drivers/mfd/atc260x-i2c.c:19:23: note: byref variable will be forcibly initialized struct regmap_config regmap_cfg; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'report_wakeup_requests': /kisskb/src/drivers/usb/core/hub.c:3852:17: note: byref variable will be forcibly initialized unsigned long resuming_ports; ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/core/hub.c:20: /kisskb/src/drivers/usb/core/hub.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/mouse/logips2pp.c: In function 'ps2pp_set_smartscroll': /kisskb/src/drivers/input/mouse/logips2pp.c:139:5: note: byref variable will be forcibly initialized u8 param[4]; ^~~~~ /kisskb/src/drivers/input/mouse/logips2pp.c: In function 'ps2pp_attr_set_smartscroll': /kisskb/src/drivers/input/mouse/logips2pp.c:161:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/input/mouse/logips2pp.c: In function 'ps2pp_set_resolution': /kisskb/src/drivers/input/mouse/logips2pp.c:190:6: note: byref variable will be forcibly initialized u8 param = 3; ^~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'check_ports_changed': /kisskb/src/drivers/input/mouse/logips2pp.c: In function 'ps2pp_detect': /kisskb/src/drivers/input/mouse/logips2pp.c:361:5: note: byref variable will be forcibly initialized u8 param[4]; ^~~~~ /kisskb/src/drivers/usb/core/hub.c:3782:19: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3782:7: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_enumerate_device_otg': /kisskb/src/drivers/usb/core/hub.c:2323:30: note: byref variable will be forcibly initialized struct usb_otg_descriptor *desc = NULL; ^~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'port_over_current_notify': /kisskb/src/drivers/usb/core/hub.c:5504:8: note: byref variable will be forcibly initialized char *envp[3]; ^~~~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_get_resolution_v4': /kisskb/src/drivers/input/mouse/elantech.c:1108:16: note: byref variable will be forcibly initialized unsigned char param[3]; ^~~~~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_change_report_id': /kisskb/src/drivers/input/mouse/elantech.c:1591:16: note: byref variable will be forcibly initialized unsigned char param[2] = { 0x10, 0x03 }; ^~~~~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_query_info': /kisskb/src/drivers/input/mouse/elantech.c:1676:16: note: byref variable will be forcibly initialized unsigned char ic_body[3]; ^~~~~~~ /kisskb/src/drivers/input/mouse/elantech.c:1674:16: note: byref variable will be forcibly initialized unsigned char param[3]; ^~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c: In function 'trackpoint_toggle_bit': /kisskb/src/drivers/input/mouse/trackpoint.c:68:5: note: byref variable will be forcibly initialized u8 param[3] = { TP_TOGGLE, loc, mask }; ^~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c: In function 'trackpoint_set_bit_attr': /kisskb/src/drivers/input/mouse/trackpoint.c:152:7: note: byref variable will be forcibly initialized bool value; ^~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c: In function 'trackpoint_write': /kisskb/src/drivers/input/mouse/trackpoint.c:61:5: note: byref variable will be forcibly initialized u8 param[3] = { TP_WRITE_MEM, loc, val }; ^~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c: In function 'trackpoint_update_bit': /kisskb/src/drivers/input/mouse/trackpoint.c:81:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_read_reg': /kisskb/src/drivers/input/mouse/elantech.c:140:16: note: byref variable will be forcibly initialized unsigned char param[3]; ^~~~~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_set_absolute_mode': /kisskb/src/drivers/input/mouse/elantech.c:1015:16: note: byref variable will be forcibly initialized unsigned char val; ^~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_wait_reset': /kisskb/src/drivers/usb/core/hub.c:2838:6: note: byref variable will be forcibly initialized u32 ext_portstatus = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2837:6: note: byref variable will be forcibly initialized u16 portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2836:6: note: byref variable will be forcibly initialized u16 portstatus; ^~~~~~~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c: In function 'trackpoint_set_int_attr': /kisskb/src/drivers/input/mouse/trackpoint.c:123:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ In file included from /kisskb/src/include/linux/serio.h:14, from /kisskb/src/drivers/input/mouse/trackpoint.c:10: /kisskb/src/drivers/input/mouse/trackpoint.c: In function 'device_remove_group': /kisskb/src/include/linux/device.h:922:32: note: byref variable will be forcibly initialized const struct attribute_group *groups[] = { grp, NULL }; ^~~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c: In function 'device_add_group': /kisskb/src/include/linux/device.h:914:32: note: byref variable will be forcibly initialized const struct attribute_group *groups[] = { grp, NULL }; ^~~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c: In function 'trackpoint_detect': /kisskb/src/drivers/input/mouse/trackpoint.c:402:5: note: byref variable will be forcibly initialized u8 button_info; ^~~~~~~~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c:401:5: note: byref variable will be forcibly initialized u8 firmware_id; ^~~~~~~~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c:400:5: note: byref variable will be forcibly initialized u8 variant_id; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_hub_claim_port': /kisskb/src/drivers/usb/core/hub.c:1957:25: note: byref variable will be forcibly initialized struct usb_dev_state **powner; ^~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_hub_release_port': /kisskb/src/drivers/usb/core/hub.c:1973:25: note: byref variable will be forcibly initialized struct usb_dev_state **powner; ^~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_reset': /kisskb/src/drivers/usb/core/hub.c:2935:18: note: byref variable will be forcibly initialized u16 portchange, portstatus; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2935:6: note: byref variable will be forcibly initialized u16 portchange, portstatus; ^~~~~~~~~~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_set_int_attr': /kisskb/src/drivers/input/mouse/elantech.c:1293:16: note: byref variable will be forcibly initialized unsigned char value; ^~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_activate': /kisskb/src/drivers/usb/core/hub.c:1123:19: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:1123:7: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/input/mouse/touchkit_ps2.c: In function 'touchkit_ps2_detect': /kisskb/src/drivers/input/mouse/touchkit_ps2.c:59:16: note: byref variable will be forcibly initialized unsigned char param[3]; ^~~~~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_detect': /kisskb/src/drivers/input/mouse/elantech.c:1404:16: note: byref variable will be forcibly initialized unsigned char param[3]; ^~~~~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_init_smbus': /kisskb/src/drivers/input/mouse/elantech.c:2007:30: note: byref variable will be forcibly initialized struct elantech_device_info info; ^~~~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_init_ps2': /kisskb/src/drivers/input/mouse/elantech.c:2125:30: note: byref variable will be forcibly initialized struct elantech_device_info info; ^~~~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_init': /kisskb/src/drivers/input/mouse/elantech.c:2146:30: note: byref variable will be forcibly initialized struct elantech_device_info info; ^~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_port_suspend': /kisskb/src/drivers/usb/core/hub.c:3400:20: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3400:8: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_debounce': /kisskb/src/drivers/usb/core/hub.c:4542:18: note: byref variable will be forcibly initialized u16 portchange, portstatus; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:4542:6: note: byref variable will be forcibly initialized u16 portchange, portstatus; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_reset_and_verify_device': /kisskb/src/drivers/usb/core/hub.c:5892:31: note: byref variable will be forcibly initialized struct usb_device_descriptor descriptor = udev->descriptor; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'finish_port_resume': /kisskb/src/drivers/usb/core/hub.c:3468:6: note: byref variable will be forcibly initialized u16 devstatus = 0; ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_port_resume': /kisskb/src/drivers/usb/core/hub.c:3633:19: note: byref variable will be forcibly initialized u16 portchange, portstatus; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3633:7: note: byref variable will be forcibly initialized u16 portchange, portstatus; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3631:7: note: byref variable will be forcibly initialized int port1 = udev->portnum; ^~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_connect': /kisskb/src/drivers/usb/core/hub.c:5301:8: note: byref variable will be forcibly initialized u16 devstat; ^~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_connect_change': /kisskb/src/drivers/usb/core/hub.c:5429:31: note: byref variable will be forcibly initialized struct usb_device_descriptor descriptor; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'port_event': /kisskb/src/drivers/usb/core/hub.c:5578:19: note: byref variable will be forcibly initialized u16 status = 0, unused; ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5578:7: note: byref variable will be forcibly initialized u16 status = 0, unused; ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5545:18: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:5545:6: note: byref variable will be forcibly initialized u16 portstatus, portchange; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_event': /kisskb/src/drivers/usb/core/hub.c:5748:8: note: byref variable will be forcibly initialized u16 unused; ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5747:8: note: byref variable will be forcibly initialized u16 status = 0; ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5653:6: note: byref variable will be forcibly initialized u16 hubchange; ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:5652:6: note: byref variable will be forcibly initialized u16 hubstatus; ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_configure': /kisskb/src/drivers/usb/core/hub.c:1464:8: note: byref variable will be forcibly initialized char portstr[USB_MAXCHILDREN + 1]; ^~~~~~~ /kisskb/src/drivers/usb/core/hub.c:1376:17: note: byref variable will be forcibly initialized u16 hubstatus, hubchange; ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:1376:6: note: byref variable will be forcibly initialized u16 hubstatus, hubchange; ^~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/input/mouse/cypress_ps2.c:15: /kisskb/src/drivers/input/mouse/cypress_ps2.c: In function 'cypress_ps2_read_cmd_status': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mouse/cypress_ps2.c:120:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(ps2dev->wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mouse/cypress_ps2.c: In function 'cypress_read_fw_version': /kisskb/src/drivers/input/mouse/cypress_ps2.c:223:16: note: byref variable will be forcibly initialized unsigned char param[3]; ^~~~~ /kisskb/src/drivers/input/mouse/cypress_ps2.c: In function 'cypress_read_tp_metrics': /kisskb/src/drivers/input/mouse/cypress_ps2.c:252:16: note: byref variable will be forcibly initialized unsigned char param[8]; ^~~~~ /kisskb/src/drivers/input/mouse/cypress_ps2.c: In function 'cypress_set_absolute_mode': /kisskb/src/drivers/input/mouse/cypress_ps2.c:340:16: note: byref variable will be forcibly initialized unsigned char param[3]; ^~~~~ /kisskb/src/drivers/input/mouse/cypress_ps2.c: In function 'cypress_process_packet': /kisskb/src/drivers/input/mouse/cypress_ps2.c:521:6: note: byref variable will be forcibly initialized int slots[CYTP_MAX_MT_SLOTS]; ^~~~~ /kisskb/src/drivers/input/mouse/cypress_ps2.c:520:22: note: byref variable will be forcibly initialized struct input_mt_pos pos[CYTP_MAX_MT_SLOTS]; ^~~ /kisskb/src/drivers/input/mouse/cypress_ps2.c:518:26: note: byref variable will be forcibly initialized struct cytp_report_data report_data; ^~~~~~~~~~~ /kisskb/src/drivers/input/mouse/cypress_ps2.c: In function 'cypress_detect': /kisskb/src/drivers/input/mouse/cypress_ps2.c:203:16: note: byref variable will be forcibly initialized unsigned char param[3]; ^~~~~ /kisskb/src/drivers/rtc/sysfs.c: In function 'offset_store': /kisskb/src/drivers/rtc/sysfs.c:235:7: note: byref variable will be forcibly initialized long offset; ^~~~~~ /kisskb/src/drivers/rtc/sysfs.c: In function 'offset_show': /kisskb/src/drivers/rtc/sysfs.c:221:7: note: byref variable will be forcibly initialized long offset; ^~~~~~ /kisskb/src/drivers/rtc/sysfs.c: In function 'time_show': /kisskb/src/drivers/rtc/sysfs.c:49:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/sysfs.c: In function 'date_show': /kisskb/src/drivers/rtc/sysfs.c:35:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/sysfs.c: In function 'since_epoch_show': /kisskb/src/drivers/rtc/sysfs.c:63:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/sysfs.c: In function 'wakealarm_show': /kisskb/src/drivers/rtc/sysfs.c:131:20: note: byref variable will be forcibly initialized struct rtc_wkalrm alm; ^~~ /kisskb/src/drivers/rtc/sysfs.c: In function 'wakealarm_store': /kisskb/src/drivers/rtc/sysfs.c:157:20: note: byref variable will be forcibly initialized struct rtc_wkalrm alm; ^~~ /kisskb/src/drivers/rtc/sysfs.c:155:16: note: byref variable will be forcibly initialized time64_t now, alarm; ^~~~~ /kisskb/src/drivers/rtc/sysfs.c: In function 'max_user_freq_store': /kisskb/src/drivers/rtc/sysfs.c:88:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/include/linux/rtc.h:37, from /kisskb/src/drivers/rtc/sysfs.c:10: /kisskb/src/drivers/rtc/sysfs.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/rtc/sysfs.c: In function 'rtc_add_group': /kisskb/src/drivers/rtc/sysfs.c:350:32: note: byref variable will be forcibly initialized const struct attribute_group *groups[] = { grp, NULL }; ^~~~~~ In file included from /kisskb/src/drivers/rtc/lib_test.c:3: /kisskb/src/drivers/rtc/lib_test.c: In function 'rtc_time64_to_tm_test_date_range': /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1653:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/lib_test.c:63:3: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' KUNIT_ASSERT_EQ_MSG(test, yday, result.tm_yday, FAIL_MSG); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1653:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/lib_test.c:62:3: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' KUNIT_ASSERT_EQ_MSG(test, mday, result.tm_mday, FAIL_MSG); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1653:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/lib_test.c:61:3: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' KUNIT_ASSERT_EQ_MSG(test, month - 1, result.tm_mon, FAIL_MSG); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:779:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:878:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:900:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:989:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1653:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/lib_test.c:60:3: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' KUNIT_ASSERT_EQ_MSG(test, year - 1900, result.tm_year, FAIL_MSG); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/lib_test.c:47:18: note: byref variable will be forcibly initialized struct rtc_time result; ^~~~~~ /kisskb/src/drivers/rtc/lib_test.c:45:6: note: byref variable will be forcibly initialized int yday = 1; ^~~~ /kisskb/src/drivers/rtc/lib_test.c:44:6: note: byref variable will be forcibly initialized int mday = 1; ^~~~ /kisskb/src/drivers/rtc/lib_test.c:43:6: note: byref variable will be forcibly initialized int month = 1; ^~~~~ /kisskb/src/drivers/rtc/lib_test.c:42:6: note: byref variable will be forcibly initialized int year = 1970; ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/nvme/target/fc.c:7: /kisskb/src/drivers/nvme/target/fc.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/nvme/target/fc.c:7: /kisskb/src/drivers/nvme/target/fc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/nvme/target/fc.c:6: /kisskb/src/drivers/nvme/target/fc.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84: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/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/input/serio/userio.c:19: /kisskb/src/drivers/input/serio/userio.c: In function 'userio_char_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/userio.c:166:11: note: in expansion of macro 'wait_event_interruptible' error = wait_event_interruptible(userio->waitq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/userio.c:127:16: note: byref variable will be forcibly initialized unsigned char buf[USERIO_BUFSIZE]; ^~~ /kisskb/src/drivers/nvme/target/fc.c: In function '__nvme_fc_parse_u64': /kisskb/src/drivers/nvme/target/fc.c:2791:6: note: byref variable will be forcibly initialized u64 token64; ^~~~~~~ /kisskb/src/drivers/input/serio/userio.c: In function 'userio_char_write': /kisskb/src/drivers/input/serio/userio.c:183:20: note: byref variable will be forcibly initialized struct userio_cmd cmd; ^~~ /kisskb/src/drivers/nvme/target/fc.c: In function 'nvme_fc_parse_traddr': /kisskb/src/drivers/nvme/target/fc.c:2809:14: note: byref variable will be forcibly initialized substring_t wwn = { name, &name[sizeof(name)-1] }; ^~~ /kisskb/src/drivers/nvme/target/fc.c:2808:7: note: byref variable will be forcibly initialized char name[2 + NVME_FC_TRADDR_HEXNAMELEN + 1]; ^~~~ /kisskb/src/drivers/nvme/target/fc.c: In function 'nvmet_fc_add_port': /kisskb/src/drivers/nvme/target/fc.c:2853:25: note: byref variable will be forcibly initialized struct nvmet_fc_traddr traddr = { 0L, 0L }; ^~~~~~ /kisskb/src/drivers/nvme/target/fc.c: In function 'nvmet_fc_alloc_tgt_pgs': /kisskb/src/drivers/nvme/target/fc.c:2080:15: note: byref variable will be forcibly initialized unsigned int nent; ^~~~ /kisskb/src/drivers/nvme/target/fc.c: In function 'nvmet_fc_alloc_target_assoc': /kisskb/src/drivers/nvme/target/fc.c:1110:6: note: byref variable will be forcibly initialized u64 ran; ^~~ /kisskb/src/drivers/input/mouse/psmouse-smbus.c: In function 'psmouse_smbus_create_companion': /kisskb/src/drivers/input/mouse/psmouse-smbus.c:191:17: note: byref variable will be forcibly initialized unsigned short addr_list[] = { smbdev->board.addr, I2C_CLIENT_END }; ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/nvme/target/fc.c:6: /kisskb/src/drivers/nvme/target/fc.c: In function 'nvmet_fc_tgt_queue_free': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/fc.c:854:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(queue->assoc->queues[queue->qid], NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/fc.c: In function 'nvmet_fc_alloc_target_queue': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/fc.c:833:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(assoc->queues[qid], queue); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/fcloop.c: In function 'fcloop_set_cmd_drop': /kisskb/src/drivers/nvme/target/fcloop.c:1505:16: note: byref variable will be forcibly initialized int starting, amount; ^~~~~~ /kisskb/src/drivers/nvme/target/fcloop.c:1505:6: note: byref variable will be forcibly initialized int starting, amount; ^~~~~~~~ /kisskb/src/drivers/nvme/target/fcloop.c:1504:15: note: byref variable will be forcibly initialized unsigned int opcode; ^~~~~~ /kisskb/src/drivers/nvme/target/fcloop.c: In function 'fcloop_parse_nm_options': /kisskb/src/drivers/nvme/target/fcloop.c:143:6: note: byref variable will be forcibly initialized u64 token64; ^~~~~~~ /kisskb/src/drivers/nvme/target/fcloop.c:141:18: note: byref variable will be forcibly initialized char *options, *o, *p; ^ /kisskb/src/drivers/nvme/target/fcloop.c:140:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/drivers/nvme/target/fcloop.c: In function 'fcloop_delete_target_port': /kisskb/src/drivers/nvme/target/fcloop.c:1471:16: note: byref variable will be forcibly initialized u64 nodename, portname; ^~~~~~~~ /kisskb/src/drivers/nvme/target/fcloop.c:1471:6: note: byref variable will be forcibly initialized u64 nodename, portname; ^~~~~~~~ /kisskb/src/drivers/nvme/target/fcloop.c: In function 'fcloop_delete_remote_port': /kisskb/src/drivers/nvme/target/fcloop.c:1373:16: note: byref variable will be forcibly initialized u64 nodename, portname; ^~~~~~~~ /kisskb/src/drivers/nvme/target/fcloop.c:1373:6: note: byref variable will be forcibly initialized u64 nodename, portname; ^~~~~~~~ /kisskb/src/drivers/nvme/target/fcloop.c: In function 'fcloop_delete_local_port': /kisskb/src/drivers/nvme/target/fcloop.c:1178:16: note: byref variable will be forcibly initialized u64 nodename, portname; ^~~~~~~~ /kisskb/src/drivers/nvme/target/fcloop.c:1178:6: note: byref variable will be forcibly initialized u64 nodename, portname; ^~~~~~~~ /kisskb/src/drivers/nvme/target/fcloop.c: In function 'fcloop_parse_options': /kisskb/src/drivers/nvme/target/fcloop.c:64:6: note: byref variable will be forcibly initialized u64 token64; ^~~~~~~ /kisskb/src/drivers/nvme/target/fcloop.c:63:6: note: byref variable will be forcibly initialized int token, ret = 0; ^~~~~ /kisskb/src/drivers/nvme/target/fcloop.c:62:18: note: byref variable will be forcibly initialized char *options, *o, *p; ^ /kisskb/src/drivers/nvme/target/fcloop.c:61:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-bcm-iproc.c: In function 'bcm_iproc_i2c_slave_read': /kisskb/src/drivers/i2c/busses/i2c-bcm-iproc.c:350:5: note: byref variable will be forcibly initialized u8 rx_data, rx_status; ^~~~~~~ /kisskb/src/drivers/nvme/target/fcloop.c: In function 'fcloop_create_target_port': /kisskb/src/drivers/nvme/target/fcloop.c:1409:28: note: byref variable will be forcibly initialized struct nvmet_fc_port_info tinfo; ^~~~~ /kisskb/src/drivers/nvme/target/fcloop.c:1406:31: note: byref variable will be forcibly initialized struct nvmet_fc_target_port *targetport; ^~~~~~~~~~ /kisskb/src/drivers/nvme/target/fcloop.c: In function 'fcloop_create_remote_port': /kisskb/src/drivers/nvme/target/fcloop.c:1307:27: note: byref variable will be forcibly initialized struct nvme_fc_port_info pinfo; ^~~~~ /kisskb/src/drivers/nvme/target/fcloop.c:1304:30: note: byref variable will be forcibly initialized struct nvme_fc_remote_port *remoteport; ^~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-bcm-iproc.c: In function 'bcm_iproc_i2c_slave_isr': /kisskb/src/drivers/i2c/busses/i2c-bcm-iproc.c:428:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/nvme/target/fcloop.c: In function 'fcloop_create_local_port': /kisskb/src/drivers/nvme/target/fcloop.c:1095:29: note: byref variable will be forcibly initialized struct nvme_fc_local_port *localport; ^~~~~~~~~ /kisskb/src/drivers/nvme/target/fcloop.c:1093:27: note: byref variable will be forcibly initialized struct nvme_fc_port_info pinfo; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function '__i2c_dw_disable': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:442:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_set_sda_hold': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:391:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_wait_bus_not_busy': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:530:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_handle_tx_abort': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:551:16: note: byref variable will be forcibly initialized unsigned long abort_source = dev->abort_source; ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_set_fifo_size': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:574:6: note: byref variable will be forcibly initialized u32 param, tx_fifo_depth, rx_fifo_depth; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_disable': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:609:6: note: byref variable will be forcibly initialized u32 dummy; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-bcm-iproc.c: In function 'bcm_iproc_i2c_cfg_speed': /kisskb/src/drivers/i2c/busses/i2c-bcm-iproc.c:1001:15: note: byref variable will be forcibly initialized unsigned int bus_speed; ^~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-debugfs.c: In function 'ufs_saved_err_write': /kisskb/src/drivers/scsi/ufs/ufs-debugfs.c:165:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/scsi/ufs/ufs_bsg.c: In function 'ufs_bsg_request': /kisskb/src/drivers/scsi/ufs/ufs_bsg.c:90:6: note: byref variable will be forcibly initialized int desc_len = 0; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs_bsg.c:89:11: note: byref variable will be forcibly initialized uint8_t *desc_buff = NULL; ^~~~~~~~~ In file included from /kisskb/src/include/linux/pm_runtime.h:11, from /kisskb/src/drivers/scsi/ufs/ufshcd.h:29, from /kisskb/src/drivers/scsi/ufs/ufshcd-crypto.c:6: /kisskb/src/drivers/scsi/ufs/ufshcd-crypto.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-hwmon.c: In function 'ufs_read_temp_enable': /kisskb/src/drivers/scsi/ufs/ufs-hwmon.c:19:6: note: byref variable will be forcibly initialized u32 ee_mask; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-hwmon.c: In function 'ufs_get_temp': /kisskb/src/drivers/scsi/ufs/ufs-hwmon.c:34:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c: In function 'i2c_dw_read_clear_intrbits_slave': /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:107:12: note: byref variable will be forcibly initialized u32 stat, dummy; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:107:6: note: byref variable will be forcibly initialized u32 stat, dummy; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c: In function 'i2c_dw_irq_handler_slave': /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:160:5: note: byref variable will be forcibly initialized u8 val = 0, slave_activity; ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:159:31: note: byref variable will be forcibly initialized u32 raw_stat, stat, enabled, tmp; ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:159:22: note: byref variable will be forcibly initialized u32 raw_stat, stat, enabled, tmp; ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:159:6: note: byref variable will be forcibly initialized u32 raw_stat, stat, enabled, tmp; ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_read_clear_intrbits': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:661:12: note: byref variable will be forcibly initialized u32 stat, dummy; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:661:6: note: byref variable will be forcibly initialized u32 stat, dummy; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_read': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:508:12: note: byref variable will be forcibly initialized u32 len, tmp; ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:505:15: note: byref variable will be forcibly initialized unsigned int rx_valid; ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_xfer_msg': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:373:15: note: byref variable will be forcibly initialized unsigned int flr; ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_irq_handler_master': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:720:6: note: byref variable will be forcibly initialized u32 stat; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_isr': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:763:12: note: byref variable will be forcibly initialized u32 stat, enabled; ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:763:6: note: byref variable will be forcibly initialized u32 stat, enabled; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_check_stopbit': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:257:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_xfer_init': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:214:6: note: byref variable will be forcibly initialized u32 dummy; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'amd_i2c_dw_xfer_quirk': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:290:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_set_timings_master': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:42:6: note: byref variable will be forcibly initialized u32 comp_param1; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'inflight_map_req_store': /kisskb/src/drivers/scsi/ufs/ufshpb.c:1984:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'timeout_polling_interval_ms_store': /kisskb/src/drivers/scsi/ufs/ufshpb.c:1956:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'read_timeout_expiries_store': /kisskb/src/drivers/scsi/ufs/ufshpb.c:1928:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'read_timeout_ms_store': /kisskb/src/drivers/scsi/ufs/ufshpb.c:1900:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'eviction_thld_exit_store': /kisskb/src/drivers/scsi/ufs/ufshpb.c:1873:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'eviction_thld_enter_store': /kisskb/src/drivers/scsi/ufs/ufshpb.c:1846:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'normalization_factor_store': /kisskb/src/drivers/scsi/ufs/ufshpb.c:1819:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'activation_thld_store': /kisskb/src/drivers/scsi/ufs/ufshpb.c:1792:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'requeue_timeout_ms_store': /kisskb/src/drivers/scsi/ufs/ufshpb.c:1768:6: note: byref variable will be forcibly initialized int val; ^~~ In file included from /kisskb/src/include/linux/async.h:12, from /kisskb/src/drivers/scsi/ufs/ufshpb.c:13: /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'ufshpb_read_to_handler': /kisskb/src/drivers/scsi/ufs/ufshpb.c:805:12: note: byref variable will be forcibly initialized LIST_HEAD(expired_list); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'ufshpb_get_lu_info': /kisskb/src/drivers/scsi/ufs/ufshpb.c:2368:7: note: byref variable will be forcibly initialized char desc_buf[QUERY_DESC_MAX_SIZE]; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c:2366:6: note: byref variable will be forcibly initialized int size; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/scsi/ufs/ufshcd.h:18, from /kisskb/src/drivers/scsi/ufs/ufshpb.c:15: /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/async.h:12, from /kisskb/src/drivers/scsi/ufs/ufshpb.c:13: /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'ufshpb_run_inactive_region_list': /kisskb/src/drivers/scsi/ufs/ufshpb.c:1425:12: note: byref variable will be forcibly initialized LIST_HEAD(pending_list); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26: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, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/scsi/ufs/ufshcd.h:18, from /kisskb/src/drivers/scsi/ufs/ufshpb.c:15: /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'ufshpb_check_hpb_reset_query': /kisskb/src/drivers/scsi/ufs/ufshpb.c:2250:7: note: byref variable will be forcibly initialized bool flag_res = true; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'ufshpb_prep': /kisskb/src/drivers/scsi/ufs/ufshpb.c:356:39: note: byref variable will be forcibly initialized int transfer_len, rgn_idx, srgn_idx, srgn_offset; ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c:356:29: note: byref variable will be forcibly initialized int transfer_len, rgn_idx, srgn_idx, srgn_offset; ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c:356:20: note: byref variable will be forcibly initialized int transfer_len, rgn_idx, srgn_idx, srgn_offset; ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c:354:9: note: byref variable will be forcibly initialized __be64 ppn; ^~~ /kisskb/src/drivers/scsi/ufs/ufshpb.c: In function 'ufshpb_get_dev_info': /kisskb/src/drivers/scsi/ufs/ufshpb.c:2583:6: note: byref variable will be forcibly initialized int max_single_cmd; ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/usb.h:16, from /kisskb/src/drivers/w1/masters/ds2490.c:11: /kisskb/src/drivers/w1/masters/ds2490.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_send_data': /kisskb/src/drivers/w1/masters/ds2490.c:355:6: note: byref variable will be forcibly initialized int count, err; ^~~~~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_recv_status': /kisskb/src/drivers/w1/masters/ds2490.c:274:6: note: byref variable will be forcibly initialized int count, err; ^~~~~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_recv_data': /kisskb/src/drivers/w1/masters/ds2490.c:319:6: note: byref variable will be forcibly initialized int count, err; ^~~~~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds9490r_search': /kisskb/src/drivers/w1/masters/ds2490.c:678:19: note: byref variable will be forcibly initialized struct ds_status st; ^~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_read_block': /kisskb/src/drivers/w1/masters/ds2490.c:615:19: note: byref variable will be forcibly initialized struct ds_status st; ^~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_read_byte': /kisskb/src/drivers/w1/masters/ds2490.c:598:19: note: byref variable will be forcibly initialized struct ds_status st; ^~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_touch_bit': /kisskb/src/drivers/w1/masters/ds2490.c:535:19: note: byref variable will be forcibly initialized struct ds_status st; ^~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_write_block': /kisskb/src/drivers/w1/masters/ds2490.c:642:19: note: byref variable will be forcibly initialized struct ds_status st; ^~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_write_byte': /kisskb/src/drivers/w1/masters/ds2490.c:575:19: note: byref variable will be forcibly initialized struct ds_status st; ^~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/w1/masters/ds1wm.c:14: /kisskb/src/drivers/w1/masters/ds1wm.c: In function 'ds1wm_reset': /kisskb/src/drivers/w1/masters/ds1wm.c:223:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(reset_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/drivers/w1/masters/ds1wm.c: In function 'ds1wm_write': /kisskb/src/drivers/w1/masters/ds1wm.c:254:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(write_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/drivers/w1/masters/ds1wm.c: In function 'ds1wm_read': /kisskb/src/drivers/w1/masters/ds1wm.c:277:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(read_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/drivers/rtc/rtc-88pm80x.c: In function 'pm80x_rtc_read_time': /kisskb/src/drivers/rtc/rtc-88pm80x.c:102:16: note: byref variable will be forcibly initialized unsigned char buf[4]; ^~~ /kisskb/src/drivers/rtc/rtc-88pm80x.c: In function 'pm80x_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-88pm80x.c:149:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/rtc/rtc-88pm80x.c:147:16: note: byref variable will be forcibly initialized unsigned char buf[4]; ^~~ /kisskb/src/drivers/rtc/rtc-88pm80x.c: In function 'pm80x_rtc_set_time': /kisskb/src/drivers/rtc/rtc-88pm80x.c:123:16: note: byref variable will be forcibly initialized unsigned char buf[4]; ^~~ /kisskb/src/drivers/rtc/rtc-88pm80x.c: In function 'pm80x_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-88pm80x.c:175:16: note: byref variable will be forcibly initialized unsigned char buf[4]; ^~~ /kisskb/src/drivers/rtc/rtc-88pm80x.c:173:26: note: byref variable will be forcibly initialized struct rtc_time now_tm, alarm_tm; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-88pm80x.c:173:18: note: byref variable will be forcibly initialized struct rtc_time now_tm, alarm_tm; ^~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/drivers/i3c/master/mipi-i3c-hci/core.c:11: /kisskb/src/drivers/i3c/master/mipi-i3c-hci/core.c: In function 'i3c_hci_send_ccc_cmd': /kisskb/src/drivers/i3c/master/mipi-i3c-hci/core.c:199: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/drivers/i3c/master/mipi-i3c-hci/core.c: In function 'i3c_hci_priv_xfers': /kisskb/src/drivers/i3c/master/mipi-i3c-hci/core.c:278: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/drivers/i3c/master/mipi-i3c-hci/core.c: In function 'i3c_hci_i2c_xfers': /kisskb/src/drivers/i3c/master/mipi-i3c-hci/core.c:337: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/drivers/i3c/master/mipi-i3c-hci/core.c: In function 'i3c_hci_bus_init': /kisskb/src/drivers/i3c/master/mipi-i3c-hci/core.c:129:25: note: byref variable will be forcibly initialized struct i3c_device_info info; ^~~~ /kisskb/src/drivers/media/i2c/msp3400-driver.c: In function 'msp_log_status': /kisskb/src/drivers/media/i2c/msp3400-driver.c:564:7: note: byref variable will be forcibly initialized char prefix[V4L2_SUBDEV_NAME_SIZE + 20]; ^~~~~~ /kisskb/src/drivers/media/i2c/msp3400-driver.c: In function 'msp_reset': /kisskb/src/drivers/media/i2c/msp3400-driver.c:107:17: note: byref variable will be forcibly initialized struct i2c_msg reset[2] = { ^~~~~ /kisskb/src/drivers/media/i2c/msp3400-driver.c:106:5: note: byref variable will be forcibly initialized u8 read[2]; ^~~~ /kisskb/src/drivers/media/i2c/msp3400-driver.c: In function 'msp_read': /kisskb/src/drivers/media/i2c/msp3400-driver.c:149:5: note: byref variable will be forcibly initialized u8 read[2]; ^~~~ /kisskb/src/drivers/media/i2c/msp3400-driver.c:148:5: note: byref variable will be forcibly initialized u8 write[3]; ^~~~~ /kisskb/src/drivers/media/i2c/msp3400-driver.c: In function 'msp_write': /kisskb/src/drivers/media/i2c/msp3400-driver.c:199:5: note: byref variable will be forcibly initialized u8 buffer[5]; ^~~~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function 'abb5zes3_i2c_validate_chip': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:135:5: note: byref variable will be forcibly initialized u8 regs[ABB5ZES3_MEM_MAP_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_read_time': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:208:5: note: byref variable will be forcibly initialized u8 regs[ABB5ZES3_REG_RTC_SC + ABB5ZES3_RTC_SEC_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_read_timer': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:304:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:302:5: note: byref variable will be forcibly initialized u8 regs[ABB5ZES3_TIMA_SEC_LEN + 1]; ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:301:18: note: byref variable will be forcibly initialized struct rtc_time rtc_tm, *alarm_tm = &alarm->time; ^~~~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:357:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:356:5: note: byref variable will be forcibly initialized u8 regs[ABB5ZES3_ALRM_SEC_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:354:18: note: byref variable will be forcibly initialized struct rtc_time rtc_tm, *alarm_tm = &alarm->time; ^~~~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function 'abb5zes3_rtc_check_setup': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:606:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_set_timer': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:509:5: note: byref variable will be forcibly initialized u8 regs[ABB5ZES3_TIMA_SEC_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:442:18: note: byref variable will be forcibly initialized struct rtc_time rtc_tm; ^~~~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:441:5: note: byref variable will be forcibly initialized u8 regs[ABB5ZES3_ALRM_SEC_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function 'abb5zes3_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:546:18: note: byref variable will be forcibly initialized struct rtc_time rtc_tm; ^~~~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function 'abb5zes3_rtc_set_time': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:251:5: note: byref variable will be forcibly initialized u8 regs[ABB5ZES3_REG_RTC_SC + ABB5ZES3_RTC_SEC_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_interrupt': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:750:5: note: byref variable will be forcibly initialized u8 regs[ABB5ZES3_CTRL_SEC_LEN]; ^~~~ /kisskb/src/drivers/power/reset/brcmstb-reboot.c: In function 'brcmstb_restart_handler': /kisskb/src/drivers/power/reset/brcmstb-reboot.c:49:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd70528_get_time': /kisskb/src/drivers/rtc/rtc-bd70528.c:185:26: note: byref variable will be forcibly initialized struct bd70528_rtc_data rtc_data; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd71828_read_alarm': /kisskb/src/drivers/rtc/rtc-bd70528.c:140:25: note: byref variable will be forcibly initialized struct bd71828_rtc_alm alm; ^~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd71828_set_alarm': /kisskb/src/drivers/rtc/rtc-bd70528.c:111:25: note: byref variable will be forcibly initialized struct bd71828_rtc_alm alm; ^~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd71828_set_time': /kisskb/src/drivers/rtc/rtc-bd70528.c:163:26: note: byref variable will be forcibly initialized struct bd70528_rtc_data rtc_data; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-bd70528.c: In function 'bd70528_probe': /kisskb/src/drivers/rtc/rtc-bd70528.c:304:19: note: byref variable will be forcibly initialized struct rtc_time t; ^ /kisskb/src/drivers/rtc/rtc-bd70528.c:243:15: note: byref variable will be forcibly initialized unsigned int hr; ^~ /kisskb/src/drivers/pcmcia/pcmcia_cis.c: In function 'pccard_loop_tuple': /kisskb/src/drivers/pcmcia/pcmcia_cis.c:88:10: note: byref variable will be forcibly initialized tuple_t tuple; ^~~~~ /kisskb/src/drivers/pcmcia/pcmcia_cis.c: In function 'pccard_read_tuple': /kisskb/src/drivers/pcmcia/pcmcia_cis.c:38:10: note: byref variable will be forcibly initialized tuple_t tuple; ^~~~~ /kisskb/src/drivers/pcmcia/pcmcia_cis.c: In function 'pcmcia_loop_tuple': /kisskb/src/drivers/pcmcia/pcmcia_cis.c:325:25: note: byref variable will be forcibly initialized struct pcmcia_loop_mem loop = { ^~~~ /kisskb/src/drivers/pcmcia/pcmcia_cis.c: In function 'pcmcia_get_tuple': /kisskb/src/drivers/pcmcia/pcmcia_cis.c:377:25: note: byref variable will be forcibly initialized struct pcmcia_loop_get get = { ^~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'autocalibration_store': /kisskb/src/drivers/rtc/rtc-abx80x.c:399:16: note: byref variable will be forcibly initialized unsigned long autocalibration = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'abx80x_rtc_read_time': /kisskb/src/drivers/rtc/rtc-abx80x.c:170:16: note: byref variable will be forcibly initialized unsigned char buf[8]; ^~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'abx80x_read_alarm': /kisskb/src/drivers/rtc/rtc-abx80x.c:276:16: note: byref variable will be forcibly initialized unsigned char buf[7]; ^~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'abx80x_set_alarm': /kisskb/src/drivers/rtc/rtc-abx80x.c:308:5: note: byref variable will be forcibly initialized u8 alarm[6]; ^~~~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'abx80x_rtc_set_time': /kisskb/src/drivers/rtc/rtc-abx80x.c:210:16: note: byref variable will be forcibly initialized unsigned char buf[8]; ^~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'abx80x_dt_trickle_cfg': /kisskb/src/drivers/rtc/rtc-abx80x.c:562:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/rtc/rtc-abx80x.c:559:14: note: byref variable will be forcibly initialized const char *diode; ^~~~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'abx80x_probe': /kisskb/src/drivers/rtc/rtc-abx80x.c:682:7: note: byref variable will be forcibly initialized char buf[7]; ^~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_read': /kisskb/src/drivers/rtc/rtc-bq32k.c:55:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_write': /kisskb/src/drivers/rtc/rtc-bq32k.c:78:10: note: byref variable will be forcibly initialized uint8_t buffer[MAX_LEN + 1]; ^~~~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_sysfs_store_tricklecharge_bypass': /kisskb/src/drivers/rtc/rtc-bq32k.c:210:11: note: byref variable will be forcibly initialized int reg, enable, error; ^~~~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c:210:6: note: byref variable will be forcibly initialized int reg, enable, error; ^~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_sysfs_show_tricklecharge_bypass': /kisskb/src/drivers/rtc/rtc-bq32k.c:197:6: note: byref variable will be forcibly initialized int reg, error; ^~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_rtc_read_time': /kisskb/src/drivers/rtc/rtc-bq32k.c:91:20: note: byref variable will be forcibly initialized struct bq32k_regs regs; ^~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_rtc_set_time': /kisskb/src/drivers/rtc/rtc-bq32k.c:119:20: note: byref variable will be forcibly initialized struct bq32k_regs regs; ^~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'trickle_charger_of_init': /kisskb/src/drivers/rtc/rtc-bq32k.c:146:6: note: byref variable will be forcibly initialized u32 ohms = 0; ^~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c:144:16: note: byref variable will be forcibly initialized unsigned char reg; ^~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_probe': /kisskb/src/drivers/rtc/rtc-bq32k.c:257:10: note: byref variable will be forcibly initialized uint8_t reg; ^~~ /kisskb/src/drivers/input/joystick/grip_mp.c: In function 'mp_io': /kisskb/src/drivers/input/joystick/grip_mp.c:166:6: note: byref variable will be forcibly initialized u8 raw_data; /* raw data from gameport */ ^~~~~~~~ /kisskb/src/drivers/input/joystick/analog.c: In function 'analog_init_masks': /kisskb/src/drivers/input/joystick/analog.c:462:6: note: byref variable will be forcibly initialized int max[4]; ^~~ /kisskb/src/drivers/input/joystick/grip_mp.c: In function 'get_and_decode_packet': /kisskb/src/drivers/input/joystick/grip_mp.c:361:6: note: byref variable will be forcibly initialized u32 packet; ^~~~~~ /kisskb/src/drivers/input/joystick/analog.c: In function 'analog_cooked_read': /kisskb/src/drivers/input/joystick/analog.c:175:16: note: byref variable will be forcibly initialized unsigned char data[4], this, last; ^~~~ /kisskb/src/drivers/input/joystick/analog.c:173:10: note: byref variable will be forcibly initialized ktime_t time[4], start, loop, now; ^~~~ /kisskb/src/drivers/input/joystick/grip_mp.c: In function 'multiport_init': /kisskb/src/drivers/input/joystick/grip_mp.c:480:6: note: byref variable will be forcibly initialized u32 packet; ^~~~~~ /kisskb/src/drivers/input/joystick/guillemot.c: In function 'guillemot_connect': /kisskb/src/drivers/input/joystick/guillemot.c:165:5: note: byref variable will be forcibly initialized u8 data[GUILLEMOT_MAX_LENGTH]; ^~~~ /kisskb/src/drivers/input/joystick/analog.c: In function 'analog_name': /kisskb/src/drivers/input/joystick/analog.c:342:17: note: byref variable will be forcibly initialized struct seq_buf s; ^ /kisskb/src/drivers/input/joystick/guillemot.c: In function 'guillemot_poll': /kisskb/src/drivers/input/joystick/guillemot.c:109:5: note: byref variable will be forcibly initialized u8 data[GUILLEMOT_MAX_LENGTH]; ^~~~ /kisskb/src/drivers/input/joystick/analog.c: In function 'analog_parse_options': /kisskb/src/drivers/input/joystick/analog.c:658:8: note: byref variable will be forcibly initialized char *end; ^~~ /kisskb/src/drivers/input/joystick/interact.c: In function 'interact_connect': /kisskb/src/drivers/input/joystick/interact.c:194:8: note: byref variable will be forcibly initialized __u32 data[3]; ^~~~ /kisskb/src/drivers/input/joystick/interact.c: In function 'interact_poll': /kisskb/src/drivers/input/joystick/interact.c:116:6: note: byref variable will be forcibly initialized u32 data[3]; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-emev2.c: In function 'em_i2c_slave_irq': /kisskb/src/drivers/i2c/busses/i2c-emev2.c:230:13: note: byref variable will be forcibly initialized u8 status, value; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-hix5hd2.c: In function 'hix5hd2_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-hix5hd2.c:391:15: note: byref variable will be forcibly initialized unsigned int freq; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-rk3x.c: In function 'rk3x_i2c_adapt_div': /kisskb/src/drivers/i2c/busses/i2c-rk3x.c:875:33: note: byref variable will be forcibly initialized struct rk3x_i2c_calced_timings calc; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-rk3x.c: In function 'rk3x_i2c_clk_notifier_cb': /kisskb/src/drivers/i2c/busses/i2c-rk3x.c:929:33: note: byref variable will be forcibly initialized struct rk3x_i2c_calced_timings calc; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-qcom-geni.c: In function 'geni_i2c_rx_one_msg': /kisskb/src/drivers/i2c/busses/i2c-qcom-geni.c:381:13: note: byref variable will be forcibly initialized dma_addr_t rx_dma = 0; ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-qcom-geni.c: In function 'geni_i2c_tx_one_msg': /kisskb/src/drivers/i2c/busses/i2c-qcom-geni.c:420:13: note: byref variable will be forcibly initialized dma_addr_t tx_dma = 0; ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/i2c/busses/i2c-rk3x.c:10: /kisskb/src/drivers/i2c/busses/i2c-rk3x.c: In function 'rk3x_i2c_xfer_common': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-rk3x.c:1093:14: note: in expansion of macro 'wait_event_timeout' timeout = wait_event_timeout(i2c->wait, !i2c->busy, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_request_dma_chan': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:483:26: note: byref variable will be forcibly initialized struct dma_slave_config cfg; ^~~ /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_hook_irqs': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:842:18: note: byref variable will be forcibly initialized resource_size_t n; ^ /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:867:6: note: byref variable will be forcibly initialized u32 bus_speed; ^~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:12: /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_xfer': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:689:16: note: in expansion of macro 'wait_event_timeout' time_left = wait_event_timeout(pd->wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-dln2.c: In function 'dln2_i2c_enable': /kisskb/src/drivers/i2c/busses/i2c-dln2.c:58:4: note: byref variable will be forcibly initialized } tx; ^~ /kisskb/src/drivers/i2c/busses/i2c-dln2.c: In function 'dln2_i2c_read': /kisskb/src/drivers/i2c/busses/i2c-dln2.c:116:11: note: byref variable will be forcibly initialized unsigned rx_len = sizeof(*rx); ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-dln2.c:111:13: note: byref variable will be forcibly initialized } __packed tx; ^~ /kisskb/src/drivers/i2c/busses/i2c-rcar.c: In function 'rcar_i2c_slave_irq': /kisskb/src/drivers/i2c/busses/i2c-rcar.c:569:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/hwmon/occ/common.c: In function 'occ_set_user_power_cap': /kisskb/src/drivers/hwmon/occ/common.c:184:5: note: byref variable will be forcibly initialized u8 cmd[8]; ^~~ /kisskb/src/drivers/hwmon/occ/common.c: In function 'occ_poll': /kisskb/src/drivers/hwmon/occ/common.c:135:5: note: byref variable will be forcibly initialized u8 cmd[7]; ^~~ /kisskb/src/drivers/hwmon/occ/common.c: In function 'occ_store_caps_user': /kisskb/src/drivers/hwmon/occ/common.c:690:21: note: byref variable will be forcibly initialized unsigned long long value; ^~~~~ /kisskb/src/drivers/power/reset/mt6323-poweroff.c: In function 'mt6323_do_pwroff': /kisskb/src/drivers/power/reset/mt6323-poweroff.c:29:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/i2c/busses/i2c-rcar.c: In function 'rcar_i2c_request_dma_chan': /kisskb/src/drivers/i2c/busses/i2c-rcar.c:723:26: note: byref variable will be forcibly initialized struct dma_slave_config cfg; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/i2c/busses/i2c-rcar.c:15: /kisskb/src/drivers/i2c/busses/i2c-rcar.c: In function 'rcar_i2c_master_xfer': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-rcar.c:844:14: note: in expansion of macro 'wait_event_timeout' time_left = wait_event_timeout(priv->wait, priv->flags & ID_DONE, ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/linux/i3c/master.h:14, from /kisskb/src/drivers/i3c/master/mipi-i3c-hci/dma.c:15: /kisskb/src/drivers/i3c/master/mipi-i3c-hci/dma.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/rtc/rtc-da9055.c: In function 'da9055_read_alarm': /kisskb/src/drivers/rtc/rtc-da9055.c:59:10: note: byref variable will be forcibly initialized uint8_t v[5]; ^ /kisskb/src/drivers/rtc/rtc-da9055.c: In function 'da9055_set_alarm': /kisskb/src/drivers/rtc/rtc-da9055.c:80:10: note: byref variable will be forcibly initialized uint8_t v[2]; ^ /kisskb/src/drivers/rtc/rtc-da9055.c: In function 'da9055_rtc_set_time': /kisskb/src/drivers/rtc/rtc-da9055.c:162:10: note: byref variable will be forcibly initialized uint8_t v[6]; ^ In file included from /kisskb/src/drivers/rtc/rtc-da9055.c:14: /kisskb/src/drivers/rtc/rtc-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/rtc/rtc-da9055.c: In function 'da9055_rtc_read_time': /kisskb/src/drivers/rtc/rtc-da9055.c:128:10: note: byref variable will be forcibly initialized uint8_t v[6]; ^ /kisskb/src/drivers/rtc/rtc-da9063.c: In function 'da9063_rtc_read_time': /kisskb/src/drivers/rtc/rtc-da9063.c:224:5: note: byref variable will be forcibly initialized u8 data[RTC_DATA_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-da9063.c: In function 'da9063_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-da9063.c:277:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/rtc/rtc-da9063.c:275:5: note: byref variable will be forcibly initialized u8 data[RTC_DATA_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-da9063.c: In function 'da9063_rtc_set_time': /kisskb/src/drivers/rtc/rtc-da9063.c:258:5: note: byref variable will be forcibly initialized u8 data[RTC_DATA_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-da9063.c: In function 'da9063_rtc_probe': /kisskb/src/drivers/rtc/rtc-da9063.c:381:5: note: byref variable will be forcibly initialized u8 data[RTC_DATA_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-da9063.c: In function 'da9063_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-da9063.c:309:5: note: byref variable will be forcibly initialized u8 data[RTC_DATA_LEN]; ^~~~ In file included from /kisskb/src/include/linux/gameport.h:14, from /kisskb/src/drivers/input/joystick/joydump.c:15: /kisskb/src/drivers/input/joystick/joydump.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/joystick/joydump.c: In function 'joydump_connect': /kisskb/src/drivers/input/joystick/joydump.c:37:15: note: byref variable will be forcibly initialized int axes[4], buttons; ^~~~~~~ /kisskb/src/drivers/input/joystick/joydump.c:37:6: note: byref variable will be forcibly initialized int axes[4], buttons; ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/linux/i3c/master.h:14, from /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v1.c:11: /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v1.c: In function 'hci_cmd_v1_daa': /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v1.c:299: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/drivers/i3c/master/mipi-i3c-hci/cmd_v1.c:298:20: note: byref variable will be forcibly initialized unsigned int dcr, bcr; ^~~ /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v1.c:298:15: note: byref variable will be forcibly initialized unsigned int dcr, bcr; ^~~ /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v1.c:297:6: note: byref variable will be forcibly initialized u64 pid; ^~~ /kisskb/src/drivers/md/bcache/alloc.c: In function 'invalidate_buckets_random': /kisskb/src/drivers/md/bcache/alloc.c:245:10: note: byref variable will be forcibly initialized size_t n; ^ /kisskb/src/drivers/md/bcache/alloc.c: In function 'bch_alloc_sectors': /kisskb/src/drivers/md/bcache/alloc.c:614:19: note: byref variable will be forcibly initialized BKEY_PADDED(key) alloc; ^~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds3231_hwmon_read_temp': /kisskb/src/drivers/rtc/rtc-ds1307.c:1334:5: note: byref variable will be forcibly initialized u8 temp_buf[2]; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1337_read_alarm': /kisskb/src/drivers/rtc/rtc-ds1307.c:417:7: note: byref variable will be forcibly initialized u8 regs[9]; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'rx8130_read_alarm': /kisskb/src/drivers/rtc/rtc-ds1307.c:588:13: note: byref variable will be forcibly initialized u8 ald[3], ctl[3]; ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:588:5: note: byref variable will be forcibly initialized u8 ald[3], ctl[3]; ^~~ /kisskb/src/drivers/input/joystick/qwiic-joystick.c: In function 'qwiic_poll': /kisskb/src/drivers/input/joystick/qwiic-joystick.c:48:20: note: byref variable will be forcibly initialized struct qwiic_data data; ^~~~ /kisskb/src/drivers/input/joystick/qwiic-joystick.c: In function 'qwiic_probe': /kisskb/src/drivers/input/joystick/qwiic-joystick.c:65:19: note: byref variable will be forcibly initialized struct qwiic_ver vers; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'mcp794xx_read_alarm': /kisskb/src/drivers/rtc/rtc-ds1307.c:722:5: note: byref variable will be forcibly initialized u8 regs[10]; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1307_get_time': /kisskb/src/drivers/rtc/rtc-ds1307.c:216:16: note: byref variable will be forcibly initialized unsigned int regflag; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:213:5: note: byref variable will be forcibly initialized u8 regs[7]; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:211:7: note: byref variable will be forcibly initialized int tmp, ret; ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'rx8130_alarm_irq_enable': /kisskb/src/drivers/rtc/rtc-ds1307.c:672:11: note: byref variable will be forcibly initialized int ret, reg; ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'm41txx_rtc_read_offset': /kisskb/src/drivers/rtc/rtc-ds1307.c:834:15: note: byref variable will be forcibly initialized unsigned int ctrl_reg; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds3231_clk_32khz_is_prepared': /kisskb/src/drivers/rtc/rtc-ds1307.c:1564:6: note: byref variable will be forcibly initialized int status, ret; ^~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds3231_clk_sqw_is_prepared': /kisskb/src/drivers/rtc/rtc-ds1307.c:1509:6: note: byref variable will be forcibly initialized int control, ret; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds3231_clk_sqw_recalc_rate': /kisskb/src/drivers/rtc/rtc-ds1307.c:1440:6: note: byref variable will be forcibly initialized int control, ret; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1337_set_alarm': /kisskb/src/drivers/rtc/rtc-ds1307.c:455:17: note: byref variable will be forcibly initialized unsigned char regs[9]; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'rx8130_set_alarm': /kisskb/src/drivers/rtc/rtc-ds1307.c:627:13: note: byref variable will be forcibly initialized u8 ald[3], ctl[3]; ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:627:5: note: byref variable will be forcibly initialized u8 ald[3], ctl[3]; ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1307_set_time': /kisskb/src/drivers/rtc/rtc-ds1307.c:325:6: note: byref variable will be forcibly initialized u8 regs[7]; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1307_irq': /kisskb/src/drivers/rtc/rtc-ds1307.c:1157:8: note: byref variable will be forcibly initialized int stat, ret; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'rx8130_irq': /kisskb/src/drivers/rtc/rtc-ds1307.c:557:5: note: byref variable will be forcibly initialized u8 ctl[3]; ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'mcp794xx_irq': /kisskb/src/drivers/rtc/rtc-ds1307.c:690:6: note: byref variable will be forcibly initialized int reg, ret; ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'mcp794xx_alm_weekday': /kisskb/src/drivers/rtc/rtc-ds1307.c:761:18: note: byref variable will be forcibly initialized struct rtc_time tm_now; ^~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'mcp794xx_set_alarm': /kisskb/src/drivers/rtc/rtc-ds1307.c:777:16: note: byref variable will be forcibly initialized unsigned char regs[10]; ^~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/rtc/rtc-ds1307.c:12: /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1307_trickle_init': /kisskb/src/drivers/rtc/rtc-ds1307.c:1282:12: note: byref variable will be forcibly initialized u32 ohms, chargeable; ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:1282:6: note: byref variable will be forcibly initialized u32 ohms, chargeable; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'frequency_test_store': /kisskb/src/drivers/rtc/rtc-ds1307.c:1197:7: note: byref variable will be forcibly initialized bool freq_test_en; ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'frequency_test_show': /kisskb/src/drivers/rtc/rtc-ds1307.c:1217:15: note: byref variable will be forcibly initialized unsigned int ctrl_reg; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds3231_hwmon_show_temp': /kisskb/src/drivers/rtc/rtc-ds1307.c:1357:6: note: byref variable will be forcibly initialized s32 temp; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds3231_clks_register': /kisskb/src/drivers/rtc/rtc-ds1307.c:1616:24: note: byref variable will be forcibly initialized struct clk_init_data init = ds3231_clks_init[i]; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1307_probe': /kisskb/src/drivers/rtc/rtc-ds1307.c:1986:23: note: byref variable will be forcibly initialized struct nvmem_config nvmem_cfg = { ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:1725:17: note: byref variable will be forcibly initialized unsigned char regs[8]; ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:1721:8: note: byref variable will be forcibly initialized int tmp; ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_read_temp': /kisskb/src/drivers/w1/slaves/w1_therm.c:2018:20: note: byref variable will be forcibly initialized struct therm_info info; ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_DS18B20_get_resolution': /kisskb/src/drivers/w1/slaves/w1_therm.c:641:20: note: byref variable will be forcibly initialized struct therm_info info; ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_DS18B20_set_resolution': /kisskb/src/drivers/w1/slaves/w1_therm.c:593:26: note: byref variable will be forcibly initialized struct therm_info info, info2; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:593:20: note: byref variable will be forcibly initialized struct therm_info info, info2; ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'features_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1981:6: note: byref variable will be forcibly initialized int val, ret = 0; ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'alarms_show': /kisskb/src/drivers/w1/slaves/w1_therm.c:1764:20: note: byref variable will be forcibly initialized struct therm_info scratchpad; ^~~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'temperature_show': /kisskb/src/drivers/w1/slaves/w1_therm.c:1621:20: note: byref variable will be forcibly initialized struct therm_info info; ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'resolution_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1703:6: note: byref variable will be forcibly initialized int val; ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_slave_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1581:6: note: byref variable will be forcibly initialized int val, ret = 0; ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'conv_time_measure': /kisskb/src/drivers/w1/slaves/w1_therm.c:1151:20: note: byref variable will be forcibly initialized struct therm_info inf, ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'conv_time_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1955:7: note: byref variable will be forcibly initialized int conv_time; ^~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:1939:6: note: byref variable will be forcibly initialized int val, ret = 0; ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'alarms_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1789:8: note: byref variable will be forcibly initialized char *p_args, *orig; ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:1786:6: note: byref variable will be forcibly initialized int temp, ret; ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:1785:5: note: byref variable will be forcibly initialized u8 new_config_register[3]; /* array of data to be written */ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:1784:20: note: byref variable will be forcibly initialized struct therm_info info; ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_slave_show': /kisskb/src/drivers/w1/slaves/w1_therm.c:1529:20: note: byref variable will be forcibly initialized struct therm_info info; ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_seq_show': /kisskb/src/drivers/w1/slaves/w1_therm.c:2061:6: note: byref variable will be forcibly initialized u64 rn; ^~ /kisskb/src/drivers/w1/slaves/w1_therm.c:2060:5: note: byref variable will be forcibly initialized u8 ack; ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/linux/i3c/master.h:14, from /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v2.c:13: /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v2.c: In function 'hci_cmd_v2_daa': /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v2.c:247: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/drivers/i3c/master/mipi-i3c-hci/cmd_v2.c:244:6: note: byref variable will be forcibly initialized u32 device_id[2]; ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/i2c/busses/i2c-taos-evm.c:10: /kisskb/src/drivers/i2c/busses/i2c-taos-evm.c: In function 'taos_smbus_xfer': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-taos-evm.c:104:2: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(wq, taos->state == TAOS_STATE_IDLE, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-taos-evm.c: In function 'taos_connect': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-taos-evm.c:248:2: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(wq, taos->state == TAOS_STATE_IDLE, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-taos-evm.c:226:2: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(wq, taos->state == TAOS_STATE_IDLE, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/reset/ltc2952-poweroff.c: In function 'ltc2952_poweroff_init': /kisskb/src/drivers/power/reset/ltc2952-poweroff.c:175:6: note: byref variable will be forcibly initialized u32 trigger_delay_ms; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-viperboard.c: In function 'vprbrd_i2c_receive': /kisskb/src/drivers/i2c/busses/i2c-viperboard.c:68:11: note: byref variable will be forcibly initialized int ret, bytes_actual; ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-viperboard.c: In function 'vprbrd_i2c_write': /kisskb/src/drivers/i2c/busses/i2c-viperboard.c:220:11: note: byref variable will be forcibly initialized int ret, bytes_actual; ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-viperboard.c: In function 'vprbrd_i2c_addr': /kisskb/src/drivers/i2c/busses/i2c-viperboard.c:98:11: note: byref variable will be forcibly initialized int ret, bytes_actual; ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/drivers/edac/edac_mc.c:22: /kisskb/src/drivers/edac/edac_mc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/edac/edac_mc.c: In function 'edac_mc_alloc_dimms': /kisskb/src/drivers/edac/edac_mc.c:308:15: note: byref variable will be forcibly initialized unsigned int pos[EDAC_MAX_LAYERS]; ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/edac/edac_mc.c:15: /kisskb/src/drivers/edac/edac_mc.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/edac_mc.c: In function 'edac_mc_alloc': /kisskb/src/drivers/edac/edac_mc.c:395:14: note: byref variable will be forcibly initialized void *pvt, *ptr = NULL; ^~~ /kisskb/src/drivers/i2c/busses/i2c-xgene-slimpro.c: In function 'slimpro_i2c_rd': /kisskb/src/drivers/i2c/busses/i2c-xgene-slimpro.c:247:6: note: byref variable will be forcibly initialized u32 msg[3]; ^~~ /kisskb/src/drivers/i2c/busses/i2c-xgene-slimpro.c: In function 'slimpro_i2c_wr': /kisskb/src/drivers/i2c/busses/i2c-xgene-slimpro.c:261:6: note: byref variable will be forcibly initialized u32 msg[3]; ^~~ /kisskb/src/drivers/i2c/busses/i2c-xgene-slimpro.c: In function 'slimpro_i2c_blkrd': /kisskb/src/drivers/i2c/busses/i2c-xgene-slimpro.c:276:6: note: byref variable will be forcibly initialized u32 msg[3]; ^~~ /kisskb/src/drivers/i2c/busses/i2c-xgene-slimpro.c: In function 'slimpro_i2c_blkwr': /kisskb/src/drivers/i2c/busses/i2c-xgene-slimpro.c:308:6: note: byref variable will be forcibly initialized u32 msg[3]; ^~~ /kisskb/src/drivers/i2c/busses/i2c-xgene-slimpro.c: In function 'xgene_slimpro_i2c_xfer': /kisskb/src/drivers/i2c/busses/i2c-xgene-slimpro.c:343:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_write_reg': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:181:9: note: byref variable will be forcibly initialized __be32 data_be = cpu_to_be32p(data); ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_set_sda': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:365:6: note: byref variable will be forcibly initialized u32 dummy = 0; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_set_scl': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:342:6: note: byref variable will be forcibly initialized u32 dummy = 0; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_start': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:240:6: note: byref variable will be forcibly initialized u32 cmd = I2C_CMD_WITH_START | I2C_CMD_WITH_ADDR; ^~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_read_fifo': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:300:6: note: byref variable will be forcibly initialized u32 dummy; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_read_reg': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:167:9: note: byref variable will be forcibly initialized __be32 data_be; ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_unprepare_recovery': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:393:6: note: byref variable will be forcibly initialized u32 mode; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_prepare_recovery': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:378:6: note: byref variable will be forcibly initialized u32 mode; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_get_sda': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:354:6: note: byref variable will be forcibly initialized u32 stat = 0; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_get_scl': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:331:6: note: byref variable will be forcibly initialized u32 stat = 0; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_set_port': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:218:12: note: byref variable will be forcibly initialized u32 mode, dummy = 0; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c:218:6: note: byref variable will be forcibly initialized u32 mode, dummy = 0; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_dev_init': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:190:6: note: byref variable will be forcibly initialized u32 interrupt = 0; ^~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c:189:49: note: byref variable will be forcibly initialized u32 mode = I2C_MODE_ENHANCED, extended_status, watermark; ^~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c:189:32: note: byref variable will be forcibly initialized u32 mode = I2C_MODE_ENHANCED, extended_status, watermark; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c:189:6: note: byref variable will be forcibly initialized u32 mode = I2C_MODE_ENHANCED, extended_status, watermark; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_reset_engine': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:441:12: note: byref variable will be forcibly initialized u32 mode, dummy = 0; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c:441:6: note: byref variable will be forcibly initialized u32 mode, dummy = 0; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_reset_bus': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:409:12: note: byref variable will be forcibly initialized u32 stat, dummy = 0; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c:409:6: note: byref variable will be forcibly initialized u32 stat, dummy = 0; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_abort': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:480:6: note: byref variable will be forcibly initialized u32 stat; ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_wait': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:577:6: note: byref variable will be forcibly initialized u32 status = 0; ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_find_port_of_node': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:665:6: note: byref variable will be forcibly initialized u32 port_no; ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:682:22: note: byref variable will be forcibly initialized u32 port_no, ports, stat; ^~~~ /kisskb/src/drivers/rtc/rtc-ds2404.c: In function 'ds2404_read_time': /kisskb/src/drivers/rtc/rtc-ds2404.c:185:9: note: byref variable will be forcibly initialized __le32 hw_time = 0; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-ds2404.c: In function 'ds2404_set_time': /kisskb/src/drivers/rtc/rtc-ds2404.c:196:6: note: byref variable will be forcibly initialized u32 time = cpu_to_le32(rtc_tm_to_time64(dt)); ^~~~ /kisskb/src/drivers/rtc/rtc-ds2404.c: In function 'ds2404_enable_osc': /kisskb/src/drivers/rtc/rtc-ds2404.c:178:5: note: byref variable will be forcibly initialized u8 in[1] = { 0x10 }; /* enable oscillator */ ^~ In file included from /kisskb/src/drivers/i2c/busses/i2c-virtio.c:19: /kisskb/src/drivers/i2c/busses/i2c-virtio.c: In function 'virtio_find_single_vq': /kisskb/src/include/linux/virtio_config.h:195:20: note: byref variable will be forcibly initialized struct virtqueue *vq; ^~ /kisskb/src/include/linux/virtio_config.h:194:14: note: byref variable will be forcibly initialized const char *names[] = { n }; ^~~~~ /kisskb/src/include/linux/virtio_config.h:193:17: note: byref variable will be forcibly initialized vq_callback_t *callbacks[] = { c }; ^~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c: In function 'virtio_i2c_msg_done': /kisskb/src/drivers/i2c/busses/i2c-virtio.c:51:15: note: byref variable will be forcibly initialized unsigned int len; ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/i2c/busses/i2c-virtio.c:11: /kisskb/src/drivers/i2c/busses/i2c-virtio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c: In function 'virtio_i2c_prepare_reqs': /kisskb/src/drivers/i2c/busses/i2c-virtio.c:61:48: note: byref variable will be forcibly initialized struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c:61:39: note: byref variable will be forcibly initialized struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c:61:30: note: byref variable will be forcibly initialized struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c:61:22: note: byref variable will be forcibly initialized struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/usb/core/urb.c:9: /kisskb/src/drivers/usb/core/urb.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/joystick/spaceorb.c: In function 'spaceorb_process_packet': /kisskb/src/drivers/input/joystick/spaceorb.c:63:6: note: byref variable will be forcibly initialized int axes[6]; ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/core/urb.c:6: /kisskb/src/drivers/usb/core/urb.c: In function 'usb_kill_urb': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:720:2: note: in expansion of macro 'wait_event' wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0); ^~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c: In function 'usb_poison_urb': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:764:2: note: in expansion of macro 'wait_event' wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0); ^~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c: In function 'usb_wait_anchor_empty_timeout': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:963:9: note: in expansion of macro 'wait_event_timeout' return wait_event_timeout(anchor->wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/tmdc.c: In function 'tmdc_poll': /kisskb/src/drivers/input/joystick/tmdc.c:225:16: note: byref variable will be forcibly initialized unsigned char data[2][TMDC_MAX_LENGTH]; ^~~~ /kisskb/src/drivers/input/joystick/tmdc.c: In function 'tmdc_connect': /kisskb/src/drivers/input/joystick/tmdc.c:349:16: note: byref variable will be forcibly initialized unsigned char data[2][TMDC_MAX_LENGTH]; ^~~~ /kisskb/src/drivers/rtc/rtc-em3027.c: In function 'em3027_get_time': /kisskb/src/drivers/rtc/rtc-em3027.c:47:16: note: byref variable will be forcibly initialized unsigned char buf[7]; ^~~ /kisskb/src/drivers/rtc/rtc-em3027.c:46:16: note: byref variable will be forcibly initialized unsigned char addr = EM3027_REG_WATCH_SEC; ^~~~ /kisskb/src/drivers/rtc/rtc-em3027.c: In function 'em3027_set_time': /kisskb/src/drivers/rtc/rtc-em3027.c:83:16: note: byref variable will be forcibly initialized unsigned char buf[8]; ^~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'rh_string': /kisskb/src/drivers/usb/core/hcd.c:441:7: note: byref variable will be forcibly initialized char buf[100]; ^~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_giveback_urb_bh': /kisskb/src/drivers/usb/core/hcd.c:1669:19: note: byref variable will be forcibly initialized struct list_head local_list; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_hcd_poll_rh_status': /kisskb/src/drivers/usb/core/hcd.c:757:8: note: byref variable will be forcibly initialized char buffer[6]; /* Any root hubs with > 31 ports? */ ^~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/core/hcd.c:13: /kisskb/src/drivers/usb/core/hcd.c: In function 'ehset_single_step_set_feature': /kisskb/src/drivers/usb/core/hcd.c:2179: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/drivers/usb/core/hcd.c: In function 'hcd_bus_suspend': /kisskb/src/drivers/usb/core/hcd.c:2278:9: note: byref variable will be forcibly initialized char buffer[6]; ^~~~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_remove_hcd': /kisskb/src/drivers/usb/core/hcd.c:3001:21: note: byref variable will be forcibly initialized struct usb_device *rhdev = hcd->self.root_hub; ^~~~~ /kisskb/src/drivers/rtc/rtc-isl12022.c: In function 'isl12022_read_regs': /kisskb/src/drivers/rtc/rtc-isl12022.c:53:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/rtc/rtc-isl12022.c: In function 'isl12022_rtc_read_time': /kisskb/src/drivers/rtc/rtc-isl12022.c:107:10: note: byref variable will be forcibly initialized uint8_t buf[ISL12022_REG_INT + 1]; ^~~ /kisskb/src/drivers/rtc/rtc-isl12022.c: In function 'isl12022_write_reg': /kisskb/src/drivers/rtc/rtc-isl12022.c:85:10: note: byref variable will be forcibly initialized uint8_t data[2] = { reg, val }; ^~~~ /kisskb/src/drivers/rtc/rtc-isl12022.c: In function 'isl12022_rtc_set_time': /kisskb/src/drivers/rtc/rtc-isl12022.c:159:10: note: byref variable will be forcibly initialized uint8_t buf[ISL12022_REG_DW + 1]; ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/usb/core/message.c:8: /kisskb/src/drivers/usb/core/message.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_start_wait_urb': /kisskb/src/drivers/usb/core/message.c:51:21: note: byref variable will be forcibly initialized struct api_context ctx; ^~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_internal_control_msg': /kisskb/src/drivers/usb/core/message.c:93:6: note: byref variable will be forcibly initialized int length; ^~~~~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_string_sub': /kisskb/src/drivers/usb/core/message.c:875:6: note: byref variable will be forcibly initialized int rc; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/drivers/input/joystick/xpad.c:64: /kisskb/src/drivers/input/joystick/xpad.c: In function 'xpad_presence_work': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/xpad.c:784:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(xpad->x360w_dev, xpad->dev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/reset/vexpress-poweroff.c: In function 'vexpress_reset_active_store': /kisskb/src/drivers/power/reset/vexpress-poweroff.c:62:7: note: byref variable will be forcibly initialized long value; ^~~~~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_arm_write': /kisskb/src/drivers/rtc/rtc-isl12026.c:78:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/rtc/rtc-isl12026.c:77:5: note: byref variable will be forcibly initialized u8 op[3]; ^~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_disarm_write': /kisskb/src/drivers/rtc/rtc-isl12026.c:117:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/rtc/rtc-isl12026.c:116:5: note: byref variable will be forcibly initialized u8 op[3] = {0, ISL12026_REG_SR, 0}; ^~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_read_reg': /kisskb/src/drivers/rtc/rtc-isl12026.c:49:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/rtc/rtc-isl12026.c:46:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/rtc/rtc-isl12026.c:45:5: note: byref variable will be forcibly initialized u8 addr[] = {0, reg}; ^~~~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_rtc_read_time': /kisskb/src/drivers/rtc/rtc-isl12026.c:209:5: note: byref variable will be forcibly initialized u8 sr; ^~ /kisskb/src/drivers/rtc/rtc-isl12026.c:208:5: note: byref variable will be forcibly initialized u8 addr[2]; ^~~~ /kisskb/src/drivers/rtc/rtc-isl12026.c:207:5: note: byref variable will be forcibly initialized u8 ccr[8]; ^~~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_rtc_set_time': /kisskb/src/drivers/rtc/rtc-isl12026.c:170:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/rtc/rtc-isl12026.c:169:5: note: byref variable will be forcibly initialized u8 op[10]; ^~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_write_reg': /kisskb/src/drivers/rtc/rtc-isl12026.c:140:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/rtc/rtc-isl12026.c:139:5: note: byref variable will be forcibly initialized u8 op[3] = {0, reg, val}; ^~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_nvm_write': /kisskb/src/drivers/rtc/rtc-isl12026.c:329:5: note: byref variable will be forcibly initialized u8 payload[ISL12026_PAGESIZE + 2]; /* page + 2 address bytes */ ^~~~~~~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_nvm_read': /kisskb/src/drivers/rtc/rtc-isl12026.c:283:5: note: byref variable will be forcibly initialized u8 addr[2]; ^~~~ /kisskb/src/drivers/rtc/rtc-isl12026.c: In function 'isl12026_force_power_modes': /kisskb/src/drivers/rtc/rtc-isl12026.c:383:15: note: byref variable will be forcibly initialized u32 bsw_val, sbib_val; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-isl12026.c:383:6: note: byref variable will be forcibly initialized u32 bsw_val, sbib_val; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-lp8788.c: In function 'lp8788_read_alarm': /kisskb/src/drivers/rtc/rtc-lp8788.c:168:11: note: byref variable will be forcibly initialized u8 addr, data[LPTIME_MAX]; ^~~~ /kisskb/src/drivers/rtc/rtc-lp8788.c: In function 'lp8788_rtc_read_time': /kisskb/src/drivers/rtc/rtc-lp8788.c:113:5: note: byref variable will be forcibly initialized u8 data[LPTIME_MAX]; ^~~~ /kisskb/src/drivers/w1/slaves/w1_ds2405.c: In function 'output_store': /kisskb/src/drivers/w1/slaves/w1_ds2405.c:183:6: note: byref variable will be forcibly initialized u8 cmd[9]; ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2405.c:145:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2405.c:144:6: note: byref variable will be forcibly initialized int ret, current_pio; ^~~ In file included from /kisskb/src/drivers/md/bcache/bset.h:8, from /kisskb/src/drivers/md/bcache/bset.c:12: /kisskb/src/drivers/md/bcache/bset.c: In function 'bch_dump_bset': /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:84:24: note: in expansion of macro 'KEY' #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0) ^~~ /kisskb/src/drivers/md/bcache/bset.c:38:10: note: in expansion of macro 'START_KEY' &START_KEY(next) : next) > 0) ^~~~~~~~~ /kisskb/src/drivers/md/bcache/bset.c: In function 'bch_btree_iter_next_check': /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:84:24: note: in expansion of macro 'KEY' #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0) ^~~ /kisskb/src/drivers/md/bcache/bset.c:117:9: note: in expansion of macro 'START_KEY' &START_KEY(next) : next) > 0) { ^~~~~~~~~ /kisskb/src/drivers/md/bcache/bset.c: In function 'btree_mergesort': /kisskb/src/drivers/md/bcache/bset.c:1200:17: note: byref variable will be forcibly initialized BKEY_PADDED(k) tmp; ^~~ /kisskb/src/drivers/rtc/rtc-meson-vrtc.c: In function 'meson_vrtc_suspend': /kisskb/src/drivers/rtc/rtc-meson-vrtc.c:97:21: note: byref variable will be forcibly initialized struct timespec64 time; ^~~~ /kisskb/src/drivers/rtc/rtc-meson-vrtc.c: In function 'meson_vrtc_read_time': /kisskb/src/drivers/rtc/rtc-meson-vrtc.c:23:20: note: byref variable will be forcibly initialized struct timespec64 time; ^~~~ /kisskb/src/drivers/md/bcache/bset.c: In function 'bch_btree_insert_key': /kisskb/src/drivers/md/bcache/bset.c:884:15: note: byref variable will be forcibly initialized struct bkey *preceding_key_p = &preceding_key_on_stack; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/bset.c:883:14: note: byref variable will be forcibly initialized struct bkey preceding_key_on_stack = ZERO_KEY; ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/bset.c:882:20: note: byref variable will be forcibly initialized struct btree_iter iter; ^~~~ In file included from /kisskb/src/drivers/md/bcache/bset.h:8, from /kisskb/src/drivers/md/bcache/bset.c:12: /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:84:24: note: in expansion of macro 'KEY' #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0) ^~~ /kisskb/src/drivers/md/bcache/bset.c:906:43: note: in expansion of macro 'START_KEY' bkey_cmp(k, b->ops->is_extents ? &START_KEY(m) : m) > 0) { ^~~~~~~~~ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:84:24: note: in expansion of macro 'KEY' #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0) ^~~ /kisskb/src/drivers/md/bcache/bset.c:894:18: note: in expansion of macro 'START_KEY' preceding_key(&START_KEY(k), &preceding_key_p); ^~~~~~~~~ /kisskb/src/drivers/md/bcache/bset.c: In function '__bch_count_data': /kisskb/src/drivers/md/bcache/bset.c:57:20: note: byref variable will be forcibly initialized struct btree_iter iter; ^~~~ /kisskb/src/drivers/md/bcache/bset.c: In function '__bch_check_keys': /kisskb/src/drivers/md/bcache/bset.c:70:20: note: byref variable will be forcibly initialized struct btree_iter iter; ^~~~ /kisskb/src/drivers/md/bcache/bset.c:68:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/md/bcache/bset.c: In function 'bch_btree_sort_partial': /kisskb/src/drivers/md/bcache/bset.c:1296:20: note: byref variable will be forcibly initialized struct btree_iter iter; ^~~~ /kisskb/src/drivers/md/bcache/bset.c: In function 'bch_btree_sort_into': /kisskb/src/drivers/md/bcache/bset.c:1326:20: note: byref variable will be forcibly initialized struct btree_iter iter; ^~~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c: In function 'p8_i2c_occ_putscom': /kisskb/src/drivers/hwmon/occ/p8_i2c.c:68:6: note: byref variable will be forcibly initialized u32 buf[3]; ^~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c: In function 'p8_i2c_occ_putscom_u32': /kisskb/src/drivers/hwmon/occ/p8_i2c.c:91:5: note: byref variable will be forcibly initialized u8 buf[8]; ^~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c: In function 'p8_i2c_occ_putscom_be': /kisskb/src/drivers/hwmon/occ/p8_i2c.c:102:20: note: byref variable will be forcibly initialized __be32 data0 = 0, data1 = 0; ^~~~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c:102:9: note: byref variable will be forcibly initialized __be32 data0 = 0, data1 = 0; ^~~~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c: In function 'p8_i2c_occ_getscom': /kisskb/src/drivers/hwmon/occ/p8_i2c.c:40:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c:39:9: note: byref variable will be forcibly initialized __be64 buf; ^~~ /kisskb/src/drivers/rtc/rtc-mc13xxx.c: In function 'mc13xxx_rtc_read_time': /kisskb/src/drivers/rtc/rtc-mc13xxx.c:63:31: note: byref variable will be forcibly initialized unsigned int seconds, days1, days2; ^~~~~ /kisskb/src/drivers/rtc/rtc-mc13xxx.c:63:24: note: byref variable will be forcibly initialized unsigned int seconds, days1, days2; ^~~~~ /kisskb/src/drivers/rtc/rtc-mc13xxx.c:63:15: note: byref variable will be forcibly initialized unsigned int seconds, days1, days2; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-mc13xxx.c: In function 'mc13xxx_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-mc13xxx.c:160:15: note: byref variable will be forcibly initialized int enabled, pending; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-mc13xxx.c:160:6: note: byref variable will be forcibly initialized int enabled, pending; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-mc13xxx.c:158:24: note: byref variable will be forcibly initialized unsigned int seconds, days; ^~~~ /kisskb/src/drivers/rtc/rtc-mc13xxx.c:158:15: note: byref variable will be forcibly initialized unsigned int seconds, days; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-mc13xxx.c: In function 'mc13xxx_rtc_set_time': /kisskb/src/drivers/rtc/rtc-mc13xxx.c:93:15: note: byref variable will be forcibly initialized unsigned int alarmseconds; ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c: In function 'wdt_disable': /kisskb/src/drivers/rtc/rtc-m41t80.c:670:17: note: byref variable will be forcibly initialized struct i2c_msg msgs1[1] = { ^~~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c:656:17: note: byref variable will be forcibly initialized struct i2c_msg msgs0[2] = { ^~~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c:655:29: note: byref variable will be forcibly initialized unsigned char i2c_data[2], i2c_buf[0x10]; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c:655:16: note: byref variable will be forcibly initialized unsigned char i2c_data[2], i2c_buf[0x10]; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c: In function 'wdt_ping': /kisskb/src/drivers/rtc/rtc-m41t80.c:620:17: note: byref variable will be forcibly initialized struct i2c_msg msgs1[1] = { ^~~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c:619:16: note: byref variable will be forcibly initialized unsigned char i2c_data[2]; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c: In function 'wdt_ioctl': /kisskb/src/drivers/rtc/rtc-m41t80.c:726:18: note: byref variable will be forcibly initialized int new_margin, rv; ^~ /kisskb/src/drivers/rtc/rtc-m41t80.c: In function 'm41t80_read_alarm': /kisskb/src/drivers/rtc/rtc-m41t80.c:375:5: note: byref variable will be forcibly initialized u8 alarmvals[5]; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c: In function 'm41t80_rtc_read_time': /kisskb/src/drivers/rtc/rtc-m41t80.c:199:16: note: byref variable will be forcibly initialized unsigned char buf[8]; ^~~ /kisskb/src/drivers/rtc/rtc-max6900.c: In function 'max6900_i2c_read_regs': /kisskb/src/drivers/rtc/rtc-max6900.c:55:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[4] = { ^~~~ /kisskb/src/drivers/rtc/rtc-max6900.c:54:5: note: byref variable will be forcibly initialized u8 reg_century_read[1] = { MAX6900_REG_CENTURY_READ }; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-max6900.c:53:5: note: byref variable will be forcibly initialized u8 reg_burst_read[1] = { MAX6900_REG_BURST_READ }; ^~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-max6900.c: In function 'max6900_rtc_read_time': /kisskb/src/drivers/rtc/rtc-max6900.c:144:5: note: byref variable will be forcibly initialized u8 regs[MAX6900_REG_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c: In function 'm41t80_set_alarm': /kisskb/src/drivers/rtc/rtc-m41t80.c:320:5: note: byref variable will be forcibly initialized u8 alarmvals[5]; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-max6900.c: In function 'max6900_i2c_write_regs': /kisskb/src/drivers/rtc/rtc-max6900.c:102:17: note: byref variable will be forcibly initialized struct i2c_msg burst_msgs[1] = { ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-max6900.c:94:17: note: byref variable will be forcibly initialized struct i2c_msg century_msgs[1] = { ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c: In function 'm41t80_rtc_set_time': /kisskb/src/drivers/rtc/rtc-m41t80.c:234:16: note: byref variable will be forcibly initialized unsigned char buf[8]; ^~~ /kisskb/src/drivers/rtc/rtc-max6900.c: In function 'max6900_rtc_set_time': /kisskb/src/drivers/rtc/rtc-max6900.c:170:5: note: byref variable will be forcibly initialized u8 regs[MAX6900_REG_LEN]; ^~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c: In function 'm41t80_sqw_register_clk': /kisskb/src/drivers/rtc/rtc-m41t80.c:549:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c: In function 'm41t80_probe': /kisskb/src/drivers/rtc/rtc-m41t80.c:884:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/btree.c:24: /kisskb/src/drivers/md/bcache/btree.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:591:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/memory.h:174, from /kisskb/src/arch/arm64/include/asm/page.h:46, from /kisskb/src/drivers/edac/edac_device.c:15: /kisskb/src/drivers/edac/edac_device.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/edac_device.c: In function 'edac_device_alloc_ctl_info': /kisskb/src/drivers/edac/edac_device.c:65:14: note: byref variable will be forcibly initialized void *pvt, *p; ^ /kisskb/src/drivers/md/bcache/btree.c: In function 'do_btree_node_write': /kisskb/src/drivers/md/bcache/btree.c:378:24: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^~~~~~~~ /kisskb/src/drivers/md/bcache/btree.c:342:19: note: byref variable will be forcibly initialized BKEY_PADDED(key) k; ^ /kisskb/src/drivers/rtc/rtc-mt6397.c: In function '__mtk_rtc_read_time': /kisskb/src/drivers/rtc/rtc-mt6397.c:66:6: note: byref variable will be forcibly initialized u16 data[RTC_OFFSET_COUNT]; ^~~~ /kisskb/src/drivers/rtc/rtc-mt6397.c: In function 'mtk_rtc_read_time': /kisskb/src/drivers/rtc/rtc-mt6397.c:91:12: note: byref variable will be forcibly initialized int days, sec, ret; ^~~ /kisskb/src/drivers/rtc/rtc-max77686.c: In function 'max77686_rtc_read_time': /kisskb/src/drivers/rtc/rtc-max77686.c:357:5: note: byref variable will be forcibly initialized u8 data[RTC_NR_TIME]; ^~~~ /kisskb/src/drivers/rtc/rtc-mt6397.c: In function 'mtk_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-mt6397.c:155:6: note: byref variable will be forcibly initialized u16 data[RTC_OFFSET_COUNT]; ^~~~ /kisskb/src/drivers/rtc/rtc-mt6397.c:153:13: note: byref variable will be forcibly initialized u32 irqen, pdn2; ^~~~ /kisskb/src/drivers/rtc/rtc-mt6397.c:153:6: note: byref variable will be forcibly initialized u32 irqen, pdn2; ^~~~~ /kisskb/src/drivers/rtc/rtc-max77686.c: In function 'max77686_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-max77686.c:412:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/rtc/rtc-max77686.c:411:5: note: byref variable will be forcibly initialized u8 data[RTC_NR_TIME]; ^~~~ /kisskb/src/drivers/rtc/rtc-max77686.c: In function 'max77686_rtc_start_alarm': /kisskb/src/drivers/rtc/rtc-max77686.c:534:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/rtc-max77686.c:532:5: note: byref variable will be forcibly initialized u8 data[RTC_NR_TIME]; ^~~~ /kisskb/src/drivers/rtc/rtc-mt6397.c: In function 'mtk_rtc_write_trigger': /kisskb/src/drivers/rtc/rtc-mt6397.c:22:6: note: byref variable will be forcibly initialized u32 data; ^~~~ /kisskb/src/drivers/rtc/rtc-max77686.c: In function 'max77686_rtc_stop_alarm': /kisskb/src/drivers/rtc/rtc-max77686.c:484:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/rtc-max77686.c:482:5: note: byref variable will be forcibly initialized u8 data[RTC_NR_TIME]; ^~~~ /kisskb/src/drivers/rtc/rtc-mt6397.c: In function 'mtk_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-mt6397.c:195:6: note: byref variable will be forcibly initialized u16 data[RTC_OFFSET_COUNT]; ^~~~ /kisskb/src/drivers/rtc/rtc-max77686.c: In function 'max77686_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-max77686.c:585:5: note: byref variable will be forcibly initialized u8 data[RTC_NR_TIME]; ^~~~ /kisskb/src/drivers/rtc/rtc-mt6397.c: In function 'mtk_rtc_set_time': /kisskb/src/drivers/rtc/rtc-mt6397.c:123:6: note: byref variable will be forcibly initialized u16 data[RTC_OFFSET_COUNT]; ^~~~ /kisskb/src/drivers/rtc/rtc-max77686.c: In function 'max77686_rtc_set_time': /kisskb/src/drivers/rtc/rtc-max77686.c:384:5: note: byref variable will be forcibly initialized u8 data[RTC_NR_TIME]; ^~~~ /kisskb/src/drivers/rtc/rtc-mt6397.c: In function 'mtk_rtc_irq_handler_thread': /kisskb/src/drivers/rtc/rtc-mt6397.c:43:6: note: byref variable will be forcibly initialized u32 irqsta, irqen; ^~~~~~ /kisskb/src/drivers/rtc/rtc-max77686.c: In function 'max77686_rtc_init_reg': /kisskb/src/drivers/rtc/rtc-max77686.c:655:5: note: byref variable will be forcibly initialized u8 data[2]; ^~~~ /kisskb/src/drivers/rtc/rtc-max8907.c: In function 'max8907_rtc_read_time': /kisskb/src/drivers/rtc/rtc-max8907.c:97:5: note: byref variable will be forcibly initialized u8 regs[TIME_NUM]; ^~~~ /kisskb/src/drivers/rtc/rtc-max8907.c: In function 'max8907_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-max8907.c:125:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/rtc/rtc-max8907.c:124:5: note: byref variable will be forcibly initialized u8 regs[TIME_NUM]; ^~~~ /kisskb/src/drivers/rtc/rtc-max8907.c: In function 'max8907_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-max8907.c:147:5: note: byref variable will be forcibly initialized u8 regs[TIME_NUM]; ^~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'btree_gc_mark_node': /kisskb/src/drivers/md/bcache/btree.c:1277:20: note: byref variable will be forcibly initialized struct btree_iter iter; ^~~~ /kisskb/src/drivers/rtc/rtc-max8907.c: In function 'max8907_rtc_set_time': /kisskb/src/drivers/rtc/rtc-max8907.c:113:5: note: byref variable will be forcibly initialized u8 regs[TIME_NUM]; ^~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'btree_gc_count_keys': /kisskb/src/drivers/md/bcache/btree.c:1536:20: note: byref variable will be forcibly initialized struct btree_iter iter; ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c:12: /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:192, from /kisskb/src/drivers/md/bcache/btree.c:24: /kisskb/src/drivers/md/bcache/btree.c: In function 'make_btree_freeing_key': /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:77:20: note: in expansion of macro 'KEY' #define ZERO_KEY KEY(0, 0, 0) ^~~ /kisskb/src/drivers/md/bcache/btree.c:1160:20: note: in expansion of macro 'ZERO_KEY' bkey_copy_key(k, &ZERO_KEY); ^~~~~~~~ /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c: In function 'current_master_store': /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c:192:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c:12: /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_insert_keys': /kisskb/src/drivers/md/bcache/btree.c:2169:21: note: byref variable will be forcibly initialized BKEY_PADDED(key) temp; ^~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_node_read': /kisskb/src/drivers/md/bcache/btree.c:246:17: note: byref variable will be forcibly initialized struct closure cl; ^~ /kisskb/src/drivers/md/bcache/btree.c: In function 'mca_reap': /kisskb/src/drivers/md/bcache/btree.c:589:17: note: byref variable will be forcibly initialized struct closure cl; ^~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_node_write_sync': /kisskb/src/drivers/md/bcache/btree.c:454:17: note: byref variable will be forcibly initialized struct closure cl; ^~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_cache_free': /kisskb/src/drivers/md/bcache/btree.c:730:17: note: byref variable will be forcibly initialized struct closure cl; ^~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:192, from /kisskb/src/drivers/md/bcache/btree.c:24: /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_cache_alloc': /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:77:20: note: in expansion of macro 'KEY' #define ZERO_KEY KEY(0, 0, 0) ^~~ /kisskb/src/drivers/md/bcache/btree.c:801:40: note: in expansion of macro 'ZERO_KEY' c->verify_data = mca_bucket_alloc(c, &ZERO_KEY, GFP_KERNEL); ^~~~~~~~ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:77:20: note: in expansion of macro 'KEY' #define ZERO_KEY KEY(0, 0, 0) ^~~ /kisskb/src/drivers/md/bcache/btree.c:780:29: note: in expansion of macro 'ZERO_KEY' if (!mca_bucket_alloc(c, &ZERO_KEY, GFP_KERNEL)) ^~~~~~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_map_nodes_recurse': /kisskb/src/drivers/md/bcache/btree.c:2507:21: note: byref variable will be forcibly initialized struct btree_iter iter; ^~~~ /kisskb/src/drivers/md/bcache/btree.c: In function '__bch_btree_node_alloc': /kisskb/src/drivers/md/bcache/btree.c:1092:19: note: byref variable will be forcibly initialized BKEY_PADDED(key) k; ^ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_check_recurse': /kisskb/src/drivers/md/bcache/btree.c:1877:20: note: byref variable will be forcibly initialized struct btree_iter iter; ^~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_check_thread': /kisskb/src/drivers/md/bcache/btree.c:1965:20: note: byref variable will be forcibly initialized struct btree_op op; ^~ /kisskb/src/drivers/md/bcache/btree.c:1916:20: note: byref variable will be forcibly initialized struct btree_iter iter; ^~~~ In file included from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/btree.c:24: /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_check': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/btree.c:2063:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(check_state->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/btree.c:2010:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/drivers/md/bcache/btree.c:2008:20: note: byref variable will be forcibly initialized struct btree_iter iter; ^~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_set_root': /kisskb/src/drivers/md/bcache/btree.c:2476:17: note: byref variable will be forcibly initialized struct closure cl; ^~ /kisskb/src/drivers/md/bcache/btree.c: In function 'btree_split': /kisskb/src/drivers/md/bcache/btree.c:2199:17: note: byref variable will be forcibly initialized struct keylist parent_keys; ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/btree.c:2198:17: note: byref variable will be forcibly initialized struct closure cl; ^~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:192, from /kisskb/src/drivers/md/bcache/btree.c:24: /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:81:20: note: in expansion of macro 'KEY' #define MAX_KEY KEY(MAX_KEY_INODE, MAX_KEY_OFFSET, 0) ^~~ /kisskb/src/drivers/md/bcache/btree.c:2278:28: note: in expansion of macro 'MAX_KEY' bkey_copy_key(&n3->key, &MAX_KEY); ^~~~~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_insert_node': /kisskb/src/drivers/md/bcache/btree.c:2330:17: note: byref variable will be forcibly initialized struct closure cl; ^~ /kisskb/src/drivers/md/bcache/btree.c: In function 'btree_gc_coalesce': /kisskb/src/drivers/md/bcache/btree.c:1332:17: note: byref variable will be forcibly initialized struct closure cl; ^~ /kisskb/src/drivers/md/bcache/btree.c:1331:17: note: byref variable will be forcibly initialized struct keylist keylist; ^~~~~~~ /kisskb/src/drivers/md/bcache/btree.c:1330:16: note: byref variable will be forcibly initialized struct btree *new_nodes[GC_MERGE_NODES]; ^~~~~~~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'btree_gc_rewrite_node': /kisskb/src/drivers/md/bcache/btree.c:1500:17: note: byref variable will be forcibly initialized struct keylist keys; ^~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'btree_gc_recurse': /kisskb/src/drivers/md/bcache/btree.c:1578:23: note: byref variable will be forcibly initialized struct gc_merge_info r[GC_MERGE_NODES]; ^ /kisskb/src/drivers/md/bcache/btree.c:1577:20: note: byref variable will be forcibly initialized struct btree_iter iter; ^~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_insert_check_key': /kisskb/src/drivers/md/bcache/btree.c:2387:17: note: byref variable will be forcibly initialized struct keylist insert; ^~~~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_gc': /kisskb/src/drivers/md/bcache/btree.c:1791:18: note: byref variable will be forcibly initialized struct btree_op op; ^~ /kisskb/src/drivers/md/bcache/btree.c:1790:17: note: byref variable will be forcibly initialized struct closure writes; ^~~~~~ /kisskb/src/drivers/md/bcache/btree.c:1789:17: note: byref variable will be forcibly initialized struct gc_stat stats; ^~~~~ In file included from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/btree.c:24: /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_gc_thread': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/btree.c:1848:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(c->gc_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/core/driver.c:29: /kisskb/src/drivers/usb/core/driver.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_insert': /kisskb/src/drivers/md/bcache/btree.c:2442:25: note: byref variable will be forcibly initialized struct btree_insert_op op; ^~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:192, from /kisskb/src/drivers/md/bcache/btree.c:24: /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:84:24: note: in expansion of macro 'KEY' #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0) ^~~ /kisskb/src/drivers/md/bcache/btree.c:2456:14: note: in expansion of macro 'START_KEY' &START_KEY(keys->keys), ^~~~~~~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_btree_map_keys_recurse': /kisskb/src/drivers/md/bcache/btree.c:2540:20: note: byref variable will be forcibly initialized struct btree_iter iter; ^~~~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:192, from /kisskb/src/drivers/md/bcache/btree.c:24: /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/btree.c:2556:20: note: in expansion of macro 'KEY' ret = fn(op, b, &KEY(KEY_INODE(&b->key), ^~~ /kisskb/src/drivers/rtc/rtc-ntxec.c: In function 'ntxec_read_time': /kisskb/src/drivers/rtc/rtc-ntxec.c:39:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_refill_keybuf': /kisskb/src/drivers/md/bcache/btree.c:2642:16: note: byref variable will be forcibly initialized struct refill refill; ^~~~~~ /kisskb/src/drivers/md/bcache/btree.c: In function 'bch_keybuf_check_overlapping': /kisskb/src/drivers/md/bcache/btree.c:2695:28: note: byref variable will be forcibly initialized struct keybuf_key *p, *w, s; ^ /kisskb/src/drivers/usb/core/driver.c: In function 'remove_id_store': /kisskb/src/drivers/usb/core/driver.c:156:6: note: byref variable will be forcibly initialized u32 idProduct; ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:155:6: note: byref variable will be forcibly initialized u32 idVendor; ^~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/usb/ch9.h:36, from /kisskb/src/include/linux/usb.h:6, from /kisskb/src/drivers/usb/core/config.c:6: /kisskb/src/drivers/usb/core/config.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'usb_suspend_both': /kisskb/src/drivers/usb/core/driver.c:1439:8: note: byref variable will be forcibly initialized u16 devstat; ^~~~~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'usb_store_new_id': /kisskb/src/drivers/usb/core/driver.c:51:17: note: byref variable will be forcibly initialized u32 refVendor, refProduct; ^~~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:51:6: note: byref variable will be forcibly initialized u32 refVendor, refProduct; ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:50:15: note: byref variable will be forcibly initialized unsigned int bInterfaceClass = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:49:6: note: byref variable will be forcibly initialized u32 idProduct = 0; ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:48:6: note: byref variable will be forcibly initialized u32 idVendor = 0; ^~~~~~~~ /kisskb/src/drivers/usb/core/config.c: In function 'usb_parse_endpoint': /kisskb/src/drivers/usb/core/config.c:263:6: note: byref variable will be forcibly initialized int n, i, j, retval; ^ /kisskb/src/drivers/usb/core/config.c: In function 'usb_parse_interface': /kisskb/src/drivers/usb/core/config.c:507:9: note: byref variable will be forcibly initialized int i, n; ^ /kisskb/src/drivers/usb/core/config.c: In function 'usb_parse_configuration': /kisskb/src/drivers/usb/core/config.c:618:31: note: byref variable will be forcibly initialized u8 inums[USB_MAXINTERFACES], nalts[USB_MAXINTERFACES]; ^~~~~ /kisskb/src/drivers/usb/core/config.c:618:5: note: byref variable will be forcibly initialized u8 inums[USB_MAXINTERFACES], nalts[USB_MAXINTERFACES]; ^~~~~ /kisskb/src/drivers/usb/core/config.c:612:12: note: byref variable will be forcibly initialized int i, j, n; ^ /kisskb/src/drivers/usb/core/buffer.c: In function 'hcd_buffer_create': /kisskb/src/drivers/usb/core/buffer.c:67:8: note: byref variable will be forcibly initialized char name[16]; ^~~~ /kisskb/src/drivers/usb/core/file.c: In function 'usb_register_dev': /kisskb/src/drivers/usb/core/file.c:162:7: note: byref variable will be forcibly initialized char name[20]; ^~~~ /kisskb/src/drivers/rtc/rtc-palmas.c: In function 'palmas_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-palmas.c:115:6: note: byref variable will be forcibly initialized u32 int_val; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-palmas.c:114:16: note: byref variable will be forcibly initialized unsigned char alarm_data[PALMAS_NUM_TIME_REGS]; ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-palmas.c: In function 'palmas_clear_interrupts': /kisskb/src/drivers/rtc/rtc-palmas.c:180:15: note: byref variable will be forcibly initialized unsigned int rtc_reg; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-palmas.c: In function 'palmas_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-palmas.c:148:16: note: byref variable will be forcibly initialized unsigned char alarm_data[PALMAS_NUM_TIME_REGS]; ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-palmas.c: In function 'palmas_rtc_read_time': /kisskb/src/drivers/rtc/rtc-palmas.c:37:16: note: byref variable will be forcibly initialized unsigned char rtc_data[PALMAS_NUM_TIME_REGS]; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-palmas.c: In function 'palmas_rtc_set_time': /kisskb/src/drivers/rtc/rtc-palmas.c:68:16: note: byref variable will be forcibly initialized unsigned char rtc_data[PALMAS_NUM_TIME_REGS]; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf85063.c: In function 'pcf85063_read_offset': /kisskb/src/drivers/rtc/rtc-pcf85063.c:248:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/rtc/rtc-pcf85063.c: In function 'pcf85063_clkout_is_prepared': /kisskb/src/drivers/rtc/rtc-pcf85063.c:461:15: note: byref variable will be forcibly initialized unsigned int buf; ^~~ /kisskb/src/drivers/rtc/rtc-pcf85063.c: In function 'pcf85063_clkout_recalc_rate': /kisskb/src/drivers/rtc/rtc-pcf85063.c:384:15: note: byref variable will be forcibly initialized unsigned int buf; ^~~ /kisskb/src/drivers/rtc/rtc-pcf85063.c: In function 'pcf85063_rtc_handle_irq': /kisskb/src/drivers/rtc/rtc-pcf85063.c:226:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/rtc/rtc-pcf85063.c: In function 'pcf85063_clkout_control': /kisskb/src/drivers/rtc/rtc-pcf85063.c:424:15: note: byref variable will be forcibly initialized unsigned int buf; ^~~ /kisskb/src/drivers/rtc/rtc-pcf85063.c: In function 'pcf85063_rtc_read_time': /kisskb/src/drivers/rtc/rtc-pcf85063.c:79:5: note: byref variable will be forcibly initialized u8 regs[7]; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf85063.c: In function 'pcf85063_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-pcf85063.c:164:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/rtc/rtc-pcf85063.c:163:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/rtc/rtc-pcf85063.c: In function 'pcf85063_ioctl': /kisskb/src/drivers/rtc/rtc-pcf85063.c:294:6: note: byref variable will be forcibly initialized int status, ret = 0; ^~~~~~ /kisskb/src/drivers/rtc/rtc-pcf85063.c: In function 'pcf85063_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-pcf85063.c:189:5: note: byref variable will be forcibly initialized u8 buf[5]; ^~~ /kisskb/src/drivers/rtc/rtc-pcf85063.c: In function 'pcf85063_rtc_set_time': /kisskb/src/drivers/rtc/rtc-pcf85063.c:114:5: note: byref variable will be forcibly initialized u8 regs[7]; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf85063.c: In function 'pcf85063_load_capacitance': /kisskb/src/drivers/rtc/rtc-pcf85063.c:338:6: note: byref variable will be forcibly initialized u32 load = 7000; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf85063.c: In function 'pcf85063_clkout_register_clk': /kisskb/src/drivers/rtc/rtc-pcf85063.c:482:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf85063.c: In function 'pcf85063_probe': /kisskb/src/drivers/rtc/rtc-pcf85063.c:528:15: note: byref variable will be forcibly initialized unsigned int tmp; ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2408.c: In function 'status_control_write': /kisskb/src/drivers/w1/slaves/w1_ds2408.c:247:5: note: byref variable will be forcibly initialized u8 w1_buf[4]; ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2408.c: In function '_read_reg': /kisskb/src/drivers/w1/slaves/w1_ds2408.c:40:5: note: byref variable will be forcibly initialized u8 wrbuf[3]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2408.c: In function 'output_write': /kisskb/src/drivers/w1/slaves/w1_ds2408.c:167:5: note: byref variable will be forcibly initialized u8 w1_buf[3]; ^~~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_param_get': /kisskb/src/drivers/rtc/rtc-pcf8523.c:245:7: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_read_offset': /kisskb/src/drivers/rtc/rtc-pcf8523.c:351:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_irq': /kisskb/src/drivers/rtc/rtc-pcf8523.c:81:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_read_time': /kisskb/src/drivers/rtc/rtc-pcf8523.c:102:5: note: byref variable will be forcibly initialized u8 regs[7]; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-pcf8523.c:165:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c:164:5: note: byref variable will be forcibly initialized u8 regs[4]; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_ioctl': /kisskb/src/drivers/rtc/rtc-pcf8523.c:321:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-pcf8523.c:204:5: note: byref variable will be forcibly initialized u8 regs[5]; ^~~~ /kisskb/src/drivers/i3c/master/i3c-master-cdns.c: In function 'cdns_i3c_master_wr_to_tx_fifo': /kisskb/src/drivers/i3c/master/i3c-master-cdns.c:432:7: note: byref variable will be forcibly initialized u32 tmp = 0; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_set_time': /kisskb/src/drivers/rtc/rtc-pcf8523.c:127:5: note: byref variable will be forcibly initialized u8 regs[7]; ^~~~ /kisskb/src/drivers/i3c/master/i3c-master-cdns.c: In function 'cdns_i3c_master_rd_from_rx_fifo': /kisskb/src/drivers/i3c/master/i3c-master-cdns.c:444:7: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_load_capacitance': /kisskb/src/drivers/rtc/rtc-pcf8523.c:57:6: note: byref variable will be forcibly initialized u32 load, value = 0; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_probe': /kisskb/src/drivers/rtc/rtc-pcf8523.c:407:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/linux/i3c/master.h:14, from /kisskb/src/drivers/i3c/master/i3c-master-cdns.c:12: /kisskb/src/drivers/i3c/master/i3c-master-cdns.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/i3c/master/i3c-master-cdns.c: In function 'cdns_i3c_master_get_rr_slot': /kisskb/src/drivers/i3c/master/i3c-master-cdns.c:914:16: note: byref variable will be forcibly initialized unsigned long activedevs; ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rc5t583.c: In function 'rc5t583_rtc_read_time': /kisskb/src/drivers/rtc/rtc-rc5t583.c:62:5: note: byref variable will be forcibly initialized u8 rtc_data[NUM_TIME_REGS]; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-rc5t583.c: In function 'rc5t583_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-rc5t583.c:111:6: note: byref variable will be forcibly initialized u32 interrupt_enable; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rc5t583.c:110:16: note: byref variable will be forcibly initialized unsigned char alarm_data[NUM_YAL_REGS]; ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-pcf2127.c:377:23: note: byref variable will be forcibly initialized unsigned int buf[5], ctrl2; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c:377:15: note: byref variable will be forcibly initialized unsigned int buf[5], ctrl2; ^~~ /kisskb/src/drivers/rtc/rtc-rc5t583.c: In function 'rc5t583_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-rc5t583.c:142:16: note: byref variable will be forcibly initialized unsigned char alarm_data[NUM_YAL_REGS]; ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_rtc_ts_read': /kisskb/src/drivers/rtc/rtc-pcf2127.c:456:16: note: byref variable will be forcibly initialized unsigned char data[25]; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c:454:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/rtc-rc5t583.c: In function 'rc5t583_rtc_set_time': /kisskb/src/drivers/rtc/rtc-rc5t583.c:86:16: note: byref variable will be forcibly initialized unsigned char rtc_data[NUM_TIME_REGS]; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'timestamp0_show': /kisskb/src/drivers/rtc/rtc-pcf2127.c:592:11: note: byref variable will be forcibly initialized time64_t ts; ^~ /kisskb/src/drivers/rtc/rtc-pcf2127.c:590:22: note: byref variable will be forcibly initialized unsigned int ctrl1, ctrl2; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c:590:15: note: byref variable will be forcibly initialized unsigned int ctrl1, ctrl2; ^~~~~ /kisskb/src/drivers/rtc/rtc-rc5t583.c: In function 'rc5t583_rtc_interrupt': /kisskb/src/drivers/rtc/rtc-rc5t583.c:175:6: note: byref variable will be forcibly initialized u32 rtc_reg; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_nvmem_write': /kisskb/src/drivers/rtc/rtc-pcf2127.c:263:16: note: byref variable will be forcibly initialized unsigned char offsetbuf[] = { offset >> 8, offset }; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_nvmem_read': /kisskb/src/drivers/rtc/rtc-pcf2127.c:247:16: note: byref variable will be forcibly initialized unsigned char offsetbuf[] = { offset >> 8, offset }; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_rtc_irq': /kisskb/src/drivers/rtc/rtc-pcf2127.c:510:22: note: byref variable will be forcibly initialized unsigned int ctrl1, ctrl2; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c:510:15: note: byref variable will be forcibly initialized unsigned int ctrl1, ctrl2; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_rtc_read_time': /kisskb/src/drivers/rtc/rtc-pcf2127.c:120:16: note: byref variable will be forcibly initialized unsigned char buf[10]; ^~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_rtc_set_time': /kisskb/src/drivers/rtc/rtc-pcf2127.c:179:16: note: byref variable will be forcibly initialized unsigned char buf[7]; ^~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_probe': /kisskb/src/drivers/rtc/rtc-pcf2127.c:679:23: note: byref variable will be forcibly initialized struct nvmem_config nvmem_cfg = { ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c:638:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_rtc_ioctl': /kisskb/src/drivers/rtc/rtc-pcf2127.c:216:6: note: byref variable will be forcibly initialized int val, touser = 0; ^~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-pcf2127.c:421:10: note: byref variable will be forcibly initialized uint8_t buf[5]; ^~~ /kisskb/src/drivers/rtc/rtc-r7301.c: In function 'rtc7301_read': /kisskb/src/drivers/rtc/rtc-r7301.c:67:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/i3c/master/i3c-master-cdns.c: In function 'cdns_i3c_master_do_daa': /kisskb/src/drivers/i3c/master/i3c-master-cdns.c:1135:25: note: byref variable will be forcibly initialized unsigned long olddevs, newdevs; ^~~~~~~ /kisskb/src/drivers/i3c/master/i3c-master-cdns.c:1135:16: note: byref variable will be forcibly initialized unsigned long olddevs, newdevs; ^~~~~~~ /kisskb/src/drivers/i3c/master/i3c-master-cdns.c: In function 'cdns_i3c_master_handle_ibi': /kisskb/src/drivers/i3c/master/i3c-master-cdns.c:1336:7: note: byref variable will be forcibly initialized u32 tmp = __raw_readl(master->regs + IBI_DATA_FIFO); ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/linux/i3c/master.h:14, from /kisskb/src/drivers/i3c/master/i3c-master-cdns.c:12: /kisskb/src/drivers/i3c/master/i3c-master-cdns.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c: In function 'rc5t619_rtc_read_time': /kisskb/src/drivers/rtc/rtc-rc5t619.c:123:15: note: byref variable will be forcibly initialized unsigned int ctrl2; ^~~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c:122:15: note: byref variable will be forcibly initialized unsigned int ctrl1; ^~~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c:119:5: note: byref variable will be forcibly initialized u8 buff[7]; ^~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c: In function 'rc5t619_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-rc5t619.c:231:15: note: byref variable will be forcibly initialized unsigned int ctrl1; ^~~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c:228:15: note: byref variable will be forcibly initialized unsigned int buff_cent; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c:227:5: note: byref variable will be forcibly initialized u8 buff[6]; ^~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c: In function 'rc5t619_rtc_pon_setup': /kisskb/src/drivers/rtc/rtc-rc5t619.c:93:15: note: byref variable will be forcibly initialized unsigned int reg_data; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c: In function 'rc5t619_rtc_set_time': /kisskb/src/drivers/rtc/rtc-rc5t619.c:169:15: note: byref variable will be forcibly initialized unsigned int ctrl2; ^~~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c:168:15: note: byref variable will be forcibly initialized unsigned int ctrl1; ^~~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c:165:5: note: byref variable will be forcibly initialized u8 buff[7]; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_set_ctrl': /kisskb/src/drivers/rtc/rtc-pcf8583.c:123:16: note: byref variable will be forcibly initialized unsigned char buf[2]; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_write_mem': /kisskb/src/drivers/rtc/rtc-pcf8583.c:159:16: note: byref variable will be forcibly initialized unsigned char buf[9]; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_read_mem': /kisskb/src/drivers/rtc/rtc-pcf8583.c:135:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:134:16: note: byref variable will be forcibly initialized unsigned char addr[1]; ^~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c: In function 'rc5t619_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-rc5t619.c:278:15: note: byref variable will be forcibly initialized unsigned int ctrl1; ^~~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c:275:5: note: byref variable will be forcibly initialized u8 buff[6]; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_get_datetime': /kisskb/src/drivers/rtc/rtc-pcf8583.c:52:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:51:24: note: byref variable will be forcibly initialized unsigned char buf[8], addr[1] = { 1 }; ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:51:16: note: byref variable will be forcibly initialized unsigned char buf[8], addr[1] = { 1 }; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_rtc_read_time': /kisskb/src/drivers/rtc/rtc-pcf8583.c:176:17: note: byref variable will be forcibly initialized struct rtc_mem mem = { ^~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:175:22: note: byref variable will be forcibly initialized unsigned char ctrl, year[2]; ^~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c: In function 'rc5t619_rtc_probe': /kisskb/src/drivers/rtc/rtc-rc5t619.c:355:15: note: byref variable will be forcibly initialized unsigned int ctrl2; ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_set_datetime': /kisskb/src/drivers/rtc/rtc-pcf8583.c:89:16: note: byref variable will be forcibly initialized unsigned char buf[8]; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_rtc_set_time': /kisskb/src/drivers/rtc/rtc-pcf8583.c:231:17: note: byref variable will be forcibly initialized struct rtc_mem cmos_check = { ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:226:17: note: byref variable will be forcibly initialized struct rtc_mem cmos_year = { ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:225:25: note: byref variable will be forcibly initialized unsigned char year[2], chk; ^~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:225:16: note: byref variable will be forcibly initialized unsigned char year[2], chk; ^~~~ /kisskb/src/drivers/media/i2c/tda7432.c: In function 'tda7432_set': /kisskb/src/drivers/media/i2c/tda7432.c:240:16: note: byref variable will be forcibly initialized unsigned char buf[16]; ^~~ /kisskb/src/drivers/media/i2c/tda7432.c: In function 'tda7432_write': /kisskb/src/drivers/media/i2c/tda7432.c:223:16: note: byref variable will be forcibly initialized unsigned char buffer[2]; ^~~~~~ In file included from /kisskb/src/drivers/power/supply/power_supply_core.c:17: /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_am_i_supplied': /kisskb/src/drivers/power/supply/power_supply_core.c:329:32: note: byref variable will be forcibly initialized struct psy_am_i_supplied_data data = { psy, 0 }; ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_is_system_supplied': /kisskb/src/drivers/power/supply/power_supply_core.c:362:15: note: byref variable will be forcibly initialized unsigned int count = 0; ^~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_get_battery_info': /kisskb/src/drivers/power/supply/power_supply_core.c:696:19: note: byref variable will be forcibly initialized int i, tab_len, size; ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c:571:11: note: byref variable will be forcibly initialized int err, len, index; ^~~ /kisskb/src/drivers/power/supply/power_supply_core.c:570:14: note: byref variable will be forcibly initialized const char *value; ^~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_batinfo_ocv2cap': /kisskb/src/drivers/power/supply/power_supply_core.c:873:6: note: byref variable will be forcibly initialized int table_len; ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c: In function 'auo_pixcir_collect_data': /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c:130:10: note: byref variable will be forcibly initialized uint8_t raw_area[4]; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c:129:10: note: byref variable will be forcibly initialized uint8_t raw_coord[8]; ^~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c:14: /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c: In function 'auo_pixcir_interrupt': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c:242:3: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(ts->wait, ts->stopped, ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c:199:4: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(ts->wait, ts->stopped, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c:175:21: note: byref variable will be forcibly initialized struct auo_point_t point[AUO_PIXCIR_REPORT_POINTS]; ^~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'avoid_reset_quirk_store': /kisskb/src/drivers/usb/core/sysfs.c:278:8: note: byref variable will be forcibly initialized int val, rc; ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'bConfigurationValue_store': /kisskb/src/drivers/usb/core/sysfs.c:97:8: note: byref variable will be forcibly initialized int config, value, rc; ^~~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'persist_store': /kisskb/src/drivers/usb/core/sysfs.c:327:6: note: byref variable will be forcibly initialized int value, rc; ^~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'authorized_default_store': /kisskb/src/drivers/usb/core/sysfs.c:929:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'authorized_store': /kisskb/src/drivers/usb/core/sysfs.c:744:11: note: byref variable will be forcibly initialized unsigned val; ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'usb2_lpm_besl_store': /kisskb/src/drivers/usb/core/sysfs.c:563:5: note: byref variable will be forcibly initialized u8 besl; ^~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'usb2_lpm_l1_timeout_store': /kisskb/src/drivers/usb/core/sysfs.c:540:6: note: byref variable will be forcibly initialized u16 timeout; ^~~~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'usb2_hardware_lpm_store': /kisskb/src/drivers/usb/core/sysfs.c:501:7: note: byref variable will be forcibly initialized bool value; ^~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'interface_authorized_default_store': /kisskb/src/drivers/usb/core/sysfs.c:976:7: note: byref variable will be forcibly initialized bool val; ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'autosuspend_store': /kisskb/src/drivers/usb/core/sysfs.c:411:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'interface_authorized_store': /kisskb/src/drivers/usb/core/sysfs.c:1176:7: note: byref variable will be forcibly initialized bool val; ^~~ /kisskb/src/drivers/edac/edac_mc_sysfs.c: In function 'edac_set_poll_msec': /kisskb/src/drivers/edac/edac_mc_sysfs.c:55:15: note: byref variable will be forcibly initialized unsigned int i; ^ /kisskb/src/drivers/edac/edac_mc_sysfs.c: In function 'mci_sdram_scrub_rate_store': /kisskb/src/drivers/edac/edac_mc_sysfs.c:705:16: note: byref variable will be forcibly initialized unsigned long bandwidth = 0; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-s3c.c: In function 's3c_rtc_settime': /kisskb/src/drivers/rtc/rtc-s3c.c:211:18: note: byref variable will be forcibly initialized struct rtc_time rtc_tm = *tm; ^~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:16: /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_read_coefficients': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2190:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_regulator_register': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2436:27: note: byref variable will be forcibly initialized struct regulator_config config = { }; ^~~~~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_set_sensor': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:977:6: note: byref variable will be forcibly initialized s64 val; ^~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_set_samples': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2048:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_init_debugfs': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2545:7: note: byref variable will be forcibly initialized char name[PMBUS_NAME_SIZE]; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_param_get': /kisskb/src/drivers/rtc/rtc-rv3032.c:404:7: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_read_offset': /kisskb/src/drivers/rtc/rtc-rv3032.c:374:11: note: byref variable will be forcibly initialized int ret, value, steps; ^~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_clkout_is_prepared': /kisskb/src/drivers/rtc/rtc-rv3032.c:727:6: note: byref variable will be forcibly initialized int val, ret; ^~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_clkout_recalc_rate': /kisskb/src/drivers/rtc/rtc-rv3032.c:628:6: note: byref variable will be forcibly initialized int clkout, ret; ^~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_hwmon_read_temp': /kisskb/src/drivers/rtc/rtc-rv3032.c:786:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_get_time': /kisskb/src/drivers/rtc/rtc-rv3032.c:228:11: note: byref variable will be forcibly initialized int ret, status; ^~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:227:5: note: byref variable will be forcibly initialized u8 date[7]; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_get_alarm': /kisskb/src/drivers/rtc/rtc-rv3032.c:281:14: note: byref variable will be forcibly initialized int status, ctrl, ret; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:281:6: note: byref variable will be forcibly initialized int status, ctrl, ret; ^~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:280:5: note: byref variable will be forcibly initialized u8 alarmvals[3]; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_ioctl': /kisskb/src/drivers/rtc/rtc-rv3032.c:470:6: note: byref variable will be forcibly initialized int status, val = 0, ret = 0; ^~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_enter_eerd': /kisskb/src/drivers/rtc/rtc-rv3032.c:128:13: note: byref variable will be forcibly initialized u32 ctrl1, status; ^~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:128:6: note: byref variable will be forcibly initialized u32 ctrl1, status; ^~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_eeprom_write': /kisskb/src/drivers/rtc/rtc-rv3032.c:500:14: note: byref variable will be forcibly initialized u32 status, eerd; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:500:6: note: byref variable will be forcibly initialized u32 status, eerd; ^~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_eeprom_read': /kisskb/src/drivers/rtc/rtc-rv3032.c:541:20: note: byref variable will be forcibly initialized u32 status, eerd, data; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:541:14: note: byref variable will be forcibly initialized u32 status, eerd, data; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:541:6: note: byref variable will be forcibly initialized u32 status, eerd, data; ^~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_update_cfg': /kisskb/src/drivers/rtc/rtc-rv3032.c:159:14: note: byref variable will be forcibly initialized u32 status, eerd; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:159:6: note: byref variable will be forcibly initialized u32 status, eerd; ^~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_set_alarm': /kisskb/src/drivers/rtc/rtc-rv3032.c:310:5: note: byref variable will be forcibly initialized u8 alarmvals[3]; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_set_time': /kisskb/src/drivers/rtc/rtc-rv3032.c:255:5: note: byref variable will be forcibly initialized u8 date[7]; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_handle_irq': /kisskb/src/drivers/rtc/rtc-rv3032.c:190:6: note: byref variable will be forcibly initialized u32 status = 0, ctrl = 0; ^~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_trickle_charger_setup': /kisskb/src/drivers/rtc/rtc-rv3032.c:580:17: note: byref variable will be forcibly initialized u32 val, ohms, voltage; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:580:11: note: byref variable will be forcibly initialized u32 val, ohms, voltage; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_clkout_register_clk': /kisskb/src/drivers/rtc/rtc-rv3032.c:751:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_read_alarm': /kisskb/src/drivers/rtc/rtc-rx8010.c:229:6: note: byref variable will be forcibly initialized int flagreg, err; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c:228:5: note: byref variable will be forcibly initialized u8 alarmvals[3]; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_clkout_set_rate': /kisskb/src/drivers/rtc/rtc-rv3032.c:669:14: note: byref variable will be forcibly initialized u32 status, eerd; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c:669:6: note: byref variable will be forcibly initialized u32 status, eerd; ^~~~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_get_time': /kisskb/src/drivers/rtc/rtc-rx8010.c:111:6: note: byref variable will be forcibly initialized int flagreg, err; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c:110:5: note: byref variable will be forcibly initialized u8 date[RX8010_YEAR - RX8010_SEC + 1]; ^~~~ /kisskb/src/drivers/rtc/rtc-rv3032.c: In function 'rv3032_probe': /kisskb/src/drivers/rtc/rtc-rv3032.c:893:11: note: byref variable will be forcibly initialized int ret, status; ^~~~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_ioctl': /kisskb/src/drivers/rtc/rtc-rx8010.c:341:11: note: byref variable will be forcibly initialized int tmp, flagreg, err; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_init': /kisskb/src/drivers/rtc/rtc-rx8010.c:175:5: note: byref variable will be forcibly initialized u8 ctrl[2]; ^~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_set_alarm': /kisskb/src/drivers/rtc/rtc-rx8010.c:255:5: note: byref variable will be forcibly initialized u8 alarmvals[3]; ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rx8025.c: In function 'rx8025_sysfs_store_clock_adjust': /kisskb/src/drivers/rtc/rtc-rx8025.c:488:7: note: byref variable will be forcibly initialized long adj; ^~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_set_time': /kisskb/src/drivers/rtc/rtc-rx8010.c:140:5: note: byref variable will be forcibly initialized u8 date[RX8010_YEAR - RX8010_SEC + 1]; ^~~~ /kisskb/src/drivers/rtc/rtc-rx8025.c: In function 'rx8025_sysfs_show_clock_adjust': /kisskb/src/drivers/rtc/rtc-rx8025.c:473:7: note: byref variable will be forcibly initialized long adj; ^~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_irq_1_handler': /kisskb/src/drivers/rtc/rtc-rx8010.c:74:6: note: byref variable will be forcibly initialized int flagreg, err; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-rx8025.c: In function 'rx8025_get_time': /kisskb/src/drivers/rtc/rtc-rx8025.c:214:5: note: byref variable will be forcibly initialized u8 date[7]; ^~~~ /kisskb/src/drivers/rtc/rtc-rx8025.c: In function 'rx8025_read_alarm': /kisskb/src/drivers/rtc/rtc-rx8025.c:315:5: note: byref variable will be forcibly initialized u8 ald[2]; ^~~ /kisskb/src/drivers/rtc/rtc-rx8025.c: In function 'rx8025_init_client': /kisskb/src/drivers/rtc/rtc-rx8025.c:280:5: note: byref variable will be forcibly initialized u8 ctrl[2], ctrl2; ^~~~ /kisskb/src/drivers/rtc/rtc-rx8025.c: In function 'rx8025_set_alarm': /kisskb/src/drivers/rtc/rtc-rx8025.c:349:5: note: byref variable will be forcibly initialized u8 ald[2]; ^~~ /kisskb/src/drivers/rtc/rtc-rx8025.c: In function 'rx8025_set_time': /kisskb/src/drivers/rtc/rtc-rx8025.c:248:5: note: byref variable will be forcibly initialized u8 date[7]; ^~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c:8: /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c: In function 'i2c_mux_gpio_set': /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c:27:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(values, BITS_PER_TYPE(val)); ^~~~~~ /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/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c:8: /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-gpmux.c: In function 'i2c_mux_probe': /kisskb/src/drivers/i2c/muxes/i2c-mux-gpmux.c:112:7: note: byref variable will be forcibly initialized u32 chan; ^~~~ /kisskb/src/drivers/rtc/rtc-s5m.c: In function 's5m_rtc_read_time': /kisskb/src/drivers/rtc/rtc-s5m.c:367:5: note: byref variable will be forcibly initialized u8 data[RTC_MAX_NUM_TIME_REGS]; ^~~~ /kisskb/src/drivers/rtc/rtc-s5m.c: In function 's5m_check_peding_alarm_interrupt': /kisskb/src/drivers/rtc/rtc-s5m.c:235:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/rtc/rtc-s5m.c: In function 's5m_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-s5m.c:447:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/rtc/rtc-s5m.c:446:5: note: byref variable will be forcibly initialized u8 data[RTC_MAX_NUM_TIME_REGS]; ^~~~ /kisskb/src/drivers/rtc/rtc-s5m.c: In function 's5m8767_wait_for_udr_update': /kisskb/src/drivers/rtc/rtc-s5m.c:219:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/rtc/rtc-s5m.c: In function 's5m8767_rtc_set_alarm_reg': /kisskb/src/drivers/rtc/rtc-s5m.c:291:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/rtc/rtc-s5m.c: In function 's5m8767_rtc_set_time_reg': /kisskb/src/drivers/rtc/rtc-s5m.c:267:15: note: byref variable will be forcibly initialized unsigned int data; ^~~~ /kisskb/src/drivers/rtc/rtc-s5m.c: In function 's5m_rtc_start_alarm': /kisskb/src/drivers/rtc/rtc-s5m.c:535:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/rtc-s5m.c:533:5: note: byref variable will be forcibly initialized u8 data[RTC_MAX_NUM_TIME_REGS]; ^~~~ /kisskb/src/drivers/rtc/rtc-s5m.c: In function 's5m_rtc_stop_alarm': /kisskb/src/drivers/rtc/rtc-s5m.c:492:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/rtc-s5m.c:490:5: note: byref variable will be forcibly initialized u8 data[RTC_MAX_NUM_TIME_REGS]; ^~~~ /kisskb/src/drivers/rtc/rtc-s5m.c: In function 's5m8767_rtc_init_reg': /kisskb/src/drivers/rtc/rtc-s5m.c:654:5: note: byref variable will be forcibly initialized u8 data[2]; ^~~~ /kisskb/src/drivers/w1/slaves/w1_ds2413.c: In function 'output_write': /kisskb/src/drivers/rtc/rtc-s5m.c: In function 's5m_rtc_set_alarm': /kisskb/src/drivers/w1/slaves/w1_ds2413.c:88:5: note: byref variable will be forcibly initialized u8 w1_buf[3]; ^~~~~~ /kisskb/src/drivers/rtc/rtc-s5m.c:584:5: note: byref variable will be forcibly initialized u8 data[RTC_MAX_NUM_TIME_REGS]; ^~~~ /kisskb/src/drivers/rtc/rtc-s5m.c: In function 's5m_rtc_set_time': /kisskb/src/drivers/rtc/rtc-s5m.c:411:5: note: byref variable will be forcibly initialized u8 data[RTC_MAX_NUM_TIME_REGS]; ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_connectinfo': /kisskb/src/drivers/usb/core/devio.c:1430:30: note: byref variable will be forcibly initialized struct usbdevfs_connectinfo ci; ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_conninfo_ex': /kisskb/src/drivers/usb/core/devio.c:1444:30: note: byref variable will be forcibly initialized struct usbdevfs_conninfo_ex ci; ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_disconnectsignal': /kisskb/src/drivers/usb/core/devio.c:2259:35: note: byref variable will be forcibly initialized struct usbdevfs_disconnectsignal ds; ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_drop_privileges': /kisskb/src/drivers/usb/core/devio.c:2511:6: note: byref variable will be forcibly initialized u32 data; ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'destroy_async_on_interface': /kisskb/src/drivers/usb/core/devio.c:666:27: note: byref variable will be forcibly initialized struct list_head *p, *q, hitlist; ^~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'usbdev_read': /kisskb/src/drivers/usb/core/devio.c:311:32: note: byref variable will be forcibly initialized struct usb_device_descriptor temp_desc; ^~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_getdriver': /kisskb/src/drivers/usb/core/devio.c:1411:28: note: byref variable will be forcibly initialized struct usbdevfs_getdriver gd; ^~ In file included from /kisskb/src/drivers/usb/core/devio.c:27: /kisskb/src/drivers/usb/core/devio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/drivers/usb/core/devio.c:24: /kisskb/src/drivers/usb/core/devio.c: In function 'usbfs_start_wait_urb': /kisskb/src/drivers/usb/core/devio.c:1118:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(ctx); ^~~ /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/drivers/usb/core/devio.c: In function 'do_proc_control': /kisskb/src/drivers/usb/core/devio.c:1151:24: note: byref variable will be forcibly initialized unsigned int wLength, actlen; ^~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_control': /kisskb/src/drivers/usb/core/devio.c:1248:31: note: byref variable will be forcibly initialized struct usbdevfs_ctrltransfer ctrl; ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'do_proc_bulk': /kisskb/src/drivers/usb/core/devio.c:1259:26: note: byref variable will be forcibly initialized unsigned int tmo, len1, len2, pipe; ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_bulk': /kisskb/src/drivers/usb/core/devio.c:1347:31: note: byref variable will be forcibly initialized struct usbdevfs_bulktransfer bulk; ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_setintf': /kisskb/src/drivers/usb/core/devio.c:1503:31: note: byref variable will be forcibly initialized struct usbdevfs_setinterface setintf; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-sh.c: In function 'sh_rtc_probe': /kisskb/src/drivers/rtc/rtc-sh.c:472:7: note: byref variable will be forcibly initialized char clk_name[6]; ^~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_submiturb': /kisskb/src/drivers/usb/core/devio.c:1967:11: note: byref variable will be forcibly initialized sigval_t userurb_sigval; ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c:1966:22: note: byref variable will be forcibly initialized struct usbdevfs_urb uurb; ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:608:11: note: userspace variable will be forcibly initialized sigval_t addr; ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_ioctl_default': /kisskb/src/drivers/usb/core/devio.c:2371:24: note: byref variable will be forcibly initialized struct usbdevfs_ioctl ctrl; ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_disconnect_claim': /kisskb/src/drivers/usb/core/devio.c:2437:35: note: byref variable will be forcibly initialized struct usbdevfs_disconnect_claim dc; ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_alloc_streams': /kisskb/src/drivers/usb/core/devio.c:2474:24: note: byref variable will be forcibly initialized struct usb_interface *intf; ^~~~ /kisskb/src/drivers/usb/core/devio.c:2473:29: note: byref variable will be forcibly initialized struct usb_host_endpoint **eps; ^~~ /kisskb/src/drivers/usb/core/devio.c:2472:24: note: byref variable will be forcibly initialized unsigned num_streams, num_eps; ^~~~~~~ /kisskb/src/drivers/usb/core/devio.c:2472:11: note: byref variable will be forcibly initialized unsigned num_streams, num_eps; ^~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_free_streams': /kisskb/src/drivers/usb/core/devio.c:2494:24: note: byref variable will be forcibly initialized struct usb_interface *intf; ^~~~ /kisskb/src/drivers/usb/core/devio.c:2493:29: note: byref variable will be forcibly initialized struct usb_host_endpoint **eps; ^~~ /kisskb/src/drivers/usb/core/devio.c:2492:11: note: byref variable will be forcibly initialized unsigned num_eps; ^~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/usb/core/devio.c:24: /kisskb/src/drivers/usb/core/devio.c: In function 'proc_wait_for_resume': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c:2558:8: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(ps->wait_for_resume, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'usbdev_mmap': /kisskb/src/drivers/usb/core/devio.c:225:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-twl.c: In function 'twl_rtc_interrupt': /kisskb/src/drivers/rtc/rtc-twl.c:435:5: note: byref variable will be forcibly initialized u8 rd_reg; ^~~~~~ /kisskb/src/drivers/rtc/rtc-twl.c: In function 'twl_rtc_read_time': /kisskb/src/drivers/rtc/rtc-twl.c:263:5: note: byref variable will be forcibly initialized u8 save_control; ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-twl.c:261:16: note: byref variable will be forcibly initialized unsigned char rtc_data[ALL_TIME_REGS]; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-twl.c: In function 'twl_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-twl.c:372:16: note: byref variable will be forcibly initialized unsigned char rtc_data[ALL_TIME_REGS]; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-twl.c: In function 'twl_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-twl.c:401:16: note: byref variable will be forcibly initialized unsigned char alarm_data[ALL_TIME_REGS]; ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-twl.c: In function 'twl_rtc_set_time': /kisskb/src/drivers/rtc/rtc-twl.c:330:16: note: byref variable will be forcibly initialized unsigned char rtc_data[ALL_TIME_REGS]; ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-twl.c:329:16: note: byref variable will be forcibly initialized unsigned char save_control; ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-twl.c: In function 'twl_rtc_probe': /kisskb/src/drivers/rtc/rtc-twl.c:498:5: note: byref variable will be forcibly initialized u8 rd_reg; ^~~~~~ /kisskb/src/drivers/rtc/rtc-sd3078.c: In function 'sd3078_rtc_set_time': /kisskb/src/drivers/rtc/rtc-sd3078.c:124:16: note: byref variable will be forcibly initialized unsigned char rtc_data[NUM_TIME_REGS]; ^~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/usb.h:16, from /kisskb/src/drivers/usb/core/quirks.c:10: /kisskb/src/drivers/usb/core/quirks.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/core/quirks.c: In function 'quirks_param_set': /kisskb/src/drivers/usb/core/quirks.c:31:11: note: byref variable will be forcibly initialized u16 vid, pid; ^~~ /kisskb/src/drivers/usb/core/quirks.c:31:6: note: byref variable will be forcibly initialized u16 vid, pid; ^~~ /kisskb/src/drivers/usb/core/quirks.c:30:14: note: byref variable will be forcibly initialized char *val, *p, *field; ^ /kisskb/src/drivers/usb/core/devices.c: In function 'usb_device_read': /kisskb/src/drivers/usb/core/devices.c:563:6: note: byref variable will be forcibly initialized int id; ^~ /kisskb/src/drivers/usb/core/devices.c:562:9: note: byref variable will be forcibly initialized loff_t skip_bytes = *ppos; ^~~~~~~~~~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/debug.c:9: /kisskb/src/drivers/md/bcache/debug.c: In function 'bio_segments': /kisskb/src/include/linux/bio.h:177:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/drivers/md/bcache/debug.c: In function 'bch_dump_read': /kisskb/src/drivers/md/bcache/debug.c:175:7: note: byref variable will be forcibly initialized char kbuf[80]; ^~~~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:192, from /kisskb/src/drivers/md/bcache/debug.c:9: /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:81:20: note: in expansion of macro 'KEY' #define MAX_KEY KEY(MAX_KEY_INODE, MAX_KEY_OFFSET, 0) ^~~ /kisskb/src/drivers/md/bcache/debug.c:193:47: note: in expansion of macro 'MAX_KEY' w = bch_keybuf_next_rescan(i->c, &i->keys, &MAX_KEY, dump_pred); ^~~~~~~ /kisskb/src/drivers/md/bcache/debug.c: In function 'bch_data_verify': /kisskb/src/drivers/md/bcache/debug.c:112:19: note: byref variable will be forcibly initialized struct bvec_iter iter, citer = { 0 }; ^~~~ /kisskb/src/drivers/md/bcache/debug.c:111:21: note: byref variable will be forcibly initialized struct bio_vec bv, cbv; ^~~ /kisskb/src/drivers/md/bcache/debug.c:111:17: note: byref variable will be forcibly initialized struct bio_vec bv, cbv; ^~ /kisskb/src/drivers/md/bcache/debug.c: In function 'bch_debug_init_cache_set': /kisskb/src/drivers/md/bcache/debug.c:238:8: note: byref variable will be forcibly initialized char name[50]; ^~~~ /kisskb/src/drivers/power/supply/power_supply_sysfs.c: In function 'power_supply_store_property': /kisskb/src/drivers/power/supply/power_supply_sysfs.c:329:8: note: byref variable will be forcibly initialized long long_val; ^~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_sysfs.c:316:29: note: byref variable will be forcibly initialized union power_supply_propval value; ^~~~~ /kisskb/src/drivers/power/supply/power_supply_sysfs.c: In function 'power_supply_show_property': /kisskb/src/drivers/power/supply/power_supply_sysfs.c:270:29: note: byref variable will be forcibly initialized union power_supply_propval value; ^~~~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_get_dtrim': /kisskb/src/drivers/rtc/rtc-x1205.c:295:16: note: byref variable will be forcibly initialized unsigned char dtr; ^~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_sysfs_show_dtrim': /kisskb/src/drivers/rtc/rtc-x1205.c:585:11: note: byref variable will be forcibly initialized int err, dtrim; ^~~~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_get_atrim': /kisskb/src/drivers/rtc/rtc-x1205.c:336:5: note: byref variable will be forcibly initialized s8 atr; ^~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_sysfs_show_atrim': /kisskb/src/drivers/rtc/rtc-x1205.c:572:11: note: byref variable will be forcibly initialized int err, atrim; ^~~~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_get_datetime': /kisskb/src/drivers/rtc/rtc-x1205.c:92:16: note: byref variable will be forcibly initialized unsigned char buf[8]; ^~~ /kisskb/src/drivers/rtc/rtc-x1205.c:91:16: note: byref variable will be forcibly initialized unsigned char dt_addr[2] = { 0, reg_base }; ^~~~~~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-x1205.c:496:24: note: byref variable will be forcibly initialized unsigned char intreg, status; ^~~~~~ /kisskb/src/drivers/rtc/rtc-x1205.c:496:16: note: byref variable will be forcibly initialized unsigned char intreg, status; ^~~~~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_validate_client': /kisskb/src/drivers/rtc/rtc-x1205.c:454:18: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/rtc/rtc-x1205.c:452:17: note: byref variable will be forcibly initialized unsigned char addr[2] = { 0, probe_limits_pattern[i].reg }; ^~~~ /kisskb/src/drivers/rtc/rtc-x1205.c:450:17: note: byref variable will be forcibly initialized unsigned char reg, value; ^~~ /kisskb/src/drivers/rtc/rtc-x1205.c:416:18: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/rtc/rtc-x1205.c:414:17: note: byref variable will be forcibly initialized unsigned char addr[2] = { 0, probe_zero_pattern[i] }; ^~~~ /kisskb/src/drivers/rtc/rtc-x1205.c:412:17: note: byref variable will be forcibly initialized unsigned char buf; ^~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_rtc_proc': /kisskb/src/drivers/rtc/rtc-x1205.c:548:18: note: byref variable will be forcibly initialized int err, dtrim, atrim; ^~~~~ /kisskb/src/drivers/rtc/rtc-x1205.c:548:11: note: byref variable will be forcibly initialized int err, dtrim, atrim; ^~~~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_set_datetime': /kisskb/src/drivers/rtc/rtc-x1205.c:237:17: note: byref variable will be forcibly initialized unsigned char al0e[3] = { 0, X1205_REG_INT, 0 }; ^~~~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_fix_osc': /kisskb/src/drivers/rtc/rtc-x1205.c:282:18: note: byref variable will be forcibly initialized struct rtc_time tm; ^~ /kisskb/src/drivers/rtc/rtc-x1205.c: In function 'x1205_probe': /kisskb/src/drivers/rtc/rtc-x1205.c:621:16: note: byref variable will be forcibly initialized unsigned char sr; ^~ /kisskb/src/drivers/i3c/master/dw-i3c-master.c: In function 'dw_i3c_master_wr_tx_fifo': /kisskb/src/drivers/i3c/master/dw-i3c-master.c:338:7: note: byref variable will be forcibly initialized u32 tmp = 0; ^~~ /kisskb/src/drivers/i3c/master/dw-i3c-master.c: In function 'dw_i3c_master_read_rx_fifo': /kisskb/src/drivers/i3c/master/dw-i3c-master.c:350:7: note: byref variable will be forcibly initialized u32 tmp; ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/linux/i3c/master.h:14, from /kisskb/src/drivers/i3c/master/dw-i3c-master.c:13: /kisskb/src/drivers/i3c/master/dw-i3c-master.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2430.c: In function 'w1_f14_readblock': /kisskb/src/drivers/w1/slaves/w1_ds2430.c:68:5: note: byref variable will be forcibly initialized u8 cmp[W1_F14_READ_MAXLEN]; ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2430.c:67:5: note: byref variable will be forcibly initialized u8 wrbuf[2]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2430.c: In function 'w1_f14_write': /kisskb/src/drivers/w1/slaves/w1_ds2430.c:149:5: note: byref variable will be forcibly initialized u8 rdbuf[W1_F14_SCRATCH_SIZE + 3]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2430.c:148:5: note: byref variable will be forcibly initialized u8 wrbuf[2]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2430.c: In function 'eeprom_write': /kisskb/src/drivers/w1/slaves/w1_ds2430.c:225:9: note: byref variable will be forcibly initialized char tmp[W1_F14_SCRATCH_SIZE]; ^~~ /kisskb/src/drivers/usb/core/port.c: In function 'quirks_store': /kisskb/src/drivers/usb/core/port.c:74:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/input/touchscreen/bu21029_ts.c: In function 'bu21029_start_chip': /kisskb/src/drivers/input/touchscreen/bu21029_ts.c:267:9: note: byref variable will be forcibly initialized __be16 hwid; ^~~~ /kisskb/src/drivers/input/touchscreen/bu21029_ts.c: In function 'bu21029_touch_soft_irq': /kisskb/src/drivers/input/touchscreen/bu21029_ts.c:222:5: note: byref variable will be forcibly initialized u8 buf[BUF_LEN]; ^~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c: In function 'mlxcpld_mux_reg_write': /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c:66:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c:65:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c:64:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-ltc4306.c: In function 'ltc4306_gpio_get': /kisskb/src/drivers/i2c/muxes/i2c-mux-ltc4306.c:79:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-ltc4306.c: In function 'ltc4306_gpio_get_direction': /kisskb/src/drivers/i2c/muxes/i2c-mux-ltc4306.c:102:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/md/bcache/extents.c: In function 'bch_bkey_dump': /kisskb/src/drivers/md/bcache/extents.c:130:7: note: byref variable will be forcibly initialized char buf[80]; ^~~ /kisskb/src/drivers/md/bcache/extents.c: In function 'btree_ptr_bad_expensive': /kisskb/src/drivers/md/bcache/extents.c:176:7: note: byref variable will be forcibly initialized char buf[80]; ^~~ /kisskb/src/drivers/md/bcache/extents.c: In function 'bch_extent_bad_expensive': /kisskb/src/drivers/md/bcache/extents.c:511:7: note: byref variable will be forcibly initialized char buf[80]; ^~~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:192, from /kisskb/src/drivers/md/bcache/extents.c:24: /kisskb/src/drivers/md/bcache/extents.c: In function 'bch_extent_sort_fixup': /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:84:24: note: in expansion of macro 'KEY' #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0) ^~~ /kisskb/src/drivers/md/bcache/extents.c:305:19: note: in expansion of macro 'START_KEY' bch_cut_back(&START_KEY(i->k), top->k); ^~~~~~~~~ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:84:24: note: in expansion of macro 'KEY' #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0) ^~~ /kisskb/src/drivers/md/bcache/extents.c:299:19: note: in expansion of macro 'START_KEY' bch_cut_back(&START_KEY(i->k), tmp); ^~~~~~~~~ /kisskb/src/drivers/md/bcache/extents.c: In function 'bch_extent_insert_fixup': /kisskb/src/drivers/md/bcache/extents.c:427:22: note: byref variable will be forcibly initialized BKEY_PADDED(key) temp; ^~~~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:192, from /kisskb/src/drivers/md/bcache/extents.c:24: /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:84:24: note: in expansion of macro 'KEY' #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0) ^~~ /kisskb/src/drivers/md/bcache/extents.c:453:21: note: in expansion of macro 'START_KEY' __bch_cut_back(&START_KEY(insert), k); ^~~~~~~~~ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:84:24: note: in expansion of macro 'KEY' #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0) ^~~ /kisskb/src/drivers/md/bcache/extents.c:434:18: note: in expansion of macro 'START_KEY' bch_cut_back(&START_KEY(insert), k); ^~~~~~~~~ /kisskb/src/drivers/md/bcache/extents.c: In function '__bch_btree_ptr_invalid': /kisskb/src/drivers/md/bcache/extents.c:151:7: note: byref variable will be forcibly initialized char buf[80]; ^~~ /kisskb/src/drivers/md/bcache/extents.c: In function '__bch_extent_invalid': /kisskb/src/drivers/md/bcache/extents.c:482:7: note: byref variable will be forcibly initialized char buf[80]; ^~~ /kisskb/src/drivers/md/bcache/extents.c: In function 'bch_extent_bad': /kisskb/src/drivers/md/bcache/extents.c:541:7: note: byref variable will be forcibly initialized char buf[80]; ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/linux/i3c/master.h:14, from /kisskb/src/drivers/i3c/master/svc-i3c-master.c:14: /kisskb/src/drivers/i3c/master/svc-i3c-master.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/i3c/master/svc-i3c-master.c: In function 'svc_i3c_master_do_daa_locked': /kisskb/src/drivers/i3c/master/svc-i3c-master.c:698:7: note: byref variable will be forcibly initialized u8 data[6]; ^~~~ /kisskb/src/drivers/i3c/master/svc-i3c-master.c: In function 'svc_i3c_master_do_daa': /kisskb/src/drivers/i3c/master/svc-i3c-master.c:832:15: note: byref variable will be forcibly initialized unsigned int dev_nb; ^~~~~~ /kisskb/src/drivers/i3c/master/svc-i3c-master.c:830:5: note: byref variable will be forcibly initialized u8 addrs[SVC_I3C_MAX_DEVS]; ^~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/linux/i3c/master.h:14, from /kisskb/src/drivers/i3c/master/svc-i3c-master.c:14: /kisskb/src/drivers/i3c/master/svc-i3c-master.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/core/of.c: In function 'usb_of_get_device_node': /kisskb/src/drivers/usb/core/of.c:28:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/usb/core/of.c: In function 'usb_of_get_interface_node': /kisskb/src/drivers/usb/core/of.c:95:6: note: byref variable will be forcibly initialized u32 reg[2]; ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c: In function 'w1_f2d_readblock': /kisskb/src/drivers/w1/slaves/w1_ds2431.c:67:5: note: byref variable will be forcibly initialized u8 cmp[W1_F2D_READ_MAXLEN]; ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c:66:5: note: byref variable will be forcibly initialized u8 wrbuf[3]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c: In function 'w1_f2d_write': /kisskb/src/drivers/w1/slaves/w1_ds2431.c:149:5: note: byref variable will be forcibly initialized u8 rdbuf[W1_F2D_SCRATCH_SIZE + 3]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c:148:5: note: byref variable will be forcibly initialized u8 wrbuf[4]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c: In function 'eeprom_write': /kisskb/src/drivers/w1/slaves/w1_ds2431.c:224:9: note: byref variable will be forcibly initialized char tmp[W1_F2D_SCRATCH_SIZE]; ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c: In function 'w1_f0d_readblock': /kisskb/src/drivers/w1/slaves/w1_ds2805.c:64:5: note: byref variable will be forcibly initialized u8 cmp[W1_F0D_READ_MAXLEN]; ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c:63:5: note: byref variable will be forcibly initialized u8 wrbuf[3]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c: In function 'w1_f0d_write': /kisskb/src/drivers/w1/slaves/w1_ds2805.c:148:5: note: byref variable will be forcibly initialized u8 rdbuf[W1_F0D_SCRATCH_SIZE]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c:147:5: note: byref variable will be forcibly initialized u8 wrbuf[3]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c: In function 'w1_f0d_write_bin': /kisskb/src/drivers/w1/slaves/w1_ds2805.c:223:9: note: byref variable will be forcibly initialized char tmp[W1_F0D_SCRATCH_SIZE]; ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2433.c: In function 'eeprom_read': /kisskb/src/drivers/w1/slaves/w1_ds2433.c:98:5: note: byref variable will be forcibly initialized u8 wrbuf[3]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2433.c: In function 'w1_f23_write': /kisskb/src/drivers/w1/slaves/w1_ds2433.c:158:5: note: byref variable will be forcibly initialized u8 rdbuf[W1_PAGE_SIZE + 3]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2433.c:157:5: note: byref variable will be forcibly initialized u8 wrbuf[4]; ^~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/movinggc.c:8: /kisskb/src/drivers/md/bcache/movinggc.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/md/bcache/journal.c: In function 'journal_read_bucket': /kisskb/src/drivers/md/bcache/journal.c:43:17: note: byref variable will be forcibly initialized struct closure cl; ^~ /kisskb/src/drivers/md/bcache/movinggc.c: In function 'read_moving': /kisskb/src/drivers/md/bcache/movinggc.c:131:17: note: byref variable will be forcibly initialized struct closure cl; ^~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:192, from /kisskb/src/drivers/md/bcache/movinggc.c:8: /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:81:20: note: in expansion of macro 'KEY' #define MAX_KEY KEY(MAX_KEY_INODE, MAX_KEY_OFFSET, 0) ^~~ /kisskb/src/drivers/md/bcache/movinggc.c:139:10: note: in expansion of macro 'MAX_KEY' &MAX_KEY, moving_pred); ^~~~~~~ /kisskb/src/drivers/md/bcache/journal.c: In function 'btree_flush_write': /kisskb/src/drivers/md/bcache/journal.c:414:24: note: byref variable will be forcibly initialized struct btree *b, *t, *btree_nodes[BTREE_FLUSH_NR]; ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/journal.c: In function 'journal_wait_for_write': /kisskb/src/drivers/md/bcache/journal.c:839:17: note: byref variable will be forcibly initialized struct closure cl; ^~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/journal.c:8: /kisskb/src/drivers/md/bcache/journal.c: In function 'bch_journal_read': /kisskb/src/drivers/md/bcache/journal.c:185:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(bitmap, SB_JOURNAL_BUCKETS); ^~~~~~ /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/md/bcache/journal.c: In function 'bch_journal_replay': /kisskb/src/drivers/md/bcache/journal.c:358:17: note: byref variable will be forcibly initialized struct keylist keylist; ^~~~~~~ /kisskb/src/drivers/md/bcache/journal.c: In function 'journal_write_unlocked': /kisskb/src/drivers/md/bcache/journal.c:741:18: note: byref variable will be forcibly initialized struct bio_list list; ^~~~ /kisskb/src/drivers/md/bcache/util.c: In function 'bch_strtoint_h': /kisskb/src/drivers/md/bcache/util.c:27:8: note: byref variable will be forcibly initialized char *e; \ ^ /kisskb/src/drivers/md/bcache/util.c:80:1: note: in expansion of macro 'STRTO_H' STRTO_H(strtoint, int) ^~~~~~~ /kisskb/src/drivers/md/bcache/util.c: In function 'bch_strtouint_h': /kisskb/src/drivers/md/bcache/util.c:27:8: note: byref variable will be forcibly initialized char *e; \ ^ /kisskb/src/drivers/md/bcache/util.c:81:1: note: in expansion of macro 'STRTO_H' STRTO_H(strtouint, unsigned int) ^~~~~~~ /kisskb/src/drivers/md/bcache/util.c: In function 'bch_strtoll_h': /kisskb/src/drivers/md/bcache/util.c:27:8: note: byref variable will be forcibly initialized char *e; \ ^ /kisskb/src/drivers/md/bcache/util.c:82:1: note: in expansion of macro 'STRTO_H' STRTO_H(strtoll, long long) ^~~~~~~ /kisskb/src/drivers/md/bcache/util.c: In function 'bch_strtoull_h': /kisskb/src/drivers/md/bcache/util.c:27:8: note: byref variable will be forcibly initialized char *e; \ ^ /kisskb/src/drivers/md/bcache/util.c:83:1: note: in expansion of macro 'STRTO_H' STRTO_H(strtoull, unsigned long long) ^~~~~~~ /kisskb/src/drivers/md/bcache/journal.c: In function 'bch_journal_meta': /kisskb/src/drivers/md/bcache/journal.c:948:17: note: byref variable will be forcibly initialized struct keylist keys; ^~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c: In function 'power_supply_update_gen_leds': /kisskb/src/drivers/power/supply/power_supply_leds.c:115:29: note: byref variable will be forcibly initialized union power_supply_propval online; ^~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c: In function 'power_supply_update_bat_leds': /kisskb/src/drivers/power/supply/power_supply_leds.c:25:16: note: byref variable will be forcibly initialized unsigned long delay_off = 0; ^~~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c:24:16: note: byref variable will be forcibly initialized unsigned long delay_on = 0; ^~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c:23:29: note: byref variable will be forcibly initialized union power_supply_propval status; ^~~~~~ /kisskb/src/drivers/md/bcache/request.c: In function 'bio_csum': /kisskb/src/drivers/md/bcache/request.c:43:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:192, from /kisskb/src/drivers/md/bcache/request.c:10: /kisskb/src/drivers/md/bcache/request.c: In function 'bch_data_invalidate': /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/request.c:127:6: note: in expansion of macro 'KEY' &KEY(op->inode, ^~~ /kisskb/src/drivers/md/bcache/request.c: In function 'cached_dev_write': /kisskb/src/drivers/md/bcache/request.c:974:14: note: byref variable will be forcibly initialized struct bkey end = KEY(dc->disk.id, bio_end_sector(bio), 0); ^~~ /kisskb/src/drivers/md/bcache/request.c:973:14: note: byref variable will be forcibly initialized struct bkey start = KEY(dc->disk.id, bio->bi_iter.bi_sector, 0); ^~~~~ /kisskb/src/drivers/md/bcache/sysfs.c: In function '__bch_cached_dev_show': /kisskb/src/drivers/md/bcache/sysfs.c:223:8: note: byref variable will be forcibly initialized char change[20]; ^~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:222:8: note: byref variable will be forcibly initialized char integral[20]; ^~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:221:8: note: byref variable will be forcibly initialized char proportional[20]; ^~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:220:8: note: byref variable will be forcibly initialized char target[20]; ^~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:219:8: note: byref variable will be forcibly initialized char dirty[20]; ^~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:218:8: note: byref variable will be forcibly initialized char rate[20]; ^~~~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:192, from /kisskb/src/drivers/md/bcache/request.c:10: /kisskb/src/drivers/md/bcache/request.c: In function 'cache_lookup': /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/request.c:588:7: note: in expansion of macro 'KEY' &KEY(s->iop.inode, bio->bi_iter.bi_sector, 0), ^~~ /kisskb/src/drivers/md/bcache/sysfs.c: In function '__cached_dev_store': /kisskb/src/drivers/md/bcache/sysfs.c:432:12: note: byref variable will be forcibly initialized uint8_t set_uuid[16]; ^~~~~~~~ In file included from /kisskb/src/drivers/md/bcache/sysfs.c:10: /kisskb/src/drivers/md/bcache/sysfs.h:122:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.c:371:6: note: in expansion of macro 'strtoul_or_return' strtoul_or_return(buf)) { ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/md/bcache/bset.h:9, from /kisskb/src/drivers/md/bcache/bcache.h:193, from /kisskb/src/drivers/md/bcache/sysfs.c:9: /kisskb/src/drivers/md/bcache/util.h:336:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:111:9: note: in expansion of macro 'strtoul_safe_clamp' ret = strtoul_safe_clamp(buf, v, min, max); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:363:2: note: in expansion of macro 'sysfs_strtoul_clamp' sysfs_strtoul_clamp(sequential_cutoff, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/md/bcache/sysfs.c:10: /kisskb/src/drivers/md/bcache/sysfs.h:122:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.c:358:11: note: in expansion of macro 'strtoul_or_return' int v = strtoul_or_return(buf); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/md/bcache/bset.h:9, from /kisskb/src/drivers/md/bcache/bcache.h:193, from /kisskb/src/drivers/md/bcache/sysfs.c:9: /kisskb/src/drivers/md/bcache/util.h:336:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:111:9: note: in expansion of macro 'strtoul_safe_clamp' ret = strtoul_safe_clamp(buf, v, min, max); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:355:2: note: in expansion of macro 'sysfs_strtoul_clamp' sysfs_strtoul_clamp(io_error_limit, dc->error_limit, 0, INT_MAX); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/util.h:336:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:111:9: note: in expansion of macro 'strtoul_safe_clamp' ret = strtoul_safe_clamp(buf, v, min, max); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:351:2: note: in expansion of macro 'sysfs_strtoul_clamp' sysfs_strtoul_clamp(writeback_rate_minimum, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/util.h:336:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:111:9: note: in expansion of macro 'strtoul_safe_clamp' ret = strtoul_safe_clamp(buf, v, min, max); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:348:2: note: in expansion of macro 'sysfs_strtoul_clamp' sysfs_strtoul_clamp(writeback_rate_fp_term_high, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/util.h:336:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:111:9: note: in expansion of macro 'strtoul_safe_clamp' ret = strtoul_safe_clamp(buf, v, min, max); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:344:2: note: in expansion of macro 'sysfs_strtoul_clamp' sysfs_strtoul_clamp(writeback_rate_fp_term_mid, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/util.h:336:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:111:9: note: in expansion of macro 'strtoul_safe_clamp' ret = strtoul_safe_clamp(buf, v, min, max); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:341:2: note: in expansion of macro 'sysfs_strtoul_clamp' sysfs_strtoul_clamp(writeback_rate_fp_term_low, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/util.h:336:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:111:9: note: in expansion of macro 'strtoul_safe_clamp' ret = strtoul_safe_clamp(buf, v, min, max); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:338:2: note: in expansion of macro 'sysfs_strtoul_clamp' sysfs_strtoul_clamp(writeback_rate_p_term_inverse, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/util.h:336:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:111:9: note: in expansion of macro 'strtoul_safe_clamp' ret = strtoul_safe_clamp(buf, v, min, max); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:335:2: note: in expansion of macro 'sysfs_strtoul_clamp' sysfs_strtoul_clamp(writeback_rate_i_term_inverse, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/util.h:336:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:111:9: note: in expansion of macro 'strtoul_safe_clamp' ret = strtoul_safe_clamp(buf, v, min, max); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:332:2: note: in expansion of macro 'sysfs_strtoul_clamp' sysfs_strtoul_clamp(writeback_rate_update_seconds, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/util.h:336:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.c:322:9: note: in expansion of macro 'strtoul_safe_clamp' ret = strtoul_safe_clamp(buf, v, 1, INT_MAX); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/util.h:336:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:111:9: note: in expansion of macro 'strtoul_safe_clamp' ret = strtoul_safe_clamp(buf, v, min, max); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:315:2: note: in expansion of macro 'sysfs_strtoul_clamp' sysfs_strtoul_clamp(writeback_percent, dc->writeback_percent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/util.h:336:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:111:9: note: in expansion of macro 'strtoul_safe_clamp' ret = strtoul_safe_clamp(buf, v, min, max); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:313:2: note: in expansion of macro 'sysfs_strtoul_clamp' sysfs_strtoul_clamp(writeback_delay, dc->writeback_delay, 0, UINT_MAX); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/md/bcache/sysfs.c:10: /kisskb/src/drivers/md/bcache/sysfs.h:122:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:99:21: note: in expansion of macro 'strtoul_or_return' unsigned long v = strtoul_or_return(buf); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:312:2: note: in expansion of macro 'sysfs_strtoul_bool' sysfs_strtoul_bool(writeback_consider_fragment, dc->writeback_consider_fragment); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.h:122:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:99:21: note: in expansion of macro 'strtoul_or_return' unsigned long v = strtoul_or_return(buf); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:311:2: note: in expansion of macro 'sysfs_strtoul_bool' sysfs_strtoul_bool(writeback_running, dc->writeback_running); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.h:122:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:99:21: note: in expansion of macro 'strtoul_or_return' unsigned long v = strtoul_or_return(buf); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:310:2: note: in expansion of macro 'sysfs_strtoul_bool' sysfs_strtoul_bool(writeback_metadata, dc->writeback_metadata); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.h:122:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:99:21: note: in expansion of macro 'strtoul_or_return' unsigned long v = strtoul_or_return(buf); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:309:2: note: in expansion of macro 'sysfs_strtoul_bool' sysfs_strtoul_bool(bypass_torture_test, dc->bypass_torture_test); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/md/bcache/bset.h:9, from /kisskb/src/drivers/md/bcache/bcache.h:193, from /kisskb/src/drivers/md/bcache/sysfs.c:9: /kisskb/src/drivers/md/bcache/util.h:327:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:93:10: note: in expansion of macro 'strtoul_safe' return strtoul_safe(buf, var) ?: (ssize_t) size; \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:303:25: note: in expansion of macro 'sysfs_strtoul' #define d_strtoul(var) sysfs_strtoul(var, dc->var) ^~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:308:2: note: in expansion of macro 'd_strtoul' d_strtoul(verify); ^~~~~~~~~ /kisskb/src/drivers/md/bcache/util.h:327:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:93:10: note: in expansion of macro 'strtoul_safe' return strtoul_safe(buf, var) ?: (ssize_t) size; \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:307:2: note: in expansion of macro 'sysfs_strtoul' sysfs_strtoul(data_csum, dc->disk.data_csum); ^~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/request.c: In function 'cache_lookup_fn': /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/request.c:558:16: note: in expansion of macro 'KEY' bch_cut_back(&KEY(s->iop.inode, bio_end_sector(n), 0), bio_key); ^~~ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/request.c:557:17: note: in expansion of macro 'KEY' bch_cut_front(&KEY(s->iop.inode, n->bi_iter.bi_sector, 0), bio_key); ^~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/sysfs.c:9: /kisskb/src/drivers/md/bcache/sysfs.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/md/bcache/sysfs.c: In function '__bch_flash_dev_store': /kisskb/src/drivers/md/bcache/sysfs.c:580:12: note: byref variable will be forcibly initialized uint64_t v; ^ In file included from /kisskb/src/drivers/md/bcache/bset.h:9, from /kisskb/src/drivers/md/bcache/bcache.h:193, from /kisskb/src/drivers/md/bcache/sysfs.c:9: /kisskb/src/drivers/md/bcache/util.h:327:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:93:10: note: in expansion of macro 'strtoul_safe' return strtoul_safe(buf, var) ?: (ssize_t) size; \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:577:2: note: in expansion of macro 'sysfs_strtoul' sysfs_strtoul(data_csum, d->data_csum); ^~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/request.c: In function 'flash_dev_submit_bio': /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/request.c:1303:7: note: in expansion of macro 'KEY' &KEY(d->id, bio_end_sector(bio), 0)); ^~~ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/request.c:1302:7: note: in expansion of macro 'KEY' &KEY(d->id, bio->bi_iter.bi_sector, 0), ^~~ /kisskb/src/drivers/md/bcache/sysfs.c: In function 'bch_root_usage': /kisskb/src/drivers/md/bcache/sysfs.c:661:20: note: byref variable will be forcibly initialized struct btree_iter iter; ^~~~ /kisskb/src/drivers/md/bcache/sysfs.c: In function 'bch_bset_print_stats': /kisskb/src/drivers/md/bcache/sysfs.c:632:23: note: byref variable will be forcibly initialized struct bset_stats_op op; ^~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:192, from /kisskb/src/drivers/md/bcache/sysfs.c:9: /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:77:20: note: in expansion of macro 'KEY' #define ZERO_KEY KEY(0, 0, 0) ^~~ /kisskb/src/drivers/md/bcache/sysfs.c:638:40: note: in expansion of macro 'ZERO_KEY' ret = bch_btree_map_nodes(&op.op, c, &ZERO_KEY, bch_btree_bset_stats); ^~~~~~~~ In file included from /kisskb/src/drivers/md/bcache/sysfs.c:10: /kisskb/src/drivers/md/bcache/sysfs.c: In function '__bch_cache_store': /kisskb/src/drivers/md/bcache/sysfs.h:122:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.c:1148:12: note: in expansion of macro 'strtoul_or_return' bool v = strtoul_or_return(buf); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/md/bcache/bset.h:9, from /kisskb/src/drivers/md/bcache/bcache.h:193, from /kisskb/src/drivers/md/bcache/sysfs.c:9: /kisskb/src/drivers/md/bcache/sysfs.c: In function '__bch_cache_set_store': /kisskb/src/drivers/md/bcache/util.h:336:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:111:9: note: in expansion of macro 'strtoul_safe_clamp' ret = strtoul_safe_clamp(buf, v, min, max); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:930:2: note: in expansion of macro 'sysfs_strtoul_clamp' sysfs_strtoul_clamp(gc_after_writeback, c->gc_after_writeback, 0, 1); ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/md/bcache/sysfs.c:10: /kisskb/src/drivers/md/bcache/sysfs.h:122:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:99:21: note: in expansion of macro 'strtoul_or_return' unsigned long v = strtoul_or_return(buf); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:922:2: note: in expansion of macro 'sysfs_strtoul_bool' sysfs_strtoul_bool(idle_max_writeback_rate, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.h:122:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:99:21: note: in expansion of macro 'strtoul_or_return' unsigned long v = strtoul_or_return(buf); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:921:2: note: in expansion of macro 'sysfs_strtoul_bool' sysfs_strtoul_bool(copy_gc_enabled, c->copy_gc_enabled); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.h:122:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:99:21: note: in expansion of macro 'strtoul_or_return' unsigned long v = strtoul_or_return(buf); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:920:2: note: in expansion of macro 'sysfs_strtoul_bool' sysfs_strtoul_bool(btree_shrinker_disabled, c->shrinker_disabled); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.h:122:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:99:21: note: in expansion of macro 'strtoul_or_return' unsigned long v = strtoul_or_return(buf); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:919:2: note: in expansion of macro 'sysfs_strtoul_bool' sysfs_strtoul_bool(gc_always_rewrite, c->gc_always_rewrite); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/md/bcache/bset.h:9, from /kisskb/src/drivers/md/bcache/bcache.h:193, from /kisskb/src/drivers/md/bcache/sysfs.c:9: /kisskb/src/drivers/md/bcache/util.h:327:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:93:10: note: in expansion of macro 'strtoul_safe' return strtoul_safe(buf, var) ?: (ssize_t) size; \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:918:2: note: in expansion of macro 'sysfs_strtoul' sysfs_strtoul(expensive_debug_checks, c->expensive_debug_checks); ^~~~~~~~~~~~~ In file included from /kisskb/src/drivers/md/bcache/sysfs.c:10: /kisskb/src/drivers/md/bcache/sysfs.h:122:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:99:21: note: in expansion of macro 'strtoul_or_return' unsigned long v = strtoul_or_return(buf); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:917:2: note: in expansion of macro 'sysfs_strtoul_bool' sysfs_strtoul_bool(key_merging_disabled, c->key_merging_disabled); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.h:122:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:99:21: note: in expansion of macro 'strtoul_or_return' unsigned long v = strtoul_or_return(buf); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:916:2: note: in expansion of macro 'sysfs_strtoul_bool' sysfs_strtoul_bool(verify, c->verify); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/md/bcache/bset.h:9, from /kisskb/src/drivers/md/bcache/bcache.h:193, from /kisskb/src/drivers/md/bcache/sysfs.c:9: /kisskb/src/drivers/md/bcache/util.h:336:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:111:9: note: in expansion of macro 'strtoul_safe_clamp' ret = strtoul_safe_clamp(buf, v, min, max); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:913:2: note: in expansion of macro 'sysfs_strtoul_clamp' sysfs_strtoul_clamp(journal_delay_ms, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/md/bcache/sysfs.c:10: /kisskb/src/drivers/md/bcache/sysfs.h:122:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.c:901:7: note: in expansion of macro 'strtoul_or_return' v = strtoul_or_return(buf); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/md/bcache/bset.h:9, from /kisskb/src/drivers/md/bcache/bcache.h:193, from /kisskb/src/drivers/md/bcache/sysfs.c:9: /kisskb/src/drivers/md/bcache/util.h:336:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.c:892:9: note: in expansion of macro 'strtoul_safe_clamp' ret = strtoul_safe_clamp(buf, v, 0, UINT_MAX); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/util.h:336:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:111:9: note: in expansion of macro 'strtoul_safe_clamp' ret = strtoul_safe_clamp(buf, v, min, max); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:885:2: note: in expansion of macro 'sysfs_strtoul_clamp' sysfs_strtoul_clamp(io_error_limit, c->error_limit, 0, UINT_MAX); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/util.h:336:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:111:9: note: in expansion of macro 'strtoul_safe_clamp' ret = strtoul_safe_clamp(buf, v, min, max); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:873:2: note: in expansion of macro 'sysfs_strtoul_clamp' sysfs_strtoul_clamp(congested_write_threshold_us, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/util.h:336:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.h:111:9: note: in expansion of macro 'strtoul_safe_clamp' ret = strtoul_safe_clamp(buf, v, min, max); \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:870:2: note: in expansion of macro 'sysfs_strtoul_clamp' sysfs_strtoul_clamp(congested_read_threshold_us, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/md/bcache/sysfs.c:10: /kisskb/src/drivers/md/bcache/sysfs.h:122:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.c:866:19: note: in expansion of macro 'strtoul_or_return' sc.nr_to_scan = strtoul_or_return(buf); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/sysfs.c:863:25: note: byref variable will be forcibly initialized struct shrink_control sc; ^~ /kisskb/src/drivers/md/bcache/sysfs.c:842:12: note: byref variable will be forcibly initialized uint64_t v; ^ In file included from /kisskb/src/drivers/md/bcache/sysfs.c:10: /kisskb/src/drivers/md/bcache/sysfs.h:122:16: note: byref variable will be forcibly initialized unsigned long _v; \ ^~ /kisskb/src/drivers/md/bcache/sysfs.c:832:15: note: in expansion of macro 'strtoul_or_return' bool sync = strtoul_or_return(buf); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_change_config_bit': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:140:5: note: byref variable will be forcibly initialized u8 w1_buf[3]; ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_get_page': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:64:5: note: byref variable will be forcibly initialized u8 w1_buf[2]; ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_get_voltage': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:228:5: note: byref variable will be forcibly initialized u8 w1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'vdd_read': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:462:11: note: byref variable will be forcibly initialized uint16_t voltage; ^~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'vad_read': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:441:11: note: byref variable will be forcibly initialized uint16_t voltage; ^~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_get_temperature': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:98:5: note: byref variable will be forcibly initialized u8 w1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'temperature_read': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:420:10: note: byref variable will be forcibly initialized int16_t temp; ^~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_change_offset_register': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:200:5: note: byref variable will be forcibly initialized u8 w1_page1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; ^~~~~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c:199:5: note: byref variable will be forcibly initialized u8 w1_buf[9]; ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'page1_read': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:371:5: note: byref variable will be forcibly initialized u8 w1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'page0_read': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:341:5: note: byref variable will be forcibly initialized u8 w1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_get_current': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:275:5: note: byref variable will be forcibly initialized u8 w1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'iad_read': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:320:10: note: byref variable will be forcibly initialized int16_t voltage; ^~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/super.c:10: /kisskb/src/drivers/md/bcache/super.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/md/bcache/super.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:155:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/md/bcache/super.c: In function 'uuid_io': /kisskb/src/drivers/md/bcache/super.c:426:7: note: byref variable will be forcibly initialized char buf[80]; ^~~ /kisskb/src/drivers/md/bcache/super.c: In function '__uuid_write': /kisskb/src/drivers/md/bcache/super.c:505:17: note: byref variable will be forcibly initialized struct closure cl; ^~ /kisskb/src/drivers/md/bcache/super.c:504:19: note: byref variable will be forcibly initialized BKEY_PADDED(key) k; ^ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/super.c:10: /kisskb/src/drivers/md/bcache/super.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/md/bcache/super.c: In function 'bch_prio_write': /kisskb/src/drivers/md/bcache/super.c:618:17: note: byref variable will be forcibly initialized struct closure cl; ^~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/super.c:10: /kisskb/src/drivers/md/bcache/super.c: In function 'bch_pending_bdevs_cleanup': /kisskb/src/drivers/md/bcache/super.c:2680:12: note: byref variable will be forcibly initialized LIST_HEAD(pending_devs); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/md/bcache/super.c: In function 'bch_cached_dev_run': /kisskb/src/drivers/md/bcache/super.c:1074:18: note: byref variable will be forcibly initialized struct closure cl; ^~ /kisskb/src/drivers/md/bcache/super.c:1053:8: note: byref variable will be forcibly initialized char *env[] = { ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/bcache.h:505, from /kisskb/src/drivers/md/bcache/trace.c:9: /kisskb/src/drivers/md/bcache/trace.c: In function 'perf_trace_bcache_request': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/bcache.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(bcache_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/bcache.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(bcache_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'perf_trace_bkey': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/bcache.h:41:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(bkey, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/bcache.h:41:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(bkey, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'perf_trace_btree_node': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/bcache.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btree_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/bcache.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btree_node, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'perf_trace_bcache_bio': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/bcache.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(bcache_bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/bcache.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(bcache_bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'perf_trace_bcache_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_read, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_read, ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/super.c: In function 'bch_cached_dev_attach': /kisskb/src/drivers/md/bcache/super.c:1262:18: note: byref variable will be forcibly initialized struct closure cl; ^~ /kisskb/src/drivers/md/bcache/trace.c: In function 'perf_trace_bcache_write': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:151:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_write, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:151:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_write, ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'perf_trace_cache_set': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/bcache.h:194:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(cache_set, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/bcache.h:194:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(cache_set, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'perf_trace_bcache_journal_write': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:224:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_journal_write, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:224:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_journal_write, ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'perf_trace_bcache_btree_write': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:262:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_btree_write, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:262:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_btree_write, ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'perf_trace_bcache_btree_gc_coalesce': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:297:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_btree_gc_coalesce, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:297:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_btree_gc_coalesce, ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'perf_trace_bcache_btree_insert_key': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:332:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_btree_insert_key, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:332:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_btree_insert_key, ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'perf_trace_btree_split': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/bcache.h:365:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btree_split, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/bcache.h:365:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btree_split, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'perf_trace_bcache_keyscan': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_keyscan, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_keyscan, ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'perf_trace_bcache_invalidate': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:428:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_invalidate, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:428:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_invalidate, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/super.c:10: /kisskb/src/drivers/md/bcache/super.c: In function 'bcache_reboot': /kisskb/src/drivers/md/bcache/super.c:2727:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/drivers/md/bcache/super.c:2727:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'perf_trace_bcache_alloc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:449:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_alloc, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:449:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_alloc, ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'perf_trace_bcache_alloc_fail': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:467:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_alloc_fail, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:467:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_alloc_fail, ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/super.c: In function 'bch_cache_set_error': /kisskb/src/drivers/md/bcache/super.c:1637:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/md/bcache/super.c:1636:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/bcache.h:505, from /kisskb/src/drivers/md/bcache/trace.c:9: /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_request': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/bcache.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(bcache_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bkey': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/bcache.h:41:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(bkey, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/super.c:10: /kisskb/src/drivers/md/bcache/super.c: In function 'run_cache_set': /kisskb/src/drivers/md/bcache/super.c:1981:12: note: byref variable will be forcibly initialized LIST_HEAD(journal); ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/md/bcache/super.c:1980:17: note: byref variable will be forcibly initialized struct closure cl; ^~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_btree_node': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/bcache.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btree_node, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:192, from /kisskb/src/drivers/md/bcache/super.c:10: /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/bcache_ondisk.h:81:20: note: in expansion of macro 'KEY' #define MAX_KEY KEY(MAX_KEY_INODE, MAX_KEY_OFFSET, 0) ^~~ /kisskb/src/drivers/md/bcache/super.c:2100:33: note: in expansion of macro 'MAX_KEY' bkey_copy_key(&c->root->key, &MAX_KEY); ^~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_bio': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/bcache.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(bcache_bio, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:123:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_read, ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:151:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_write, ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_cache_set': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/bcache.h:194:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(cache_set, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_journal_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:224:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_journal_write, ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_btree_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:262:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_btree_write, ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_btree_gc_coalesce': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:297:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_btree_gc_coalesce, ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_btree_insert_key': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:332:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_btree_insert_key, ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_btree_split': /kisskb/src/drivers/md/bcache/super.c: In function 'register_cache_set': /kisskb/src/drivers/md/bcache/super.c:2152:7: note: byref variable will be forcibly initialized char buf[12]; ^~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/bcache.h:365:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(btree_split, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_keyscan': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:397:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_keyscan, ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_invalidate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:428:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_invalidate, ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_alloc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:449:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_alloc, ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/trace.c: In function 'trace_event_raw_event_bcache_alloc_fail': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/bcache.h:467:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(bcache_alloc_fail, ^~~~~~~~~~~ /kisskb/src/drivers/md/bcache/super.c: In function 'register_bcache': /kisskb/src/drivers/md/bcache/super.c:2571:10: note: byref variable will be forcibly initialized dev_t dev; ^~~ /kisskb/src/drivers/md/bcache/super.c:2534:24: note: byref variable will be forcibly initialized struct cache_sb_disk *sb_disk; ^~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/writeback.c:10: /kisskb/src/drivers/md/bcache/writeback.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/md/bcache/writeback.c: In function 'bch_root_node_dirty_init': /kisskb/src/drivers/md/bcache/writeback.c:840:28: note: byref variable will be forcibly initialized struct sectors_dirty_init op; ^~ /kisskb/src/drivers/md/bcache/writeback.c: In function 'bch_dirty_init_thread': /kisskb/src/drivers/md/bcache/writeback.c:873:20: note: byref variable will be forcibly initialized struct btree_iter iter; ^~~~ In file included from /kisskb/src/drivers/md/bcache/bcache.h:192, from /kisskb/src/drivers/md/bcache/writeback.c:10: /kisskb/src/drivers/md/bcache/writeback.c: In function 'refill_full_stripes': /kisskb/src/drivers/md/bcache/bcache_ondisk.h:72:16: note: byref variable will be forcibly initialized ((struct bkey) { \ ^ /kisskb/src/drivers/md/bcache/writeback.c:637:8: note: in expansion of macro 'KEY' &KEY(dc->disk.id, ^~~ /kisskb/src/drivers/md/bcache/writeback.c: In function 'refill_dirty': /kisskb/src/drivers/md/bcache/writeback.c:664:14: note: byref variable will be forcibly initialized struct bkey start_pos; ^~~~~~~~~ /kisskb/src/drivers/md/bcache/writeback.c:663:14: note: byref variable will be forcibly initialized struct bkey end = KEY(dc->disk.id, MAX_KEY_OFFSET, 0); ^~~ /kisskb/src/drivers/md/bcache/writeback.c: In function 'write_dirty_finish': /kisskb/src/drivers/md/bcache/writeback.c:324:18: note: byref variable will be forcibly initialized struct keylist keys; ^~~~ /kisskb/src/drivers/md/bcache/writeback.c: In function 'read_dirty': /kisskb/src/drivers/md/bcache/writeback.c:442:17: note: byref variable will be forcibly initialized struct closure cl; ^~ /kisskb/src/drivers/md/bcache/writeback.c: In function 'bch_writeback_thread': /kisskb/src/drivers/md/bcache/writeback.c:745:20: note: byref variable will be forcibly initialized struct closure cl; ^~ In file included from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/md/bcache/bcache.h:181, from /kisskb/src/drivers/md/bcache/writeback.c:10: /kisskb/src/drivers/md/bcache/writeback.c: In function 'bch_sectors_dirty_init': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/writeback.c:1001:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(state->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/bcache/writeback.c:949:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/drivers/md/bcache/writeback.c:946:28: note: byref variable will be forcibly initialized struct sectors_dirty_init op; ^~ /kisskb/src/drivers/md/bcache/writeback.c:945:20: note: byref variable will be forcibly initialized struct btree_iter iter; ^~~~ /kisskb/src/drivers/edac/altera_edac.c: In function 'altr_sdram_mc_err_handler': /kisskb/src/drivers/edac/altera_edac.c:85:29: note: byref variable will be forcibly initialized u32 status, err_count = 1, err_addr; ^~~~~~~~ /kisskb/src/drivers/edac/altera_edac.c:85:14: note: byref variable will be forcibly initialized u32 status, err_count = 1, err_addr; ^~~~~~~~~ /kisskb/src/drivers/edac/altera_edac.c:85:6: note: byref variable will be forcibly initialized u32 status, err_count = 1, err_addr; ^~~~~~ /kisskb/src/drivers/edac/altera_edac.c: In function 'get_total_mem': /kisskb/src/drivers/edac/altera_edac.c:209:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/edac/altera_edac.c: In function 'altr_sdram_probe': /kisskb/src/drivers/edac/altera_edac.c:289:6: note: byref variable will be forcibly initialized u32 read_reg; ^~~~~~~~ /kisskb/src/drivers/edac/altera_edac.c:283:23: note: byref variable will be forcibly initialized struct edac_mc_layer layers[2]; ^~~~~~ /kisskb/src/drivers/edac/dmc520_edac.c: In function 'dmc520_handle_dram_ecc_errors': /kisskb/src/drivers/edac/dmc520_edac.c:370:24: note: byref variable will be forcibly initialized struct ecc_error_info info; ^~~~ /kisskb/src/drivers/edac/dmc520_edac.c:369:7: note: byref variable will be forcibly initialized char message[DMC520_MSG_BUF_SIZE]; ^~~~~~~ /kisskb/src/drivers/edac/dmc520_edac.c: In function 'dmc520_edac_probe': /kisskb/src/drivers/edac/dmc520_edac.c:478:23: note: byref variable will be forcibly initialized struct edac_mc_layer layers[1]; ^~~~~~ /kisskb/src/drivers/edac/altera_edac.c: In function 's10_edac_dberr_handler': /kisskb/src/drivers/edac/altera_edac.c:2050:24: note: byref variable will be forcibly initialized struct arm_smccc_res result; ^~~~~~ /kisskb/src/drivers/edac/altera_edac.c:2042:16: note: byref variable will be forcibly initialized int err_addr, dberror; ^~~~~~~ /kisskb/src/drivers/edac/altera_edac.c: In function 'altr_edac_a10_irq_handler': /kisskb/src/drivers/edac/altera_edac.c:1804:16: note: byref variable will be forcibly initialized unsigned long bits; ^~~~ /kisskb/src/drivers/edac/altera_edac.c:1800:29: note: byref variable will be forcibly initialized int dberr, bit, sm_offset, irq_status; ^~~~~~~~~~ /kisskb/src/drivers/edac/altera_edac.c: In function 'altr_edac_a10_device_add': /kisskb/src/drivers/edac/altera_edac.c:1861:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/edac/altera_edac.c: In function 'altr_edac_a10_probe': /kisskb/src/drivers/edac/altera_edac.c:2125:16: note: byref variable will be forcibly initialized int dberror, err_addr; ^~~~~~~~ /kisskb/src/drivers/edac/altera_edac.c:2125:7: note: byref variable will be forcibly initialized int dberror, err_addr; ^~~~~~~ In file included from /kisskb/src/drivers/opp/core.c:16: /kisskb/src/drivers/opp/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds250x.c: In function 'w1_ds2505_read_page': /kisskb/src/drivers/w1/slaves/w1_ds250x.c:90:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/w1/slaves/w1_ds250x.c: In function 'w1_ds2502_read_page': /kisskb/src/drivers/w1/slaves/w1_ds250x.c:51:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/input/touchscreen/chipone_icn8318.c: In function 'icn8318_read_touch_data': /kisskb/src/drivers/input/touchscreen/chipone_icn8318.c:58:5: note: byref variable will be forcibly initialized u8 reg = ICN8318_REG_TOUCHDATA; ^~~ /kisskb/src/drivers/input/touchscreen/chipone_icn8318.c: In function 'icn8318_irq': /kisskb/src/drivers/input/touchscreen/chipone_icn8318.c:86:28: note: byref variable will be forcibly initialized struct icn8318_touch_data touch_data; ^~~~~~~~~~ In file included from /kisskb/src/drivers/opp/of.c:18: /kisskb/src/drivers/opp/of.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/opp/core.c: In function '_find_current_opp': /kisskb/src/drivers/opp/core.c:945:16: note: byref variable will be forcibly initialized unsigned long freq; ^~~~ /kisskb/src/drivers/opp/of.c: In function '_read_opp_key': /kisskb/src/drivers/opp/of.c:772:6: note: byref variable will be forcibly initialized u64 rate; ^~~~ /kisskb/src/drivers/opp/of.c: In function '_opp_is_supported': /kisskb/src/drivers/opp/of.c:524:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/opp/of.c: In function 'opp_parse_supplies': /kisskb/src/drivers/opp/of.c:581:7: note: byref variable will be forcibly initialized char name[NAME_MAX]; ^~~~ /kisskb/src/drivers/opp/core.c: In function 'dev_pm_opp_set_rate': /kisskb/src/drivers/opp/core.c:1094:26: note: byref variable will be forcibly initialized unsigned long freq = 0, temp_freq; ^~~~~~~~~ /kisskb/src/drivers/opp/core.c: In function '_opp_add': /kisskb/src/drivers/opp/core.c:1708:20: note: byref variable will be forcibly initialized struct list_head *head; ^~~~ /kisskb/src/drivers/opp/of.c: In function '_of_init_opp_table': /kisskb/src/drivers/opp/of.c:212:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/opp/of.c: In function '_opp_add_static_v2': /kisskb/src/drivers/opp/of.c:841:7: note: byref variable will be forcibly initialized bool rate_not_available = false; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/opp/of.c:839:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/opp/of.c: In function 'dev_pm_opp_of_register_em': /kisskb/src/drivers/opp/of.c:1464:6: note: byref variable will be forcibly initialized u32 cap; ^~~ /kisskb/src/drivers/input/touchscreen/cy8ctma140.c: In function 'cy8ctma140_irq_thread': /kisskb/src/drivers/input/touchscreen/cy8ctma140.c:100:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/input/touchscreen/cy8ctma140.c:99:5: note: byref variable will be forcibly initialized u8 buf[CY8CTMA140_PACKET_SIZE]; ^~~ /kisskb/src/drivers/input/touchscreen/cy8ctma140.c:98:5: note: byref variable will be forcibly initialized u8 cmdbuf[] = { CY8CTMA140_GET_FINGERS }; ^~~~~~ /kisskb/src/drivers/media/i2c/saa7115.c: In function 'saa711x_detect_chip': /kisskb/src/drivers/media/i2c/saa7115.c:1708:7: note: byref variable will be forcibly initialized char chip_ver[CHIP_VER_SIZE]; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/cy8ctma140.c: In function 'cy8ctma140_init': /kisskb/src/drivers/input/touchscreen/cy8ctma140.c:146:5: note: byref variable will be forcibly initialized u8 buf[5]; ^~~ /kisskb/src/drivers/input/touchscreen/cy8ctma140.c:145:5: note: byref variable will be forcibly initialized u8 addr[1]; ^~~~ /kisskb/src/drivers/media/i2c/saa7115.c: In function 'saa711x_probe': /kisskb/src/drivers/media/i2c/saa7115.c:1815:7: note: byref variable will be forcibly initialized char name[CHIP_VER_SIZE + 1]; ^~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pca9541.c: In function 'pca9541_reg_read': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca9541.c:116:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c:9: /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c: In function 'i2c_mux_reg_probe_dt': /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c:85:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/power/supply/power_supply_hwmon.c: In function 'power_supply_hwmon_write': /kisskb/src/drivers/power/supply/power_supply_hwmon.c:255:29: note: byref variable will be forcibly initialized union power_supply_propval pspval; ^~~~~~ /kisskb/src/drivers/power/supply/power_supply_hwmon.c: In function 'power_supply_hwmon_read': /kisskb/src/drivers/power/supply/power_supply_hwmon.c:211:29: note: byref variable will be forcibly initialized union power_supply_propval pspval; ^~~~~~ /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c: In function 'cy8ctmg110_write_regs': /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c:66:16: note: byref variable will be forcibly initialized unsigned char i2c_data[6]; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c: In function 'cy8ctmg110_set_sleepmode': /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c:139:16: note: byref variable will be forcibly initialized unsigned char reg_p[3]; ^~~~~ /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c: In function 'cy8ctmg110_touch_pos': /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c:113:16: note: byref variable will be forcibly initialized unsigned char reg_p[CY8CTMG110_REG_MAX]; ^~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_core.c: In function 'cyttsp_act_dist_setup': /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:283:5: note: byref variable will be forcibly initialized u8 act_dist_setup = ts->act_dist; ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_core.c: In function 'cyttsp_exit_bl_mode': /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:140:5: note: byref variable will be forcibly initialized u8 bl_cmd[sizeof(bl_command)]; ^~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_core.c: In function 'cyttsp_set_sysinfo_regs': /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:222:6: note: byref variable will be forcibly initialized u8 intrvl_ray[] = { ^~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/div64.h:26, from ./arch/arm64/include/generated/asm/div64.h:1, from /kisskb/src/include/linux/math.h:5, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:16: /kisskb/src/drivers/input/touchscreen/cyttsp_core.c: In function 'cyttsp_report_tchdata': /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:323:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(used, CY_MAX_ID); ^~~~ /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/input/touchscreen/cyttsp_core.c:321:6: note: byref variable will be forcibly initialized int ids[CY_MAX_ID]; ^~~ /kisskb/src/drivers/input/touchscreen/cyttsp_core.c: In function 'cyttsp_parse_properties': /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:553:6: note: byref variable will be forcibly initialized u32 dt_value; ^~~~~~~~ /kisskb/src/drivers/usb/phy/phy.c: In function 'usb_phy_notify_charger_work': /kisskb/src/drivers/usb/phy/phy.c:126:20: note: byref variable will be forcibly initialized unsigned int min, max; ^~~ /kisskb/src/drivers/usb/phy/phy.c:126:15: note: byref variable will be forcibly initialized unsigned int min, max; ^~~ /kisskb/src/drivers/w1/slaves/w1_ds28e04.c: In function 'pio_write': /kisskb/src/drivers/w1/slaves/w1_ds28e04.c:304:5: note: byref variable will be forcibly initialized u8 ack; ^~~ /kisskb/src/drivers/w1/slaves/w1_ds28e04.c:303:5: note: byref variable will be forcibly initialized u8 wrbuf[3]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e04.c: In function 'w1_f1C_read': /kisskb/src/drivers/w1/slaves/w1_ds28e04.c:100:5: note: byref variable will be forcibly initialized u8 wrbuf[3]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e04.c: In function 'w1_f1C_refresh_block': /kisskb/src/drivers/w1/slaves/w1_ds28e04.c:74:5: note: byref variable will be forcibly initialized u8 wrbuf[3]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e04.c: In function 'w1_f1C_write': /kisskb/src/drivers/w1/slaves/w1_ds28e04.c:163:5: note: byref variable will be forcibly initialized u8 rdbuf[W1_PAGE_SIZE + 3]; ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e04.c:162:5: note: byref variable will be forcibly initialized u8 wrbuf[4]; ^~~~~ /kisskb/src/drivers/usb/phy/of.c: In function 'of_usb_get_phy_mode': /kisskb/src/drivers/usb/phy/of.c:30:14: note: byref variable will be forcibly initialized const char *phy_type; ^~~~~~~~ /kisskb/src/drivers/usb/phy/phy-generic.c: In function 'usb_phy_gen_create_phy': /kisskb/src/drivers/usb/phy/phy-generic.c:211:6: note: byref variable will be forcibly initialized u32 clk_rate = 0; ^~~~~~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_debug_create_supplies': /kisskb/src/drivers/opp/debugfs.c:84:8: note: byref variable will be forcibly initialized char name[15]; ^~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_debug_create_bw': /kisskb/src/drivers/opp/debugfs.c:58:7: note: byref variable will be forcibly initialized char name[11]; ^~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'bw_name_read': /kisskb/src/drivers/opp/debugfs.c:39:7: note: byref variable will be forcibly initialized char buf[64]; ^~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_list_debug_create_link': /kisskb/src/drivers/opp/debugfs.c:161:7: note: byref variable will be forcibly initialized char name[NAME_MAX]; ^~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_debug_create_one': /kisskb/src/drivers/opp/debugfs.c:110:7: note: byref variable will be forcibly initialized char name[25]; /* 20 chars for 64 bit value + 5 (opp:\0) */ ^~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c: In function 'adm1266_pmbus_block_xfer': /kisskb/src/drivers/hwmon/pmbus/adm1266.c:100:5: note: byref variable will be forcibly initialized u8 addr; ^~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c:86:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/i3c/device.c: In function 'i3c_device_match_id': /kisskb/src/drivers/i3c/device.c:214:25: note: byref variable will be forcibly initialized struct i3c_device_info devinfo; ^~~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c: In function 'adm1266_gpio_dbg_show': /kisskb/src/drivers/hwmon/pmbus/adm1266.c:229:5: note: byref variable will be forcibly initialized u8 write_cmd; ^~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c:225:5: note: byref variable will be forcibly initialized u8 read_buf[ADM1266_PMBUS_BLOCK_MAX + 1]; ^~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c: In function 'adm1266_gpio_get': /kisskb/src/drivers/hwmon/pmbus/adm1266.c:166:16: note: byref variable will be forcibly initialized unsigned long pins_status; ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c:165:5: note: byref variable will be forcibly initialized u8 read_buf[I2C_SMBUS_BLOCK_MAX + 1]; ^~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c: In function 'adm1266_nvmem_read_blackbox': /kisskb/src/drivers/hwmon/pmbus/adm1266.c:353:5: note: byref variable will be forcibly initialized u8 buf[5]; ^~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c:352:7: note: byref variable will be forcibly initialized char index; ^~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c: In function 'adm1266_gpio_get_multiple': /kisskb/src/drivers/hwmon/pmbus/adm1266.c:191:16: note: byref variable will be forcibly initialized unsigned long status; ^~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c:190:5: note: byref variable will be forcibly initialized u8 read_buf[ADM1266_PMBUS_BLOCK_MAX + 1]; ^~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c: In function 'adm1266_set_rtc': /kisskb/src/drivers/hwmon/pmbus/adm1266.c:433:7: note: byref variable will be forcibly initialized char write_buf[6]; ^~~~~~~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_device_uevent': /kisskb/src/drivers/i3c/master.c:279:25: note: byref variable will be forcibly initialized struct i3c_device_info devinfo; ^~~~~~~ /kisskb/src/drivers/i3c/master.c: In function 'modalias_show': /kisskb/src/drivers/i3c/master.c:248:25: note: byref variable will be forcibly initialized struct i3c_device_info devinfo; ^~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/i3c/master.c:10: /kisskb/src/drivers/i3c/master.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/i3c/master.c:16: /kisskb/src/drivers/i3c/master.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/power/supply/wm831x_power.c: In function 'wm831x_config_battery': /kisskb/src/drivers/power/supply/wm831x_power.c:260:17: note: byref variable will be forcibly initialized int ret, reg1, reg2; ^~~~ /kisskb/src/drivers/power/supply/wm831x_power.c:260:11: note: byref variable will be forcibly initialized int ret, reg1, reg2; ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_enec_disec_locked': /kisskb/src/drivers/i3c/master.c:813:21: note: byref variable will be forcibly initialized struct i3c_ccc_cmd cmd; ^~~ /kisskb/src/drivers/i3c/master.c:812:26: note: byref variable will be forcibly initialized struct i3c_ccc_cmd_dest dest; ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_getpid_locked': /kisskb/src/drivers/i3c/master.c:1147:21: note: byref variable will be forcibly initialized struct i3c_ccc_cmd cmd; ^~~ /kisskb/src/drivers/i3c/master.c:1146:26: note: byref variable will be forcibly initialized struct i3c_ccc_cmd_dest dest; ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_getbcr_locked': /kisskb/src/drivers/i3c/master.c:1177:21: note: byref variable will be forcibly initialized struct i3c_ccc_cmd cmd; ^~~ /kisskb/src/drivers/i3c/master.c:1176:26: note: byref variable will be forcibly initialized struct i3c_ccc_cmd_dest dest; ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_getdcr_locked': /kisskb/src/drivers/i3c/master.c:1202:21: note: byref variable will be forcibly initialized struct i3c_ccc_cmd cmd; ^~~ /kisskb/src/drivers/i3c/master.c:1201:26: note: byref variable will be forcibly initialized struct i3c_ccc_cmd_dest dest; ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_getmxds_locked': /kisskb/src/drivers/i3c/master.c:1080:21: note: byref variable will be forcibly initialized struct i3c_ccc_cmd cmd; ^~~ /kisskb/src/drivers/i3c/master.c:1079:26: note: byref variable will be forcibly initialized struct i3c_ccc_cmd_dest dest; ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_getmrl_locked': /kisskb/src/drivers/i3c/master.c:1008:21: note: byref variable will be forcibly initialized struct i3c_ccc_cmd cmd; ^~~ /kisskb/src/drivers/i3c/master.c:1006:26: note: byref variable will be forcibly initialized struct i3c_ccc_cmd_dest dest; ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_getmwl_locked': /kisskb/src/drivers/i3c/master.c:1050:21: note: byref variable will be forcibly initialized struct i3c_ccc_cmd cmd; ^~~ /kisskb/src/drivers/i3c/master.c:1048:26: note: byref variable will be forcibly initialized struct i3c_ccc_cmd_dest dest; ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_gethdrcap_locked': /kisskb/src/drivers/i3c/master.c:1116:21: note: byref variable will be forcibly initialized struct i3c_ccc_cmd cmd; ^~~ /kisskb/src/drivers/i3c/master.c:1115:26: note: byref variable will be forcibly initialized struct i3c_ccc_cmd_dest dest; ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_setda_locked': /kisskb/src/drivers/i3c/master.c:971:21: note: byref variable will be forcibly initialized struct i3c_ccc_cmd cmd; ^~~ /kisskb/src/drivers/i3c/master.c:969:26: note: byref variable will be forcibly initialized struct i3c_ccc_cmd_dest dest; ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_rstdaa_locked': /kisskb/src/drivers/i3c/master.c:757:21: note: byref variable will be forcibly initialized struct i3c_ccc_cmd cmd; ^~~ /kisskb/src/drivers/i3c/master.c:756:26: note: byref variable will be forcibly initialized struct i3c_ccc_cmd_dest dest; ^~~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'map_get_value': /kisskb/src/drivers/power/supply/test_power.c:306:7: note: byref variable will be forcibly initialized char buf[MAX_KEYLENGTH]; ^~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'param_set_battery_capacity': /kisskb/src/drivers/power/supply/test_power.c:435:6: note: byref variable will be forcibly initialized int tmp; ^~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'param_set_battery_voltage': /kisskb/src/drivers/power/supply/test_power.c:450:6: note: byref variable will be forcibly initialized int tmp; ^~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'param_set_battery_charge_counter': /kisskb/src/drivers/power/supply/test_power.c:465:6: note: byref variable will be forcibly initialized int tmp; ^~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'param_set_battery_current': /kisskb/src/drivers/power/supply/test_power.c:480:6: note: byref variable will be forcibly initialized int tmp; ^~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_handle_ibi': /kisskb/src/drivers/i3c/master.c:2250:25: note: byref variable will be forcibly initialized struct i3c_ibi_payload payload; ^~~~~~~ /kisskb/src/drivers/i3c/master.c: In function 'of_i3c_master_add_i3c_boardinfo': /kisskb/src/drivers/i3c/master.c:2032:6: note: byref variable will be forcibly initialized u32 init_dyn_addr = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/i3c/master.c: In function 'of_i3c_master_add_dev': /kisskb/src/drivers/i3c/master.c:2076:6: note: byref variable will be forcibly initialized u32 reg[3]; ^~~ /kisskb/src/drivers/i3c/master.c: In function 'of_populate_i3c_bus': /kisskb/src/drivers/i3c/master.c:2104:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_handshake': /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:104:5: note: byref variable will be forcibly initialized u8 cmd = mode ^ CY_HST_TOGGLE; ^~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_hw_soft_reset': /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:124:5: note: byref variable will be forcibly initialized u8 cmd = CY_HST_RESET; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/input/touchscreen/cyttsp4_core.h:18, from /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:15: /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_wait_bl_heartbeat': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1347:6: note: in expansion of macro 'wait_event_timeout' t = wait_event_timeout(cd->wait_q, cd->mode == CY_MODE_BOOTLOADER, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i3c/master.c: In function 'hdrcap_show': /kisskb/src/drivers/i3c/master.c:210:16: note: byref variable will be forcibly initialized unsigned long caps; ^~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_wait_sysinfo_mode': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1364:6: note: in expansion of macro 'wait_event_timeout' t = wait_event_timeout(cd->wait_q, cd->mode == CY_MODE_SYSINFO, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_request_exclusive': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1308:3: note: in expansion of macro 'wait_event' wait_event(cd->wait_q, !cd->exclusive_dev); ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1298:7: note: in expansion of macro 'wait_event_timeout' t = wait_event_timeout(cd->wait_q, !cd->exclusive_dev, t); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_entdaa_locked': /kisskb/src/drivers/i3c/master.c:796:21: note: byref variable will be forcibly initialized struct i3c_ccc_cmd cmd; ^~~ /kisskb/src/drivers/i3c/master.c:795:26: note: byref variable will be forcibly initialized struct i3c_ccc_cmd_dest dest; ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_defslvs_locked': /kisskb/src/drivers/i3c/master.c:900:21: note: byref variable will be forcibly initialized struct i3c_ccc_cmd cmd; ^~~ /kisskb/src/drivers/i3c/master.c:897:26: note: byref variable will be forcibly initialized struct i3c_ccc_cmd_dest dest; ^~~~ /kisskb/src/drivers/media/i2c/saa7185.c: In function 'saa7185_write_block': /kisskb/src/drivers/media/i2c/saa7185.c:77:6: note: byref variable will be forcibly initialized u8 block_data[32]; ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_set_mode': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1451:6: note: in expansion of macro 'wait_event_timeout' t = wait_event_timeout(cd->wait_q, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1403:5: note: byref variable will be forcibly initialized u8 mode; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/input/touchscreen/cyttsp4_core.h:18, from /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:15: /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_core_wake_': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1805:6: note: in expansion of macro 'wait_event_timeout' t = wait_event_timeout(cd->wait_q, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1774:5: note: byref variable will be forcibly initialized u8 mode; ^~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_core_sleep_': /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1506:5: note: byref variable will be forcibly initialized u8 mode[2]; ^~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_get_mt_touches': /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:874:6: note: byref variable will be forcibly initialized int ids[max(CY_TMA1036_MAX_TCH, CY_TMA4XX_MAX_TCH)]; ^~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:871:23: note: byref variable will be forcibly initialized struct cyttsp4_touch tch; ^~~ /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c: In function 'cyttsp_i2c_read_block_data': /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c:32:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c:31:5: note: byref variable will be forcibly initialized u8 addr_lo = addr & 0xFF; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c: In function 'cyttsp_i2c_write_block_data': /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c:62:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_irq': /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1083:5: note: byref variable will be forcibly initialized u8 mode[3]; ^~~~ /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c: In function 'cyttsp4_startup_': /kisskb/src/drivers/input/touchscreen/cyttsp4_core.c:1618:6: note: byref variable will be forcibly initialized u8 buf[sizeof(ldr_err_app)]; ^~~ /kisskb/src/drivers/media/i2c/ad5820.c: In function 'ad5820_write': /kisskb/src/drivers/media/i2c/ad5820.c:61:9: note: byref variable will be forcibly initialized __be16 be_data; ^~~~~~~ /kisskb/src/drivers/media/i2c/ad5820.c:60:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/memstick/core/memstick.c: In function 'h_memstick_read_dev_id': /kisskb/src/drivers/memstick/core/memstick.c:326:24: note: byref variable will be forcibly initialized struct ms_id_register id_reg; ^~~~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'read_ccnt': /kisskb/src/drivers/power/supply/88pm860x_battery.c:249:16: note: byref variable will be forcibly initialized unsigned char buf[2]; ^~~ /kisskb/src/drivers/media/i2c/saa6752hs.c: In function 'set_reg16': /kisskb/src/drivers/media/i2c/saa6752hs.c:300:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/i2c/saa6752hs.c: In function 'set_reg8': /kisskb/src/drivers/media/i2c/saa6752hs.c:291:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'clear_ccnt': /kisskb/src/drivers/power/supply/88pm860x_battery.c:313:6: note: byref variable will be forcibly initialized int data; ^~~~ /kisskb/src/drivers/media/i2c/dw9714.c: In function 'dw9714_i2c_write': /kisskb/src/drivers/media/i2c/dw9714.c:54:9: note: byref variable will be forcibly initialized __be16 val = cpu_to_be16(data); ^~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'calc_ccnt': /kisskb/src/drivers/power/supply/88pm860x_battery.c:268:6: note: byref variable will be forcibly initialized int data; ^~~~ /kisskb/src/drivers/media/i2c/saa6752hs.c: In function 'saa6752hs_probe': /kisskb/src/drivers/media/i2c/saa6752hs.c:669:5: note: byref variable will be forcibly initialized u8 data[12]; ^~~~ /kisskb/src/drivers/media/i2c/saa6752hs.c:668:5: note: byref variable will be forcibly initialized u8 addr = 0x13; ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'measure_12bit_voltage': /kisskb/src/drivers/power/supply/88pm860x_battery.c:157:16: note: byref variable will be forcibly initialized unsigned char buf[2]; ^~~ /kisskb/src/drivers/media/i2c/saa6752hs.c: In function 'saa6752hs_chip_command': /kisskb/src/drivers/media/i2c/saa6752hs.c:225:16: note: byref variable will be forcibly initialized unsigned char buf[3]; ^~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'measure_vbatt': /kisskb/src/drivers/power/supply/88pm860x_battery.c:173:16: note: byref variable will be forcibly initialized unsigned char buf[5]; ^~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'measure_current': /kisskb/src/drivers/power/supply/88pm860x_battery.c:215:16: note: byref variable will be forcibly initialized unsigned char buf[2]; ^~~ /kisskb/src/drivers/media/i2c/saa6752hs.c: In function 'saa6752hs_init': /kisskb/src/drivers/media/i2c/saa6752hs.c:432:16: note: byref variable will be forcibly initialized unsigned char localPMT[256]; ^~~~~~~~ /kisskb/src/drivers/media/i2c/saa6752hs.c:431:16: note: byref variable will be forcibly initialized unsigned char localPAT[256]; ^~~~~~~~ /kisskb/src/drivers/media/i2c/saa6752hs.c:426:24: note: byref variable will be forcibly initialized unsigned char buf[9], buf2[4]; ^~~~ /kisskb/src/drivers/media/i2c/saa6752hs.c:426:16: note: byref variable will be forcibly initialized unsigned char buf[9], buf2[4]; ^~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'calc_resistor': /kisskb/src/drivers/power/supply/88pm860x_battery.c:625:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c:624:6: note: byref variable will be forcibly initialized int data; ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c:621:6: note: byref variable will be forcibly initialized int chg_current; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'calc_ocv': /kisskb/src/drivers/power/supply/88pm860x_battery.c:331:6: note: byref variable will be forcibly initialized int data; ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'calc_soc': /kisskb/src/drivers/power/supply/88pm860x_battery.c:369:6: note: byref variable will be forcibly initialized int ocv; ^~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'calc_capacity': /kisskb/src/drivers/power/supply/88pm860x_battery.c:717:6: note: byref variable will be forcibly initialized int cap_ocv = 0; ^~~~~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c:716:6: note: byref variable will be forcibly initialized int ibat; ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c:715:6: note: byref variable will be forcibly initialized int data; ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'pm860x_batt_get_prop': /kisskb/src/drivers/power/supply/88pm860x_battery.c:810:6: note: byref variable will be forcibly initialized int data; ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'pm860x_init_battery': /kisskb/src/drivers/power/supply/88pm860x_battery.c:436:6: note: byref variable will be forcibly initialized int soc = 0; ^~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_ts_readwrite': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:143:17: note: byref variable will be forcibly initialized struct i2c_msg wrmsg[2]; ^~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_register_write': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:285:5: note: byref variable will be forcibly initialized u8 wrbuf[4]; ^~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_register_read': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:314:15: note: byref variable will be forcibly initialized u8 wrbuf[2], rdbuf[2]; ^~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:314:5: note: byref variable will be forcibly initialized u8 wrbuf[2], rdbuf[2]; ^~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_setting_store': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:455:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_debugfs_raw_data_read': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:710:7: note: byref variable will be forcibly initialized char wrbuf[3]; ^~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_ts_isr': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:195:5: note: byref variable will be forcibly initialized u8 rdbuf[63]; ^~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:194:5: note: byref variable will be forcibly initialized u8 cmd; ^~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_ts_identify': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:826:5: note: byref variable will be forcibly initialized u8 rdbuf[EDT_NAME_LEN]; ^~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_ts_get_defaults': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:945:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_ts_probe': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:1084:7: note: byref variable will be forcibly initialized char fw_version[EDT_NAME_LEN]; ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:1080:5: note: byref variable will be forcibly initialized u8 buf[2] = { 0xfc, 0x00 }; ^~~ /kisskb/src/drivers/input/touchscreen/eeti_ts.c: In function 'eeti_ts_read': /kisskb/src/drivers/input/touchscreen/eeti_ts.c:69:7: note: byref variable will be forcibly initialized char buf[6]; ^~~ /kisskb/src/drivers/input/touchscreen/ektf2127.c: In function 'ektf2127_report_event': /kisskb/src/drivers/input/touchscreen/ektf2127.c:73:6: note: byref variable will be forcibly initialized int slots[EKTF2127_MAX_TOUCHES]; ^~~~~ /kisskb/src/drivers/input/touchscreen/ektf2127.c:72:22: note: byref variable will be forcibly initialized struct input_mt_pos touches[EKTF2127_MAX_TOUCHES]; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/ektf2127.c: In function 'ektf2127_irq': /kisskb/src/drivers/input/touchscreen/ektf2127.c:126:7: note: byref variable will be forcibly initialized char buf[EKTF2127_TOUCH_REPORT_SIZE]; ^~~ /kisskb/src/drivers/input/touchscreen/ektf2127.c: In function 'ektf2127_query_dimension': /kisskb/src/drivers/input/touchscreen/ektf2127.c:212:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/input/touchscreen/ektf2127.c: In function 'ektf2127_probe': /kisskb/src/drivers/input/touchscreen/ektf2127.c:253:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_capacity': /kisskb/src/drivers/power/supply/ds2780_battery.c:300:5: note: byref variable will be forcibly initialized u8 raw; ^~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_read16': /kisskb/src/drivers/power/supply/ds2780_battery.c:71:5: note: byref variable will be forcibly initialized u8 raw[2]; ^~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_voltage': /kisskb/src/drivers/power/supply/ds2780_battery.c:159:6: note: byref variable will be forcibly initialized s16 voltage_raw; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_temperature': /kisskb/src/drivers/power/supply/ds2780_battery.c:187:6: note: byref variable will be forcibly initialized s16 temperature_raw; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_current': /kisskb/src/drivers/power/supply/ds2780_battery.c:219:5: note: byref variable will be forcibly initialized u8 sense_res_raw, reg_msb; ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c:218:6: note: byref variable will be forcibly initialized s16 current_raw; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_status': /kisskb/src/drivers/power/supply/ds2780_battery.c:312:23: note: byref variable will be forcibly initialized int ret, current_uA, capacity; ^~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c:312:11: note: byref variable will be forcibly initialized int ret, current_uA, capacity; ^~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_accumulated_current': /kisskb/src/drivers/power/supply/ds2780_battery.c:264:5: note: byref variable will be forcibly initialized u8 sense_res_raw; ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c:263:6: note: byref variable will be forcibly initialized s16 current_raw; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_charge_now': /kisskb/src/drivers/power/supply/ds2780_battery.c:338:6: note: byref variable will be forcibly initialized u16 charge_raw; ^~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_set_rsgain_register': /kisskb/src/drivers/power/supply/ds2780_battery.c:145:5: note: byref variable will be forcibly initialized u8 raw[] = {rsgain >> 8, rsgain & 0xFF}; ^~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_set_pio_pin': /kisskb/src/drivers/power/supply/ds2780_battery.c:601:5: note: byref variable will be forcibly initialized u8 new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_set_sense_resistor_value': /kisskb/src/drivers/power/supply/ds2780_battery.c:520:5: note: byref variable will be forcibly initialized u8 new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_set_pmod_enabled': /kisskb/src/drivers/power/supply/ds2780_battery.c:467:18: note: byref variable will be forcibly initialized u8 control_reg, new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c:467:5: note: byref variable will be forcibly initialized u8 control_reg, new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_pio_pin': /kisskb/src/drivers/power/supply/ds2780_battery.c:583:5: note: byref variable will be forcibly initialized u8 sfr; ^~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_rsgain_setting': /kisskb/src/drivers/power/supply/ds2780_battery.c:540:6: note: byref variable will be forcibly initialized u16 rsgain; ^~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_sense_resistor_value': /kisskb/src/drivers/power/supply/ds2780_battery.c:502:5: note: byref variable will be forcibly initialized u8 sense_resistor; ^~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_pmod_enabled': /kisskb/src/drivers/power/supply/ds2780_battery.c:448:5: note: byref variable will be forcibly initialized u8 control_reg; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_set_rsgain_setting': /kisskb/src/drivers/power/supply/ds2780_battery.c:557:6: note: byref variable will be forcibly initialized u16 new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_capacity': /kisskb/src/drivers/power/supply/ds2781_battery.c:301:5: note: byref variable will be forcibly initialized u8 raw; ^~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_read16': /kisskb/src/drivers/power/supply/ds2781_battery.c:75:5: note: byref variable will be forcibly initialized u8 raw[2]; ^~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_current': /kisskb/src/drivers/power/supply/ds2781_battery.c:220:5: note: byref variable will be forcibly initialized u8 sense_res_raw, reg_msb; ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c:219:6: note: byref variable will be forcibly initialized s16 current_raw; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_accumulated_current': /kisskb/src/drivers/power/supply/ds2781_battery.c:265:5: note: byref variable will be forcibly initialized u8 sense_res_raw; ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c:264:6: note: byref variable will be forcibly initialized s16 current_raw; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_charge_now': /kisskb/src/drivers/power/supply/ds2781_battery.c:340:6: note: byref variable will be forcibly initialized u16 charge_raw; ^~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_voltage': /kisskb/src/drivers/power/supply/ds2781_battery.c:163:7: note: byref variable will be forcibly initialized char val[2]; ^~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_temperature': /kisskb/src/drivers/power/supply/ds2781_battery.c:192:7: note: byref variable will be forcibly initialized char val[2]; ^~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_set_rsgain_register': /kisskb/src/drivers/power/supply/ds2781_battery.c:149:5: note: byref variable will be forcibly initialized u8 raw[] = {rsgain >> 8, rsgain & 0xFF}; ^~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_set_pio_pin': /kisskb/src/drivers/power/supply/ds2781_battery.c:603:5: note: byref variable will be forcibly initialized u8 new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_set_sense_resistor_value': /kisskb/src/drivers/power/supply/ds2781_battery.c:522:5: note: byref variable will be forcibly initialized u8 new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_set_pmod_enabled': /kisskb/src/drivers/power/supply/ds2781_battery.c:469:18: note: byref variable will be forcibly initialized u8 control_reg, new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c:469:5: note: byref variable will be forcibly initialized u8 control_reg, new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_pio_pin': /kisskb/src/drivers/power/supply/ds2781_battery.c:585:5: note: byref variable will be forcibly initialized u8 sfr; ^~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_rsgain_setting': /kisskb/src/drivers/power/supply/ds2781_battery.c:542:6: note: byref variable will be forcibly initialized u16 rsgain; ^~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_sense_resistor_value': /kisskb/src/drivers/power/supply/ds2781_battery.c:504:5: note: byref variable will be forcibly initialized u8 sense_resistor; ^~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_pmod_enabled': /kisskb/src/drivers/power/supply/ds2781_battery.c:450:5: note: byref variable will be forcibly initialized u8 control_reg; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_set_rsgain_setting': /kisskb/src/drivers/power/supply/ds2781_battery.c:559:6: note: byref variable will be forcibly initialized u16 new_setting; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_status': /kisskb/src/drivers/power/supply/ds2781_battery.c:313:23: note: byref variable will be forcibly initialized int ret, current_uA, capacity; ^~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c:313:11: note: byref variable will be forcibly initialized int ret, current_uA, capacity; ^~~~~~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c: In function 'act8945a_get_charger_state': /kisskb/src/drivers/power/supply/act8945a_charger.c:89:23: note: byref variable will be forcibly initialized unsigned int status, state; ^~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:89:15: note: byref variable will be forcibly initialized unsigned int status, state; ^~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c: In function 'act8945a_get_charge_type': /kisskb/src/drivers/power/supply/act8945a_charger.c:128:23: note: byref variable will be forcibly initialized unsigned int status, state; ^~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:128:15: note: byref variable will be forcibly initialized unsigned int status, state; ^~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c: In function 'act8945a_get_battery_health': /kisskb/src/drivers/power/supply/act8945a_charger.c:166:30: note: byref variable will be forcibly initialized unsigned int status, state, config; ^~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:166:23: note: byref variable will be forcibly initialized unsigned int status, state, config; ^~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:166:15: note: byref variable will be forcibly initialized unsigned int status, state, config; ^~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c: In function 'act8945a_set_supply_type': /kisskb/src/drivers/power/supply/act8945a_charger.c:410:23: note: byref variable will be forcibly initialized unsigned int status, state; ^~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:410:15: note: byref variable will be forcibly initialized unsigned int status, state; ^~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c: In function 'act8945a_get_capacity_level': /kisskb/src/drivers/power/supply/act8945a_charger.c:213:30: note: byref variable will be forcibly initialized unsigned int status, state, config; ^~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:213:23: note: byref variable will be forcibly initialized unsigned int status, state, config; ^~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:213:15: note: byref variable will be forcibly initialized unsigned int status, state, config; ^~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c: In function 'act8945a_get_current_max': /kisskb/src/drivers/power/supply/act8945a_charger.c:280:23: note: byref variable will be forcibly initialized unsigned int status, state; ^~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:280:15: note: byref variable will be forcibly initialized unsigned int status, state; ^~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c: In function 'act8945a_charger_config': /kisskb/src/drivers/power/supply/act8945a_charger.c:468:15: note: byref variable will be forcibly initialized unsigned int tmp; ^~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:465:6: note: byref variable will be forcibly initialized u32 input_voltage_threshold; ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:464:6: note: byref variable will be forcibly initialized u32 pre_time_out; ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:463:6: note: byref variable will be forcibly initialized u32 total_time_out; ^~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_status': /kisskb/src/drivers/power/supply/adp5061.c:160:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_chg_type': /kisskb/src/drivers/power/supply/adp5061.c:423:14: note: byref variable will be forcibly initialized u8 status1, status2; ^~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c:423:5: note: byref variable will be forcibly initialized u8 status1, status2; ^~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_charger_status': /kisskb/src/drivers/power/supply/adp5061.c:442:14: note: byref variable will be forcibly initialized u8 status1, status2; ^~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c:442:5: note: byref variable will be forcibly initialized u8 status1, status2; ^~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_battery_status': /kisskb/src/drivers/power/supply/adp5061.c:475:14: note: byref variable will be forcibly initialized u8 status1, status2; ^~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c:475:5: note: byref variable will be forcibly initialized u8 status1, status2; ^~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_input_current_limit': /kisskb/src/drivers/power/supply/adp5061.c:178:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_max_voltage': /kisskb/src/drivers/power/supply/adp5061.c:260:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_min_voltage': /kisskb/src/drivers/power/supply/adp5061.c:228:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_chg_volt_lim': /kisskb/src/drivers/power/supply/adp5061.c:244:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_const_chg_current': /kisskb/src/drivers/power/supply/adp5061.c:338:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_prechg_current': /kisskb/src/drivers/power/supply/adp5061.c:357:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_vweak_th': /kisskb/src/drivers/power/supply/adp5061.c:390:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_termination_current': /kisskb/src/drivers/power/supply/adp5061.c:504:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_property': /kisskb/src/drivers/power/supply/adp5061.c:537:14: note: byref variable will be forcibly initialized u8 status1, status2; ^~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c:537:5: note: byref variable will be forcibly initialized u8 status1, status2; ^~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_read_word': /kisskb/src/drivers/power/supply/cw2015_battery.c:85:9: note: byref variable will be forcibly initialized __be16 value; ^~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_get_voltage': /kisskb/src/drivers/power/supply/cw2015_battery.c:308:6: note: byref variable will be forcibly initialized u16 reg_val; ^~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_get_time_to_empty': /kisskb/src/drivers/power/supply/cw2015_battery.c:335:6: note: byref variable will be forcibly initialized u16 value16; ^~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_update_profile': /kisskb/src/drivers/power/supply/cw2015_battery.c:99:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_init': /kisskb/src/drivers/power/supply/cw2015_battery.c:201:6: note: byref variable will be forcibly initialized u8 bat_info[CW2015_SIZE_BATINFO]; ^~~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c:160:15: note: byref variable will be forcibly initialized unsigned int reg_val = CW2015_MODE_SLEEP; ^~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_get_soc': /kisskb/src/drivers/power/supply/cw2015_battery.c:255:15: note: byref variable will be forcibly initialized unsigned int soc; ^~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_bat_work': /kisskb/src/drivers/power/supply/cw2015_battery.c:424:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_atoreg_num': /kisskb/src/drivers/w1/w1.c:406:6: note: byref variable will be forcibly initialized u64 rn64_le; ^~~~~~~ /kisskb/src/drivers/w1/w1.c:404:21: note: byref variable will be forcibly initialized unsigned long long id; ^~ /kisskb/src/drivers/w1/w1.c:403:15: note: byref variable will be forcibly initialized unsigned int family; ^~~~~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_addr_crc_is_valid': /kisskb/src/drivers/w1/w1.c:935:7: note: byref variable will be forcibly initialized u64 corr_le = rn_le; ^~~~~~~ /kisskb/src/drivers/w1/w1.c:920:6: note: byref variable will be forcibly initialized u64 rn_le = cpu_to_le64(rn); ^~~~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_pullup': /kisskb/src/drivers/w1/w1.c:262:7: note: byref variable will be forcibly initialized long tmp; ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_search': /kisskb/src/drivers/w1/w1.c:226:7: note: byref variable will be forcibly initialized long tmp; ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_max_slave_count': /kisskb/src/drivers/w1/w1.c:320:6: note: byref variable will be forcibly initialized int tmp; ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_attach_slave_device': /kisskb/src/drivers/w1/w1.c:725:24: note: byref variable will be forcibly initialized struct w1_netlink_msg msg; ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_add': /kisskb/src/drivers/w1/w1.c:464:20: note: byref variable will be forcibly initialized struct w1_reg_num rn; ^~ /kisskb/src/drivers/w1/w1.c: In function 'w1_unref_slave': /kisskb/src/drivers/w1/w1.c:793:25: note: byref variable will be forcibly initialized struct w1_netlink_msg msg; ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_remove': /kisskb/src/drivers/w1/w1.c:502:20: note: byref variable will be forcibly initialized struct w1_reg_num rn; ^~ /kisskb/src/drivers/w1/w1.c: In function 'w1_reconnect_slaves': /kisskb/src/drivers/w1/w1.c:898:23: note: byref variable will be forcibly initialized struct w1_reg_num rn; ^~ /kisskb/src/drivers/w1/w1.c: In function 'w1_search': /kisskb/src/drivers/w1/w1.c:991:15: note: byref variable will be forcibly initialized u64 last_rn, rn, tmp64; ^~ /kisskb/src/drivers/leds/flash/leds-aat1290.c: In function 'aat1290_led_probe': /kisskb/src/drivers/leds/flash/leds-aat1290.c:462:22: note: byref variable will be forcibly initialized struct device_node *sub_node = NULL; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/exc3000.c: In function 'exc3000_probe': /kisskb/src/drivers/input/touchscreen/exc3000.c:403:6: note: byref variable will be forcibly initialized u8 response[EXC3000_LEN_FRAME]; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/exc3000.c:405:51: note: byref variable will be forcibly initialized error = exc3000_vendor_data_request(data, (u8[]){'E'}, 1, ^ /kisskb/src/drivers/input/touchscreen/exc3000.c: In function 'type_show': /kisskb/src/drivers/input/touchscreen/exc3000.c:309:5: note: byref variable will be forcibly initialized u8 response[EXC3000_LEN_FRAME]; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/exc3000.c:312:48: note: byref variable will be forcibly initialized ret = exc3000_vendor_data_request(data, (u8[]){'F'}, 1, response, 1); ^ /kisskb/src/drivers/input/touchscreen/exc3000.c: In function 'model_show': /kisskb/src/drivers/input/touchscreen/exc3000.c:293:5: note: byref variable will be forcibly initialized u8 response[EXC3000_LEN_FRAME]; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/exc3000.c:296:48: note: byref variable will be forcibly initialized ret = exc3000_vendor_data_request(data, (u8[]){'E'}, 1, response, 1); ^ /kisskb/src/drivers/input/touchscreen/exc3000.c: In function 'fw_version_show': /kisskb/src/drivers/input/touchscreen/exc3000.c:263:5: note: byref variable will be forcibly initialized u8 response[EXC3000_LEN_FRAME]; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/exc3000.c:280:48: note: byref variable will be forcibly initialized ret = exc3000_vendor_data_request(data, (u8[]){'D'}, 1, response, 1); ^ /kisskb/src/drivers/input/touchscreen/exc3000.c:268:14: note: byref variable will be forcibly initialized (u8[]){0x39, 0x02}, 2, response, 1); ^ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/md/md-linear.c:12: /kisskb/src/drivers/md/md-linear.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/md-linear.c:12: /kisskb/src/drivers/md/md-linear.c: In function 'linear_add': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md-linear.c:201:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(mddev->private, newconf); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md-linear.c: In function 'linear_make_request': /kisskb/src/drivers/md/md-linear.c:218:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds278x_get_status': /kisskb/src/drivers/power/supply/ds2782_battery.c:218:6: note: byref variable will be forcibly initialized int capacity; ^~~~~~~~ /kisskb/src/drivers/power/supply/ds2782_battery.c:217:6: note: byref variable will be forcibly initialized int current_uA; ^~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds2786_get_voltage': /kisskb/src/drivers/power/supply/ds2782_battery.c:187:6: note: byref variable will be forcibly initialized s16 raw; ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds2786_get_current': /kisskb/src/drivers/power/supply/ds2782_battery.c:176:6: note: byref variable will be forcibly initialized s16 raw; ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds2782_get_voltage': /kisskb/src/drivers/power/supply/ds2782_battery.c:147:6: note: byref variable will be forcibly initialized s16 raw; ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds278x_get_temp': /kisskb/src/drivers/power/supply/ds2782_battery.c:100:6: note: byref variable will be forcibly initialized s16 raw; ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds2786_get_capacity': /kisskb/src/drivers/power/supply/ds2782_battery.c:204:5: note: byref variable will be forcibly initialized u8 raw; ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds2782_get_capacity': /kisskb/src/drivers/power/supply/ds2782_battery.c:164:5: note: byref variable will be forcibly initialized u8 raw; ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds2782_get_current': /kisskb/src/drivers/power/supply/ds2782_battery.c:121:6: note: byref variable will be forcibly initialized s16 raw; ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c:120:5: note: byref variable will be forcibly initialized u8 sense_res_raw; ^~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/goodix.c: In function 'goodix_i2c_read': /kisskb/src/drivers/input/touchscreen/goodix.c:161:9: note: byref variable will be forcibly initialized __be16 wbuf = cpu_to_be16(reg); ^~~~ /kisskb/src/drivers/input/touchscreen/goodix.c:160:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/input/touchscreen/goodix.c: In function 'goodix_process_events': /kisskb/src/drivers/input/touchscreen/goodix.c:358:6: note: byref variable will be forcibly initialized u8 point_data[2 + GOODIX_MAX_CONTACT_SIZE * GOODIX_MAX_CONTACTS]; ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/goodix.c: In function 'goodix_i2c_test': /kisskb/src/drivers/input/touchscreen/goodix.c:967:5: note: byref variable will be forcibly initialized u8 test; ^~~~ /kisskb/src/drivers/input/touchscreen/goodix.c: In function 'goodix_read_version': /kisskb/src/drivers/input/touchscreen/goodix.c:940:7: note: byref variable will be forcibly initialized char id_str[GOODIX_ID_MAX_LEN + 1]; ^~~~~~ /kisskb/src/drivers/input/touchscreen/goodix.c:939:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/input/touchscreen/goodix.c: In function 'goodix_i2c_write': /kisskb/src/drivers/input/touchscreen/goodix.c:195:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/input/touchscreen/goodix.c: In function 'goodix_resume': /kisskb/src/drivers/input/touchscreen/goodix.c:1306:5: note: byref variable will be forcibly initialized u8 config_ver; ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/goodix.c: In function 'goodix_ts_probe': /kisskb/src/drivers/input/touchscreen/goodix.c:1137:14: note: byref variable will be forcibly initialized const char *cfg_name; ^~~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_read_regs': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:102:5: note: byref variable will be forcibly initialized u8 reg_start = reg; ^~~~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_read_charge_register': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:192:5: note: byref variable will be forcibly initialized u8 datar[2]; ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_get_voltage': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:289:5: note: byref variable will be forcibly initialized u8 datar[2]; ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_get_current': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:319:5: note: byref variable will be forcibly initialized u8 datar[2]; ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_get_temperature': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:341:5: note: byref variable will be forcibly initialized u8 datar[2]; ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_i2c_shutdown': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:570:5: note: byref variable will be forcibly initialized u8 control; ^~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:569:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_set_charge_thr': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:258:5: note: byref variable will be forcibly initialized u8 dataw[2]; ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_set_charge_now': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:218:5: note: byref variable will be forcibly initialized u8 ctrl_reg; ^~~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:217:5: note: byref variable will be forcibly initialized u8 dataw[2]; ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_reset': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:147:5: note: byref variable will be forcibly initialized u8 control; ^~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:146:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_i2c_probe': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:458:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:457:6: note: byref variable will be forcibly initialized s32 r_sense; ^~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:456:6: note: byref variable will be forcibly initialized u32 prescaler_exp; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/drivers/memstick/core/mspro_block.c:11: /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'h_mspro_block_setup_cmd': /kisskb/src/drivers/memstick/core/mspro_block.c:674:30: note: byref variable will be forcibly initialized struct mspro_param_register param = { ^~~~~ /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'mspro_block_set_interface': /kisskb/src/drivers/memstick/core/mspro_block.c:873:30: note: byref variable will be forcibly initialized struct mspro_param_register param = { ^~~~~ In file included from /kisskb/src/drivers/memstick/core/mspro_block.c:11: /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blk-mq.h:1068:22: note: byref variable will be forcibly initialized struct scatterlist *last_sg = NULL; ^~~~~~~ /kisskb/src/drivers/media/i2c/dw9807-vcm.c: In function 'dw9807_i2c_check': /kisskb/src/drivers/media/i2c/dw9807-vcm.c:56:7: note: byref variable will be forcibly initialized char status_result; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/dw9807-vcm.c:55:13: note: byref variable will be forcibly initialized const char status_addr = DW9807_STATUS_ADDR; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/dw9807-vcm.c: In function 'dw9807_set_dac': /kisskb/src/drivers/media/i2c/dw9807-vcm.c:78:13: note: byref variable will be forcibly initialized const char tx_data[3] = { ^~~~~~~ /kisskb/src/drivers/media/i2c/dw9807-vcm.c: In function 'dw9807_vcm_resume': /kisskb/src/drivers/media/i2c/dw9807-vcm.c:273:13: note: byref variable will be forcibly initialized const char tx_data[2] = { DW9807_CTL_ADDR, 0x00 }; ^~~~~~~ /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'h_mspro_block_transfer_data': /kisskb/src/drivers/memstick/core/mspro_block.c:578:16: note: byref variable will be forcibly initialized unsigned char t_val = 0; ^~~~~ /kisskb/src/drivers/media/i2c/dw9807-vcm.c: In function 'dw9807_vcm_suspend': /kisskb/src/drivers/media/i2c/dw9807-vcm.c:241:13: note: byref variable will be forcibly initialized const char tx_data[2] = { DW9807_CTL_ADDR, 0x01 }; ^~~~~~~ /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'mspro_block_attr_show_specfile': /kisskb/src/drivers/memstick/core/mspro_block.c:443:16: note: byref variable will be forcibly initialized char name[9], ext[4]; ^~~ /kisskb/src/drivers/memstick/core/mspro_block.c:443:7: note: byref variable will be forcibly initialized char name[9], ext[4]; ^~~~ /kisskb/src/drivers/media/i2c/adv7170.c: In function 'adv7170_write_block': /kisskb/src/drivers/media/i2c/adv7170.c:88:6: note: byref variable will be forcibly initialized u8 block_data[32]; ^~~~~~~~~~ /kisskb/src/drivers/media/i2c/adv7175.c: In function 'adv7175_write_block': /kisskb/src/drivers/media/i2c/adv7175.c:82:6: note: byref variable will be forcibly initialized u8 block_data[32]; ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/i2c.h:146, from /kisskb/src/drivers/i2c/i2c-core-base.c:47: /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'perf_trace_i2c_write': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'perf_trace_i2c_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'perf_trace_i2c_reply': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'perf_trace_i2c_result': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/i2c.h:146, from /kisskb/src/drivers/i2c/i2c-core-base.c:47: /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_write, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_read, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_reply': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_reply, ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_result': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' TRACE_EVENT_FN(i2c_result, ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/i2c/i2c-core-base.c:16: /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_default_probe': /kisskb/src/drivers/i2c/i2c-core-base.c:2359:23: note: byref variable will be forcibly initialized union i2c_smbus_data dummy; ^~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'new_device_store': /kisskb/src/drivers/i2c/i2c-core-base.c:1276:15: note: byref variable will be forcibly initialized char *blank, end; ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c:1274:24: note: byref variable will be forcibly initialized struct i2c_board_info info; ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_detect_address': /kisskb/src/drivers/i2c/i2c-core-base.c:2387:24: note: byref variable will be forcibly initialized struct i2c_board_info info; ^~~~ /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_delayed_work': /kisskb/src/drivers/power/supply/sbs-battery.c:1075:6: note: byref variable will be forcibly initialized s32 ret; ^~~ /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_read_string_data_fallback': /kisskb/src/drivers/power/supply/sbs-battery.c:362:5: note: byref variable will be forcibly initialized u8 block_buffer[I2C_SMBUS_BLOCK_MAX + 1]; ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_get_property': /kisskb/src/drivers/power/supply/sbs-battery.c:1013:30: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_new_ancillary_device': /kisskb/src/drivers/i2c/i2c-core-base.c:1221:6: note: byref variable will be forcibly initialized u32 addr = default_addr; ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'delete_device_store': /kisskb/src/drivers/i2c/i2c-core-base.c:1344:7: note: byref variable will be forcibly initialized char end; ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c:1343:17: note: byref variable will be forcibly initialized unsigned short addr; ^~~~ /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_probe': /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c: In function 'goodix_firmware_verify': /kisskb/src/drivers/power/supply/sbs-battery.c:1199:30: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c:50:7: note: byref variable will be forcibly initialized char buf[9]; ^~~ /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c: In function 'goodix_enter_upload_mode': /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c:89:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c: In function 'goodix_start_firmware': /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c:159:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c: In function 'goodix_firmware_upload': /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c:192:7: note: byref variable will be forcibly initialized char fw_name[64]; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c:191:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c: In function 'goodix_send_main_clock': /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c:311:6: note: byref variable will be forcibly initialized u32 main_clk = 54; /* Default main clock */ ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c: In function 'goodix_handle_fw_request': /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c:351:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_clients_command': /kisskb/src/drivers/i2c/i2c-core-base.c:2018:21: note: byref variable will be forcibly initialized struct i2c_cmd_arg cmd_arg; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c: In function 'goodix_save_bak_ref': /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c:409:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_transfer_buffer_flags': /kisskb/src/drivers/i2c/i2c-core-base.c:2290:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_get_device_id': /kisskb/src/drivers/i2c/i2c-core-base.c:2318:23: note: byref variable will be forcibly initialized union i2c_smbus_data raw_id; ^~~~~~ /kisskb/src/drivers/input/touchscreen/hideep.c: In function 'hideep_pgm_r_reg': /kisskb/src/drivers/input/touchscreen/hideep.c:241:9: note: byref variable will be forcibly initialized __be32 data; ^~~~ /kisskb/src/drivers/input/touchscreen/hideep.c: In function 'hideep_check_status': /kisskb/src/drivers/input/touchscreen/hideep.c:397:6: note: byref variable will be forcibly initialized int status; ^~~~~~ /kisskb/src/drivers/input/touchscreen/hideep.c: In function 'hideep_pgm_w_reg': /kisskb/src/drivers/input/touchscreen/hideep.c:258:9: note: byref variable will be forcibly initialized __be32 data = cpu_to_be32(val); ^~~~ /kisskb/src/drivers/input/touchscreen/hideep.c: In function 'hideep_pgm_get_pattern': /kisskb/src/drivers/input/touchscreen/hideep.c:310:6: note: byref variable will be forcibly initialized u16 p2 = 0xDF9D; ^~ /kisskb/src/drivers/input/touchscreen/hideep.c: In function 'hideep_enter_pgm': /kisskb/src/drivers/input/touchscreen/hideep.c:338:6: note: byref variable will be forcibly initialized u32 pattern; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/hideep.c: In function 'hideep_nvm_unlock': /kisskb/src/drivers/input/touchscreen/hideep.c:366:6: note: byref variable will be forcibly initialized u32 unmask_code; ^~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/hideep.c: In function 'hideep_update_fw': /kisskb/src/drivers/input/touchscreen/hideep.c:868:6: note: byref variable will be forcibly initialized int mode; ^~~~ /kisskb/src/drivers/input/touchscreen/hideep.c:866:25: note: byref variable will be forcibly initialized const struct firmware *fw_entry; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/hideep.c: In function 'hideep_get_axis_info': /kisskb/src/drivers/input/touchscreen/hideep.c:770:9: note: byref variable will be forcibly initialized __le16 val[2]; ^~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_update_firmware_version': /kisskb/src/drivers/input/touchscreen/ili210x.c:396:5: note: byref variable will be forcibly initialized u8 fw[8]; ^~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_update_kernel_version': /kisskb/src/drivers/input/touchscreen/ili210x.c:412:5: note: byref variable will be forcibly initialized u8 kv[5]; ^~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_update_protocol_version': /kisskb/src/drivers/input/touchscreen/ili210x.c:428:5: note: byref variable will be forcibly initialized u8 pv[2]; ^~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_update_ic_mode': /kisskb/src/drivers/input/touchscreen/ili210x.c:444:5: note: byref variable will be forcibly initialized u8 md[2]; ^~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_busy': /kisskb/src/drivers/input/touchscreen/ili210x.c:669:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_reset': /kisskb/src/drivers/input/touchscreen/ili210x.c:749:5: note: byref variable will be forcibly initialized u8 cmd_reset[2] = { 0xf2, 0x01 }; ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili210x_read_reg': /kisskb/src/drivers/input/touchscreen/ili210x.c:75:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ In file included from /kisskb/src/drivers/input/touchscreen/ili210x.c:6: /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'request_ihex_firmware': /kisskb/src/include/linux/ihex.h:68:25: note: byref variable will be forcibly initialized const struct firmware *lfw; ^~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_write_to_ic': /kisskb/src/drivers/input/touchscreen/ili210x.c:702:5: note: byref variable will be forcibly initialized u8 cmd_wr[10] = { ^~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:690:5: note: byref variable will be forcibly initialized u8 fw_data[33]; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:688:5: note: byref variable will be forcibly initialized u8 cmd_crc = REG_READ_DATA_CRC; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_switch_ic_mode': /kisskb/src/drivers/input/touchscreen/ili210x.c:628:5: note: byref variable will be forcibly initialized u8 md[2]; ^~ /kisskb/src/drivers/input/touchscreen/ili210x.c:627:5: note: byref variable will be forcibly initialized u8 cmd_wren[3] = { REG_WRITE_ENABLE, 0x5a, 0xa5 }; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili210x_calibrate': /kisskb/src/drivers/input/touchscreen/ili210x.c:556:5: note: byref variable will be forcibly initialized u8 cmd = REG_CALIBRATE; ^~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:554:16: note: byref variable will be forcibly initialized unsigned long calibrate; ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili210x_report_events': /kisskb/src/drivers/input/touchscreen/ili210x.c:310:29: note: byref variable will be forcibly initialized unsigned int x = 0, y = 0, z = 0; ^ /kisskb/src/drivers/input/touchscreen/ili210x.c:310:22: note: byref variable will be forcibly initialized unsigned int x = 0, y = 0, z = 0; ^ /kisskb/src/drivers/input/touchscreen/ili210x.c:310:15: note: byref variable will be forcibly initialized unsigned int x = 0, y = 0, z = 0; ^ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_update_resolution': /kisskb/src/drivers/input/touchscreen/ili210x.c:368:5: note: byref variable will be forcibly initialized u8 rs[10]; ^~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili210x_firmware_update_store': /kisskb/src/drivers/input/touchscreen/ili210x.c:779:6: note: byref variable will be forcibly initialized u8 *fwbuf; ^~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:778:14: note: byref variable will be forcibly initialized u16 ac_end, df_end; ^~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:778:6: note: byref variable will be forcibly initialized u16 ac_end, df_end; ^~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:777:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/input/touchscreen/imx6ul_tsc.c: In function 'imx6ul_tsc_probe': /kisskb/src/drivers/input/touchscreen/imx6ul_tsc.c:381:6: note: byref variable will be forcibly initialized u32 average_samples; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq27xxx_battery_i2c.c: In function 'bq27xxx_battery_i2c_bulk_write': /kisskb/src/drivers/power/supply/bq27xxx_battery_i2c.c:117:5: note: byref variable will be forcibly initialized u8 buf[33]; ^~~ /kisskb/src/drivers/power/supply/bq27xxx_battery_i2c.c:116:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/power/supply/bq27xxx_battery_i2c.c: In function 'bq27xxx_battery_i2c_read': /kisskb/src/drivers/power/supply/bq27xxx_battery_i2c.c:33:5: note: byref variable will be forcibly initialized u8 data[2]; ^~~~ /kisskb/src/drivers/power/supply/bq27xxx_battery_i2c.c:32:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/power/supply/bq27xxx_battery_i2c.c: In function 'bq27xxx_battery_i2c_write': /kisskb/src/drivers/power/supply/bq27xxx_battery_i2c.c:68:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/power/supply/bq27xxx_battery_i2c.c:67:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/firmware/arm_scmi/bus.c: In function 'scmi_child_dev_find': /kisskb/src/drivers/firmware/arm_scmi/bus.c:66:24: note: byref variable will be forcibly initialized struct scmi_device_id id_table; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c: In function 'ts_reg_dump': /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:191:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, SOFT_BYPASS_DATA); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:190:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, SOFT_BYPASS_CONTROL); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:189:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, SPARE_REG); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:188:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, SETTLING_TIMER_STAT); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:187:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, REM_CNTR_STAT); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:186:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, SCAN_CNTR_STAT); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:185:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, DEBOUNCE_CNTR_STAT); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:184:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, AUX_DATA); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:183:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, ANALOG_CONTROL); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:182:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, FIFO_DATA); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:181:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, CONTROLLER_STATUS); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:180:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, INTERRUPT_STATUS); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:179:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, INTERRUPT_MASK); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:178:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, INTERRUPT_THRES); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:177:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, REGCTL2); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:94:6: note: byref variable will be forcibly initialized u32 val; \ ^~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:176:2: note: in expansion of macro 'dbg_reg' dbg_reg(dev, priv, REGCTL1); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c: In function 'iproc_touchscreen_interrupt': /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:199:6: note: byref variable will be forcibly initialized u32 raw_coordinate; ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:198:6: note: byref variable will be forcibly initialized u32 intr_status; ^~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c: In function 'iproc_get_tsc_config': /kisskb/src/drivers/input/touchscreen/bcm_iproc_tsc.c:346:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/power/supply/da9150-fg.c: In function 'da9150_fg_write_attr': /kisskb/src/drivers/power/supply/da9150-fg.c:110:5: note: byref variable will be forcibly initialized u8 buf[DA9150_QIF_LONG_SIZE]; ^~~ /kisskb/src/drivers/power/supply/da9150-fg.c: In function 'da9150_fg_read_attr': /kisskb/src/drivers/power/supply/da9150-fg.c:91:5: note: byref variable will be forcibly initialized u8 buf[DA9150_QIF_LONG_SIZE]; ^~~ /kisskb/src/drivers/hwmon/pmbus/fsp-3y.c: In function 'fsp3y_detect': /kisskb/src/drivers/hwmon/pmbus/fsp-3y.c:207:5: note: byref variable will be forcibly initialized u8 buf[I2C_SMBUS_BLOCK_MAX + 1]; ^~~ /kisskb/src/drivers/power/supply/da9150-fg.c: In function 'da9150_fg_soc_changed': /kisskb/src/drivers/power/supply/da9150-fg.c:343:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/hwmon/pmbus/inspur-ipsps.c: In function 'ipsps_string_show': /kisskb/src/drivers/hwmon/pmbus/inspur-ipsps.c:60:7: note: byref variable will be forcibly initialized char data[I2C_SMBUS_BLOCK_MAX + 1]; ^~~~ /kisskb/src/drivers/firmware/psci/psci.c: In function 'get_set_conduit_method': /kisskb/src/drivers/firmware/psci/psci.c:279:14: note: byref variable will be forcibly initialized const char *method; ^~~~~~ /kisskb/src/drivers/firmware/psci/psci.c: In function '__invoke_psci_fn_smc': /kisskb/src/drivers/firmware/psci/psci.c:124:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/drivers/firmware/psci/psci.c: In function '__invoke_psci_fn_hvc': /kisskb/src/drivers/firmware/psci/psci.c:114:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/drivers/firmware/psci/psci.c: In function 'psci_0_1_init': /kisskb/src/drivers/firmware/psci/psci.c:554:6: note: byref variable will be forcibly initialized u32 id; ^~ /kisskb/src/drivers/firmware/psci/psci.c: In function 'psci_dt_init': /kisskb/src/drivers/firmware/psci/psci.c:616:29: note: byref variable will be forcibly initialized const struct of_device_id *matched_np; ^~~~~~~~~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'get_string': /kisskb/src/drivers/power/supply/max1721x_battery.c:229:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'get_sn_string': /kisskb/src/drivers/power/supply/max1721x_battery.c:247:15: note: byref variable will be forcibly initialized unsigned int val[3]; ^~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'max1721x_battery_get_property': /kisskb/src/drivers/power/supply/max1721x_battery.c:132:15: note: byref variable will be forcibly initialized unsigned int reg = 0; ^~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'devm_w1_max1721x_add_device': /kisskb/src/drivers/power/supply/max1721x_battery.c:396:16: note: byref variable will be forcibly initialized unsigned int dev_name; ^~~~~~~~ /kisskb/src/drivers/leds/flash/leds-as3645a.c: In function 'as3645a_parse_node': /kisskb/src/drivers/leds/flash/leds-as3645a.c:489:7: note: byref variable will be forcibly initialized u32 id = 0; ^~ /kisskb/src/drivers/leds/flash/leds-as3645a.c: In function 'as3645a_setup': /kisskb/src/drivers/leds/flash/leds-as3645a.c:383:6: note: byref variable will be forcibly initialized u32 fault = 0; ^~~~~ /kisskb/src/drivers/input/touchscreen/max11801_ts.c: In function 'max11801_ts_interrupt': /kisskb/src/drivers/input/touchscreen/max11801_ts.c:100:5: note: byref variable will be forcibly initialized u8 buf[XY_BUFSIZE]; ^~~ /kisskb/src/drivers/power/supply/max17040_battery.c: In function 'max17040_get_soc': /kisskb/src/drivers/power/supply/max17040_battery.c:201:6: note: byref variable will be forcibly initialized u32 soc; ^~~ /kisskb/src/drivers/power/supply/max17040_battery.c: In function 'max17040_get_vcell': /kisskb/src/drivers/power/supply/max17040_battery.c:192:6: note: byref variable will be forcibly initialized u32 vcell; ^~~~~ /kisskb/src/drivers/power/supply/max17040_battery.c: In function 'max17040_get_version': /kisskb/src/drivers/power/supply/max17040_battery.c:211:6: note: byref variable will be forcibly initialized u32 version; ^~~~~~~ /kisskb/src/drivers/power/supply/max17040_battery.c: In function 'max17040_get_of_data': /kisskb/src/drivers/power/supply/max17040_battery.c:229:5: note: byref variable will be forcibly initialized u8 rcomp[2]; ^~~~~ /kisskb/src/drivers/power/supply/max17040_battery.c: In function 'max17040_handle_soc_alert': /kisskb/src/drivers/power/supply/max17040_battery.c:300:6: note: byref variable will be forcibly initialized u32 data; ^~~~ /kisskb/src/drivers/power/supply/rt5033_battery.c: In function 'rt5033_battery_get_watt_prop': /kisskb/src/drivers/power/supply/rt5033_battery.c:41:11: note: byref variable will be forcibly initialized u32 msb, lsb; ^~~ /kisskb/src/drivers/power/supply/rt5033_battery.c:41:6: note: byref variable will be forcibly initialized u32 msb, lsb; ^~~ /kisskb/src/drivers/power/supply/rt5033_battery.c: In function 'rt5033_battery_get_present': /kisskb/src/drivers/power/supply/rt5033_battery.c:28:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/power/supply/rt5033_battery.c: In function 'rt5033_battery_get_capacity': /kisskb/src/drivers/power/supply/rt5033_battery.c:18:6: note: byref variable will be forcibly initialized u32 msb; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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/drivers/md/raid10.c:12: /kisskb/src/drivers/md/raid10.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:320:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_status': /kisskb/src/drivers/power/supply/rt9455_charger.c:355:18: note: byref variable will be forcibly initialized unsigned int v, pwr_rdy; ^~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:355:15: note: byref variable will be forcibly initialized unsigned int v, pwr_rdy; ^ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_battery_presence': /kisskb/src/drivers/power/supply/rt9455_charger.c:487:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_online': /kisskb/src/drivers/power/supply/rt9455_charger.c:508:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_get_field_val': /kisskb/src/drivers/power/supply/rt9455_charger.c:275:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_current': /kisskb/src/drivers/power/supply/rt9455_charger.c:525:6: note: byref variable will be forcibly initialized int curr; ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_voltage': /kisskb/src/drivers/power/supply/rt9455_charger.c:555:6: note: byref variable will be forcibly initialized int voltage; ^~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_term_current': /kisskb/src/drivers/power/supply/rt9455_charger.c:586:13: note: byref variable will be forcibly initialized int ichrg, ieoc_percentage, ret; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:586:6: note: byref variable will be forcibly initialized int ichrg, ieoc_percentage, ret; ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_register_reset': /kisskb/src/drivers/power/supply/rt9455_charger.c:300:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_health': /kisskb/src/drivers/power/supply/rt9455_charger.c:408:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/power/supply/88pm860x_charger.c: In function 'measure_vchg': /kisskb/src/drivers/power/supply/88pm860x_charger.c:118:16: note: byref variable will be forcibly initialized unsigned char buf[2]; ^~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_usb_event': /kisskb/src/drivers/power/supply/rt9455_charger.c:1405:25: note: byref variable will be forcibly initialized unsigned int opa_mode, iaicr; ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1405:15: note: byref variable will be forcibly initialized unsigned int opa_mode, iaicr; ^~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_irq_handler_check_irq1_register': /kisskb/src/drivers/power/supply/rt9455_charger.c:854:28: note: byref variable will be forcibly initialized unsigned int irq1, mask1, mask2; ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:854:21: note: byref variable will be forcibly initialized unsigned int irq1, mask1, mask2; ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:854:15: note: byref variable will be forcibly initialized unsigned int irq1, mask1, mask2; ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_batt_presence_work_callback': /kisskb/src/drivers/power/supply/rt9455_charger.c:1500:21: note: byref variable will be forcibly initialized unsigned int irq1, mask1; ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1500:15: note: byref variable will be forcibly initialized unsigned int irq1, mask1; ^~~~ /kisskb/src/drivers/power/supply/88pm860x_charger.c: In function 'set_charging_fsm': /kisskb/src/drivers/power/supply/88pm860x_charger.c:287:16: note: byref variable will be forcibly initialized unsigned char fsm_state[][16] = { "init", "discharge", "precharge", ^~~~~~~~~ /kisskb/src/drivers/power/supply/88pm860x_charger.c:286:29: note: byref variable will be forcibly initialized union power_supply_propval data; ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_pwr_rdy_work_callback': /kisskb/src/drivers/power/supply/rt9455_charger.c:1448:15: note: byref variable will be forcibly initialized unsigned int pwr_rdy; ^~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_irq_handler_check_irq2_register': /kisskb/src/drivers/power/supply/rt9455_charger.c:948:21: note: byref variable will be forcibly initialized unsigned int irq2, mask2; ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:948:15: note: byref variable will be forcibly initialized unsigned int irq2, mask2; ^~~~ /kisskb/src/drivers/power/supply/88pm860x_charger.c: In function 'pm860x_vchg_handler': /kisskb/src/drivers/power/supply/88pm860x_charger.c:544:6: note: byref variable will be forcibly initialized int vchg = 0; ^~~~ /kisskb/src/drivers/power/supply/88pm860x_charger.c: In function 'pm860x_temp_handler': /kisskb/src/drivers/power/supply/88pm860x_charger.c:429:29: note: byref variable will be forcibly initialized union power_supply_propval temp; ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_irq_handler_check_irq3_register': /kisskb/src/drivers/power/supply/rt9455_charger.c:1060:21: note: byref variable will be forcibly initialized unsigned int irq3, mask3; ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1060:15: note: byref variable will be forcibly initialized unsigned int irq3, mask3; ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_irq_handler_thread': /kisskb/src/drivers/power/supply/rt9455_charger.c:1119:15: note: byref variable will be forcibly initialized unsigned int status; ^~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1118:7: note: byref variable will be forcibly initialized bool is_battery_absent = false; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1117:7: note: byref variable will be forcibly initialized bool alert_userspace = false; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/88pm860x_charger.c: In function 'pm860x_done_handler': /kisskb/src/drivers/power/supply/88pm860x_charger.c:473:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_probe': /kisskb/src/drivers/power/supply/rt9455_charger.c:1598:17: note: byref variable will be forcibly initialized u32 mivr = -1, iaicr = -1; ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1598:6: note: byref variable will be forcibly initialized u32 mivr = -1, iaicr = -1; ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1596:13: note: byref variable will be forcibly initialized u32 ichrg, ieoc_percentage; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1596:6: note: byref variable will be forcibly initialized u32 ichrg, ieoc_percentage; ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/md/raid10.c:12: /kisskb/src/drivers/md/raid10.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/md/raid10.c: In function 'raid10_update_reshape_pos': /kisskb/src/drivers/md/raid10.c:5048:15: note: byref variable will be forcibly initialized sector_t lo, hi; ^~ /kisskb/src/drivers/md/raid10.c:5048:11: note: byref variable will be forcibly initialized sector_t lo, hi; ^~ /kisskb/src/drivers/md/raid10.c: In function 'flush_pending_writes': /kisskb/src/drivers/md/raid10.c:860:19: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/drivers/md/raid10.c: In function 'raid10_end_discard_request': /kisskb/src/drivers/md/raid10.c:1555:12: note: byref variable will be forcibly initialized int slot, repl; ^~~~ /kisskb/src/drivers/md/raid10.c:1555:6: note: byref variable will be forcibly initialized int slot, repl; ^~~~ /kisskb/src/drivers/md/raid10.c: In function 'end_reshape_write': /kisskb/src/drivers/md/raid10.c:5140:6: note: byref variable will be forcibly initialized int repl; ^~~~ /kisskb/src/drivers/md/raid10.c:5139:6: note: byref variable will be forcibly initialized int slot; ^~~~ In file included from /kisskb/src/drivers/md/raid10.c:12: /kisskb/src/drivers/md/raid10.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/md/raid10.c: In function 'end_sync_write': /kisskb/src/drivers/md/raid10.c:2276:6: note: byref variable will be forcibly initialized int repl; ^~~~ /kisskb/src/drivers/md/raid10.c:2275:6: note: byref variable will be forcibly initialized int slot; ^~~~ /kisskb/src/drivers/md/raid10.c:2274:6: note: byref variable will be forcibly initialized int bad_sectors; ^~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:2273:11: note: byref variable will be forcibly initialized sector_t first_bad; ^~~~~~~~~ /kisskb/src/drivers/md/raid10.c: In function 'r10_sync_page_io': /kisskb/src/drivers/md/raid10.c:2616:6: note: byref variable will be forcibly initialized int bad_sectors; ^~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:2615:11: note: byref variable will be forcibly initialized sector_t first_bad; ^~~~~~~~~ /kisskb/src/drivers/md/raid10.c: In function 'read_balance': /kisskb/src/drivers/md/raid10.c:745:7: note: byref variable will be forcibly initialized int bad_sectors; ^~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:744:12: note: byref variable will be forcibly initialized sector_t first_bad; ^~~~~~~~~ /kisskb/src/drivers/w1/w1_int.c: In function 'w1_add_master_device': /kisskb/src/drivers/w1/w1_int.c:97:24: note: byref variable will be forcibly initialized struct w1_netlink_msg msg; ^~~ /kisskb/src/drivers/md/raid10.c: In function 'raid10_end_write_request': /kisskb/src/drivers/md/raid10.c:496:7: note: byref variable will be forcibly initialized int bad_sectors; ^~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:495:12: note: byref variable will be forcibly initialized sector_t first_bad; ^~~~~~~~~ /kisskb/src/drivers/md/raid10.c:434:12: note: byref variable will be forcibly initialized int slot, repl; ^~~~ /kisskb/src/drivers/md/raid10.c:434:6: note: byref variable will be forcibly initialized int slot, repl; ^~~~ /kisskb/src/drivers/w1/w1_int.c: In function '__w1_remove_master_device': /kisskb/src/drivers/w1/w1_int.c:176:24: note: byref variable will be forcibly initialized struct w1_netlink_msg msg; ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/md/raid10.c:12: /kisskb/src/drivers/md/raid10.c: In function 'freeze_array': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1006:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, cmd); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:1018:2: note: in expansion of macro 'wait_event_lock_irq_cmd' wait_event_lock_irq_cmd(conf->wait_barrier, ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c: In function 'wait_barrier': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:971:3: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(conf->wait_barrier, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c: In function 'raise_barrier': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:939:2: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(conf->wait_barrier, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:932:2: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(conf->wait_barrier, force || !conf->nr_waiting, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c: In function 'raid10_error': /kisskb/src/drivers/md/raid10.c:1950:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/raid10.c: In function 'fix_read_error': /kisskb/src/drivers/md/raid10.c:2778:9: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/raid10.c:2742:9: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/raid10.c:2690:8: note: byref variable will be forcibly initialized int bad_sectors; ^~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:2689:13: note: byref variable will be forcibly initialized sector_t first_bad; ^~~~~~~~~ /kisskb/src/drivers/md/raid10.c:2665:8: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/input/touchscreen/mms114.c: In function '__mms114_read_reg': /kisskb/src/drivers/input/touchscreen/mms114.c:92:5: note: byref variable will be forcibly initialized u8 buf = reg & 0xff; ^~~ /kisskb/src/drivers/input/touchscreen/mms114.c:91:17: note: byref variable will be forcibly initialized struct i2c_msg xfer[2]; ^~~~ /kisskb/src/drivers/input/touchscreen/mms114.c: In function 'mms114_get_version': /kisskb/src/drivers/input/touchscreen/mms114.c:256:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/input/touchscreen/mms114.c: In function 'mms114_read_reg': /kisskb/src/drivers/input/touchscreen/mms114.c:123:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/input/touchscreen/mms114.c: In function 'mms114_write_reg': /kisskb/src/drivers/input/touchscreen/mms114.c:137:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/md/raid10.c: In function 'raid10_end_read_request': /kisskb/src/drivers/md/raid10.c:393:8: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/md/raid10.c:12: /kisskb/src/drivers/md/raid10.c: In function 'regular_request_wait': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:1110:3: note: in expansion of macro 'wait_event' wait_event(conf->wait_barrier, ^~~~~~~~~~ /kisskb/src/drivers/md/raid10.c: In function 'raid10_read_request': /kisskb/src/drivers/md/raid10.c:1127:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/raid10.c:1125:6: note: byref variable will be forcibly initialized int max_sectors; ^~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/mms114.c: In function 'mms114_interrupt': /kisskb/src/drivers/input/touchscreen/mms114.c:198:22: note: byref variable will be forcibly initialized struct mms114_touch touch[MMS114_MAX_TOUCH]; ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/md/raid10.c:12: /kisskb/src/drivers/md/raid10.c: In function 'raid10d': /kisskb/src/drivers/md/raid10.c:3038:13: note: byref variable will be forcibly initialized LIST_HEAD(tmp); ^~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/md/raid10.c:3032:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/drivers/md/raid10.c: In function 'raid10_check_reshape': /kisskb/src/drivers/md/raid10.c:4391:14: note: byref variable will be forcibly initialized struct geom geo; ^~~ /kisskb/src/drivers/md/raid10.c: In function 'setup_conf': /kisskb/src/drivers/md/raid10.c:3949:14: note: byref variable will be forcibly initialized struct geom geo; ^~~ In file included from /kisskb/src/drivers/md/raid10.c:21: /kisskb/src/drivers/md/raid10.c: In function 'sysfs_link_rdev': /kisskb/src/drivers/md/md.h:637:7: note: byref variable will be forcibly initialized char nm[20]; ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/md/raid10.c:12: /kisskb/src/drivers/md/raid10.c: In function 'reshape_request': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:4832:3: note: in expansion of macro 'wait_event' wait_event(mddev->sb_wait, mddev->sb_flags == 0 || ^~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:4742:6: note: byref variable will be forcibly initialized int max_sectors; ^~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c: In function 'raid10_sync_request': /kisskb/src/drivers/md/raid10.c:3651:8: note: byref variable will be forcibly initialized int bad_sectors; ^~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:3650:13: note: byref variable will be forcibly initialized sector_t first_bad, sector; ^~~~~~~~~ /kisskb/src/drivers/md/raid10.c:3459:9: note: byref variable will be forcibly initialized int bad_sectors; ^~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:3458:22: note: byref variable will be forcibly initialized sector_t sector, first_bad; ^~~~~~~~~ /kisskb/src/drivers/md/raid10.c:3224:11: note: byref variable will be forcibly initialized sector_t sync_blocks; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/adv7511-v4l2.c: In function 'adv7511_notify_monitor_detect': /kisskb/src/drivers/media/i2c/adv7511-v4l2.c:1555:32: note: byref variable will be forcibly initialized struct adv7511_monitor_detect mdt; ^~~ /kisskb/src/drivers/media/i2c/adv7511-v4l2.c: In function 'adv_smbus_read_byte_data_check': /kisskb/src/drivers/media/i2c/adv7511-v4l2.c:161:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/md/raid10.c: In function 'print_conf': /kisskb/src/drivers/md/raid10.c:2002:8: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, 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/drivers/md/raid10.c:12: /kisskb/src/drivers/md/raid10.c: In function 'raid10_add_disk': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:2126:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(p->rdev, rdev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:2112:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(p->replacement, rdev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/adv7511-v4l2.c: In function 'adv7511_notify_no_edid': /kisskb/src/drivers/media/i2c/adv7511-v4l2.c:1466:29: note: byref variable will be forcibly initialized struct adv7511_edid_detect ed; ^~ /kisskb/src/drivers/md/raid10.c: In function 'raid10_start_reshape': /kisskb/src/drivers/md/raid10.c:4496:14: note: byref variable will be forcibly initialized struct geom new; ^~~ /kisskb/src/drivers/media/i2c/adv7511-v4l2.c: In function 'adv7511_dbg_dump_edid': /kisskb/src/drivers/media/i2c/adv7511-v4l2.c:1449:7: note: byref variable will be forcibly initialized u8 b[128]; ^ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv_smbus_write_byte_no_check': /kisskb/src/drivers/media/i2c/adv7842.c:339:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/media/i2c/adv7511-v4l2.c: In function 'adv7511_check_edid_status': /kisskb/src/drivers/media/i2c/adv7511-v4l2.c:1659:30: note: byref variable will be forcibly initialized struct adv7511_edid_detect ed; ^~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv_smbus_write_byte_data': /kisskb/src/drivers/media/i2c/adv7842.c:317:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/md/raid10.c: In function 'wait_blocked_dev': /kisskb/src/drivers/md/raid10.c:1309:8: note: byref variable will be forcibly initialized int bad_sectors; ^~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:1307:13: note: byref variable will be forcibly initialized sector_t first_bad; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv_smbus_read_byte_data_check': /kisskb/src/drivers/media/i2c/adv7842.c:285:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/media/i2c/adv7511-v4l2.c: In function 'adv7511_isr': /kisskb/src/drivers/media/i2c/adv7511-v4l2.c:962:18: note: byref variable will be forcibly initialized struct cec_msg msg; ^~~ /kisskb/src/drivers/media/i2c/adv7511-v4l2.c: In function 'log_infoframe': /kisskb/src/drivers/media/i2c/adv7511-v4l2.c:519:5: note: byref variable will be forcibly initialized u8 buffer[32]; ^~~~~~ /kisskb/src/drivers/media/i2c/adv7511-v4l2.c:518:23: note: byref variable will be forcibly initialized union hdmi_infoframe frame; ^~~~~ /kisskb/src/drivers/input/touchscreen/msg2638.c: In function 'msg2638_ts_irq_handler': /kisskb/src/drivers/input/touchscreen/msg2638.c:76:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/input/touchscreen/msg2638.c:74:21: note: byref variable will be forcibly initialized struct touch_event touch_event; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'read_stdi': /kisskb/src/drivers/media/i2c/adv7842.c:1463:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/md/raid10.c: In function 'raid10_write_request': /kisskb/src/drivers/md/raid10.c:1436:8: note: byref variable will be forcibly initialized int bad_sectors; ^~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:1434:13: note: byref variable will be forcibly initialized sector_t first_bad; ^~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/md/raid10.c:12: /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:1393:3: note: in expansion of macro 'wait_event' wait_event(conf->wait_barrier, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:1384:3: note: in expansion of macro 'wait_event' wait_event(mddev->sb_wait, ^~~~~~~~~~ /kisskb/src/drivers/md/raid10.c:1358:15: note: byref variable will be forcibly initialized DEFINE_WAIT(w); ^ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/drivers/md/raid10.c:1358:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(w); ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv7842_set_gain': /kisskb/src/drivers/media/i2c/adv7842.c:1143:5: note: byref variable will be forcibly initialized u8 gain_buf[4]; ^~~~~~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv7842_set_offset': /kisskb/src/drivers/media/i2c/adv7842.c:1118:5: note: byref variable will be forcibly initialized u8 offset_buf[4]; ^~~~~~~~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'configure_custom_video_timings': /kisskb/src/drivers/media/i2c/adv7842.c:1061:11: note: byref variable will be forcibly initialized const u8 pll[2] = { ^~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'edid_write_hdmi_segment': /kisskb/src/drivers/media/i2c/adv7842.c:770:10: note: byref variable will be forcibly initialized u16 pa, parent_pa; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/adv7842.c:769:15: note: byref variable will be forcibly initialized unsigned int spa_loc; ^~~~~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'log_infoframe': /kisskb/src/drivers/media/i2c/adv7842.c:2573:23: note: byref variable will be forcibly initialized union hdmi_infoframe frame; ^~~~~ /kisskb/src/drivers/media/i2c/adv7842.c:2572:5: note: byref variable will be forcibly initialized u8 buffer[32]; ^~~~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv7842_cp_log_status': /kisskb/src/drivers/media/i2c/adv7842.c:2691:25: note: byref variable will be forcibly initialized struct v4l2_dv_timings timings; ^~~~~~~ /kisskb/src/drivers/media/i2c/adv7842.c: In function 'adv7842_command_ram_test': /kisskb/src/drivers/media/i2c/adv7842.c:3200:25: note: byref variable will be forcibly initialized struct v4l2_dv_timings timings; ^~~~~~~ /kisskb/src/drivers/media/i2c/vs6624.c: In function 'vs6624_write': /kisskb/src/drivers/media/i2c/vs6624.c:501:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/scmi.h:90, from /kisskb/src/drivers/firmware/arm_scmi/driver.c:37: /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'perf_trace_scmi_xfer_begin': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scmi.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scmi_xfer_begin, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scmi.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scmi_xfer_begin, ^~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'perf_trace_scmi_xfer_end': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scmi.h:36:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scmi_xfer_end, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scmi.h:36:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scmi_xfer_end, ^~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'perf_trace_scmi_rx_done': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scmi.h:62:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scmi_rx_done, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scmi.h:62:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scmi_rx_done, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/scmi.h:90, from /kisskb/src/drivers/firmware/arm_scmi/driver.c:37: /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'trace_event_raw_event_scmi_xfer_begin': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scmi.h:10:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scmi_xfer_begin, ^~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'trace_event_raw_event_scmi_xfer_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scmi.h:36:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scmi_xfer_end, ^~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'trace_event_raw_event_scmi_rx_done': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scmi.h:62:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(scmi_rx_done, ^~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'version_get': /kisskb/src/drivers/firmware/arm_scmi/driver.c:947:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/drivers/firmware/arm_scmi/driver.c:18: /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'do_xfer_with_response': /kisskb/src/drivers/firmware/arm_scmi/driver.c:868:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(async_response); ^~~~~~~~~~~~~~ /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/drivers/media/i2c/bt819.c: In function 'bt819_write_block': /kisskb/src/drivers/media/i2c/bt819.c:101:6: note: byref variable will be forcibly initialized u8 block_data[32]; ^~~~~~~~~~ In file included from /kisskb/src/drivers/firmware/arm_scmi/driver.c:18: /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'scmi_remove': /kisskb/src/drivers/firmware/arm_scmi/driver.c:1918:15: note: byref variable will be forcibly initialized int ret = 0, id; ^~ /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'scmi_probe': /kisskb/src/drivers/firmware/arm_scmi/driver.c:1872:7: note: byref variable will be forcibly initialized u32 prot_id; ^~~~~~~ /kisskb/src/drivers/hwmon/pmbus/ir36021.c: In function 'ir36021_probe': /kisskb/src/drivers/hwmon/pmbus/ir36021.c:31:5: note: byref variable will be forcibly initialized u8 buf[I2C_SMBUS_BLOCK_MAX]; ^~~ /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'scmi_protocol_device_request': /kisskb/src/drivers/firmware/arm_scmi/driver.c:1639:15: note: byref variable will be forcibly initialized unsigned int id = 0; ^~ /kisskb/src/drivers/input/touchscreen/s6sy761.c: In function 's6sy761_power_on': /kisskb/src/drivers/input/touchscreen/s6sy761.c:296:5: note: byref variable will be forcibly initialized u8 buffer[S6SY761_EVENT_SIZE]; ^~~~~~ /kisskb/src/drivers/input/touchscreen/s6sy761.c: In function 's6sy761_hw_init': /kisskb/src/drivers/input/touchscreen/s6sy761.c:344:5: note: byref variable will be forcibly initialized u8 buffer[S6SY761_PANEL_ID_SIZE]; /* larger read size */ ^~~~~~ /kisskb/src/drivers/input/touchscreen/s6sy761.c: In function 's6sy761_read_events': /kisskb/src/drivers/input/touchscreen/s6sy761.c:119:5: note: byref variable will be forcibly initialized u8 cmd = S6SY761_READ_ALL_EVENT; ^~~ /kisskb/src/drivers/input/touchscreen/s6sy761.c: In function 's6sy761_probe': /kisskb/src/drivers/input/touchscreen/s6sy761.c:396:22: note: byref variable will be forcibly initialized unsigned int max_x, max_y; ^~~~~ /kisskb/src/drivers/input/touchscreen/s6sy761.c:396:15: note: byref variable will be forcibly initialized unsigned int max_x, max_y; ^~~~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_parse_dt': /kisskb/src/drivers/power/supply/lp8727_charger.c:512:14: note: byref variable will be forcibly initialized const char *type; ^~~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_battery_get_property': /kisskb/src/drivers/power/supply/lp8727_charger.c:339:5: note: byref variable will be forcibly initialized u8 read; ^~~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_is_dedicated_charger': /kisskb/src/drivers/power/supply/lp8727_charger.c:160:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_is_usb_charger': /kisskb/src/drivers/power/supply/lp8727_charger.c:168:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_init_device': /kisskb/src/drivers/power/supply/lp8727_charger.c:142:5: note: byref variable will be forcibly initialized u8 intstat[LP8788_NUM_INTREGS]; ^~~~~~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_enable_chgdet': /kisskb/src/drivers/power/supply/lp8727_charger.c:215:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_delayed_func': /kisskb/src/drivers/power/supply/lp8727_charger.c:226:5: note: byref variable will be forcibly initialized u8 intstat[LP8788_NUM_INTREGS]; ^~~~~~~ /kisskb/src/drivers/firmware/smccc/kvm_guest.c: In function 'kvm_init_hyp_services': /kisskb/src/drivers/firmware/smccc/kvm_guest.c:17:6: note: byref variable will be forcibly initialized u32 val[4]; ^~~ /kisskb/src/drivers/firmware/smccc/kvm_guest.c:16:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'cm_init_thermal_data': /kisskb/src/drivers/power/supply/charger-manager.c:1239:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_ext_pwr_online': /kisskb/src/drivers/power/supply/charger-manager.c:153:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_batt_present': /kisskb/src/drivers/power/supply/charger-manager.c:97:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_charging': /kisskb/src/drivers/power/supply/charger-manager.c:216:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'cm_check_thermal_status': /kisskb/src/drivers/power/supply/charger-manager.c:529:6: note: byref variable will be forcibly initialized int temp, upper_limit, lower_limit; ^~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'get_batt_uV': /kisskb/src/drivers/power/supply/charger-manager.c:189:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_full_charged': /kisskb/src/drivers/power/supply/charger-manager.c:287:6: note: byref variable will be forcibly initialized int uV; ^~ /kisskb/src/drivers/power/supply/charger-manager.c:283:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'charger_get_property': /kisskb/src/drivers/power/supply/charger-manager.c:719:6: note: byref variable will be forcibly initialized int uV; ^~ In file included from /kisskb/src/include/linux/rtc.h:37, from /kisskb/src/drivers/power/supply/charger-manager.c:19: /kisskb/src/drivers/power/supply/charger-manager.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'of_cm_parse_desc': /kisskb/src/drivers/power/supply/charger-manager.c:1289:6: note: byref variable will be forcibly initialized u32 battery_stat = CM_NO_BATTERY; ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c:1288:6: note: byref variable will be forcibly initialized u32 poll_mode = CM_POLL_DISABLE; ^~~~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'charger_externally_control_store': /kisskb/src/drivers/power/supply/charger-manager.c:1117:6: note: byref variable will be forcibly initialized int externally_control; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'charger_manager_probe': /kisskb/src/drivers/power/supply/charger-manager.c:1432:9: note: byref variable will be forcibly initialized size_t num_properties; ^~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c:1429:29: note: byref variable will be forcibly initialized union power_supply_propval val; ^~~ /kisskb/src/drivers/input/touchscreen/silead.c: In function 'silead_ts_load_fw': /kisskb/src/drivers/input/touchscreen/silead.c:286:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/input/touchscreen/silead.c: In function 'silead_ts_get_status': /kisskb/src/drivers/input/touchscreen/silead.c:319:9: note: byref variable will be forcibly initialized __le32 status; ^~~~~~ /kisskb/src/drivers/input/touchscreen/silead.c: In function 'silead_ts_read_data': /kisskb/src/drivers/input/touchscreen/silead.c:137:12: note: byref variable will be forcibly initialized u8 *bufp, buf[SILEAD_TS_DATA_LEN]; ^~~ /kisskb/src/drivers/input/touchscreen/silead.c: In function 'silead_ts_read_props': /kisskb/src/drivers/input/touchscreen/silead.c:437:14: note: byref variable will be forcibly initialized const char *str; ^~~ /kisskb/src/drivers/input/touchscreen/silead.c: In function 'silead_ts_get_id': /kisskb/src/drivers/input/touchscreen/silead.c:334:9: note: byref variable will be forcibly initialized __le32 chip_id; ^~~~~~~ /kisskb/src/drivers/leds/flash/leds-ktd2692.c: In function 'ktd2692_probe': /kisskb/src/drivers/leds/flash/leds-ktd2692.c:355:33: note: byref variable will be forcibly initialized struct ktd2692_led_config_data led_cfg; ^~~~~~~ /kisskb/src/drivers/clocksource/timer-probe.c: In function 'timer_probe': /kisskb/src/drivers/clocksource/timer-probe.c:19:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^~~~~ /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'store_fast_charge_timer': /kisskb/src/drivers/power/supply/max14577_charger.c:542:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/drivers/power/supply/max14577_charger.c:11: /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'max14577_read_reg': /kisskb/src/include/linux/mfd/max14577-private.h:444:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'show_fast_charge_timer': /kisskb/src/drivers/power/supply/max14577_charger.c:512:5: note: byref variable will be forcibly initialized u8 reg_data; ^~~~~~~~ /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'max14577_get_charger_state': /kisskb/src/drivers/power/supply/max14577_charger.c:51:5: note: byref variable will be forcibly initialized u8 reg_data; ^~~~~~~~ /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'max14577_get_charge_type': /kisskb/src/drivers/power/supply/max14577_charger.c:99:11: note: byref variable will be forcibly initialized int ret, charging; ^~~~~~~~ /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'max14577_get_battery_health': /kisskb/src/drivers/power/supply/max14577_charger.c:164:5: note: byref variable will be forcibly initialized u8 reg_data; ^~~~~~~~ /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'max14577_get_online': /kisskb/src/drivers/power/supply/max14577_charger.c:124:5: note: byref variable will be forcibly initialized u8 reg_data; ^~~~~~~~ /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'max14577_init_fast_charge': /kisskb/src/drivers/power/supply/max14577_charger.c:304:5: note: byref variable will be forcibly initialized u8 reg_data; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/sis_i2c.c: In function 'sis_ts_handle_packet': /kisskb/src/drivers/input/touchscreen/sis_i2c.c:229:15: note: byref variable will be forcibly initialized unsigned int contact_size; ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/sis_i2c.c:227:15: note: byref variable will be forcibly initialized unsigned int num_contacts; ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/max14656_charger_detector.c: In function 'max14656_irq_worker': /kisskb/src/drivers/power/supply/max14656_charger_detector.c:138:5: note: byref variable will be forcibly initialized u8 buf[REG_TOTAL_NUM]; ^~~ /kisskb/src/drivers/power/supply/max14656_charger_detector.c: In function 'max14656_hw_init': /kisskb/src/drivers/power/supply/max14656_charger_detector.c:171:10: note: byref variable will be forcibly initialized uint8_t val = 0; ^~~ /kisskb/src/drivers/input/touchscreen/st1232.c: In function 'st1232_ts_parse_and_report': /kisskb/src/drivers/input/touchscreen/st1232.c:135:6: note: byref variable will be forcibly initialized int slots[ST_TS_MAX_FINGERS]; ^~~~~ /kisskb/src/drivers/input/touchscreen/st1232.c:134:5: note: byref variable will be forcibly initialized u8 z[ST_TS_MAX_FINGERS]; ^ /kisskb/src/drivers/input/touchscreen/st1232.c:133:22: note: byref variable will be forcibly initialized struct input_mt_pos pos[ST_TS_MAX_FINGERS]; ^~~ /kisskb/src/drivers/input/touchscreen/st1232.c: In function 'st1232_ts_probe': /kisskb/src/drivers/input/touchscreen/st1232.c:229:13: note: byref variable will be forcibly initialized u16 max_x, max_y; ^~~~~ /kisskb/src/drivers/input/touchscreen/st1232.c:229:6: note: byref variable will be forcibly initialized u16 max_x, max_y; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/smbus.h:245, from /kisskb/src/drivers/i2c/i2c-core-smbus.c:22: /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'perf_trace_smbus_write': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'perf_trace_smbus_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'perf_trace_smbus_reply': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'perf_trace_smbus_result': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/smbus.h:245, from /kisskb/src/drivers/i2c/i2c-core-smbus.c:22: /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_write, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_read, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_reply': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(name, \ ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' TRACE_EVENT_CONDITION(smbus_reply, ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_result': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(smbus_result, ^~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_msg_pec': /kisskb/src/drivers/i2c/i2c-core-smbus.c:62:5: note: byref variable will be forcibly initialized u8 addr = i2c_8bit_addr_from_msg(msg); ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_xfer_emulated': /kisskb/src/drivers/i2c/i2c-core-smbus.c:337:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c:333:16: note: byref variable will be forcibly initialized unsigned char msgbuf1[I2C_SMBUS_BLOCK_MAX+2]; ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c:332:16: note: byref variable will be forcibly initialized unsigned char msgbuf0[I2C_SMBUS_BLOCK_MAX+3]; ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_byte': /kisskb/src/drivers/i2c/i2c-core-smbus.c:103:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_byte_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:138:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_byte_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:160:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_word_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:178:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_word_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:200:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/input/touchscreen/stmfts.c: In function 'stmfts_power_on': /kisskb/src/drivers/input/touchscreen/stmfts.c:526:5: note: byref variable will be forcibly initialized u8 reg[8]; ^~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:226:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:253:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_i2c_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:269:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/input/touchscreen/stmfts.c: In function 'stmfts_sysfs_hover_enable_write': /kisskb/src/drivers/input/touchscreen/stmfts.c:474:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_i2c_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:289:23: note: byref variable will be forcibly initialized union i2c_smbus_data data; ^~~~ /kisskb/src/drivers/input/touchscreen/stmfts.c: In function 'stmfts_sysfs_read_status': /kisskb/src/drivers/input/touchscreen/stmfts.c:450:5: note: byref variable will be forcibly initialized u8 status[4]; ^~~~~~ /kisskb/src/drivers/input/touchscreen/stmfts.c: In function 'stmfts_read_events': /kisskb/src/drivers/input/touchscreen/stmfts.c:148:5: note: byref variable will be forcibly initialized u8 cmd = STMFTS_READ_ALL_EVENT; ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_i2c_write': /kisskb/src/drivers/power/supply/bq2415x_charger.c:246:5: note: byref variable will be forcibly initialized u8 data[2]; ^~~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c:245:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1]; ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_i2c_read': /kisskb/src/drivers/power/supply/bq2415x_charger.c:191:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c:190:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_notifier_call': /kisskb/src/drivers/power/supply/bq2415x_charger.c:812:29: note: byref variable will be forcibly initialized union power_supply_propval prop; ^~~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_power_supply_init': /kisskb/src/drivers/power/supply/bq2415x_charger.c:1477:7: note: byref variable will be forcibly initialized char revstr[8]; ^~~~~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_sysfs_set_registers': /kisskb/src/drivers/power/supply/bq2415x_charger.c:1242:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c:1241:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_sysfs_set_enable': /kisskb/src/drivers/power/supply/bq2415x_charger.c:1353:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_sysfs_set_limit': /kisskb/src/drivers/power/supply/bq2415x_charger.c:1293:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_probe': /kisskb/src/drivers/power/supply/bq2415x_charger.c:1534:29: note: byref variable will be forcibly initialized union power_supply_propval prop; ^~~~ /kisskb/src/drivers/input/touchscreen/tsc200x-core.c: In function 'tsc200x_selftest_show': /kisskb/src/drivers/input/touchscreen/tsc200x-core.c:261:15: note: byref variable will be forcibly initialized unsigned int temp_high_orig; ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/tsc200x-core.c:260:15: note: byref variable will be forcibly initialized unsigned int temp_high; ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/tsc200x-core.c: In function 'tsc200x_irq_thread': /kisskb/src/drivers/input/touchscreen/tsc200x-core.c:140:22: note: byref variable will be forcibly initialized struct tsc200x_data tsdata; ^~~~~~ /kisskb/src/drivers/input/touchscreen/tsc200x-core.c: In function 'tsc200x_esd_work': /kisskb/src/drivers/input/touchscreen/tsc200x-core.c:362:15: note: byref variable will be forcibly initialized unsigned int r; ^ /kisskb/src/drivers/input/touchscreen/tsc200x-core.c: In function 'tsc200x_probe': /kisskb/src/drivers/input/touchscreen/tsc200x-core.c:447:6: note: byref variable will be forcibly initialized u32 esd_timeout; ^~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/tsc200x-core.c:446:6: note: byref variable will be forcibly initialized u32 x_plate_ohm; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_read_mask': /kisskb/src/drivers/power/supply/bq24190_charger.c:260:5: note: byref variable will be forcibly initialized u8 v; ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_battery_get_online': /kisskb/src/drivers/power/supply/bq24190_charger.c:1359:5: note: byref variable will be forcibly initialized u8 batfet_disable; ^~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_get_field_val': /kisskb/src/drivers/power/supply/bq24190_charger.c:295:5: note: byref variable will be forcibly initialized u8 v; ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_battery_get_temp_alert_max': /kisskb/src/drivers/power/supply/bq24190_charger.c:1383:6: note: byref variable will be forcibly initialized int temp, ret; ^~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_voltage': /kisskb/src/drivers/power/supply/bq24190_charger.c:1013:6: note: byref variable will be forcibly initialized int voltage, ret; ^~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_iinlimit': /kisskb/src/drivers/power/supply/bq24190_charger.c:1047:6: note: byref variable will be forcibly initialized int iinlimit, ret; ^~~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_charge_type': /kisskb/src/drivers/power/supply/bq24190_charger.c:714:5: note: byref variable will be forcibly initialized u8 v; ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_online': /kisskb/src/drivers/power/supply/bq24190_charger.c:867:14: note: byref variable will be forcibly initialized u8 pg_stat, batfet_disable; ^~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c:867:5: note: byref variable will be forcibly initialized u8 pg_stat, batfet_disable; ^~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_precharge': /kisskb/src/drivers/power/supply/bq24190_charger.c:923:5: note: byref variable will be forcibly initialized u8 v; ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_charge_term': /kisskb/src/drivers/power/supply/bq24190_charger.c:939:5: note: byref variable will be forcibly initialized u8 v; ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_current': /kisskb/src/drivers/power/supply/bq24190_charger.c:956:6: note: byref variable will be forcibly initialized int curr, ret; ^~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c:955:5: note: byref variable will be forcibly initialized u8 v; ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_battery_get_status': /kisskb/src/drivers/power/supply/bq24190_charger.c:1268:5: note: byref variable will be forcibly initialized u8 ss_reg, chrg_fault; ^~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_write_mask': /kisskb/src/drivers/power/supply/bq24190_charger.c:277:5: note: byref variable will be forcibly initialized u8 v; ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_set_current': /kisskb/src/drivers/power/supply/bq24190_charger.c:991:5: note: byref variable will be forcibly initialized u8 v; ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_set_config': /kisskb/src/drivers/power/supply/bq24190_charger.c:609:5: note: byref variable will be forcibly initialized u8 v; ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_check_status': /kisskb/src/drivers/power/supply/bq24190_charger.c:1543:17: note: byref variable will be forcibly initialized u8 ss_reg = 0, f_reg = 0; ^~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c:1543:5: note: byref variable will be forcibly initialized u8 ss_reg = 0, f_reg = 0; ^~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_register_reset': /kisskb/src/drivers/power/supply/bq24190_charger.c:668:5: note: byref variable will be forcibly initialized u8 v; ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_hw_init': /kisskb/src/drivers/power/supply/bq24190_charger.c:1638:5: note: byref variable will be forcibly initialized u8 v; ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_sysfs_store': /kisskb/src/drivers/power/supply/bq24190_charger.c:473:5: note: byref variable will be forcibly initialized u8 v; ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_sysfs_show': /kisskb/src/drivers/power/supply/bq24190_charger.c:442:5: note: byref variable will be forcibly initialized u8 v; ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_get_config': /kisskb/src/drivers/power/supply/bq24190_charger.c:1674:6: note: byref variable will be forcibly initialized int v; ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_vbus_is_enabled': /kisskb/src/drivers/power/supply/bq24190_charger.c:537:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/power/supply/bq24735-charger.c: In function 'bq24735_parse_dt_data': /kisskb/src/drivers/power/supply/bq24735-charger.c:328:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/hwmon/pmbus/ltc2978.c: In function 'ltc2978_get_id': /kisskb/src/drivers/hwmon/pmbus/ltc2978.c:573:6: note: byref variable will be forcibly initialized u8 buf[I2C_SMBUS_BLOCK_MAX]; ^~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_state': /kisskb/src/drivers/power/supply/bq25980_charger.c:567:15: note: byref variable will be forcibly initialized unsigned int ibat_adc_msb; ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:566:15: note: byref variable will be forcibly initialized unsigned int stat4; ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:565:15: note: byref variable will be forcibly initialized unsigned int stat3; ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:564:15: note: byref variable will be forcibly initialized unsigned int stat2; ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:563:15: note: byref variable will be forcibly initialized unsigned int stat1; ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:562:15: note: byref variable will be forcibly initialized unsigned int chg_ctrl_2; ^~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'legacy_scpi_clk_set_val': /kisskb/src/drivers/firmware/arm_scpi.c:575:6: note: byref variable will be forcibly initialized int stat; ^~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_irq_handler_thread': /kisskb/src/drivers/power/supply/bq25980_charger.c:834:23: note: byref variable will be forcibly initialized struct bq25980_state state; ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_ibat_adc': /kisskb/src/drivers/power/supply/bq25980_charger.c:521:20: note: byref variable will be forcibly initialized int ibat_adc_lsb, ibat_adc_msb; ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:521:6: note: byref variable will be forcibly initialized int ibat_adc_lsb, ibat_adc_msb; ^~~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_sensor_get_capability': /kisskb/src/drivers/firmware/arm_scpi.c:712:9: note: byref variable will be forcibly initialized __le16 cap; ^~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_device_set_power_state': /kisskb/src/drivers/firmware/arm_scpi.c:773:24: note: byref variable will be forcibly initialized struct dev_pstate_set dev_set = { ^~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:772:6: note: byref variable will be forcibly initialized int stat; ^~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_adc_vbat': /kisskb/src/drivers/power/supply/bq25980_charger.c:542:20: note: byref variable will be forcibly initialized int vsys_adc_lsb, vsys_adc_msb; ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:542:6: note: byref variable will be forcibly initialized int vsys_adc_lsb, vsys_adc_msb; ^~~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_sensor_get_value': /kisskb/src/drivers/firmware/arm_scpi.c:742:9: note: byref variable will be forcibly initialized __le64 value; ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:741:9: note: byref variable will be forcibly initialized __le16 id = cpu_to_le16(sensor); ^~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_input_volt_lim': /kisskb/src/drivers/power/supply/bq25980_charger.c:323:15: note: byref variable will be forcibly initialized unsigned int busovp_reg_code; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_input_curr_lim': /kisskb/src/drivers/power/supply/bq25980_charger.c:277:15: note: byref variable will be forcibly initialized unsigned int busocp_reg_code; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_clk_get_val': /kisskb/src/drivers/firmware/arm_scpi.c:551:9: note: byref variable will be forcibly initialized __le16 le_clk_id = cpu_to_le16(clk_id); ^~~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:550:9: note: byref variable will be forcibly initialized __le32 rate; ^~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_adc_ibus': /kisskb/src/drivers/power/supply/bq25980_charger.c:479:20: note: byref variable will be forcibly initialized int ibus_adc_lsb, ibus_adc_msb; ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:479:6: note: byref variable will be forcibly initialized int ibus_adc_lsb, ibus_adc_msb; ^~~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dvfs_get_idx': /kisskb/src/drivers/firmware/arm_scpi.c:588:5: note: byref variable will be forcibly initialized u8 dvfs_idx; ^~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_clk_get_range': /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_adc_vbus': /kisskb/src/drivers/firmware/arm_scpi.c:536:9: note: byref variable will be forcibly initialized __le16 le_clk_id = cpu_to_le16(clk_id); ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:501:20: note: byref variable will be forcibly initialized int vbus_adc_lsb, vbus_adc_msb; ^~~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:535:22: note: byref variable will be forcibly initialized struct clk_get_info clk; ^~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:501:6: note: byref variable will be forcibly initialized int vbus_adc_lsb, vbus_adc_msb; ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_const_charge_curr': /kisskb/src/drivers/power/supply/bq25980_charger.c:377:15: note: byref variable will be forcibly initialized unsigned int batocp_reg_code; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_sensor_get_info': /kisskb/src/drivers/firmware/arm_scpi.c:726:27: note: byref variable will be forcibly initialized struct _scpi_sensor_info _info; ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:725:9: note: byref variable will be forcibly initialized __le16 id = cpu_to_le16(sensor_id); ^~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_const_charge_volt': /kisskb/src/drivers/power/supply/bq25980_charger.c:409:15: note: byref variable will be forcibly initialized unsigned int batovp_reg_code; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_clk_set_val': /kisskb/src/drivers/firmware/arm_scpi.c:563:6: note: byref variable will be forcibly initialized int stat; ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_device_get_power_state': /kisskb/src/drivers/firmware/arm_scpi.c:763:9: note: byref variable will be forcibly initialized __le16 id = cpu_to_le16(dev_id); ^~ /kisskb/src/drivers/firmware/arm_scpi.c:762:5: note: byref variable will be forcibly initialized u8 pstate; ^~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dvfs_set_idx': /kisskb/src/drivers/firmware/arm_scpi.c:599:18: note: byref variable will be forcibly initialized struct dvfs_set dvfs = {domain, index}; ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c:598:6: note: byref variable will be forcibly initialized int stat; ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_init_versions': /kisskb/src/drivers/firmware/arm_scpi.c:809:26: note: byref variable will be forcibly initialized struct scp_capabilities caps; ^~~~ In file included from /kisskb/src/drivers/firmware/arm_scpi.c:34: /kisskb/src/drivers/firmware/arm_scpi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_charger_property': /kisskb/src/drivers/power/supply/bq25980_charger.c:701:23: note: byref variable will be forcibly initialized struct bq25980_state state; ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dvfs_get_info': /kisskb/src/drivers/firmware/arm_scpi.c:616:19: note: byref variable will be forcibly initialized struct dvfs_info buf; ^~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dev_domain_id': /kisskb/src/drivers/firmware/arm_scpi.c:656:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^~~~~~~ In file included from /kisskb/src/drivers/firmware/arm_scpi.c:21: /kisskb/src/drivers/firmware/arm_scpi.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_probe': /kisskb/src/drivers/firmware/arm_scpi.c:913:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/media/i2c/bt866.c: In function 'bt866_write': /kisskb/src/drivers/media/i2c/bt866.c:52:5: note: byref variable will be forcibly initialized u8 buffer[2]; ^~~~~~ /kisskb/src/drivers/media/i2c/ks0127.c: In function 'ks0127_write': /kisskb/src/drivers/media/i2c/ks0127.c:333:7: note: byref variable will be forcibly initialized char msg[] = { reg, val }; ^~~ /kisskb/src/drivers/media/i2c/ks0127.c: In function 'ks0127_read': /kisskb/src/drivers/media/i2c/ks0127.c:305:7: note: byref variable will be forcibly initialized char val = 0; ^~~ /kisskb/src/drivers/input/touchscreen/tsc2007_core.c: In function 'tsc2007_probe_properties': /kisskb/src/drivers/input/touchscreen/tsc2007_core.c:235:6: note: byref variable will be forcibly initialized u64 val64; ^~~~~ /kisskb/src/drivers/input/touchscreen/tsc2007_core.c:234:6: note: byref variable will be forcibly initialized u32 val32; ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/input/touchscreen/tsc2007_core.c:20: /kisskb/src/drivers/input/touchscreen/tsc2007_core.c: In function 'tsc2007_soft_irq': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/tsc2007_core.c:160:3: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(ts->wait, ts->stopped, ts->poll_period); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/tsc2007_core.c:115:18: note: byref variable will be forcibly initialized struct ts_event tc; ^~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/clocksource/sh_cmt.c:14: /kisskb/src/drivers/clocksource/sh_cmt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/clocksource/sh_cmt.c: In function 'sh_cmt_clocksource_read': /kisskb/src/drivers/clocksource/sh_cmt.c:625:6: note: byref variable will be forcibly initialized u32 has_wrapped; ^~~~~~~~~~~ /kisskb/src/drivers/clocksource/sh_cmt.c: In function 'sh_cmt_clock_event_program_verify': /kisskb/src/drivers/clocksource/sh_cmt.c:415:6: note: byref variable will be forcibly initialized u32 has_wrapped; ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_state_changed': /kisskb/src/drivers/power/supply/bq256xx_charger.c:1136:23: note: byref variable will be forcibly initialized struct bq256xx_state old_state; ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_state': /kisskb/src/drivers/power/supply/bq256xx_charger.c:427:15: note: byref variable will be forcibly initialized unsigned int charger_status_1; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c:426:15: note: byref variable will be forcibly initialized unsigned int charger_status_0; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_irq_handler_thread': /kisskb/src/drivers/power/supply/bq256xx_charger.c:1148:23: note: byref variable will be forcibly initialized struct bq256xx_state state; ^~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25611d_get_chrg_volt': /kisskb/src/drivers/power/supply/bq256xx_charger.c:543:15: note: byref variable will be forcibly initialized unsigned int battery_volt_lim; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25618_619_get_prechrg_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:707:15: note: byref variable will be forcibly initialized unsigned int prechg_and_term_curr_lim; ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25618_619_get_term_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:769:15: note: byref variable will be forcibly initialized unsigned int prechg_and_term_curr_lim; ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25618_619_get_chrg_volt': /kisskb/src/drivers/power/supply/bq256xx_charger.c:520:15: note: byref variable will be forcibly initialized unsigned int battery_volt_lim; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25618_619_get_ichg_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:470:15: note: byref variable will be forcibly initialized unsigned int charge_current_limit; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25601d_get_chrg_volt': /kisskb/src/drivers/power/supply/bq256xx_charger.c:583:15: note: byref variable will be forcibly initialized unsigned int battery_volt_lim; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_input_volt_lim': /kisskb/src/drivers/power/supply/bq256xx_charger.c:799:15: note: byref variable will be forcibly initialized unsigned int charger_control_2; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_prechrg_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:675:15: note: byref variable will be forcibly initialized unsigned int prechg_and_term_curr_lim; ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_term_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:739:15: note: byref variable will be forcibly initialized unsigned int prechg_and_term_curr_lim; ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq2560x_get_chrg_volt': /kisskb/src/drivers/power/supply/bq256xx_charger.c:565:15: note: byref variable will be forcibly initialized unsigned int battery_volt_lim; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_input_curr_lim': /kisskb/src/drivers/power/supply/bq256xx_charger.c:829:15: note: byref variable will be forcibly initialized unsigned int input_current_limit; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_ichg_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:454:15: note: byref variable will be forcibly initialized unsigned int charge_current_limit; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_charger_property': /kisskb/src/drivers/power/supply/bq256xx_charger.c:953:23: note: byref variable will be forcibly initialized struct bq256xx_state state; ^~~~~ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c: In function 'w8001_setup_pen': /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:426:21: note: byref variable will be forcibly initialized struct w8001_coord coord; ^~~~~ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c: In function 'w8001_setup_touch': /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:467:27: note: byref variable will be forcibly initialized struct w8001_touch_query touch; ^~~~~ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c: In function 'w8001_connect': /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:598:7: note: byref variable will be forcibly initialized char basename[64]; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c: In function 'report_single_touch': /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:267:15: note: byref variable will be forcibly initialized unsigned int y = coord->y; ^ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:266:15: note: byref variable will be forcibly initialized unsigned int x = coord->x; ^ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c: In function 'parse_multi_touch': /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:152:18: note: byref variable will be forcibly initialized unsigned int x, y; ^ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:152:15: note: byref variable will be forcibly initialized unsigned int x, y; ^ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c: In function 'w8001_interrupt': /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:285:21: note: byref variable will be forcibly initialized struct w8001_coord coord; ^~~~~ /kisskb/src/drivers/usb/dwc2/platform.c: In function 'dwc2_driver_probe': /kisskb/src/drivers/usb/dwc2/platform.c:456:19: note: byref variable will be forcibly initialized struct resource *res; ^~~ In file included from /kisskb/src/drivers/power/supply/tps65090-charger.c:21: /kisskb/src/drivers/power/supply/tps65090-charger.c: In function 'tps65090_read': /kisskb/src/include/linux/mfd/tps65090.h:124:15: note: byref variable will be forcibly initialized unsigned int temp_val; ^~~~~~~~ /kisskb/src/drivers/power/supply/tps65090-charger.c: In function 'tps65090_config_charger': /kisskb/src/drivers/power/supply/tps65090-charger.c:89:10: note: byref variable will be forcibly initialized uint8_t intrmask = 0; ^~~~~~~~ /kisskb/src/drivers/power/supply/tps65090-charger.c: In function 'tps65090_enable_charging': /kisskb/src/drivers/power/supply/tps65090-charger.c:64:10: note: byref variable will be forcibly initialized uint8_t ctrl0 = 0; ^~~~~ /kisskb/src/drivers/power/supply/tps65090-charger.c: In function 'tps65090_charger_probe': /kisskb/src/drivers/power/supply/tps65090-charger.c:234:10: note: byref variable will be forcibly initialized uint8_t status1 = 0; ^~~~~~~ /kisskb/src/drivers/power/supply/tps65090-charger.c: In function 'tps65090_charger_isr': /kisskb/src/drivers/power/supply/tps65090-charger.c:143:10: note: byref variable will be forcibly initialized uint8_t intrsts = 0; ^~~~~~~ /kisskb/src/drivers/power/supply/tps65090-charger.c:142:10: note: byref variable will be forcibly initialized uint8_t status1 = 0; ^~~~~~~ /kisskb/src/drivers/leds/flash/leds-lm3601x.c: In function 'lm3601x_probe': /kisskb/src/drivers/leds/flash/leds-lm3601x.c:416:24: note: byref variable will be forcibly initialized struct fwnode_handle *fwnode; ^~~~~~ /kisskb/src/drivers/leds/flash/leds-lm3601x.c: In function 'lm3601x_read_faults': /kisskb/src/drivers/leds/flash/leds-lm3601x.c:137:6: note: byref variable will be forcibly initialized int flags_val; ^~~~~~~~~ /kisskb/src/drivers/leds/flash/leds-lm3601x.c: In function 'lm3601x_strobe_get': /kisskb/src/drivers/leds/flash/leds-lm3601x.c:286:6: note: byref variable will be forcibly initialized int strobe_state; ^~~~~~~~~~~~ /kisskb/src/drivers/leds/flash/leds-lm3601x.c: In function 'lm3601x_strobe_set': /kisskb/src/drivers/leds/flash/leds-lm3601x.c:211:6: note: byref variable will be forcibly initialized int current_timeout; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/wm831x-ts.c: In function 'wm831x_ts_data_irq': /kisskb/src/drivers/input/touchscreen/wm831x-ts.c:88:6: note: byref variable will be forcibly initialized u16 data[3]; ^~~~ /kisskb/src/drivers/input/touchscreen/wacom_i2c.c: In function 'wacom_query_device': /kisskb/src/drivers/input/touchscreen/wacom_i2c.c:58:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/input/touchscreen/wacom_i2c.c:57:5: note: byref variable will be forcibly initialized u8 data[WACOM_QUERY_SIZE]; ^~~~ /kisskb/src/drivers/input/touchscreen/wacom_i2c.c:56:5: note: byref variable will be forcibly initialized u8 cmd2[] = { WACOM_CMD_THROW0, WACOM_CMD_THROW1 }; ^~~~ /kisskb/src/drivers/input/touchscreen/wacom_i2c.c:54:5: note: byref variable will be forcibly initialized u8 cmd1[] = { WACOM_CMD_QUERY0, WACOM_CMD_QUERY1, ^~~~ /kisskb/src/drivers/power/supply/smb347-charger.c: In function 'smb347_usb_vbus_get_current_limit': /kisskb/src/drivers/power/supply/smb347-charger.c:1334:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/power/supply/smb347-charger.c: In function 'smb347_get_charging_status': /kisskb/src/drivers/power/supply/smb347-charger.c:1048:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/power/supply/smb347-charger.c: In function 'smb347_charging_status': /kisskb/src/drivers/power/supply/smb347-charger.c:357:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/power/supply/smb347-charger.c: In function 'get_const_charge_voltage': /kisskb/src/drivers/power/supply/smb347-charger.c:1026:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/power/supply/smb347-charger.c: In function 'get_const_charge_current': /kisskb/src/drivers/power/supply/smb347-charger.c:994:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/power/supply/smb347-charger.c: In function 'smb347_update_ps_status': /kisskb/src/drivers/power/supply/smb347-charger.c:311:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/power/supply/smb347-charger.c: In function 'smb347_interrupt': /kisskb/src/drivers/power/supply/smb347-charger.c:797:45: note: byref variable will be forcibly initialized unsigned int stat_c, irqstat_c, irqstat_d, irqstat_e; ^~~~~~~~~ /kisskb/src/drivers/power/supply/smb347-charger.c:797:34: note: byref variable will be forcibly initialized unsigned int stat_c, irqstat_c, irqstat_d, irqstat_e; ^~~~~~~~~ /kisskb/src/drivers/power/supply/smb347-charger.c:797:23: note: byref variable will be forcibly initialized unsigned int stat_c, irqstat_c, irqstat_d, irqstat_e; ^~~~~~~~~ /kisskb/src/drivers/power/supply/smb347-charger.c:797:15: note: byref variable will be forcibly initialized unsigned int stat_c, irqstat_c, irqstat_d, irqstat_e; ^~~~~~ /kisskb/src/drivers/firmware/arm_scmi/notify.c: In function 'scmi_process_event_payload': /kisskb/src/drivers/firmware/arm_scmi/notify.c:466:6: note: byref variable will be forcibly initialized u32 src_id, key; ^~~~~~ In file included from /kisskb/src/drivers/firmware/arm_scmi/notify.c:79: /kisskb/src/drivers/firmware/arm_scmi/notify.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/notify.c: In function 'scmi_devm_notifier_unregister': /kisskb/src/drivers/firmware/arm_scmi/notify.c:1537:30: note: byref variable will be forcibly initialized struct scmi_notifier_devres dres; ^~~~ /kisskb/src/drivers/firmware/arm_scmi/notify.c: In function 'scmi_notify': /kisskb/src/drivers/firmware/arm_scmi/notify.c:582:27: note: byref variable will be forcibly initialized struct scmi_event_header eh; ^~ /kisskb/src/drivers/input/touchscreen/tps6507x-ts.c: In function 'tps6507x_adc_conversion': /kisskb/src/drivers/input/touchscreen/tps6507x-ts.c:65:5: note: byref variable will be forcibly initialized u8 result; ^~~~~~ /kisskb/src/drivers/input/touchscreen/tps6507x-ts.c:64:5: note: byref variable will be forcibly initialized u8 adc_status; ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/tps6507x-ts.c: In function 'tps6507x_adc_standby': /kisskb/src/drivers/input/touchscreen/tps6507x-ts.c:123:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/i2c/tvp5150.c: In function 'tvp5150_read': /kisskb/src/drivers/media/i2c/tvp5150.c:111:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/drivers/media/i2c/tvp5150.c: In function 'query_lock': /kisskb/src/drivers/media/i2c/tvp5150.c:855:6: note: byref variable will be forcibly initialized int status; ^~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_set_feature': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:320:5: note: byref variable will be forcibly initialized u8 tx_buf[PKT_WRITE_SIZE]; ^~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_send_command': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:359:5: note: byref variable will be forcibly initialized u8 cmd_buf[CMD_BUF_SIZE]; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_write_data': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:569:5: note: byref variable will be forcibly initialized u8 pkt_buf[PKT_BUF_SIZE]; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_i2c_xfer': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:191:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_get_feature': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:281:5: note: byref variable will be forcibly initialized u8 rx_buf[PKT_WRITE_SIZE]; ^~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:280:5: note: byref variable will be forcibly initialized u8 tx_buf[8]; ^~~~~~ /kisskb/src/drivers/media/i2c/tvp5150.c: In function 'dump_reg_range': /kisskb/src/drivers/media/i2c/tvp5150.c:123:5: note: byref variable will be forcibly initialized u8 buf[16]; ^~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_get_checksum': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:647:5: note: byref variable will be forcibly initialized u8 cmd_buf[CMD_BUF_SIZE]; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:646:5: note: byref variable will be forcibly initialized u8 pkt_buf[PKT_BUF_SIZE]; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_write_firmware': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:695:6: note: byref variable will be forcibly initialized u16 device_checksum, firmware_checksum; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/tvp5150.c: In function 'tvp5150_isr': /kisskb/src/drivers/media/i2c/tvp5150.c:882:33: note: byref variable will be forcibly initialized unsigned int mask, active = 0, status = 0; ^~~~~~ /kisskb/src/drivers/media/i2c/tvp5150.c:882:21: note: byref variable will be forcibly initialized unsigned int mask, active = 0, status = 0; ^~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_get_desc': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:222:5: note: byref variable will be forcibly initialized u8 tx_buf[] = { 0x22, 0x00, 0x10, 0x0E, 0x23, 0x00 }; ^~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_get_string': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:249:5: note: byref variable will be forcibly initialized u8 rx_buf[PKT_WRITE_SIZE]; ^~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:248:5: note: byref variable will be forcibly initialized u8 tx_buf[] = { 0x22, 0x00, 0x13, 0x0E, str_idx, 0x23, 0x00 }; ^~~~~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_get_sysparam': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:437:5: note: byref variable will be forcibly initialized u8 buf[PKT_READ_SIZE]; ^~~ /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_update_firmware': /kisskb/src/drivers/input/touchscreen/wdt87xx_i2c.c:863:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/i2c/tvp5150.c: In function 'tvp5150_parse_dt': /kisskb/src/drivers/media/i2c/tvp5150.c:2021:22: note: byref variable will be forcibly initialized struct of_endpoint ep; ^~ /kisskb/src/drivers/media/i2c/tvp5150.c: In function 'tvp5150_detect_version': /kisskb/src/drivers/media/i2c/tvp5150.c:1828:5: note: byref variable will be forcibly initialized u8 regs[4]; ^~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_chip_state': /kisskb/src/drivers/power/supply/bd99954-charger.c:450:4: note: byref variable will be forcibly initialized } state_fields[] = { ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:446:14: note: byref variable will be forcibly initialized int i, ret, tmp; ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_batt_present': /kisskb/src/drivers/power/supply/bd99954-charger.c:234:11: note: byref variable will be forcibly initialized int ret, tmp; ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_batt_voltage': /kisskb/src/drivers/power/supply/bd99954-charger.c:245:11: note: byref variable will be forcibly initialized int ret, tmp; ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_batt_current': /kisskb/src/drivers/power/supply/bd99954-charger.c:258:11: note: byref variable will be forcibly initialized int ret, tmp; ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_charge_type': /kisskb/src/drivers/power/supply/bd99954-charger.c:211:11: note: byref variable will be forcibly initialized int ret, tmp; ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_batt_health': /kisskb/src/drivers/power/supply/bd99954-charger.c:184:11: note: byref variable will be forcibly initialized int ret, tmp; ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_batt_temp': /kisskb/src/drivers/power/supply/bd99954-charger.c:271:11: note: byref variable will be forcibly initialized int ret, tmp; ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_irq_handler_thread': /kisskb/src/drivers/power/supply/bd99954-charger.c:543:24: note: byref variable will be forcibly initialized struct regmap_field *sub_mask_f[] = { ^~~~~~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:539:7: note: byref variable will be forcibly initialized int sub_status_reg[] = { ^~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:538:19: note: byref variable will be forcibly initialized int sub_status, sub_mask; ^~~~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:538:7: note: byref variable will be forcibly initialized int sub_status, sub_mask; ^~~~~~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:485:23: note: byref variable will be forcibly initialized struct bd9995x_state state; ^~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:484:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:483:19: note: byref variable will be forcibly initialized int ret, status, mask, i; ^~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:483:11: note: byref variable will be forcibly initialized int ret, status, mask, i; ^~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function '__bd9995x_chip_reset': /kisskb/src/drivers/power/supply/bd99954-charger.c:608:6: note: byref variable will be forcibly initialized u16 tmp = ALLRST | OTPLD; ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:606:11: note: byref variable will be forcibly initialized int ret, state; ^~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_hw_init': /kisskb/src/drivers/power/supply/bd99954-charger.c:643:4: note: byref variable will be forcibly initialized } init_data[] = { ^~~~~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:637:23: note: byref variable will be forcibly initialized struct bd9995x_state state; ^~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_power_supply_get_property': /kisskb/src/drivers/power/supply/bd99954-charger.c:284:11: note: byref variable will be forcibly initialized int ret, tmp; ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_fw_probe': /kisskb/src/drivers/power/supply/bd99954-charger.c:942:17: note: byref variable will be forcibly initialized struct dt_init props[] = { ^~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:891:22: note: byref variable will be forcibly initialized struct battery_init battery_inits[] = { ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:889:7: note: byref variable will be forcibly initialized bool found; ^~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:888:6: note: byref variable will be forcibly initialized int regval; ^~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:886:6: note: byref variable will be forcibly initialized u32 property; ^~~~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:885:35: note: byref variable will be forcibly initialized struct power_supply_battery_info info; ^~~~ /kisskb/src/drivers/input/touchscreen/sx8654.c: In function 'sx8654_irq': /kisskb/src/drivers/input/touchscreen/sx8654.c:196:5: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/input/touchscreen/sx8654.c: In function 'sx8650_irq': /kisskb/src/drivers/input/touchscreen/sx8654.c:138:9: note: byref variable will be forcibly initialized __be16 data[MAX_I2C_READ_LEN / sizeof(__be16)]; ^~~~ /kisskb/src/drivers/input/touchscreen/zet6223.c: In function 'zet6223_irq': /kisskb/src/drivers/input/touchscreen/zet6223.c:63:5: note: byref variable will be forcibly initialized u8 buf[ZET6223_MAX_PKT_SIZE]; ^~~ /kisskb/src/drivers/input/touchscreen/zet6223.c: In function 'zet6223_query_device': /kisskb/src/drivers/input/touchscreen/zet6223.c:136:5: note: byref variable will be forcibly initialized u8 cmd = ZET6223_CMD_INFO; ^~~ /kisskb/src/drivers/input/touchscreen/zet6223.c:135:5: note: byref variable will be forcibly initialized u8 buf[ZET6223_CMD_INFO_LENGTH]; ^~~ In file included from /kisskb/src/include/linux/of_platform.h:9, from /kisskb/src/drivers/firmware/scpi_pm_domain.c:11: /kisskb/src/drivers/firmware/scpi_pm_domain.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/scpi_pm_domain.c: In function 'scpi_pm_domain_probe': /kisskb/src/drivers/firmware/scpi_pm_domain.c:72:11: note: byref variable will be forcibly initialized int ret, num_domains, i; ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/max15301.c: In function 'max15301_probe': /kisskb/src/drivers/hwmon/pmbus/max15301.c:144:5: note: byref variable will be forcibly initialized u8 device_id[I2C_SMBUS_BLOCK_MAX + 1]; ^~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c:21: /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c: In function '__i2c_hid_command': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c:274:8: note: in expansion of macro 'wait_event_timeout' if (!wait_event_timeout(ihid->wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c:218:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c: In function 'i2c_hid_get_report': /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c:296:5: note: byref variable will be forcibly initialized u8 args[3]; ^~~~ /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c: In function 'i2c_hid_start': /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c:767:15: note: byref variable will be forcibly initialized unsigned int bufsize = HID_MIN_BUFFER_SIZE; ^~~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function '__get_convention': /kisskb/src/drivers/firmware/qcom_scm.c:131:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function '__qcom_scm_assign_mem': /kisskb/src/drivers/firmware/qcom_scm.c:812:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function '__qcom_scm_pas_mss_reset': /kisskb/src/drivers/firmware/qcom_scm.c:618:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function '__qcom_scm_is_call_available': /kisskb/src/drivers/firmware/qcom_scm.c:241:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_find_dload_address': /kisskb/src/drivers/firmware/qcom_scm.c:1213:6: note: byref variable will be forcibly initialized u32 offset; ^~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c:1212:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_set_remote_state': /kisskb/src/drivers/firmware/qcom_scm.c:383:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_pas_init_image': /kisskb/src/drivers/firmware/qcom_scm.c:453:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c:443:13: note: byref variable will be forcibly initialized dma_addr_t mdata_phys; ^~~~~~~~~~ /kisskb/src/drivers/media/i2c/tw2804.c: In function 'tw2804_s_std': /kisskb/src/drivers/media/i2c/tw2804.c:255:5: note: byref variable will be forcibly initialized u8 regs[] = { ^~~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_pas_mem_setup': /kisskb/src/drivers/firmware/qcom_scm.c:506:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_pas_auth_and_reset': /kisskb/src/drivers/firmware/qcom_scm.c:536:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_pas_shutdown': /kisskb/src/drivers/firmware/qcom_scm.c:565:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_pas_supported': /kisskb/src/drivers/firmware/qcom_scm.c:596:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_io_readl': /kisskb/src/drivers/firmware/qcom_scm.c:658:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_restore_sec_cfg': /kisskb/src/drivers/firmware/qcom_scm.c:708:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_iommu_secure_ptbl_size': /kisskb/src/drivers/firmware/qcom_scm.c:726:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_mem_protect_video_var': /kisskb/src/drivers/firmware/qcom_scm.c:784:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_assign_mem': /kisskb/src/drivers/firmware/qcom_scm.c:849:16: note: byref variable will be forcibly initialized unsigned long srcvm_bits = *srcvm; ^~~~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c:840:13: note: byref variable will be forcibly initialized dma_addr_t ptr_phys; ^~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_ice_set_key': /kisskb/src/drivers/firmware/qcom_scm.c:1036:13: note: byref variable will be forcibly initialized dma_addr_t key_phys; ^~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_hdcp_req': /kisskb/src/drivers/firmware/qcom_scm.c:1116:22: note: byref variable will be forcibly initialized struct qcom_scm_res res; ^~~ /kisskb/src/drivers/firmware/qcom_scm.c:1098:23: note: byref variable will be forcibly initialized struct qcom_scm_desc desc = { ^~~~ /kisskb/src/drivers/firmware/qcom_scm.c: In function 'qcom_scm_lmh_dcvsh': /kisskb/src/drivers/firmware/qcom_scm.c:1173:13: note: byref variable will be forcibly initialized dma_addr_t payload_phys; ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-slave.c: In function 'i2c_detect_slave_mode': /kisskb/src/drivers/i2c/i2c-core-slave.c:98:7: note: byref variable will be forcibly initialized u32 reg; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/clocksource/sh_tmu.c:14: /kisskb/src/drivers/clocksource/sh_tmu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/touchscreen/zforce_ts.c: In function 'zforce_command_wait': /kisskb/src/drivers/input/touchscreen/zforce_ts.c:209:7: note: byref variable will be forcibly initialized char buf[3]; ^~~ /kisskb/src/drivers/input/touchscreen/zforce_ts.c: In function 'zforce_resolution': /kisskb/src/drivers/input/touchscreen/zforce_ts.c:230:7: note: byref variable will be forcibly initialized char buf[7] = { FRAME_START, 5, COMMAND_RESOLUTION, ^~~ /kisskb/src/drivers/input/touchscreen/zforce_ts.c: In function 'zforce_scan_frequency': /kisskb/src/drivers/input/touchscreen/zforce_ts.c:243:7: note: byref variable will be forcibly initialized char buf[9] = { FRAME_START, 7, COMMAND_SCANFREQ, ^~~ /kisskb/src/drivers/input/touchscreen/zforce_ts.c: In function 'zforce_setconfig': /kisskb/src/drivers/input/touchscreen/zforce_ts.c:258:7: note: byref variable will be forcibly initialized char buf[7] = { FRAME_START, 5, COMMAND_SETCONFIG, ^~~ /kisskb/src/drivers/input/touchscreen/zforce_ts.c: In function 'zforce_command': /kisskb/src/drivers/input/touchscreen/zforce_ts.c:138:7: note: byref variable will be forcibly initialized char buf[3]; ^~~ /kisskb/src/drivers/input/touchscreen/zforce_ts.c: In function 'zforce_irq_thread': /kisskb/src/drivers/input/touchscreen/zforce_ts.c:487:5: note: byref variable will be forcibly initialized u8 payload_buffer[FRAME_MAXSIZE]; ^~~~~~~~~~~~~~ /kisskb/src/drivers/w1/w1_io.c: In function 'w1_reset_select_slave': /kisskb/src/drivers/w1/w1_io.c:395:6: note: byref variable will be forcibly initialized u8 match[9] = {W1_MATCH_ROM, }; ^~~~~ /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c: In function 'inv_y_store': /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c:822:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c: In function 'inv_x_store': /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c:783:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c: In function 'swap_xy_store': /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c:744:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c: In function 'rohm_i2c_burst_read': /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c:286:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c: In function 'rohm_ts_manual_calibration': /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c:317:5: note: byref variable will be forcibly initialized u8 buf[33]; /* for PRM1_X_H(0x08)-TOUCH(0x28) */ ^~~ /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c: In function 'rohm_ts_soft_irq': /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c:530:6: note: byref variable will be forcibly initialized int slots[MAX_CONTACTS]; ^~~~~ /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c:529:22: note: byref variable will be forcibly initialized struct input_mt_pos pos[MAX_CONTACTS]; ^~~ /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c:527:5: note: byref variable will be forcibly initialized u8 buf[10]; /* for POS_X1_H(0x20)-TOUCH_GESTURE(0x29) */ ^~~ /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c: In function 'rohm_ts_load_firmware': /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c:646:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/leds/flash/leds-rt8515.c: In function 'rt8515_determine_max_intensity': /kisskb/src/drivers/leds/flash/leds-rt8515.c:237:6: note: byref variable will be forcibly initialized u32 ua; ^~ /kisskb/src/drivers/leds/flash/leds-rt8515.c:236:6: note: byref variable will be forcibly initialized u32 res = 0; /* Can't be 0 so 0 is undefined */ ^~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_write_burst': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:194:5: note: byref variable will be forcibly initialized u8 mbuf[sizeof(reg) + IQS5XX_WR_BYTES_MAX]; ^~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_write_word': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:226:9: note: byref variable will be forcibly initialized __be16 val_buf = cpu_to_be16(val); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_fw_file_parse': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:713:5: note: byref variable will be forcibly initialized u8 rec_data[IQS5XX_REC_LEN_MAX]; ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:712:5: note: byref variable will be forcibly initialized u8 rec_hdr[IQS5XX_REC_HDR_LEN]; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:711:24: note: byref variable will be forcibly initialized u8 rec_len, rec_type, rec_chksm, chksm; ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:705:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/input/touchscreen/zinitix.c: In function 'zinitix_write_cmd': /kisskb/src/drivers/input/touchscreen/zinitix.c:183:9: note: byref variable will be forcibly initialized __le16 reg_le = cpu_to_le16(reg); ^~~~~~ /kisskb/src/drivers/input/touchscreen/zinitix.c: In function 'zinitix_write_u16': /kisskb/src/drivers/input/touchscreen/zinitix.c:171:9: note: byref variable will be forcibly initialized __le16 packet[2] = {cpu_to_le16(reg), cpu_to_le16(value)}; ^~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_bl_write': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:362:5: note: byref variable will be forcibly initialized u8 mbuf[sizeof(bl_addr) + IQS5XX_BL_BLK_LEN_MAX]; ^~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:360:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_read_burst': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:138:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:136:9: note: byref variable will be forcibly initialized __be16 reg_buf = cpu_to_be16(reg); ^~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_read_word': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:177:9: note: byref variable will be forcibly initialized __be16 val_buf; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/zinitix.c: In function 'zinitix_read_data': /kisskb/src/drivers/input/touchscreen/zinitix.c:154:9: note: byref variable will be forcibly initialized __le16 reg_le = cpu_to_le16(reg); ^~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_bl_cmd': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:250:5: note: byref variable will be forcibly initialized u8 mbuf[sizeof(bl_cmd) + sizeof(bl_addr)]; ^~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:248:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_bl_verify': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:401:5: note: byref variable will be forcibly initialized u8 bl_data[IQS5XX_BL_BLK_LEN_MAX]; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:399:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/input/touchscreen/zinitix.c: In function 'zinitix_ts_irq_handler': /kisskb/src/drivers/input/touchscreen/zinitix.c:325:21: note: byref variable will be forcibly initialized struct touch_event touch_event; ^~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_axis_init': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:490:13: note: byref variable will be forcibly initialized u16 max_x, max_y; ^~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:490:6: note: byref variable will be forcibly initialized u16 max_x, max_y; ^~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_dev_init': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:557:5: note: byref variable will be forcibly initialized u8 buf[sizeof(*dev_id_info) + 1]; ^~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'fw_file_store': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:902:7: note: byref variable will be forcibly initialized char fw_file[IQS5XX_FW_FILE_LEN + 1]; ^~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_irq': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:639:23: note: byref variable will be forcibly initialized struct iqs5xx_status status; ^~~~~~ /kisskb/src/drivers/firmware/arm_scmi/base.c: In function 'scmi_base_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/base.c:67:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/base.c: In function 'scmi_base_vendor_id_get': /kisskb/src/drivers/firmware/arm_scmi/base.c:102:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/base.c: In function 'scmi_base_error_notify': /kisskb/src/drivers/firmware/arm_scmi/base.c:260:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/base.c: In function 'scmi_base_implementation_version_get': /kisskb/src/drivers/firmware/arm_scmi/base.c:143:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/base.c: In function 'scmi_base_discover_agent_get': /kisskb/src/drivers/firmware/arm_scmi/base.c:235:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ In file included from /kisskb/src/include/linux/scmi_protocol.h:12, from /kisskb/src/drivers/firmware/arm_scmi/base.c:11: /kisskb/src/drivers/firmware/arm_scmi/base.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/base.c: In function 'scmi_base_implementation_list_get': /kisskb/src/drivers/firmware/arm_scmi/base.c:177:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/clock.c: In function 'scmi_clock_rate_set': /kisskb/src/drivers/firmware/arm_scmi/clock.c:244:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/clock.c: In function 'scmi_clock_config_set': /kisskb/src/drivers/firmware/arm_scmi/clock.c:279:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/base.c: In function 'scmi_base_protocol_init': /kisskb/src/drivers/firmware/arm_scmi/base.c:346:7: note: byref variable will be forcibly initialized char name[SCMI_MAX_STR_SIZE]; ^~~~ /kisskb/src/drivers/firmware/arm_scmi/base.c:345:6: note: byref variable will be forcibly initialized u32 version; ^~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/clock.c: In function 'scmi_clock_rate_get': /kisskb/src/drivers/firmware/arm_scmi/clock.c:222:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/clock.c: In function 'scmi_clock_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/clock.c:107:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/clock.c: In function 'scmi_clock_protocol_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/clock.c:83:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ In file included from /kisskb/src/drivers/firmware/arm_scmi/common.h:14, from /kisskb/src/drivers/firmware/arm_scmi/clock.c:11: /kisskb/src/drivers/firmware/arm_scmi/clock.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/clock.c: In function 'scmi_clock_describe_rates_get': /kisskb/src/drivers/firmware/arm_scmi/clock.c:149:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/clock.c: In function 'scmi_clock_protocol_init': /kisskb/src/drivers/firmware/arm_scmi/clock.c:337:6: note: byref variable will be forcibly initialized u32 version; ^~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_bus_n_addr_cells': /kisskb/src/drivers/of/base.c:92:6: note: byref variable will be forcibly initialized u32 cells; ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_bus_n_size_cells': /kisskb/src/drivers/of/base.c:113:6: note: byref variable will be forcibly initialized u32 cells; ^~~~~ /kisskb/src/drivers/of/base.c: In function '__of_device_is_available': /kisskb/src/drivers/of/base.c:615:6: note: byref variable will be forcibly initialized int statlen; ^~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_get_cpu_hwid': /kisskb/src/drivers/of/base.c:301:10: note: byref variable will be forcibly initialized int ac, len; ^~~ /kisskb/src/drivers/of/base.c: In function '__of_find_n_match_cpu_property': /kisskb/src/drivers/of/base.c:340:10: note: byref variable will be forcibly initialized int ac, prop_len, tid; ^~~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_modalias_node': /kisskb/src/drivers/of/base.c:1199:6: note: byref variable will be forcibly initialized int cplen; ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_phandle_iterator_init': /kisskb/src/drivers/of/base.c:1268:6: note: byref variable will be forcibly initialized int size; ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_phandle_iterator_next': /kisskb/src/drivers/of/base.c:1296:11: note: byref variable will be forcibly initialized uint32_t count = 0; ^~~~~ /kisskb/src/drivers/of/base.c: In function '__of_parse_phandle_with_args': /kisskb/src/drivers/of/base.c:1397:29: note: byref variable will be forcibly initialized struct of_phandle_iterator it; ^~ /kisskb/src/drivers/of/base.c: In function 'of_parse_phandle': /kisskb/src/drivers/of/base.c:1456:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_get_cpu_state_node': /kisskb/src/drivers/of/base.c:459:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_parse_phandle_with_args_map': /kisskb/src/drivers/of/base.c:1575:17: note: byref variable will be forcibly initialized u32 list_size, new_size; ^~~~~~~~ /kisskb/src/drivers/of/base.c:1575:6: note: byref variable will be forcibly initialized u32 list_size, new_size; ^~~~~~~~~ /kisskb/src/drivers/of/base.c:1574:14: note: byref variable will be forcibly initialized int i, ret, map_len, match; ^~~~~~~ /kisskb/src/drivers/of/base.c:1572:9: note: byref variable will be forcibly initialized __be32 initial_match_array[MAX_PHANDLE_ARGS]; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_count_phandle_with_args': /kisskb/src/drivers/of/base.c:1773:7: note: byref variable will be forcibly initialized int size; ^~~~ /kisskb/src/drivers/of/base.c:1762:29: note: byref variable will be forcibly initialized struct of_phandle_iterator it; ^~ /kisskb/src/drivers/firmware/qcom_scm-smc.c: In function '__scm_smc_call': /kisskb/src/drivers/firmware/qcom_scm-smc.c:95:24: note: byref variable will be forcibly initialized struct arm_smccc_args smc = {0}; ^~~ /kisskb/src/drivers/firmware/qcom_scm-smc.c:94:23: note: byref variable will be forcibly initialized struct arm_smccc_res smc_res; ^~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_update_property': /kisskb/src/drivers/of/base.c:1939:19: note: byref variable will be forcibly initialized struct property *oldprop; ^~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_alias_scan': /kisskb/src/drivers/of/base.c:2014:7: note: byref variable will be forcibly initialized int id, len; ^~ /kisskb/src/drivers/of/base.c:1995:15: note: byref variable will be forcibly initialized const char *name = NULL; ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_find_last_cache_level': /kisskb/src/drivers/of/base.c:2220:6: note: byref variable will be forcibly initialized u32 cache_level = 0; ^~~~~~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_map_id': /kisskb/src/drivers/of/base.c:2258:6: note: byref variable will be forcibly initialized int map_len; ^~~~~~~ /kisskb/src/drivers/of/base.c:2257:6: note: byref variable will be forcibly initialized u32 map_mask, masked_id; ^~~~~~~~ /kisskb/src/drivers/usb/dwc2/hcd_intr.c: In function 'dwc2_port_intr': /kisskb/src/drivers/usb/dwc2/hcd_intr.c:358:6: note: byref variable will be forcibly initialized u32 hprt0_modify; ^~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc2/hcd_intr.c: In function 'dwc2_update_urb_state': /kisskb/src/drivers/usb/dwc2/hcd_intr.c:497:6: note: byref variable will be forcibly initialized int short_read = 0; ^~~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/pxe1610.c: In function 'pxe1610_probe': /kisskb/src/drivers/hwmon/pmbus/pxe1610.c:93:5: note: byref variable will be forcibly initialized u8 buf[I2C_SMBUS_BLOCK_MAX]; ^~~ /kisskb/src/drivers/clocksource/dw_apb_timer_of.c: In function 'add_clocksource': /kisskb/src/drivers/clocksource/dw_apb_timer_of.c:117:6: note: byref variable will be forcibly initialized u32 rate; ^~~~ /kisskb/src/drivers/clocksource/dw_apb_timer_of.c:115:16: note: byref variable will be forcibly initialized void __iomem *iobase; ^~~~~~ /kisskb/src/drivers/clocksource/dw_apb_timer_of.c: In function 'add_clockevent': /kisskb/src/drivers/clocksource/dw_apb_timer_of.c:89:11: note: byref variable will be forcibly initialized u32 irq, rate; ^~~~ /kisskb/src/drivers/clocksource/dw_apb_timer_of.c:87:16: note: byref variable will be forcibly initialized void __iomem *iobase; ^~~~~~ /kisskb/src/drivers/usb/dwc2/hcd.c: In function 'dwc2_hc_init_split': /kisskb/src/drivers/usb/dwc2/hcd.c:2338:16: note: byref variable will be forcibly initialized int hub_addr, hub_port; ^~~~~~~~ /kisskb/src/drivers/usb/dwc2/hcd.c:2338:6: note: byref variable will be forcibly initialized int hub_addr, hub_port; ^~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/stpddc60.c: In function 'stpddc60_probe': /kisskb/src/drivers/hwmon/pmbus/stpddc60.c:199:5: note: byref variable will be forcibly initialized u8 device_id[I2C_SMBUS_BLOCK_MAX + 1]; ^~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/q54sj108a2.c: In function 'q54sj108a2_debugfs_write': /kisskb/src/drivers/hwmon/pmbus/q54sj108a2.c:178:5: note: byref variable will be forcibly initialized u8 dst_data; ^~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/q54sj108a2.c:177:5: note: byref variable will be forcibly initialized u8 flash_key[4]; ^~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/q54sj108a2.c: In function 'q54sj108a2_probe': /kisskb/src/drivers/hwmon/pmbus/q54sj108a2.c:279:5: note: byref variable will be forcibly initialized u8 buf[I2C_SMBUS_BLOCK_MAX + 1]; ^~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/usb/dwc2/hcd.c:45: /kisskb/src/drivers/usb/dwc2/hcd.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/dwc2/hcd.c: In function 'dwc2_free_dma_aligned_buffer': /kisskb/src/drivers/usb/dwc2/hcd.c:2471:8: note: byref variable will be forcibly initialized void *stored_xfer_buffer; ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/usb/dwc2/hcd.c:45: /kisskb/src/drivers/usb/dwc2/hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/i2c/i2c-core-of.c: In function 'of_i2c_get_board_info': /kisskb/src/drivers/i2c/i2c-core-of.c:25:6: note: byref variable will be forcibly initialized u32 addr; ^~~~ /kisskb/src/drivers/i2c/i2c-core-of.c: In function 'of_i2c_register_device': /kisskb/src/drivers/i2c/i2c-core-of.c:69:24: note: byref variable will be forcibly initialized struct i2c_board_info info; ^~~~ /kisskb/src/drivers/usb/dwc2/hcd.c: In function 'dwc2_hc_start_transfer': /kisskb/src/drivers/usb/dwc2/hcd.c:1226:6: note: byref variable will be forcibly initialized u32 hcchar; ^~~~~~ /kisskb/src/drivers/usb/dwc2/hcd.c: In function 'dwc2_hc_continue_transfer': /kisskb/src/drivers/usb/dwc2/hcd.c:1571:8: note: byref variable will be forcibly initialized u32 hcchar = dwc2_readl(hsotg, ^~~~~~ /kisskb/src/drivers/usb/dwc2/hcd.c:1553:7: note: byref variable will be forcibly initialized u32 hcchar = dwc2_readl(hsotg, HCCHAR(chan->hc_num)); ^~~~~~ /kisskb/src/drivers/firmware/qcom_scm-legacy.c: In function 'scm_legacy_call': /kisskb/src/drivers/firmware/qcom_scm-legacy.c:140:23: note: byref variable will be forcibly initialized struct arm_smccc_res smc_res; ^~~~~~~ /kisskb/src/drivers/firmware/qcom_scm-legacy.c:135:15: note: byref variable will be forcibly initialized int ret = 0, context_id; ^~~~~~~~~~ /kisskb/src/drivers/firmware/qcom_scm-legacy.c: In function 'scm_legacy_call_atomic': /kisskb/src/drivers/firmware/qcom_scm-legacy.c:225:23: note: byref variable will be forcibly initialized struct arm_smccc_res smc_res; ^~~~~~~ /kisskb/src/drivers/firmware/qcom_scm-legacy.c:224:6: note: byref variable will be forcibly initialized int context_id; ^~~~~~~~~~ /kisskb/src/drivers/md/raid5-ppl.c: In function 'ppl_submit_iounit_bio': /kisskb/src/drivers/md/raid5-ppl.c:419:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/raid5-cache.c: In function 'r5l_recovery_load_data': /kisskb/src/drivers/md/raid5-cache.c:1818:6: note: byref variable will be forcibly initialized int dd_idx; ^~~~~~ /kisskb/src/drivers/md/raid5-cache.c: In function 'r5c_recovery_analyze_meta_block': /kisskb/src/drivers/md/raid5-cache.c:2107:7: note: byref variable will be forcibly initialized int dd; ^~ /kisskb/src/drivers/md/raid5-ppl.c: In function 'ppl_do_flush': /kisskb/src/drivers/md/raid5-ppl.c:638:9: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/raid5-ppl.c: In function 'ppl_flush_endio': /kisskb/src/drivers/md/raid5-ppl.c:593:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/raid5-ppl.c: In function 'ppl_validate_rdev': /kisskb/src/drivers/md/raid5-ppl.c:1262:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/raid5-ppl.c: In function 'ppl_write_hint_store': /kisskb/src/drivers/md/raid5-ppl.c:1525:17: note: byref variable will be forcibly initialized unsigned short new; ^~~ /kisskb/src/drivers/md/raid5-ppl.c: In function 'ops_run_partial_parity': /kisskb/src/drivers/md/raid5-ppl.c:164:26: note: byref variable will be forcibly initialized struct async_submit_ctl submit; ^~~~~~ In file included from /kisskb/src/drivers/md/raid5-cache.c:7: /kisskb/src/drivers/md/raid5-cache.c: In function 'r5c_recovery_flush_data_only_stripes': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid5-cache.c:2450:2: note: in expansion of macro 'wait_event' wait_event(conf->wait_for_quiescent, ^~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/raid5-ppl.c:8: /kisskb/src/drivers/md/raid5-ppl.c: In function 'ppl_quiesce': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5-ppl.c:683:4: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(conf->wait_for_quiescent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5-ppl.c: In function 'ppl_modify_log': /kisskb/src/drivers/md/raid5-ppl.c:1469:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/raid5-cache.c: In function 'r5l_do_reclaim': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5-cache.c:1523:3: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(log->iounit_wait, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5-cache.c: In function 'r5l_init_log': /kisskb/src/drivers/md/raid5-cache.c:3070:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/media/i2c/upd64031a.c: In function 'upd64031a_read': /kisskb/src/drivers/media/i2c/upd64031a.c:75:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/i2c/upd64031a.c: In function 'upd64031a_write': /kisskb/src/drivers/media/i2c/upd64031a.c:88:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_tpg_attrib_fabric_prot_type_store': /kisskb/src/drivers/vhost/scsi.c:2039:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_tpg_nexus_store': /kisskb/src/drivers/vhost/scsi.c:2186:16: note: byref variable will be forcibly initialized unsigned char i_port[VHOST_SCSI_NAMELEN], *ptr, *port_ptr; ^~~~~~ In file included from /kisskb/src/drivers/vhost/scsi.c:17: /kisskb/src/drivers/vhost/scsi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_send_tmf_resp': /kisskb/src/drivers/vhost/scsi.c:1139:18: note: byref variable will be forcibly initialized struct iov_iter iov_iter; ^~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:1138:35: note: byref variable will be forcibly initialized struct virtio_scsi_ctrl_tmf_resp rsp; ^~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_send_bad_target': /kisskb/src/drivers/vhost/scsi.c:808:30: note: byref variable will be forcibly initialized struct virtio_scsi_cmd_resp rsp; ^~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_send_an_resp': /kisskb/src/drivers/vhost/scsi.c:1231:18: note: byref variable will be forcibly initialized struct iov_iter iov_iter; ^~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:1230:34: note: byref variable will be forcibly initialized struct virtio_scsi_ctrl_an_resp rsp; ^~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_make_tpg': /kisskb/src/drivers/vhost/scsi.c:2271:6: note: byref variable will be forcibly initialized u16 tpgt; ^~~~ /kisskb/src/drivers/firmware/arm_scmi/power.c: In function 'scmi_power_request_notify': /kisskb/src/drivers/firmware/arm_scmi/power.c:197:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/power.c: In function 'scmi_power_state_get': /kisskb/src/drivers/firmware/arm_scmi/power.c:154:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_flush': /kisskb/src/drivers/vhost/scsi.c:1424:30: note: byref variable will be forcibly initialized struct vhost_scsi_inflight *old_inflight[VHOST_SCSI_MAX_VQ]; ^~~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/power.c: In function 'scmi_power_state_set': /kisskb/src/drivers/firmware/arm_scmi/power.c:132:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/power.c: In function 'scmi_power_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/power.c:76:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/power.c: In function 'scmi_power_domain_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/power.c:103:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ In file included from /kisskb/src/include/linux/scmi_protocol.h:12, from /kisskb/src/drivers/firmware/arm_scmi/power.c:11: /kisskb/src/drivers/firmware/arm_scmi/power.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/power.c: In function 'scmi_power_protocol_init': /kisskb/src/drivers/firmware/arm_scmi/power.c:284:6: note: byref variable will be forcibly initialized u32 version; ^~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/reset.c: In function 'scmi_reset_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/reset.c:72:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/reset.c: In function 'scmi_reset_notify': /kisskb/src/drivers/firmware/arm_scmi/reset.c:212:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_ioctl': /kisskb/src/drivers/vhost/scsi.c:1849:9: note: byref variable will be forcibly initialized int r, abi_version = VHOST_SCSI_ABI_VERSION; ^~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/reset.c: In function 'scmi_domain_reset': /kisskb/src/drivers/firmware/arm_scmi/reset.c:152:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/vhost/scsi.c:1848:6: note: byref variable will be forcibly initialized u64 features; ^~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:1843:27: note: byref variable will be forcibly initialized struct vhost_scsi_target backend; ^~~~~~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_release': /kisskb/src/drivers/vhost/scsi.c:1822:27: note: byref variable will be forcibly initialized struct vhost_scsi_target t; ^ /kisskb/src/drivers/firmware/arm_scmi/reset.c: In function 'scmi_reset_domain_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/reset.c:95:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_do_evt_work': /kisskb/src/drivers/vhost/scsi.c:466:16: note: byref variable will be forcibly initialized unsigned out, in; ^~ /kisskb/src/drivers/vhost/scsi.c:466:11: note: byref variable will be forcibly initialized unsigned out, in; ^~~ In file included from /kisskb/src/include/linux/scmi_protocol.h:12, from /kisskb/src/drivers/firmware/arm_scmi/reset.c:11: /kisskb/src/drivers/firmware/arm_scmi/reset.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/reset.c: In function 'scmi_reset_protocol_init': /kisskb/src/drivers/firmware/arm_scmi/reset.c:297:6: note: byref variable will be forcibly initialized u32 version; ^~~~~~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_map_to_sgl': /kisskb/src/drivers/vhost/scsi.c:643:9: note: byref variable will be forcibly initialized size_t offset; ^~~~~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_handle_vq': /kisskb/src/drivers/vhost/scsi.c:932:38: note: byref variable will be forcibly initialized struct iov_iter in_iter, prot_iter, data_iter; ^~~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:932:27: note: byref variable will be forcibly initialized struct iov_iter in_iter, prot_iter, data_iter; ^~~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:932:18: note: byref variable will be forcibly initialized struct iov_iter in_iter, prot_iter, data_iter; ^~~~~~~ /kisskb/src/drivers/vhost/scsi.c:930:24: note: byref variable will be forcibly initialized struct vhost_scsi_ctx vc; ^~ /kisskb/src/drivers/vhost/scsi.c:929:32: note: byref variable will be forcibly initialized struct virtio_scsi_cmd_req_pi v_req_pi; ^~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:928:29: note: byref variable will be forcibly initialized struct virtio_scsi_cmd_req v_req; ^~~~~ /kisskb/src/drivers/vhost/scsi.c:927:35: note: byref variable will be forcibly initialized struct vhost_scsi_tpg **vs_tpg, *tpg; ^~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_ctl_handle_vq': /kisskb/src/drivers/vhost/scsi.c:1256:24: note: byref variable will be forcibly initialized struct vhost_scsi_ctx vc; ^~ /kisskb/src/drivers/vhost/scsi.c:1255:4: note: byref variable will be forcibly initialized } v_req; ^~~~~ /kisskb/src/drivers/vhost/scsi.c:1250:25: note: byref variable will be forcibly initialized struct vhost_scsi_tpg *tpg; ^~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_complete_cmd_work': /kisskb/src/drivers/vhost/scsi.c:541:18: note: byref variable will be forcibly initialized struct iov_iter iov_iter; ^~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:537:30: note: byref variable will be forcibly initialized struct virtio_scsi_cmd_resp v_rsp; ^~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/vhost/scsi.c:12: /kisskb/src/drivers/vhost/scsi.c:536:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(signal, VHOST_SCSI_MAX_VQ); ^~~~~~ /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/firmware/arm_scmi/perf.c: In function 'scmi_perf_level_limits_notify': /kisskb/src/drivers/firmware/arm_scmi/perf.c:514:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_perf_mb_limits_set': /kisskb/src/drivers/firmware/arm_scmi/perf.c:360:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_perf_mb_level_get': /kisskb/src/drivers/firmware/arm_scmi/perf.c:477:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_dvfs_freq_get': /kisskb/src/drivers/firmware/arm_scmi/perf.c:701:6: note: byref variable will be forcibly initialized u32 level; ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_perf_mb_level_set': /kisskb/src/drivers/firmware/arm_scmi/perf.c:440:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_set_vring_endian': /kisskb/src/drivers/vhost/vhost.c:70:27: note: byref variable will be forcibly initialized struct vhost_vring_state s; ^ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_perf_mb_limits_get': /kisskb/src/drivers/firmware/arm_scmi/perf.c:399:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_get_vring_endian': /kisskb/src/drivers/vhost/vhost.c:93:27: note: byref variable will be forcibly initialized struct vhost_vring_state s = { ^ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_perf_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/perf.c:183:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_perf_domain_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/perf.c:213:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_dev_domain_id': /kisskb/src/drivers/firmware/arm_scmi/perf.c:631:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/firmware/arm_scmi/perf.c:15: /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_vring_set_num': /kisskb/src/drivers/vhost/vhost.c:1490:27: note: byref variable will be forcibly initialized struct vhost_vring_state s; ^ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_perf_describe_levels_get': /kisskb/src/drivers/firmware/arm_scmi/perf.c:266:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_vring_set_addr': /kisskb/src/drivers/vhost/vhost.c:1511:26: note: byref variable will be forcibly initialized struct vhost_vring_addr a; ^ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/include/linux/virtio_config.h:7, from /kisskb/src/include/uapi/linux/vhost_types.h:16, from /kisskb/src/include/uapi/linux/vhost.h:14, from /kisskb/src/drivers/vhost/vhost.c:14: /kisskb/src/drivers/vhost/vhost.c: In function '__ab_c_size': /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_perf_domain_desc_fc': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/perf.c:550:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/vhost/vhost.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_perf_protocol_init': /kisskb/src/drivers/firmware/arm_scmi/perf.c:877:6: note: byref variable will be forcibly initialized u32 version; ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/drivers/vhost/vhost.c:21: /kisskb/src/drivers/vhost/vhost.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_set_memory': /kisskb/src/drivers/vhost/vhost.c:1421:22: note: byref variable will be forcibly initialized struct vhost_memory mem, *newmem; ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:320:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'set_bit_to_user': /kisskb/src/drivers/vhost/vhost.c:1826:15: note: byref variable will be forcibly initialized struct page *page; ^~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_work_dev_flush': /kisskb/src/drivers/vhost/vhost.c:236:28: note: byref variable will be forcibly initialized struct vhost_flush_struct flush; ^~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_attach_cgroups': /kisskb/src/drivers/vhost/vhost.c:536:37: note: byref variable will be forcibly initialized struct vhost_attach_cgroups_struct attach; ^~~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_chr_write_iter': /kisskb/src/drivers/vhost/vhost.c:1143:6: note: byref variable will be forcibly initialized int type, ret; ^~~~ /kisskb/src/drivers/vhost/vhost.c:1141:25: note: byref variable will be forcibly initialized struct vhost_iotlb_msg msg; ^~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_vring_ioctl': /kisskb/src/drivers/vhost/vhost.c:1591:26: note: byref variable will be forcibly initialized struct vhost_vring_file f; ^ /kisskb/src/drivers/vhost/vhost.c:1590:27: note: byref variable will be forcibly initialized struct vhost_vring_state s; ^ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_dev_ioctl': /kisskb/src/drivers/vhost/vhost.c:1751:6: note: byref variable will be forcibly initialized u64 p; ^ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/usb/dwc2/hcd_ddma.c:44: /kisskb/src/drivers/usb/dwc2/hcd_ddma.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_vq_avail_empty': /kisskb/src/drivers/vhost/vhost.c:2498:13: note: byref variable will be forcibly initialized __virtio16 avail_idx; ^~~~~~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_notify': /kisskb/src/drivers/vhost/vhost.c:2444:14: note: byref variable will be forcibly initialized __virtio16 flags; ^~~~~ /kisskb/src/drivers/vhost/vhost.c:2432:13: note: byref variable will be forcibly initialized __virtio16 event; ^~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_vq_init_access': /kisskb/src/drivers/vhost/vhost.c:2004:13: note: byref variable will be forcibly initialized __virtio16 last_used_idx; ^~~~~~~~~~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_enable_notify': /kisskb/src/drivers/vhost/vhost.c:2516:13: note: byref variable will be forcibly initialized __virtio16 avail_idx; ^~~~~~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_copy_from_user': /kisskb/src/drivers/vhost/vhost.c:868:19: note: byref variable will be forcibly initialized struct iov_iter f; ^ /kisskb/src/drivers/usb/dwc2/hcd_ddma.c: In function 'dwc2_recalc_initial_desc_idx': /kisskb/src/drivers/usb/dwc2/hcd_ddma.c:493:33: note: byref variable will be forcibly initialized u16 frame, fr_idx, fr_idx_tmp, skip_frames; ^~~~~~~~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'get_indirect': /kisskb/src/drivers/vhost/vhost.c:2107:18: note: byref variable will be forcibly initialized struct iov_iter from; ^~~~ /kisskb/src/drivers/vhost/vhost.c:2104:20: note: byref variable will be forcibly initialized struct vring_desc desc; ^~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_get_vq_desc': /kisskb/src/drivers/vhost/vhost.c:2208:13: note: byref variable will be forcibly initialized __virtio16 ring_head; ^~~~~~~~~ /kisskb/src/drivers/vhost/vhost.c:2207:13: note: byref variable will be forcibly initialized __virtio16 avail_idx; ^~~~~~~~~ /kisskb/src/drivers/vhost/vhost.c:2204:20: note: byref variable will be forcibly initialized struct vring_desc desc; ^~~~ /kisskb/src/drivers/media/i2c/upd64083.c: In function 'upd64083_log_status': /kisskb/src/drivers/usb/dwc2/hcd_ddma.c: In function 'dwc2_complete_non_isoc_xfer_ddma': /kisskb/src/drivers/media/i2c/upd64083.c:125:5: note: byref variable will be forcibly initialized u8 buf[7]; ^~~ /kisskb/src/drivers/usb/dwc2/hcd_ddma.c:1229:6: note: byref variable will be forcibly initialized int xfer_done; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/upd64083.c: In function 'upd64083_write': /kisskb/src/drivers/media/i2c/upd64083.c:64:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_copy_to_user': /kisskb/src/drivers/vhost/vhost.c:830:19: note: byref variable will be forcibly initialized struct iov_iter t; ^ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_add_used': /kisskb/src/drivers/vhost/vhost.c:2351:25: note: byref variable will be forcibly initialized struct vring_used_elem heads = { ^~~~~ /kisskb/src/drivers/md/raid5.c: In function 'set_syndrome_sources': /kisskb/src/drivers/md/raid5.c:1555:6: note: byref variable will be forcibly initialized int count; ^~~~~ /kisskb/src/drivers/md/raid5.c: In function 'activate_bit_delay': /kisskb/src/drivers/md/raid5.c:5294:19: note: byref variable will be forcibly initialized struct list_head head; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/md/raid5.c: In function 'print_raid5_conf': /kisskb/src/drivers/md/raid5.c:7829:8: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/media/i2c/ov02a10.c: In function 'ov02a10_check_hwcfg': /kisskb/src/drivers/media/i2c/ov02a10.c:814:6: note: byref variable will be forcibly initialized u32 clk_volt; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ov02a10.c: In function 'ov02a10_probe': /kisskb/src/drivers/media/i2c/ov02a10.c:861:15: note: byref variable will be forcibly initialized unsigned int rotation; ^~~~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'analyse_stripe': /kisskb/src/drivers/md/raid5.c:4605:7: note: byref variable will be forcibly initialized int bad_sectors; ^~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:4604:12: note: byref variable will be forcibly initialized sector_t first_bad; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/ov2685.c: In function 'ov2685_write_reg': /kisskb/src/drivers/media/i2c/ov2685.c:251:9: note: byref variable will be forcibly initialized __be32 val_be; ^~~~~~ /kisskb/src/drivers/media/i2c/ov2685.c:249:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/media/i2c/ov2685.c: In function 'ov2685_read_reg': /kisskb/src/drivers/media/i2c/ov2685.c:293:9: note: byref variable will be forcibly initialized __be16 reg_addr_be = cpu_to_be16(reg); ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov2685.c:292:9: note: byref variable will be forcibly initialized __be32 data_be = 0; ^~~~~~~ /kisskb/src/drivers/media/i2c/ov2685.c:290:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/media/i2c/ov2685.c: In function 'ov2685_check_sensor_id': /kisskb/src/drivers/media/i2c/ov2685.c:684:6: note: byref variable will be forcibly initialized u32 id = 0; ^~ /kisskb/src/drivers/md/raid5.c: In function 'async_copy_data': /kisskb/src/drivers/md/raid5.c:1314:26: note: byref variable will be forcibly initialized struct async_submit_ctl submit; ^~~~~~ /kisskb/src/drivers/md/raid5.c:1311:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^~~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_biofill': /kisskb/src/drivers/md/raid5.c:1411:26: note: byref variable will be forcibly initialized struct async_submit_ctl submit; ^~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_compute5': /kisskb/src/drivers/md/raid5.c:1507:26: note: byref variable will be forcibly initialized struct async_submit_ctl submit; ^~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_prexor5': /kisskb/src/drivers/md/raid5.c:1799:26: note: byref variable will be forcibly initialized struct async_submit_ctl submit; ^~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_compute6_1': /kisskb/src/drivers/md/raid5.c:1601:26: note: byref variable will be forcibly initialized struct async_submit_ctl submit; ^~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_prexor6': /kisskb/src/drivers/md/raid5.c:1840:26: note: byref variable will be forcibly initialized struct async_submit_ctl submit; ^~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_compute6_2': /kisskb/src/drivers/md/raid5.c:1670:26: note: byref variable will be forcibly initialized struct async_submit_ctl submit; ^~~~~~ /kisskb/src/drivers/md/raid5.c:1659:9: note: byref variable will be forcibly initialized int i, count, disks = sh->disks; ^~~~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_check_p': /kisskb/src/drivers/md/raid5.c:2157:26: note: byref variable will be forcibly initialized struct async_submit_ctl submit; ^~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_check_pq': /kisskb/src/drivers/md/raid5.c:2192:26: note: byref variable will be forcibly initialized struct async_submit_ctl submit; ^~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'defer_issue_bios': /kisskb/src/drivers/md/raid5.c:1033:18: note: byref variable will be forcibly initialized struct bio_list tmp = BIO_EMPTY_LIST; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_enum_frame_interval': /kisskb/src/drivers/md/raid5.c: In function 'ops_run_io': /kisskb/src/drivers/md/raid5.c:1137:8: note: byref variable will be forcibly initialized int bad_sectors; ^~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:1136:13: note: byref variable will be forcibly initialized sector_t first_bad; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c:2849:20: note: byref variable will be forcibly initialized struct v4l2_fract tpf; ^~~ /kisskb/src/drivers/md/raid5.c:1062:18: note: byref variable will be forcibly initialized struct bio_list pending_bios = BIO_EMPTY_LIST; ^~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_set_fmt': /kisskb/src/drivers/media/i2c/ov5640.c:2294:33: note: byref variable will be forcibly initialized const struct ov5640_mode_info *new_mode; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_read_reg': /kisskb/src/drivers/media/i2c/ov5640.c:686:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c:685:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_get_exposure': /kisskb/src/drivers/media/i2c/ov5640.c:1181:5: note: byref variable will be forcibly initialized u8 temp; ^~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_get_binning': /kisskb/src/drivers/media/i2c/ov5640.c:1500:5: note: byref variable will be forcibly initialized u8 temp; ^~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_read_reg16': /kisskb/src/drivers/media/i2c/ov5640.c:715:9: note: byref variable will be forcibly initialized u8 hi, lo; ^~ /kisskb/src/drivers/media/i2c/ov5640.c:715:5: note: byref variable will be forcibly initialized u8 hi, lo; ^~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_get_gain': /kisskb/src/drivers/media/i2c/ov5640.c:1223:6: note: byref variable will be forcibly initialized u16 gain; ^~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_get_vts': /kisskb/src/drivers/media/i2c/ov5640.c:1360:6: note: byref variable will be forcibly initialized u16 vts; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_get_hts': /kisskb/src/drivers/media/i2c/ov5640.c:1349:6: note: byref variable will be forcibly initialized u16 hts; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_get_sysclk': /kisskb/src/drivers/media/i2c/ov5640.c:1289:5: note: byref variable will be forcibly initialized u8 temp1, temp2; ^~~~~ /kisskb/src/drivers/media/i2c/ov5640.c:1287:6: note: byref variable will be forcibly initialized u32 sclk_rdiv_map[] = {1, 2, 4, 8}; ^~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'flush_deferred_bios': /kisskb/src/drivers/md/raid5.c:1017:18: note: byref variable will be forcibly initialized struct bio_list tmp = BIO_EMPTY_LIST; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_get_light_freq': /kisskb/src/drivers/media/i2c/ov5640.c:1378:11: note: byref variable will be forcibly initialized u8 temp, temp1; ^~~~~ /kisskb/src/drivers/media/i2c/ov5640.c:1378:5: note: byref variable will be forcibly initialized u8 temp, temp1; ^~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_write_reg': /kisskb/src/drivers/media/i2c/ov5640.c:660:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c:659:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_mod_reg': /kisskb/src/drivers/media/i2c/ov5640.c:743:5: note: byref variable will be forcibly initialized u8 readval; ^~~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_set_mipi_pclk': /kisskb/src/drivers/media/i2c/ov5640.c:990:19: note: byref variable will be forcibly initialized u8 prediv, mult, sysdiv; ^~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c:990:13: note: byref variable will be forcibly initialized u8 prediv, mult, sysdiv; ^~~~ /kisskb/src/drivers/media/i2c/ov5640.c:990:5: note: byref variable will be forcibly initialized u8 prediv, mult, sysdiv; ^~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_set_night_mode': /kisskb/src/drivers/media/i2c/ov5640.c:1336:5: note: byref variable will be forcibly initialized u8 mode; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c: In function 'raid5_quiesce': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:453:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:474:2: note: in expansion of macro '__wait_event_cmd' __wait_event_cmd(wq_head, condition, cmd1, cmd2); \ ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:8362:3: note: in expansion of macro 'wait_event_cmd' wait_event_cmd(conf->wait_for_quiescent, ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/md/raid5.c:8361:3: note: in expansion of macro 'smp_store_release' smp_store_release(&conf->quiesce, 2); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/md/raid5.c:53: /kisskb/src/drivers/md/raid5.c: In function 'sysfs_link_rdev': /kisskb/src/drivers/md/md.h:637:7: note: byref variable will be forcibly initialized char nm[20]; ^~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_set_ctrl_exposure': /kisskb/src/drivers/media/i2c/ov5640.c:2533:7: note: byref variable will be forcibly initialized u16 max_exp; ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_set_virtual_channel': /kisskb/src/drivers/media/i2c/ov5640.c:1534:5: note: byref variable will be forcibly initialized u8 temp, channel = virtual_channel; ^~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_init_slave_id': /kisskb/src/drivers/media/i2c/ov5640.c:632:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c:631:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_set_dvp_pclk': /kisskb/src/drivers/media/i2c/ov5640.c:1047:46: note: byref variable will be forcibly initialized u8 prediv, mult, sysdiv, pll_rdiv, bit_div, pclk_div; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c:1047:37: note: byref variable will be forcibly initialized u8 prediv, mult, sysdiv, pll_rdiv, bit_div, pclk_div; ^~~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c:1047:27: note: byref variable will be forcibly initialized u8 prediv, mult, sysdiv, pll_rdiv, bit_div, pclk_div; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c:1047:19: note: byref variable will be forcibly initialized u8 prediv, mult, sysdiv, pll_rdiv, bit_div, pclk_div; ^~~~~~ /kisskb/src/drivers/media/i2c/ov5640.c:1047:13: note: byref variable will be forcibly initialized u8 prediv, mult, sysdiv, pll_rdiv, bit_div, pclk_div; ^~~~ /kisskb/src/drivers/media/i2c/ov5640.c:1047:5: note: byref variable will be forcibly initialized u8 prediv, mult, sysdiv, pll_rdiv, bit_div, pclk_div; ^~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'raid5_store_rmw_level': /kisskb/src/drivers/md/raid5.c:6640:16: note: byref variable will be forcibly initialized unsigned long new; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_set_mode_exposure_calc': /kisskb/src/drivers/media/i2c/ov5640.c:1596:5: note: byref variable will be forcibly initialized u8 average; ^~~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'raid5_store_preread_threshold': /kisskb/src/drivers/md/raid5.c:6780:16: note: byref variable will be forcibly initialized unsigned long new; ^~~ /kisskb/src/drivers/md/raid5.c: In function 'raid5_store_skip_copy': /kisskb/src/drivers/md/raid5.c:6825:16: note: byref variable will be forcibly initialized unsigned long new; ^~~ /kisskb/src/drivers/md/raid5.c: In function 'raid5_store_group_thread_cnt': /kisskb/src/drivers/md/raid5.c:6896:6: note: byref variable will be forcibly initialized int group_cnt; ^~~~~~~~~ /kisskb/src/drivers/md/raid5.c:6895:25: note: byref variable will be forcibly initialized struct r5worker_group *new_groups, *old_groups; ^~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:6893:15: note: byref variable will be forcibly initialized unsigned int new; ^~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_check_chip_id': /kisskb/src/drivers/media/i2c/ov5640.c:3020:6: note: byref variable will be forcibly initialized u16 chip_id; ^~~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'raid5_release_stripe': /kisskb/src/drivers/md/raid5.c:386:19: note: byref variable will be forcibly initialized struct list_head list; ^~~~ /kisskb/src/drivers/md/raid5.c:385:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/media/i2c/ov5640.c: In function 'ov5640_probe': /kisskb/src/drivers/media/i2c/ov5640.c:3050:6: note: byref variable will be forcibly initialized u32 rotation; ^~~~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'setup_conf': /kisskb/src/drivers/md/raid5.c:7327:9: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/raid5.c:7164:7: note: byref variable will be forcibly initialized char pers_name[6]; ^~~~~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'raid5_store_stripe_size': /kisskb/src/drivers/md/raid5.c:6687:16: note: byref variable will be forcibly initialized unsigned long new; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c: In function 'resize_stripes': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:453:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:474:2: note: in expansion of macro '__wait_event_cmd' __wait_event_cmd(wq_head, condition, cmd1, cmd2); \ ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:2532:3: note: in expansion of macro 'wait_event_cmd' wait_event_cmd(conf->wait_for_stripe, ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c:2487:12: note: byref variable will be forcibly initialized LIST_HEAD(newstripes); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_reconstruct5': /kisskb/src/drivers/md/raid5.c:1981:26: note: byref variable will be forcibly initialized struct async_submit_ctl submit; ^~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'ops_run_reconstruct6': /kisskb/src/drivers/md/raid5.c:2076:26: note: byref variable will be forcibly initialized struct async_submit_ctl submit; ^~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'raid5_end_read_request': /kisskb/src/drivers/md/raid5.c:2668:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/raid5.c: In function 'raid5_end_write_request': /kisskb/src/drivers/md/raid5.c:2801:6: note: byref variable will be forcibly initialized int bad_sectors; ^~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:2800:11: note: byref variable will be forcibly initialized sector_t first_bad; ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c: In function 'raid5_add_disk': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:8036:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(p->replacement, rdev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:8020:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(p->rdev, rdev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'raid5_error': /kisskb/src/drivers/md/raid5.c:2875:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/raid5.c: In function 'stripe_set_idx': /kisskb/src/drivers/md/raid5.c:3539:6: note: byref variable will be forcibly initialized int dd_idx; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c: In function 'raid5_read_one_chunk': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:5469:3: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(conf->wait_for_quiescent, conf->quiesce == 0, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/drivers/md/raid5.c:5462:18: note: in expansion of macro 'smp_load_acquire' if (!did_inc || smp_load_acquire(&conf->quiesce) != 0) { ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:5402:19: note: byref variable will be forcibly initialized int bad_sectors, dd_idx; ^~~~~~ /kisskb/src/drivers/md/raid5.c:5402:6: note: byref variable will be forcibly initialized int bad_sectors, dd_idx; ^~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:5401:31: note: byref variable will be forcibly initialized sector_t sector, end_sector, first_bad; ^~~~~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'raid5_compute_blocknr': /kisskb/src/drivers/md/raid5.c:3132:21: note: byref variable will be forcibly initialized struct stripe_head sh2; ^~~ /kisskb/src/drivers/md/raid5.c:3130:6: note: byref variable will be forcibly initialized int dummy1, dd_idx = i; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c: In function 'raid5_get_active_stripe': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:735:5: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq( ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:715:3: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(conf->wait_for_quiescent, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clocksource/arm_arch_timer.c: In function 'arch_timer_mem_of_init': /kisskb/src/drivers/clocksource/arm_arch_timer.c:1542:7: note: byref variable will be forcibly initialized u32 n; ^ /kisskb/src/drivers/clocksource/arm_arch_timer.c:1528:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/clocksource/arm_arch_timer.c: In function 'kvm_arch_ptp_get_crosststamp': /kisskb/src/drivers/clocksource/arm_arch_timer.c:1742:23: note: byref variable will be forcibly initialized struct arm_smccc_res hvc_res; ^~~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'make_discard_request': /kisskb/src/drivers/md/raid5.c:5709:15: note: byref variable will be forcibly initialized DEFINE_WAIT(w); ^ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/drivers/md/raid5.c:5709:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(w); ^~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'raid5_make_request': /kisskb/src/drivers/md/raid5.c:5772:6: note: byref variable will be forcibly initialized int dd_idx; ^~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'handle_stripe_expansion': /kisskb/src/drivers/md/raid5.c:4526:28: note: byref variable will be forcibly initialized struct async_submit_ctl submit; ^~~~~~ /kisskb/src/drivers/md/raid5.c:4524:8: note: byref variable will be forcibly initialized int dd_idx, j; ^~~~~~ /kisskb/src/drivers/md/raid5.c:4519:34: note: byref variable will be forcibly initialized struct dma_async_tx_descriptor *tx = NULL; ^~ /kisskb/src/drivers/hwmon/pmbus/tps53679.c: In function 'tps53679_identify_chip': /kisskb/src/drivers/hwmon/pmbus/tps53679.c:91:5: note: byref variable will be forcibly initialized u8 buf[I2C_SMBUS_BLOCK_MAX]; ^~~ /kisskb/src/drivers/hwmon/pmbus/tps53679.c: In function 'tps53676_identify': /kisskb/src/drivers/hwmon/pmbus/tps53679.c:152:5: note: byref variable will be forcibly initialized u8 buf[I2C_SMBUS_BLOCK_MAX]; ^~~ /kisskb/src/drivers/md/raid5.c: In function 'handle_stripe': /kisskb/src/drivers/md/raid5.c:4880:27: note: byref variable will be forcibly initialized struct stripe_head_state s; ^ /kisskb/src/drivers/md/raid5.c: In function 'retry_aligned_read': /kisskb/src/drivers/md/raid5.c:6322:6: note: byref variable will be forcibly initialized int dd_idx; ^~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'raid5d': /kisskb/src/drivers/md/raid5.c:6490:16: note: byref variable will be forcibly initialized unsigned int offset; ^~~~~~ /kisskb/src/drivers/md/raid5.c:6478:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c: In function 'raid5_do_work': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:6448:3: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(mddev->sb_wait, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:6430:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c: In function 'reshape_request': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:6199:3: note: in expansion of macro 'wait_event' wait_event(mddev->sb_wait, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:6181:3: note: in expansion of macro 'wait_event' wait_event(conf->wait_for_overlap, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:6093:3: note: in expansion of macro 'wait_event' wait_event(mddev->sb_wait, mddev->sb_flags == 0 || ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:6074:3: note: in expansion of macro 'wait_event' wait_event(conf->wait_for_overlap, ^~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:5968:19: note: byref variable will be forcibly initialized struct list_head stripes; ^~~~~~~ /kisskb/src/drivers/md/raid5.c:5964:6: note: byref variable will be forcibly initialized int dd_idx; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/raid5.c:38: /kisskb/src/drivers/md/raid5.c: In function 'raid5_sync_request': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:6243:2: note: in expansion of macro 'wait_event' wait_event(conf->wait_for_overlap, conf->quiesce != 2); ^~~~~~~~~~ /kisskb/src/drivers/md/raid5.c:6220:11: note: byref variable will be forcibly initialized sector_t sync_blocks; ^~~~~~~~~~~ /kisskb/src/drivers/md/raid5.c: In function 'raid5_store_stripe_cache_size': /kisskb/src/drivers/md/raid5.c:6601:16: note: byref variable will be forcibly initialized unsigned long new; ^~~ /kisskb/src/drivers/hwmon/pmbus/ucd9200.c: In function 'ucd9200_probe': /kisskb/src/drivers/hwmon/pmbus/ucd9200.c:76:5: note: byref variable will be forcibly initialized u8 block_buffer[I2C_SMBUS_BLOCK_MAX + 1]; ^~~~~~~~~~~~ /kisskb/src/drivers/clocksource/timer-sp804.c: In function 'sp804_of_init': /kisskb/src/drivers/clocksource/timer-sp804.c:258:6: note: byref variable will be forcibly initialized u32 irq_num = 0; ^~~~~~~ /kisskb/src/drivers/usb/dwc2/gadget.c: In function 'dwc2_gadget_fill_nonisoc_xfer_ddma_one': /kisskb/src/drivers/usb/dwc2/gadget.c:812:6: note: byref variable will be forcibly initialized u32 mask = 0; ^~~~ /kisskb/src/drivers/of/device.c: In function 'of_dma_configure_id': /kisskb/src/drivers/of/device.c:115:31: note: byref variable will be forcibly initialized const struct bus_dma_region *map = NULL; ^~~ /kisskb/src/drivers/usb/dwc2/gadget.c: In function 'dwc2_gadget_fill_isoc_desc': /kisskb/src/drivers/usb/dwc2/gadget.c:916:6: note: byref variable will be forcibly initialized u32 mask = 0; ^~~~ /kisskb/src/drivers/i2c/i2c-smbus.c: In function 'smbus_alert': /kisskb/src/drivers/i2c/i2c-smbus.c:75:21: note: byref variable will be forcibly initialized struct alert_data data; ^~~~ /kisskb/src/drivers/usb/dwc2/gadget.c: In function 'dwc2_gadget_config_nonisoc_xfer_ddma': /kisskb/src/drivers/usb/dwc2/gadget.c:873:24: note: byref variable will be forcibly initialized struct dwc2_dma_desc *desc = hs_ep->desc_list; ^~~~ /kisskb/src/drivers/firmware/arm_scmi/system.c: In function 'scmi_system_request_notify': /kisskb/src/drivers/firmware/arm_scmi/system.c:40:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/system.c: In function 'scmi_system_protocol_init': /kisskb/src/drivers/firmware/arm_scmi/system.c:116:6: note: byref variable will be forcibly initialized u32 version; ^~~~~~~ /kisskb/src/drivers/usb/dwc2/gadget.c: In function 'dwc2_hsotg_ep_queue': /kisskb/src/drivers/usb/dwc2/gadget.c:1412:6: note: byref variable will be forcibly initialized u32 mask = 0; ^~~~ /kisskb/src/drivers/usb/dwc2/gadget.c: In function 'dwc2_hsotg_process_req_status': /kisskb/src/drivers/usb/dwc2/gadget.c:1672:9: note: byref variable will be forcibly initialized __le16 reply; ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/hid/hid-core.c:17: /kisskb/src/drivers/hid/hid-core.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:155:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/hid/hid-core.c:17: /kisskb/src/drivers/hid/hid-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_scan_report': /kisskb/src/drivers/hid/hid-core.c:870:18: note: byref variable will be forcibly initialized struct hid_item item; ^~~~ /kisskb/src/drivers/hid/hid-core.c: In function 'new_id_store': /kisskb/src/drivers/hid/hid-core.c:2149:16: note: byref variable will be forcibly initialized unsigned long driver_data = 0; ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-core.c:2148:21: note: byref variable will be forcibly initialized __u32 bus, vendor, product; ^~~~~~~ /kisskb/src/drivers/hid/hid-core.c:2148:13: note: byref variable will be forcibly initialized __u32 bus, vendor, product; ^~~~~~ /kisskb/src/drivers/hid/hid-core.c:2148:8: note: byref variable will be forcibly initialized __u32 bus, vendor, product; ^~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_open_report': /kisskb/src/drivers/hid/hid-core.c:1194:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /kisskb/src/drivers/hid/hid-core.c:1193:18: note: byref variable will be forcibly initialized struct hid_item item; ^~~~ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_request_notify': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:569:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_trip_point_config': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:609:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_reading_get_timestamped': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:765:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_connect': /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_config_get': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:633:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/hid/hid-core.c:1938:7: note: byref variable will be forcibly initialized char buf[64] = ""; ^~~ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_config_set': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:658:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_reading_get': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:701:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:210:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ In file included from /kisskb/src/include/linux/scmi_protocol.h:12, from /kisskb/src/drivers/firmware/arm_scmi/sensors.c:12: /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_update_intervals': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:246:20: note: byref variable will be forcibly initialized struct scmi_xfer *ti; ^~ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_axis_description': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:335:20: note: byref variable will be forcibly initialized struct scmi_xfer *te; ^~ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_description_get': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:427:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/media/i2c/ov5695.c: In function 'ov5695_write_reg': /kisskb/src/drivers/media/i2c/ov5695.c:711:9: note: byref variable will be forcibly initialized __be32 val_be; ^~~~~~ /kisskb/src/drivers/media/i2c/ov5695.c:709:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensors_protocol_init': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:965:6: note: byref variable will be forcibly initialized u32 version; ^~~~~~~ /kisskb/src/drivers/media/i2c/ov5695.c: In function 'ov5695_read_reg': /kisskb/src/drivers/media/i2c/ov5695.c:753:9: note: byref variable will be forcibly initialized __be16 reg_addr_be = cpu_to_be16(reg); ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov5695.c:752:9: note: byref variable will be forcibly initialized __be32 data_be = 0; ^~~~~~~ /kisskb/src/drivers/media/i2c/ov5695.c:750:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/media/i2c/ov5695.c: In function 'ov5695_check_sensor_id': /kisskb/src/drivers/media/i2c/ov5695.c:1243:6: note: byref variable will be forcibly initialized u32 id = 0; ^~ /kisskb/src/drivers/media/i2c/ov5647.c: In function 'ov5647_write': /kisskb/src/drivers/media/i2c/ov5647.c:601:16: note: byref variable will be forcibly initialized unsigned char data[3] = { reg >> 8, reg & 0xff, val}; ^~~~ /kisskb/src/drivers/media/i2c/ov5647.c: In function 'ov5647_write16': /kisskb/src/drivers/media/i2c/ov5647.c:585:16: note: byref variable will be forcibly initialized unsigned char data[4] = { reg >> 8, reg & 0xff, val >> 8, val & 0xff}; ^~~~ /kisskb/src/drivers/media/i2c/ov5647.c: In function 'ov5647_read': /kisskb/src/drivers/media/i2c/ov5647.c:617:16: note: byref variable will be forcibly initialized unsigned char data_w[2] = { reg >> 8, reg & 0xff }; ^~~~~~ /kisskb/src/drivers/media/i2c/ov5647.c: In function 'ov5647_set_virtual_channel': /kisskb/src/drivers/media/i2c/ov5647.c:654:5: note: byref variable will be forcibly initialized u8 channel_id; ^~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov5647.c: In function 'ov5647_s_autogain': /kisskb/src/drivers/media/i2c/ov5647.c:1134:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/media/i2c/ov5647.c: In function 'ov5647_s_exposure_auto': /kisskb/src/drivers/media/i2c/ov5647.c:1148:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/media/i2c/ov5647.c: In function 'ov5647_power_off': /kisskb/src/drivers/media/i2c/ov5647.c:798:5: note: byref variable will be forcibly initialized u8 rdval; ^~~~~ /kisskb/src/drivers/media/i2c/ov5647.c: In function 'ov5647_set_mode': /kisskb/src/drivers/media/i2c/ov5647.c:671:15: note: byref variable will be forcibly initialized u8 resetval, rdval; ^~~~~ /kisskb/src/drivers/media/i2c/ov5647.c:671:5: note: byref variable will be forcibly initialized u8 resetval, rdval; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ov5647.c: In function 'ov5647_detect': /kisskb/src/drivers/media/i2c/ov5647.c:1078:5: note: byref variable will be forcibly initialized u8 read; ^~~~ /kisskb/src/drivers/usb/dwc2/debugfs.c: In function 'dr_mode_show': /kisskb/src/drivers/usb/dwc2/debugfs.c:765:14: note: byref variable will be forcibly initialized const char *dr_mode = ""; ^~~~~~~ /kisskb/src/drivers/usb/dwc2/debugfs.c: In function 'params_show': /kisskb/src/drivers/usb/dwc2/debugfs.c:717:8: note: byref variable will be forcibly initialized char str[32]; ^~~ /kisskb/src/drivers/usb/dwc2/debugfs.c: In function 'testmode_write': /kisskb/src/drivers/usb/dwc2/debugfs.c:34:9: note: byref variable will be forcibly initialized char buf[32]; ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-timer.c: In function 'led_delay_off_store': /kisskb/src/drivers/leds/trigger/ledtrig-timer.c:55:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-timer.c: In function 'led_delay_on_store': /kisskb/src/drivers/leds/trigger/ledtrig-timer.c:30:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-timer.c: In function 'pattern_init': /kisskb/src/drivers/leds/trigger/ledtrig-timer.c:81:15: note: byref variable will be forcibly initialized unsigned int size = 0; ^~~~ /kisskb/src/drivers/firmware/arm_scmi/voltage.c: In function 'scmi_protocol_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/voltage.c:67:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/voltage.c: In function 'scmi_voltage_level_set': /kisskb/src/drivers/firmware/arm_scmi/voltage.c:277:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/voltage.c: In function '__scmi_voltage_get_u32': /kisskb/src/drivers/firmware/arm_scmi/voltage.c:221:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ /kisskb/src/drivers/firmware/arm_scmi/voltage.c: In function 'scmi_voltage_config_set': /kisskb/src/drivers/firmware/arm_scmi/voltage.c:244:20: note: byref variable will be forcibly initialized struct scmi_xfer *t; ^ In file included from /kisskb/src/include/linux/scmi_protocol.h:12, from /kisskb/src/drivers/firmware/arm_scmi/voltage.c:9: /kisskb/src/drivers/firmware/arm_scmi/voltage.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/voltage.c: In function 'scmi_voltage_descriptors_get': /kisskb/src/drivers/firmware/arm_scmi/voltage.c:117:25: note: byref variable will be forcibly initialized struct scmi_xfer *td, *tl; ^~ /kisskb/src/drivers/firmware/arm_scmi/voltage.c:117:20: note: byref variable will be forcibly initialized struct scmi_xfer *td, *tl; ^~ /kisskb/src/drivers/firmware/arm_scmi/voltage.c: In function 'scmi_voltage_protocol_init': /kisskb/src/drivers/media/i2c/ov7251.c: In function 'ov7251_write_reg': /kisskb/src/drivers/firmware/arm_scmi/voltage.c:338:6: note: byref variable will be forcibly initialized u32 version; ^~~~~~~ /kisskb/src/drivers/media/i2c/ov7251.c:626:5: note: byref variable will be forcibly initialized u8 regbuf[3]; ^~~~~~ /kisskb/src/drivers/media/i2c/ov7251.c: In function 'ov7251_write_seq_regs': /kisskb/src/drivers/media/i2c/ov7251.c:646:5: note: byref variable will be forcibly initialized u8 regbuf[5]; ^~~~~~ /kisskb/src/drivers/media/i2c/ov7251.c: In function 'ov7251_set_exposure': /kisskb/src/drivers/media/i2c/ov7251.c:697:5: note: byref variable will be forcibly initialized u8 val[3]; ^~~ /kisskb/src/drivers/media/i2c/ov7251.c: In function 'ov7251_set_gain': /kisskb/src/drivers/media/i2c/ov7251.c:710:5: note: byref variable will be forcibly initialized u8 val[2]; ^~~ /kisskb/src/drivers/media/i2c/ov7251.c: In function 'ov7251_read_reg': /kisskb/src/drivers/media/i2c/ov7251.c:671:5: note: byref variable will be forcibly initialized u8 regbuf[2]; ^~~~~~ /kisskb/src/drivers/media/i2c/ov7251.c: In function 'ov7251_probe': /kisskb/src/drivers/media/i2c/ov7251.c:1262:32: note: byref variable will be forcibly initialized u8 chip_id_high, chip_id_low, chip_rev; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ov7251.c:1262:19: note: byref variable will be forcibly initialized u8 chip_id_high, chip_id_low, chip_rev; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov7251.c:1262:5: note: byref variable will be forcibly initialized u8 chip_id_high, chip_id_low, chip_rev; ^~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_calc_cmatrix': /kisskb/src/drivers/media/i2c/ov7670.c:1379:21: note: byref variable will be forcibly initialized int sinth, costh, tmpmatrix[CMATRIX_LEN]; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_read_i2c': /kisskb/src/drivers/media/i2c/ov7670.c:512:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/i2c/ov7670.c:511:5: note: byref variable will be forcibly initialized u8 data = reg; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_g_gain': /kisskb/src/drivers/media/i2c/ov7670.c:1474:16: note: byref variable will be forcibly initialized unsigned char gain; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_write_i2c': /kisskb/src/drivers/media/i2c/ov7670.c:545:16: note: byref variable will be forcibly initialized unsigned char data[2] = { reg, value }; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c:544:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_s_brightness': /kisskb/src/drivers/media/i2c/ov7670.c:1419:16: note: byref variable will be forcibly initialized unsigned char com8 = 0, v; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_store_cmatrix': /kisskb/src/drivers/media/i2c/ov7670.c:1286:16: note: byref variable will be forcibly initialized unsigned char signbits = 0; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_s_sat_hue': /kisskb/src/drivers/media/i2c/ov7670.c:1399:6: note: byref variable will be forcibly initialized int matrix[CMATRIX_LEN]; ^~~~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_s_gain': /kisskb/src/drivers/media/i2c/ov7670.c:1486:16: note: byref variable will be forcibly initialized unsigned char com8; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_s_autogain': /kisskb/src/drivers/media/i2c/ov7670.c:1504:16: note: byref variable will be forcibly initialized unsigned char com8; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_s_exp': /kisskb/src/drivers/media/i2c/ov7670.c:1520:34: note: byref variable will be forcibly initialized unsigned char com1, com8, aech, aechh; ^~~~~ /kisskb/src/drivers/media/i2c/ov7670.c:1520:22: note: byref variable will be forcibly initialized unsigned char com1, com8, aech, aechh; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c:1520:16: note: byref variable will be forcibly initialized unsigned char com1, com8, aech, aechh; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_s_autoexp': /kisskb/src/drivers/media/i2c/ov7670.c:1547:16: note: byref variable will be forcibly initialized unsigned char com8; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_update_bits': /kisskb/src/drivers/media/i2c/ov7670.c:585:16: note: byref variable will be forcibly initialized unsigned char orig; ^~~~ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_detect': /kisskb/src/drivers/media/i2c/ov7670.c:629:16: note: byref variable will be forcibly initialized unsigned char v; ^ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_s_vflip': /kisskb/src/drivers/media/i2c/ov7670.c:1451:16: note: byref variable will be forcibly initialized unsigned char v = 0; ^ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_s_hflip': /kisskb/src/drivers/media/i2c/ov7670.c:1435:16: note: byref variable will be forcibly initialized unsigned char v = 0; ^ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_set_hw': /kisskb/src/drivers/media/i2c/ov7670.c:926:16: note: byref variable will be forcibly initialized unsigned char v; ^ /kisskb/src/drivers/media/i2c/ov7670.c: In function 'ov7670_probe': /kisskb/src/drivers/media/i2c/ov7670.c:1854:20: note: byref variable will be forcibly initialized struct v4l2_fract tpf; ^~~ /kisskb/src/drivers/input/misc/88pm80x_onkey.c: In function 'pm80x_onkey_handler': /kisskb/src/drivers/input/misc/88pm80x_onkey.c:47:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/md/md-multipath.c: In function 'print_multipath_conf': /kisskb/src/drivers/md/md-multipath.c:203:8: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/md-multipath.c: In function 'multipath_error': /kisskb/src/drivers/md/md-multipath.c:160:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/md-multipath.c:14: /kisskb/src/drivers/md/md-multipath.c: In function 'multipath_add_disk': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md-multipath.c:239:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(p->rdev, rdev); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md-multipath.c: In function 'multipathd': /kisskb/src/drivers/md/md-multipath.c:302:8: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/md-multipath.c: In function 'multipath_end_request': /kisskb/src/drivers/md/md-multipath.c:90:8: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/md/md-multipath.c:14: /kisskb/src/drivers/md/md-multipath.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/i2c/ov772x.c: In function 'ov772x_set_fmt': /kisskb/src/drivers/media/i2c/ov772x.c:1207:32: note: byref variable will be forcibly initialized const struct ov772x_win_size *win; ^~~ /kisskb/src/drivers/media/i2c/ov772x.c:1206:36: note: byref variable will be forcibly initialized const struct ov772x_color_format *cfmt; ^~~~ /kisskb/src/drivers/media/i2c/ov772x.c: In function 'ov772x_video_probe': /kisskb/src/drivers/media/i2c/ov772x.c:1258:27: note: byref variable will be forcibly initialized int pid, ver, midh, midl; ^~~~ /kisskb/src/drivers/media/i2c/ov772x.c:1258:21: note: byref variable will be forcibly initialized int pid, ver, midh, midl; ^~~~ /kisskb/src/drivers/media/i2c/ov772x.c:1258:16: note: byref variable will be forcibly initialized int pid, ver, midh, midl; ^~~ /kisskb/src/drivers/media/i2c/ov772x.c:1258:11: note: byref variable will be forcibly initialized int pid, ver, midh, midl; ^~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_use_com_int': /kisskb/src/drivers/input/misc/ad714x.c:129:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_use_thr_int': /kisskb/src/drivers/input/misc/ad714x.c:146:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_hw_init': /kisskb/src/drivers/input/misc/ad714x.c:916:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/input/misc/atc260x-onkey.c: In function 'atc260x_onkey_query': /kisskb/src/drivers/input/misc/atc260x-onkey.c:104:11: note: byref variable will be forcibly initialized int ret, key_down; ^~~~~~~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_hw_detect': /kisskb/src/drivers/input/misc/ad714x.c:872:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/input/misc/atc260x-onkey.c: In function 'atc260x_onkey_probe': /kisskb/src/drivers/input/misc/atc260x-onkey.c:197:6: note: byref variable will be forcibly initialized int val, error; ^~~ /kisskb/src/drivers/hwmon/pmbus/zl6100.c: In function 'zl6100_probe': /kisskb/src/drivers/hwmon/pmbus/zl6100.c:323:5: note: byref variable will be forcibly initialized u8 device_id[I2C_SMBUS_BLOCK_MAX + 1]; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/ov7740.c: In function 'ov7740_set_fmt': /kisskb/src/drivers/media/i2c/ov7740.c:809:33: note: byref variable will be forcibly initialized const struct ov7740_framesize *fsize; ^~~~~ /kisskb/src/drivers/media/i2c/ov7740.c:808:30: note: byref variable will be forcibly initialized const struct ov7740_pixfmt *ovfmt; ^~~~~ /kisskb/src/drivers/media/i2c/ov7740.c: In function 'ov7740_detect': /kisskb/src/drivers/media/i2c/ov7740.c:944:33: note: byref variable will be forcibly initialized unsigned int midh, midl, pidh, pidl; ^~~~ /kisskb/src/drivers/media/i2c/ov7740.c:944:27: note: byref variable will be forcibly initialized unsigned int midh, midl, pidh, pidl; ^~~~ /kisskb/src/drivers/media/i2c/ov7740.c:944:21: note: byref variable will be forcibly initialized unsigned int midh, midl, pidh, pidl; ^~~~ /kisskb/src/drivers/media/i2c/ov7740.c:944:15: note: byref variable will be forcibly initialized unsigned int midh, midl, pidh, pidl; ^~~~ /kisskb/src/drivers/media/i2c/ov7740.c: In function 'ov7740_get_gain': /kisskb/src/drivers/media/i2c/ov7740.c:433:23: note: byref variable will be forcibly initialized unsigned int value0, value1; ^~~~~~ /kisskb/src/drivers/media/i2c/ov7740.c:433:15: note: byref variable will be forcibly initialized unsigned int value0, value1; ^~~~~~ /kisskb/src/drivers/media/i2c/ov7740.c: In function 'ov7740_get_exp': /kisskb/src/drivers/media/i2c/ov7740.c:454:23: note: byref variable will be forcibly initialized unsigned int value0, value1; ^~~~~~ /kisskb/src/drivers/media/i2c/ov7740.c:454:15: note: byref variable will be forcibly initialized unsigned int value0, value1; ^~~~~~ /kisskb/src/drivers/media/i2c/ov7740.c: In function 'ov7740_set_white_balance': /kisskb/src/drivers/media/i2c/ov7740.c:338:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/media/i2c/ov7740.c: In function 'ov7740_set_autogain': /kisskb/src/drivers/media/i2c/ov7740.c:395:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/media/i2c/ov7740.c: In function 'ov7740_set_autoexp': /kisskb/src/drivers/media/i2c/ov7740.c:492:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/hwmon/pmbus/pim4328.c: In function 'pim4328_probe': /kisskb/src/drivers/hwmon/pmbus/pim4328.c:136:5: note: byref variable will be forcibly initialized u8 device_id[I2C_SMBUS_BLOCK_MAX + 1]; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/ov8865.c: In function 'ov8865_write': /kisskb/src/drivers/media/i2c/ov8865.c:1319:16: note: byref variable will be forcibly initialized unsigned char data[3] = { address >> 8, address & 0xff, value }; ^~~~ /kisskb/src/drivers/media/i2c/ov8865.c: In function 'ov8865_read': /kisskb/src/drivers/media/i2c/ov8865.c:1296:16: note: byref variable will be forcibly initialized unsigned char data[2] = { address >> 8, address & 0xff }; ^~~~ /kisskb/src/drivers/media/i2c/ov8865.c: In function 'ov8865_chip_id_check': /kisskb/src/drivers/media/i2c/ov8865.c:1393:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/media/i2c/ov8865.c:1390:5: note: byref variable will be forcibly initialized u8 values[] = { OV8865_CHIP_ID_HH_VALUE, OV8865_CHIP_ID_H_VALUE, ^~~~~~ /kisskb/src/drivers/media/i2c/ov8865.c:1388:6: note: byref variable will be forcibly initialized u16 regs[] = { OV8865_CHIP_ID_HH_REG, OV8865_CHIP_ID_H_REG, ^~~~ /kisskb/src/drivers/media/i2c/ov8865.c: In function 'ov8865_update_bits': /kisskb/src/drivers/media/i2c/ov8865.c:1356:5: note: byref variable will be forcibly initialized u8 value = 0; ^~~~~ /kisskb/src/drivers/media/i2c/ov9282.c: In function 'ov9282_detect': /kisskb/src/drivers/media/i2c/ov9282.c:755:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c: In function 'led_invert_store': /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c:51:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c: In function 'led_delay_off_store': /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c:104:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c: In function 'led_delay_on_store': /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c:80:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c: In function 'pattern_init': /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c:133:15: note: byref variable will be forcibly initialized unsigned int size = 0; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/include/linux/cgroup.h:26, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/include/linux/suspend.h:5, from /kisskb/src/include/linux/regulator/consumer.h:35, from /kisskb/src/include/linux/amba/bus.h:19, from /kisskb/src/drivers/of/platform.c:14: /kisskb/src/drivers/of/platform.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/of/platform.c: In function 'of_device_make_bus_id': /kisskb/src/drivers/of/platform.c:79:6: note: byref variable will be forcibly initialized u32 mask; ^~~~ /kisskb/src/drivers/of/platform.c: In function 'of_dev_lookup': /kisskb/src/drivers/of/platform.c:301:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/of/platform.c: In function 'of_device_alloc': /kisskb/src/drivers/of/platform.c:118:24: note: byref variable will be forcibly initialized struct resource *res, temp_res; ^~~~~~~~ /kisskb/src/drivers/of/platform.c: In function 'of_platform_notify': /kisskb/src/drivers/of/platform.c:677:7: note: byref variable will be forcibly initialized bool children_left; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/i2c/i2c-mux.c:22: /kisskb/src/drivers/i2c/i2c-mux.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/i2c/i2c-mux.c: In function 'i2c_mux_add_adapter': /kisskb/src/drivers/i2c/i2c-mux.c:357:7: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/i2c/i2c-mux.c:288:7: note: byref variable will be forcibly initialized char symlink_name[20]; ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-mux.c: In function 'i2c_mux_del_adapters': /kisskb/src/drivers/i2c/i2c-mux.c:442:7: note: byref variable will be forcibly initialized char symlink_name[20]; ^~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov13858.c: In function 'ov13858_write_reg': /kisskb/src/drivers/media/i2c/ov13858.c:1097:9: note: byref variable will be forcibly initialized __be32 val; ^~~ /kisskb/src/drivers/media/i2c/ov13858.c:1096:5: note: byref variable will be forcibly initialized u8 buf[6], *val_p; ^~~ /kisskb/src/drivers/media/i2c/ov13858.c: In function 'ov13858_read_reg': /kisskb/src/drivers/media/i2c/ov13858.c:1063:9: note: byref variable will be forcibly initialized __be16 reg_addr_be = cpu_to_be16(reg); ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov13858.c:1062:9: note: byref variable will be forcibly initialized __be32 data_be = 0; ^~~~~~~ /kisskb/src/drivers/media/i2c/ov13858.c:1059:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/media/i2c/ov13858.c: In function 'ov13858_identify_module': /kisskb/src/drivers/media/i2c/ov13858.c:1541:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/ov13858.c: In function 'ov13858_enable_test_pattern': /kisskb/src/drivers/media/i2c/ov13858.c:1194:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/ov13858.c: In function 'ov13858_init_controls': /kisskb/src/drivers/media/i2c/ov13858.c:1597:39: note: byref variable will be forcibly initialized struct v4l2_fwnode_device_properties props; ^~~~~ /kisskb/src/drivers/media/i2c/ov13858.c: In function 'ov13858_probe': /kisskb/src/drivers/media/i2c/ov13858.c:1706:6: note: byref variable will be forcibly initialized u32 val = 0; ^~~ /kisskb/src/drivers/firmware/arm_scmi/mailbox.c: In function 'mailbox_chan_setup': /kisskb/src/drivers/firmware/arm_scmi/mailbox.c:65:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/input/misc/ati_remote2.c: In function 'ati_remote2_set_mask': /kisskb/src/drivers/input/misc/ati_remote2.c:40:15: note: byref variable will be forcibly initialized unsigned int mask; ^~~~ /kisskb/src/drivers/input/misc/ati_remote2.c: In function 'ati_remote2_store_mode_mask': /kisskb/src/drivers/input/misc/ati_remote2.c:768:15: note: byref variable will be forcibly initialized unsigned int mask; ^~~~ /kisskb/src/drivers/input/misc/ati_remote2.c: In function 'ati_remote2_store_channel_mask': /kisskb/src/drivers/input/misc/ati_remote2.c:718:15: note: byref variable will be forcibly initialized unsigned int mask; ^~~~ /kisskb/src/drivers/firmware/arm_scmi/virtio.c: In function 'virtio_send_message': /kisskb/src/drivers/firmware/arm_scmi/virtio.c:314:22: note: byref variable will be forcibly initialized struct scatterlist *sgs[DESCRIPTORS_PER_TX_MSG] = { &sg_out, &sg_in }; ^~~ /kisskb/src/drivers/firmware/arm_scmi/virtio.c:313:21: note: byref variable will be forcibly initialized struct scatterlist sg_in; ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/virtio.c:312:21: note: byref variable will be forcibly initialized struct scatterlist sg_out; ^~~~~~ In file included from /kisskb/src/include/linux/virtio.h:9, from /kisskb/src/drivers/firmware/arm_scmi/virtio.c:22: /kisskb/src/drivers/firmware/arm_scmi/virtio.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/virtio.c: In function 'scmi_vio_feed_vq_rx': /kisskb/src/drivers/firmware/arm_scmi/virtio.c:88:21: note: byref variable will be forcibly initialized struct scatterlist sg_in; ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/virtio.c: In function 'scmi_vio_probe': /kisskb/src/drivers/firmware/arm_scmi/virtio.c:390:20: note: byref variable will be forcibly initialized struct virtqueue *vqs[VIRTIO_SCMI_VQ_MAX_CNT]; ^~~ /kisskb/src/drivers/firmware/arm_scmi/virtio.c: In function 'scmi_vio_complete_cb': /kisskb/src/drivers/firmware/arm_scmi/virtio.c:123:15: note: byref variable will be forcibly initialized unsigned int length; ^~~~~~ /kisskb/src/drivers/input/misc/ati_remote2.c: In function 'ati_remote2_setkeycode': /kisskb/src/drivers/input/misc/ati_remote2.c:530:15: note: byref variable will be forcibly initialized unsigned int scancode; ^~~~~~~~ /kisskb/src/drivers/input/misc/ati_remote2.c: In function 'ati_remote2_getkeycode': /kisskb/src/drivers/input/misc/ati_remote2.c:488:15: note: byref variable will be forcibly initialized unsigned int scancode; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ov13b10.c: In function 'ov13b10_write_reg': /kisskb/src/drivers/media/i2c/ov13b10.c:639:9: note: byref variable will be forcibly initialized __be32 val; ^~~ /kisskb/src/drivers/media/i2c/ov13b10.c:638:5: note: byref variable will be forcibly initialized u8 buf[6], *val_p; ^~~ /kisskb/src/drivers/media/i2c/ov13b10.c: In function 'ov13b10_check_hwcfg': /kisskb/src/drivers/media/i2c/ov13b10.c:1318:6: note: byref variable will be forcibly initialized u32 ext_clk; ^~~~~~~ /kisskb/src/drivers/media/i2c/ov13b10.c: In function 'ov13b10_read_reg': /kisskb/src/drivers/media/i2c/ov13b10.c:605:9: note: byref variable will be forcibly initialized __be16 reg_addr_be = cpu_to_be16(reg); ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/ov13b10.c:604:9: note: byref variable will be forcibly initialized __be32 data_be = 0; ^~~~~~~ /kisskb/src/drivers/media/i2c/ov13b10.c:601:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/media/i2c/ov13b10.c: In function 'ov13b10_identify_module': /kisskb/src/drivers/media/i2c/ov13b10.c:1152:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/ov13b10.c: In function 'ov13b10_enable_test_pattern': /kisskb/src/drivers/media/i2c/ov13b10.c:744:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/ov13b10.c: In function 'ov13b10_set_ctrl_hflip': /kisskb/src/drivers/media/i2c/ov13b10.c:766:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/ov13b10.c: In function 'ov13b10_set_ctrl_vflip': /kisskb/src/drivers/media/i2c/ov13b10.c:797:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/ov13b10.c: In function 'ov13b10_init_controls': /kisskb/src/drivers/media/i2c/ov13b10.c:1196:39: note: byref variable will be forcibly initialized struct v4l2_fwnode_device_properties props; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/greybus/greybus_trace.h:501, from /kisskb/src/drivers/greybus/core.c:13: /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_message': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_message, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_message, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_operation': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_operation, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_operation, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_connection': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_connection, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_connection, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_bundle': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:237:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_bundle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:237:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_bundle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_interface': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:292:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_interface, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:292:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_interface, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_module': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_module, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_module, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_host_device': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:429:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_host_device, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:429:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_host_device, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/greybus/greybus_trace.h:501, from /kisskb/src/drivers/greybus/core.c:13: /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_message': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_message, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_operation': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_operation, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_connection': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_connection, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_bundle': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:237:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_bundle, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_interface': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:292:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_interface, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_module': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_module, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_host_device': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:429:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(gb_host_device, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/md-bitmap.c:19: /kisskb/src/drivers/md/md-bitmap.c: In function 'md_bitmap_wait_writes': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c:429:3: note: in expansion of macro 'wait_event' wait_event(bitmap->write_wait, ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/md/md-bitmap.c:19: /kisskb/src/drivers/md/md-bitmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'md_bitmap_set_memory_bits': /kisskb/src/drivers/md/md-bitmap.c:1667:11: note: byref variable will be forcibly initialized sector_t secs; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/md-bitmap.c:19: /kisskb/src/drivers/md/md-bitmap.c: In function 'read_page': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c:404:2: note: in expansion of macro 'wait_event' wait_event(bitmap->write_wait, ^~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c:359:11: note: byref variable will be forcibly initialized sector_t block, blk_cur; ^~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'chunksize_store': /kisskb/src/drivers/md/md-bitmap.c:2527:16: note: byref variable will be forcibly initialized unsigned long csize; ^~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'space_store': /kisskb/src/drivers/md/md-bitmap.c:2387:16: note: byref variable will be forcibly initialized unsigned long sectors; ^~~~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'timeout_store': /kisskb/src/drivers/md/md-bitmap.c:2429:16: note: byref variable will be forcibly initialized unsigned long timeout; ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/md-bitmap.c:19: /kisskb/src/drivers/md/md-bitmap.c: In function 'write_page': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c:310:4: note: in expansion of macro 'wait_event' wait_event(bitmap->write_wait, ^~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'backlog_store': /kisskb/src/drivers/md/md-bitmap.c:2470:16: note: byref variable will be forcibly initialized unsigned long backlog; ^~~~~~~ /kisskb/src/drivers/media/i2c/mt9m001.c: In function 'mt9m001_apply_selection': /kisskb/src/drivers/media/i2c/mt9m001.c:190:27: note: byref variable will be forcibly initialized const struct mt9m001_reg regs[] = { ^~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'md_bitmap_daemon_work': /kisskb/src/drivers/md/md-bitmap.c:1230:11: note: byref variable will be forcibly initialized sector_t blocks; ^~~~~~ /kisskb/src/drivers/firmware/arm_scmi/scmi_pm_domain.c: In function 'scmi_pd_power': /kisskb/src/drivers/firmware/arm_scmi/scmi_pm_domain.c:29:13: note: byref variable will be forcibly initialized u32 state, ret_state; ^~~~~~~~~ In file included from /kisskb/src/include/linux/pm_clock.h:11, from /kisskb/src/drivers/firmware/arm_scmi/scmi_pm_domain.c:11: /kisskb/src/drivers/firmware/arm_scmi/scmi_pm_domain.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/scmi_pm_domain.c: In function 'scmi_pm_domain_probe': /kisskb/src/drivers/firmware/arm_scmi/scmi_pm_domain.c:114:7: note: byref variable will be forcibly initialized u32 state; ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/scmi_pm_domain.c:86:31: note: byref variable will be forcibly initialized struct scmi_protocol_handle *ph; ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/md-bitmap.c:19: /kisskb/src/drivers/md/md-bitmap.c: In function 'md_bitmap_startwrite': /kisskb/src/drivers/md/md-bitmap.c:1420:16: note: byref variable will be forcibly initialized DEFINE_WAIT(__wait); ^~~~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/drivers/md/md-bitmap.c:1420:4: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(__wait); ^~~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c:1409:12: note: byref variable will be forcibly initialized sector_t blocks; ^~~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'md_bitmap_endwrite': /kisskb/src/drivers/md/md-bitmap.c:1470:12: note: byref variable will be forcibly initialized sector_t blocks; ^~~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'md_bitmap_start_sync': /kisskb/src/drivers/md/md-bitmap.c:1548:11: note: byref variable will be forcibly initialized sector_t blocks1; ^~~~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'md_bitmap_close_sync': /kisskb/src/drivers/md/md-bitmap.c:1599:11: note: byref variable will be forcibly initialized sector_t blocks; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/md-bitmap.c:19: /kisskb/src/drivers/md/md-bitmap.c: In function 'md_bitmap_cond_end_sync': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c:1623:2: note: in expansion of macro 'wait_event' wait_event(bitmap->mddev->recovery_wait, ^~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c:1612:11: note: byref variable will be forcibly initialized sector_t blocks; ^~~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'md_bitmap_sync_with_cluster': /kisskb/src/drivers/md/md-bitmap.c:1644:19: note: byref variable will be forcibly initialized sector_t sector, blocks = 0; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/md/md-bitmap.c:19: /kisskb/src/drivers/md/md-bitmap.c: In function 'md_bitmap_free': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c:1749:2: note: in expansion of macro 'wait_event' wait_event(bitmap->write_wait, ^~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'md_bitmap_wait_behind_writes': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c:1778:3: note: in expansion of macro 'wait_event' wait_event(bitmap->behind_wait, ^~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'md_bitmap_load': /kisskb/src/drivers/md/md-bitmap.c:1920:12: note: byref variable will be forcibly initialized sector_t blocks; ^~~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'md_bitmap_resize': /kisskb/src/drivers/md/md-bitmap.c:2070:23: note: byref variable will be forcibly initialized sector_t old_blocks, new_blocks; ^~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c:2070:11: note: byref variable will be forcibly initialized sector_t old_blocks, new_blocks; ^~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c:2067:23: note: byref variable will be forcibly initialized struct bitmap_counts old_counts; ^~~~~~~~~~ /kisskb/src/drivers/md/md-bitmap.c:2066:24: note: byref variable will be forcibly initialized struct bitmap_storage store; ^~~~~ /kisskb/src/drivers/md/md-bitmap.c: In function 'location_store': /kisskb/src/drivers/md/md-bitmap.c:2310:13: note: byref variable will be forcibly initialized long long offset; ^~~~~~ /kisskb/src/drivers/md/md-autodetect.c: In function 'md_setup': /kisskb/src/drivers/md/md-autodetect.c:62:28: note: byref variable will be forcibly initialized int minor, level, factor, fault, partitioned = 0; ^~~~~ /kisskb/src/drivers/md/md-autodetect.c:62:20: note: byref variable will be forcibly initialized int minor, level, factor, fault, partitioned = 0; ^~~~~~ /kisskb/src/drivers/md/md-autodetect.c:62:13: note: byref variable will be forcibly initialized int minor, level, factor, fault, partitioned = 0; ^~~~~ /kisskb/src/drivers/md/md-autodetect.c:62:6: note: byref variable will be forcibly initialized int minor, level, factor, fault, partitioned = 0; ^~~~~ /kisskb/src/drivers/md/md-autodetect.c: In function 'md_setup_drive': /kisskb/src/drivers/md/md-autodetect.c:212:26: note: byref variable will be forcibly initialized struct mdu_disk_info_s dinfo = { ^~~~~ /kisskb/src/drivers/md/md-autodetect.c:144:8: note: byref variable will be forcibly initialized char comp_name[64]; ^~~~~~~~~ /kisskb/src/drivers/md/md-autodetect.c:142:16: note: byref variable will be forcibly initialized struct kstat stat; ^~~~ /kisskb/src/drivers/md/md-autodetect.c:131:7: note: byref variable will be forcibly initialized char name[16]; ^~~~ /kisskb/src/drivers/media/i2c/mt9m032.c: In function 'mt9m032_setup_pll': /kisskb/src/drivers/media/i2c/mt9m032.c:269:20: note: byref variable will be forcibly initialized struct aptina_pll pll; ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-disk.c: In function 'ledtrig_disk_activity': /kisskb/src/drivers/leds/trigger/ledtrig-disk.c:23:16: note: byref variable will be forcibly initialized unsigned long blink_delay = BLINK_DELAY; ^~~~~~~~~~~ /kisskb/src/drivers/media/i2c/mt9m111.c: In function 'mt9m111_set_selection': /kisskb/src/drivers/media/i2c/mt9m111.c:457:19: note: byref variable will be forcibly initialized struct v4l2_rect rect = sel->r; ^~~~ /kisskb/src/drivers/hid/hid-quirks.c: In function 'hid_quirks_init': /kisskb/src/drivers/hid/hid-quirks.c:1163:6: note: byref variable will be forcibly initialized u32 quirks; ^~~~~~ /kisskb/src/drivers/hid/hid-quirks.c:1162:29: note: byref variable will be forcibly initialized unsigned short int vendor, product; ^~~~~~~ /kisskb/src/drivers/hid/hid-quirks.c:1162:21: note: byref variable will be forcibly initialized unsigned short int vendor, product; ^~~~~~ /kisskb/src/drivers/media/i2c/mt9t112.c: In function 'mt9t112_s_fmt': /kisskb/src/drivers/media/i2c/mt9t112.c:939:19: note: byref variable will be forcibly initialized struct v4l2_rect rect = { ^~~~ /kisskb/src/drivers/media/i2c/mt9t112.c: In function '__mt9t112_reg_read': /kisskb/src/drivers/media/i2c/mt9t112.c:154:6: note: byref variable will be forcibly initialized int ret; ^~~ /kisskb/src/drivers/media/i2c/mt9t112.c:153:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/i2c/mt9t112.c:152:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/media/i2c/mt9t112.c: In function '__mt9t112_reg_write': /kisskb/src/drivers/media/i2c/mt9t112.c:185:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/i2c/mt9t112.c:184:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/input/misc/atmel_captouch.c: In function 'atmel_read': /kisskb/src/drivers/input/misc/atmel_captouch.c:88:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/input/misc/atmel_captouch.c: In function 'atmel_captouch_isr': /kisskb/src/drivers/input/misc/atmel_captouch.c:134:5: note: byref variable will be forcibly initialized u8 new_btn; ^~~~~~~ /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c: In function 'comedi_open': /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c:30:15: note: byref variable will be forcibly initialized unsigned int minor; ^~~~~ /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c: In function 'comedi_dio_get_config': /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c:133:15: note: byref variable will be forcibly initialized unsigned int data[2]; ^~~~ /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c:132:21: note: byref variable will be forcibly initialized struct comedi_insn insn; ^~~~ /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c: In function 'comedi_dio_config': /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c:153:21: note: byref variable will be forcibly initialized struct comedi_insn insn; ^~~~ /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c: In function 'comedi_dio_bitfield2': /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c:170:15: note: byref variable will be forcibly initialized unsigned int data[2]; ^~~~ /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c:169:21: note: byref variable will be forcibly initialized struct comedi_insn insn; ^~~~ In file included from /kisskb/src/include/linux/ktime.h:232, from /kisskb/src/include/linux/timer.h:6, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/mm_types.h:17, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/hid/hid-input.c:16: /kisskb/src/drivers/hid/hid-input.c: In function 'ktime_get_coarse': /kisskb/src/include/linux/timekeeping.h:118:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_locate_usage': /kisskb/src/drivers/hid/hid-input.c:119:15: note: byref variable will be forcibly initialized unsigned int scancode; ^~~~~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_getkeycode': /kisskb/src/drivers/hid/hid-input.c:136:25: note: byref variable will be forcibly initialized unsigned int scancode, index; ^~~~~ /kisskb/src/drivers/media/i2c/mt9v011.c: In function 'mt9v011_write': /kisskb/src/drivers/media/i2c/mt9v011.c:99:16: note: byref variable will be forcibly initialized unsigned char buffer[3]; ^~~~~~ /kisskb/src/drivers/media/i2c/mt9v011.c: In function 'mt9v011_read': /kisskb/src/drivers/media/i2c/mt9v011.c:73:9: note: byref variable will be forcibly initialized __be16 buffer; ^~~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_configure_usage': /kisskb/src/drivers/hid/hid-input.c:591:17: note: byref variable will be forcibly initialized unsigned long *bit = NULL; ^~~ /kisskb/src/drivers/hid/hid-input.c:590:6: note: byref variable will be forcibly initialized int max = 0, code; ^~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_input_event': /kisskb/src/drivers/hid/hid-input.c:1579:20: note: byref variable will be forcibly initialized struct hid_field *field; ^~~~~ /kisskb/src/drivers/md/md.c: In function 'get_version': /kisskb/src/drivers/md/md.c:6561:16: note: byref variable will be forcibly initialized mdu_version_t ver; ^~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/md/md.c:43: /kisskb/src/drivers/md/md.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized unsigned long __percpu *percpu_count; ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'get_array_info': /kisskb/src/drivers/md/md.c:6575:19: note: byref variable will be forcibly initialized mdu_array_info_t info; ^~~~ /kisskb/src/drivers/md/md.c: In function 'fail_last_dev_store': /kisskb/src/drivers/md/md.c:5411:7: note: byref variable will be forcibly initialized bool value; ^~~~~ /kisskb/src/drivers/md/md.c: In function 'action_show': /kisskb/src/drivers/md/md.c:4800:16: note: byref variable will be forcibly initialized unsigned long recovery = mddev->recovery; ^~~~~~~~ /kisskb/src/drivers/input/misc/cma3000_d0x.c: In function 'cma3000_thread_irq': /kisskb/src/drivers/input/misc/cma3000_d0x.c:107:20: note: byref variable will be forcibly initialized int datax, datay, dataz, intr_status; ^~~~~ /kisskb/src/drivers/input/misc/cma3000_d0x.c:107:13: note: byref variable will be forcibly initialized int datax, datay, dataz, intr_status; ^~~~~ /kisskb/src/drivers/input/misc/cma3000_d0x.c:107:6: note: byref variable will be forcibly initialized int datax, datay, dataz, intr_status; ^~~~~ /kisskb/src/drivers/md/md.c: In function 'state_show': /kisskb/src/drivers/md/md.c:2922:16: note: byref variable will be forcibly initialized unsigned long flags = READ_ONCE(rdev->flags); ^~~~~ /kisskb/src/drivers/md/md.c: In function 'max_corrected_read_errors_store': /kisskb/src/drivers/md/md.c:4537:15: note: byref variable will be forcibly initialized unsigned int n; ^ /kisskb/src/drivers/md/md.c: In function 'sync_max_store': /kisskb/src/drivers/md/md.c:4950:15: note: byref variable will be forcibly initialized unsigned int max; ^~~ /kisskb/src/drivers/md/md.c: In function 'sync_min_store': /kisskb/src/drivers/md/md.c:4921:15: note: byref variable will be forcibly initialized unsigned int min; ^~~ /kisskb/src/drivers/md/md.c: In function 'ppl_size_store': /kisskb/src/drivers/md/md.c:3568:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /kisskb/src/drivers/md/md.c: In function 'errors_store': /kisskb/src/drivers/md/md.c:3143:15: note: byref variable will be forcibly initialized unsigned int n; ^ /kisskb/src/drivers/md/md.c: In function 'strict_blocks_to_sectors': /kisskb/src/drivers/md/md.c:3354:21: note: byref variable will be forcibly initialized unsigned long long blocks; ^~~~~~ /kisskb/src/drivers/md/md.c: In function 'max_sync_store': /kisskb/src/drivers/md/md.c:5099:22: note: byref variable will be forcibly initialized unsigned long long max; ^~~ /kisskb/src/drivers/md/md.c: In function 'min_sync_store': /kisskb/src/drivers/md/md.c:5055:21: note: byref variable will be forcibly initialized unsigned long long min; ^~~ /kisskb/src/drivers/md/md.c: In function 'ppl_sector_store': /kisskb/src/drivers/md/md.c:3529:21: note: byref variable will be forcibly initialized unsigned long long sector; ^~~~~~ /kisskb/src/drivers/md/md.c: In function 'recovery_start_store': In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/hwmon.h:71, from /kisskb/src/drivers/hwmon/hwmon.c:26: /kisskb/src/drivers/hwmon/hwmon.c: In function 'perf_trace_hwmon_attr_class': /kisskb/src/drivers/md/md.c:3461:21: note: byref variable will be forcibly initialized unsigned long long recovery_start; ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'new_offset_store': /kisskb/src/drivers/md/md.c:3287:21: note: byref variable will be forcibly initialized unsigned long long new_offset; ^~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'offset_store': /kisskb/src/drivers/md/md.c:3261:21: note: byref variable will be forcibly initialized unsigned long long offset; ^~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'perf_trace_hwmon_attr_show_string': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/hwmon.h:71, from /kisskb/src/drivers/hwmon/hwmon.c:26: /kisskb/src/drivers/hwmon/hwmon.c: In function 'trace_event_raw_event_hwmon_attr_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(hwmon_attr_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'trace_event_raw_event_hwmon_attr_show_string': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(hwmon_attr_show_string, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/hwmon/hwmon.c:20: /kisskb/src/drivers/hwmon/hwmon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/md/md.c: In function 'sync_force_parallel_store': /kisskb/src/drivers/md/md.c:4985:7: note: byref variable will be forcibly initialized long n; ^ In file included from /kisskb/src/drivers/md/md.c:69: /kisskb/src/drivers/md/md.c: In function 'sysfs_unlink_rdev': /kisskb/src/drivers/md/md.h:649:7: note: byref variable will be forcibly initialized char nm[20]; ^~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_store': /kisskb/src/drivers/hwmon/hwmon.c:340:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_show': /kisskb/src/drivers/hwmon/hwmon.c:301:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_show_string': /kisskb/src/drivers/hwmon/hwmon.c:321:14: note: byref variable will be forcibly initialized const char *s; ^ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_notify_event': /kisskb/src/drivers/hwmon/hwmon.c:626:7: note: byref variable will be forcibly initialized char sattr[MAX_SYSFS_ATTR_NAME_LENGTH]; ^~~~~ /kisskb/src/drivers/md/md.c: In function 'rdev_size_store': /kisskb/src/drivers/md/md.c:3376:11: note: byref variable will be forcibly initialized sector_t sectors; ^~~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_device_unregister': /kisskb/src/drivers/hwmon/hwmon.c:910:6: note: byref variable will be forcibly initialized int id; ^~ In file included from /kisskb/src/drivers/md/md.c:69: /kisskb/src/drivers/md/md.c: In function 'sysfs_link_rdev': /kisskb/src/drivers/md/md.h:637:7: note: byref variable will be forcibly initialized char nm[20]; ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/include/linux/sched/mm.h:5, from /kisskb/src/drivers/md/md.c:40: /kisskb/src/drivers/md/md.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_suffix_prop_cells': /kisskb/src/drivers/of/property.c:1223:25: note: byref variable will be forcibly initialized struct of_phandle_args sup_args; ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/mm.h:7, from /kisskb/src/drivers/md/md.c:40: /kisskb/src/drivers/md/md.c: In function 'md_thread': /kisskb/src/drivers/of/property.c: In function 'parse_gpio_compat': /kisskb/src/drivers/of/property.c:1319:25: note: byref variable will be forcibly initialized struct of_phandle_args sup_args; ^~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:7906:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_prop_cells': /kisskb/src/drivers/of/property.c:1169:25: note: byref variable will be forcibly initialized struct of_phandle_args sup_args; ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'of_fwnode_get_reference_args': /kisskb/src/drivers/of/property.c:966:25: note: byref variable will be forcibly initialized struct of_phandle_args of_args; ^~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_interrupts': /kisskb/src/drivers/of/property.c:1341:25: note: byref variable will be forcibly initialized struct of_phandle_args sup_args; ^~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'status_unused': /kisskb/src/drivers/md/md.c:8006:8: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u8_array': /kisskb/src/drivers/of/property.c:221:9: note: byref variable will be forcibly initialized size_t sz, count; ^~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u16_array': /kisskb/src/drivers/md/md.c: In function 'md_seq_show': /kisskb/src/drivers/of/property.c:271:9: note: byref variable will be forcibly initialized size_t sz, count; ^~ /kisskb/src/drivers/md/md.c:8249:9: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u32_array': /kisskb/src/drivers/of/property.c:318:9: note: byref variable will be forcibly initialized size_t sz, count; ^~ /kisskb/src/drivers/media/i2c/mt9v032.c: In function 'mt9v032_registered': /kisskb/src/drivers/media/i2c/mt9v032.c:884:6: note: byref variable will be forcibly initialized u32 version; ^~~~~~~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u64_array': /kisskb/src/drivers/of/property.c:396:9: note: byref variable will be forcibly initialized size_t sz, count; ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/mm.h:7, from /kisskb/src/drivers/md/md.c:40: /kisskb/src/drivers/md/md.c: In function 'md_handle_request': /kisskb/src/drivers/md/md.c:420:15: note: byref variable will be forcibly initialized DEFINE_WAIT(__wait); ^~~~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/drivers/md/md.c:420:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(__wait); ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/media/i2c/mt9v032.c:15: /kisskb/src/drivers/media/i2c/mt9v032.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/of/property.c: In function 'of_graph_get_port_by_id': /kisskb/src/drivers/of/property.c:615:7: note: byref variable will be forcibly initialized u32 port_id = 0; ^~~~~~~ /kisskb/src/drivers/md/md.c: In function 'mddev_suspend': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:495:2: note: in expansion of macro 'wait_event' wait_event(mddev->sb_wait, !test_bit(MD_UPDATING_SB, &mddev->flags)); ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:492:2: note: in expansion of macro 'wait_event' wait_event(mddev->sb_wait, atomic_read(&mddev->active_io) == 0); ^~~~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'of_graph_get_endpoint_by_regs': /kisskb/src/drivers/of/property.c:710:21: note: byref variable will be forcibly initialized struct of_endpoint endpoint; ^~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'md_flush_request': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:613:2: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(mddev->sb_wait, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'add_named_array': /kisskb/src/drivers/md/md.c:5760:16: note: byref variable will be forcibly initialized unsigned long devnum; ^~~~~~ /kisskb/src/drivers/md/md.c:5759:7: note: byref variable will be forcibly initialized char buf[DISK_NAME_LEN]; ^~~ /kisskb/src/drivers/md/md.c: In function 'get_disk_info': /kisskb/src/drivers/md/md.c:6667:18: note: byref variable will be forcibly initialized mdu_disk_info_t info; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/mm.h:7, from /kisskb/src/drivers/md/md.c:40: /kisskb/src/drivers/md/md.c: In function 'md_super_wait': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:983:2: note: in expansion of macro 'wait_event' wait_event(mddev->sb_wait, atomic_read(&mddev->pending_writes)==0); ^~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'sync_page_io': /kisskb/src/drivers/md/md.c:993:17: note: byref variable will be forcibly initialized struct bio_vec bvec; ^~~~ /kisskb/src/drivers/md/md.c:992:13: note: byref variable will be forcibly initialized struct bio bio; ^~~ /kisskb/src/drivers/md/md.c: In function 'read_disk_sb': /kisskb/src/drivers/md/md.c:1020:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/md.c: In function 'super_90_load': /kisskb/src/drivers/md/md.c:1178:25: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE], b2[BDEVNAME_SIZE]; ^~ /kisskb/src/drivers/md/md.c:1178:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE], b2[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/md.c: In function 'super_1_load': /kisskb/src/drivers/md/md.c:1619:25: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE], b2[BDEVNAME_SIZE]; ^~ /kisskb/src/drivers/md/md.c:1619:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE], b2[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/md.c: In function 'md_integrity_add_rdev': /kisskb/src/drivers/md/md.c:2364:7: note: byref variable will be forcibly initialized char name[BDEVNAME_SIZE]; ^~~~ /kisskb/src/drivers/md/md.c: In function 'md_import_device': /kisskb/src/drivers/md/md.c:3696:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/md.c: In function 'safe_delay_store': /kisskb/src/drivers/md/md.c:3866:16: note: byref variable will be forcibly initialized unsigned long msec; ^~~~ /kisskb/src/drivers/input/misc/bma150.c: In function 'bma150_report_xyz': /kisskb/src/drivers/input/misc/bma150.c:307:5: note: byref variable will be forcibly initialized u8 data[BMA150_XYZ_DATA_SIZE]; ^~~~ /kisskb/src/drivers/md/md.c: In function 'bind_rdev_to_array': /kisskb/src/drivers/md/md.c:2392:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/md.c: In function 'unbind_rdev_from_array': /kisskb/src/drivers/md/md.c:2485:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/md.c: In function 'slot_store': /kisskb/src/drivers/md/md.c:3169:6: note: byref variable will be forcibly initialized int slot; ^~~~ /kisskb/src/drivers/i2c/i2c-slave-testunit.c: In function 'i2c_slave_testunit_work': /kisskb/src/drivers/i2c/i2c-slave-testunit.c:50:5: note: byref variable will be forcibly initialized u8 msgbuf[256]; ^~~~~~ /kisskb/src/drivers/i2c/i2c-slave-testunit.c:49:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/md/md.c: In function 'serialize_policy_store': /kisskb/src/drivers/md/md.c:5442:7: note: byref variable will be forcibly initialized bool value; ^~~~~ /kisskb/src/drivers/md/md.c: In function 'array_size_store': /kisskb/src/drivers/md/md.c:5309:11: note: byref variable will be forcibly initialized sector_t sectors; ^~~~~~~ /kisskb/src/drivers/md/md.c: In function 'reshape_position_store': /kisskb/src/drivers/md/md.c:5223:21: note: byref variable will be forcibly initialized unsigned long long new; ^~~ /kisskb/src/drivers/md/md.c: In function 'bitmap_store': /kisskb/src/drivers/md/md.c:4639:8: note: byref variable will be forcibly initialized char *end; ^~~ /kisskb/src/drivers/md/md.c: In function 'suspend_hi_store': /kisskb/src/drivers/md/md.c:5181:21: note: byref variable will be forcibly initialized unsigned long long new; ^~~ /kisskb/src/drivers/md/md.c: In function 'suspend_lo_store': /kisskb/src/drivers/md/md.c:5144:21: note: byref variable will be forcibly initialized unsigned long long new; ^~~ /kisskb/src/drivers/md/md.c: In function 'metadata_store': /kisskb/src/drivers/md/md.c:4734:8: note: byref variable will be forcibly initialized char *e; ^ /kisskb/src/drivers/md/md.c: In function 'resync_start_store': /kisskb/src/drivers/md/md.c:4284:21: note: byref variable will be forcibly initialized unsigned long long n; ^ /kisskb/src/drivers/md/md.c: In function 'chunk_size_store': /kisskb/src/drivers/md/md.c:4241:16: note: byref variable will be forcibly initialized unsigned long n; ^ /kisskb/src/drivers/md/md.c: In function 'raid_disks_store': /kisskb/src/drivers/md/md.c:4181:15: note: byref variable will be forcibly initialized unsigned int n; ^ /kisskb/src/drivers/md/md.c: In function 'layout_store': /kisskb/src/drivers/md/md.c:4132:15: note: byref variable will be forcibly initialized unsigned int n; ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/mm.h:7, from /kisskb/src/drivers/md/md.c:40: /kisskb/src/drivers/md/md.c: In function 'md_do_sync': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:9004:2: note: in expansion of macro 'wait_event' wait_event(mddev->recovery_wait, !atomic_read(&mddev->recovery_active)); ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:8992:5: note: in expansion of macro 'wait_event' wait_event(mddev->recovery_wait, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:8913:4: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(mddev->recovery_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:8895:4: note: in expansion of macro 'wait_event' wait_event(mddev->recovery_wait, ^~~~~~~~~~ /kisskb/src/drivers/md/md.c:8755:17: note: byref variable will be forcibly initialized DEFINE_WAIT(wq); ^~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/drivers/md/md.c:8755:5: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wq); ^~~~~~~~~~~ /kisskb/src/drivers/md/md.c:8684:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^~~~ /kisskb/src/drivers/md/md.c:8681:6: note: byref variable will be forcibly initialized int skipped = 0; ^~~~~~~ /kisskb/src/drivers/md/md.c: In function 'md_update_sb': /kisskb/src/drivers/md/md.c:2800:8: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/media/i2c/mt9v111.c: In function '__mt9v111_read': /kisskb/src/drivers/media/i2c/mt9v111.c:223:9: note: byref variable will be forcibly initialized __be16 buf; ^~~ /kisskb/src/drivers/media/i2c/mt9v111.c:222:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/media/i2c/mt9v111.c: In function '__mt9v111_write': /kisskb/src/drivers/media/i2c/mt9v111.c:251:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/i2c/mt9v111.c: In function '__mt9v111_addr_space_select': /kisskb/src/drivers/media/i2c/mt9v111.c:279:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/media/i2c/mt9v111.c: In function 'mt9v111_chip_probe': /kisskb/src/drivers/media/i2c/mt9v111.c:1079:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/media/i2c/mt9v111.c: In function 'mt9v111_update': /kisskb/src/drivers/media/i2c/mt9v111.c:337:6: note: byref variable will be forcibly initialized u16 current_val; ^~~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'size_store': /kisskb/src/drivers/md/md.c:4686:11: note: byref variable will be forcibly initialized sector_t sectors; ^~~~~~~ /kisskb/src/drivers/md/md.c: In function 'level_store': /kisskb/src/drivers/md/md.c:3918:7: note: byref variable will be forcibly initialized long level; ^~~~~ /kisskb/src/drivers/md/md.c:3914:7: note: byref variable will be forcibly initialized char clevel[16]; ^~~~~~ /kisskb/src/drivers/media/i2c/mt9v111.c: In function 'mt9v111_probe': /kisskb/src/drivers/media/i2c/mt9v111.c:1111:20: note: byref variable will be forcibly initialized struct v4l2_fract tpf; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/mm.h:7, from /kisskb/src/drivers/md/md.c:40: /kisskb/src/drivers/md/md.c: In function 'md_write_start': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:8532:2: note: in expansion of macro 'wait_event' wait_event(mddev->sb_wait, ^~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'md_submit_discard_bio': /kisskb/src/drivers/md/md.c:8581:14: note: byref variable will be forcibly initialized struct bio *discard_bio = NULL; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/mm.h:7, from /kisskb/src/drivers/md/md.c:40: /kisskb/src/drivers/md/md.c: In function 'md_allow_write': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:8659:3: note: in expansion of macro 'wait_event' wait_event(mddev->sb_wait, ^~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'md_set_readonly': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:6319:2: note: in expansion of macro 'wait_event' wait_event(mddev->sb_wait, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:6317:2: note: in expansion of macro 'wait_event' wait_event(resync_wait, !test_bit(MD_RECOVERY_RUNNING, ^~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'md_wait_for_blocked_rdev': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:9473:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(rdev->blocked_wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'export_rdev': /kisskb/src/drivers/md/md.c:2542:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/md.c: In function 'new_dev_store': /kisskb/src/drivers/md/md.c:4581:8: note: byref variable will be forcibly initialized char *e; ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/mm.h:7, from /kisskb/src/drivers/md/md.c:40: /kisskb/src/drivers/md/md.c: In function 'do_md_stop': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:6379:2: note: in expansion of macro 'wait_event' wait_event(resync_wait, (mddev->sync_thread == NULL && ^~~~~~~~~~ /kisskb/src/drivers/md/md.c: In function 'analyze_sbs': /kisskb/src/drivers/md/md.c:3760:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/md.c: In function 'md_run': /kisskb/src/drivers/md/md.c:5918:26: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE], b2[BDEVNAME_SIZE]; ^~ /kisskb/src/drivers/md/md.c:5918:8: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE], b2[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/md.c: In function 'autorun_array': /kisskb/src/drivers/md/md.c:6458:8: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/md.c: In function 'hot_remove_disk': /kisskb/src/drivers/md/md.c:6914:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/md.c: In function 'check_sb_changes': /kisskb/src/drivers/md/md.c:9628:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/md.c: In function 'md_add_new_disk': /kisskb/src/drivers/md/md.c:6707:25: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE], b2[BDEVNAME_SIZE]; ^~ /kisskb/src/drivers/md/md.c:6707:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE], b2[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/md.c: In function 'hot_add_disk': /kisskb/src/drivers/md/md.c:6956:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/md/md.c: In function 'md_ioctl': /kisskb/src/drivers/md/md.c:7708:19: note: byref variable will be forcibly initialized mdu_disk_info_t info; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/mm.h:7, from /kisskb/src/drivers/md/md.c:40: /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:7694:5: note: in expansion of macro 'wait_event' wait_event(mddev->sb_wait, ^~~~~~~~~~ /kisskb/src/drivers/md/md.c:7666:20: note: byref variable will be forcibly initialized mdu_disk_info_t info; ^~~~ /kisskb/src/drivers/md/md.c:7594:20: note: byref variable will be forcibly initialized mdu_array_info_t info; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/mm.h:7, from /kisskb/src/drivers/md/md.c:40: /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/md/md.c:7563:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(mddev->sb_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/mm.h:7, from /kisskb/src/drivers/md/md.c:40: /kisskb/src/drivers/md/md.c: In function 'autorun_devices': /kisskb/src/drivers/md/md.c:6492:13: note: byref variable will be forcibly initialized LIST_HEAD(candidates); ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/md/md.c:6486:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/drivers/media/i2c/noon010pc30.c: In function 'noon010_set_fmt': /kisskb/src/drivers/media/i2c/noon010pc30.c:547:32: note: byref variable will be forcibly initialized const struct noon010_frmsize *size = NULL; ^~~~ /kisskb/src/drivers/media/i2c/rj54n1cb0c.c: In function 'rj54n1_set_selection': /kisskb/src/drivers/media/i2c/rj54n1cb0c.c:550:49: note: byref variable will be forcibly initialized int output_w, output_h, input_w = rect->width, input_h = rect->height; ^~~~~~~ /kisskb/src/drivers/media/i2c/rj54n1cb0c.c:550:26: note: byref variable will be forcibly initialized int output_w, output_h, input_w = rect->width, input_h = rect->height; ^~~~~~~ /kisskb/src/drivers/media/i2c/rj54n1cb0c.c:550:16: note: byref variable will be forcibly initialized int output_w, output_h, input_w = rect->width, input_h = rect->height; ^~~~~~~~ /kisskb/src/drivers/media/i2c/rj54n1cb0c.c:550:6: note: byref variable will be forcibly initialized int output_w, output_h, input_w = rect->width, input_h = rect->height; ^~~~~~~~ /kisskb/src/drivers/media/i2c/rj54n1cb0c.c: In function 'rj54n1_set_fmt': /kisskb/src/drivers/media/i2c/rj54n1cb0c.c:984:33: note: byref variable will be forcibly initialized input_w = rj54n1->rect.width, input_h = rj54n1->rect.height; ^~~~~~~ /kisskb/src/drivers/media/i2c/rj54n1cb0c.c:984:3: note: byref variable will be forcibly initialized input_w = rj54n1->rect.width, input_h = rj54n1->rect.height; ^~~~~~~ /kisskb/src/drivers/media/i2c/rj54n1cb0c.c:983:16: note: byref variable will be forcibly initialized int output_w, output_h, max_w, max_h, ^~~~~~~~ /kisskb/src/drivers/media/i2c/rj54n1cb0c.c:983:6: note: byref variable will be forcibly initialized int output_w, output_h, max_w, max_h, ^~~~~~~~ /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c: In function 'ep0_out_overbytes': /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c:560:24: note: byref variable will be forcibly initialized union usb_reg_access temp_32; ^~~~~~~ /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c: In function 'ep0_in_overbytes': /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c:608:24: note: byref variable will be forcibly initialized union usb_reg_access temp_32; ^~~~~~~ /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c: In function '_nbu2ss_epn_out_pio': /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c:855:23: note: byref variable will be forcibly initialized union usb_reg_access temp_32; ^~~~~~~ /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c: In function '_nbu2ss_dma_unmap_single': /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c:490:6: note: byref variable will be forcibly initialized u8 data[4]; ^~~~ /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c: In function 'std_req_get_status': /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c:1480:6: note: byref variable will be forcibly initialized u16 status_data = 0; ^~~~~~~~~~~ /kisskb/src/drivers/hid/hidraw.c: In function 'hidraw_get_report': /kisskb/src/drivers/hid/hidraw.c:183:16: note: byref variable will be forcibly initialized unsigned char report_number; ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hidraw.c: In function 'hidraw_ioctl': /kisskb/src/drivers/hid/hidraw.c:403:27: note: byref variable will be forcibly initialized struct hidraw_devinfo dinfo; ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-backlight.c: In function 'bl_trig_invert_store': /kisskb/src/drivers/leds/trigger/ledtrig-backlight.c:73:16: note: byref variable will be forcibly initialized unsigned long invert; ^~~~~~ /kisskb/src/drivers/hid/hidraw.c: In function 'hidraw_init': /kisskb/src/drivers/hid/hidraw.c:608:8: note: byref variable will be forcibly initialized dev_t dev_id; ^~~~~~ /kisskb/src/drivers/hid/hid-debug.c: In function 'hid_debug_events_read': /kisskb/src/drivers/hid/hid-debug.c:1110:15: note: byref variable will be forcibly initialized int ret = 0, copied; ^~~~~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'zilog_ir_format': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:502:5: note: byref variable will be forcibly initialized u8 codes[174]; ^~~~~ /kisskb/src/drivers/media/i2c/lm3646.c: In function 'lm3646_get_ctrl': /kisskb/src/drivers/media/i2c/lm3646.c:102:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'send_data_block': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:377:5: note: byref variable will be forcibly initialized u8 buf[5], *p; ^~~ /kisskb/src/drivers/media/i2c/lm3646.c: In function 'lm3646_set_ctrl': /kisskb/src/drivers/media/i2c/lm3646.c:136:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/media/i2c/lm3646.c: In function 'lm3646_init_device': /kisskb/src/drivers/media/i2c/lm3646.c:296:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^~~~~~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'zilog_tx': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:612:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'get_key_haup_common': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:62:16: note: byref variable will be forcibly initialized unsigned char buf[6]; ^~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'get_key_haup_xvr': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:143:16: note: byref variable will be forcibly initialized unsigned char buf[1] = { 0 }; ^~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_parse_gpios': /kisskb/src/drivers/media/i2c/s5k5baf.c:1827:21: note: byref variable will be forcibly initialized enum of_gpio_flags flags; ^~~~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'get_key_fusionhdtv': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:183:16: note: byref variable will be forcibly initialized unsigned char buf[4]; ^~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'get_key_knc1': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:211:16: note: byref variable will be forcibly initialized unsigned char b; ^ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'get_key_pixelview': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:162:16: note: byref variable will be forcibly initialized unsigned char b; ^ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'ir_key_poll': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:289:5: note: byref variable will be forcibly initialized u8 toggle; ^~~~~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:288:6: note: byref variable will be forcibly initialized u32 scancode; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:287:16: note: byref variable will be forcibly initialized enum rc_proto protocol; ^~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/media/i2c/s5k5baf.c:16: /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'get_key_avermedia_cardbus': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:245:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { { .addr = ir->c->addr, .flags = 0, ^~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:244:30: note: byref variable will be forcibly initialized unsigned char subaddr, key, keygroup; ^~~~~~~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:244:25: note: byref variable will be forcibly initialized unsigned char subaddr, key, keygroup; ^~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:244:16: note: byref variable will be forcibly initialized unsigned char subaddr, key, keygroup; ^~~~~~~ /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c: In function 'zilog_init': /kisskb/src/drivers/media/i2c/ir-kbd-i2c.c:425:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_i2c_write': /kisskb/src/drivers/media/i2c/s5k5baf.c:449:5: note: byref variable will be forcibly initialized u8 buf[4] = { addr >> 8, addr & 0xFF, val >> 8, val & 0xFF }; ^~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_write_arr_seq': /kisskb/src/drivers/media/i2c/s5k5baf.c:481:9: note: byref variable will be forcibly initialized __be16 buf[65]; ^~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_hw_set_stream': /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:1096:2: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_G_ENABLE_PREV, enable, 1); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_hw_set_video_bus': /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:770:2: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_OIF_EN_MIPI_LANES, ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_hw_set_user_exposure': /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:689:2: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_SF_USR_EXPOSURE_L, ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_hw_set_user_gain': /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:695:2: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_SF_USR_TOT_GAIN, gain, 1); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_i2c_read': /kisskb/src/drivers/media/i2c/s5k5baf.c:423:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/i2c/s5k5baf.c:421:12: note: byref variable will be forcibly initialized __be16 w, r; ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:421:9: note: byref variable will be forcibly initialized __be16 w, r; ^ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_hw_set_awb': /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:675:3: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_SF_RGAIN, ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_hw_set_anti_flicker': /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:719:3: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_SF_FLICKER_QUANT, v, 1); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_hw_set_config': /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:918:2: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_P_OUT_WIDTH(0), ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_hw_set_crop_rects': /kisskb/src/drivers/media/i2c/s5k5baf.c:859:23: note: byref variable will be forcibly initialized struct v4l2_rect *p, r; ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:906:2: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_P_OUT_WIDTH(0), p->width, p->height); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:869:2: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_G_PREVZOOM_IN_WIDTH, r.width, r.height, ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:864:2: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_G_PREVREQ_IN_WIDTH, p->width, p->height, ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_set_selection': /kisskb/src/drivers/media/i2c/s5k5baf.c:1497:34: note: byref variable will be forcibly initialized rects = (struct v4l2_rect * []) { ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:1484:35: note: byref variable will be forcibly initialized rects = (struct v4l2_rect * []) { ^ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_hw_set_clocks': /kisskb/src/drivers/media/i2c/s5k5baf.c:513:24: note: byref variable will be forcibly initialized (const u16 []){ seq }) ^ /kisskb/src/drivers/media/i2c/s5k5baf.c:596:2: note: in expansion of macro 's5k5baf_write_seq' s5k5baf_write_seq(state, REG_I_INCLK_FREQ_L, mclk & 0xffff, mclk >> 16); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/s5k5baf.c: In function 's5k5baf_load_setfile': /kisskb/src/drivers/media/i2c/s5k5baf.c:1028:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/comedi/drivers/comedi_bond.c:40: /kisskb/src/drivers/comedi/drivers/comedi_bond.c: In function 'bonding_detach': /kisskb/src/drivers/comedi/drivers/comedi_bond.c:319:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(devs_closed, COMEDI_NUM_BOARD_MINORS); ^~~~~~~~~~~ /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/comedi/drivers/comedi_bond.c: In function 'bonding_dio_insn_bits': /kisskb/src/drivers/comedi/drivers/comedi_bond.c:85:48: note: byref variable will be forcibly initialized unsigned int b_chans, b_mask, b_write_mask, b_data_bits; ^~~~~~~~~~~ /kisskb/src/drivers/comedi/drivers/comedi_bond.c: In function 'do_dev_config': /kisskb/src/drivers/comedi/drivers/comedi_bond.c:255:10: note: byref variable will be forcibly initialized char buf[20]; ^~~ /kisskb/src/drivers/comedi/drivers/comedi_bond.c:182:8: note: byref variable will be forcibly initialized char file[sizeof("/dev/comediXXXXXX")]; ^~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/comedi/drivers/comedi_bond.c:40: /kisskb/src/drivers/comedi/drivers/comedi_bond.c:172:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(devs_opened, COMEDI_NUM_BOARD_MINORS); ^~~~~~~~~~~ /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/media/i2c/video-i2c.c: In function 'amg88xx_read': /kisskb/src/drivers/media/i2c/video-i2c.c:286:9: note: byref variable will be forcibly initialized __le16 buf; ^~~ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_haptic_set_pwm': /kisskb/src/drivers/input/misc/da7280.c:327:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_irq_handler': /kisskb/src/drivers/input/misc/da7280.c:906:5: note: byref variable will be forcibly initialized u8 events[DA7280_IRQ_NUM]; ^~~~~~ /kisskb/src/drivers/comedi/drivers/comedi_test.c: In function 'waveform_ai_timer': /kisskb/src/drivers/comedi/drivers/comedi_test.c:212:18: note: byref variable will be forcibly initialized unsigned short sample; ^~~~~~ /kisskb/src/drivers/mailbox/mailbox.c: In function 'mbox_request_channel': /kisskb/src/drivers/mailbox/mailbox.c:335:25: note: byref variable will be forcibly initialized struct of_phandle_args spec; ^~~~ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_haptic_mem_update': /kisskb/src/drivers/input/misc/da7280.c:286:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_parse_properties': /kisskb/src/drivers/input/misc/da7280.c:780:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/input/misc/da7280.c:779:14: note: byref variable will be forcibly initialized const char *str; ^~~ /kisskb/src/drivers/input/misc/da7280.c:778:7: note: byref variable will be forcibly initialized char gpi_str3[] = "dlg,gpi0-polarity"; ^~~~~~~~ /kisskb/src/drivers/input/misc/da7280.c:777:7: note: byref variable will be forcibly initialized char gpi_str2[] = "dlg,gpi0-mode"; ^~~~~~~~ /kisskb/src/drivers/input/misc/da7280.c:776:7: note: byref variable will be forcibly initialized char gpi_str1[] = "dlg,gpi0-seq-id"; ^~~~~~~~ /kisskb/src/drivers/input/misc/da7280.c:775:18: note: byref variable will be forcibly initialized unsigned int i, mem[DA7280_SNP_MEM_SIZE]; ^~~ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_init': /kisskb/src/drivers/input/misc/da7280.c:964:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_probe': /kisskb/src/drivers/input/misc/da7280.c:1149:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/media/i2c/ov2659.c: In function 'ov2659_set_fmt': /kisskb/src/drivers/media/i2c/ov2659.c:1093:33: note: byref variable will be forcibly initialized const struct ov2659_framesize *size = NULL; ^~~~ /kisskb/src/drivers/media/i2c/ov2659.c: In function 'ov2659_write': /kisskb/src/drivers/media/i2c/ov2659.c:826:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/i2c/ov2659.c:825:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/i2c/ov2659.c: In function 'ov2659_set_pixel_clock': /kisskb/src/drivers/media/i2c/ov2659.c:936:25: note: byref variable will be forcibly initialized struct sensor_register pll_regs[] = { ^~~~~~~~ /kisskb/src/drivers/media/i2c/ov2659.c: In function 'ov2659_read': /kisskb/src/drivers/media/i2c/ov2659.c:852:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/i2c/ov2659.c:851:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/media/i2c/ov2659.c: In function 'ov2659_set_test_pattern': /kisskb/src/drivers/media/i2c/ov2659.c:1215:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/i2c/ov2659.c: In function 'ov2659_detect': /kisskb/src/drivers/media/i2c/ov2659.c:1357:5: note: byref variable will be forcibly initialized u8 ver = 0; ^~~ /kisskb/src/drivers/media/i2c/ov2659.c:1356:5: note: byref variable will be forcibly initialized u8 pid = 0; ^~~ /kisskb/src/drivers/media/i2c/hi556.c: In function 'hi556_write_reg': /kisskb/src/drivers/media/i2c/hi556.c:542:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/media/i2c/hi556.c: In function 'hi556_check_hwcfg': /kisskb/src/drivers/media/i2c/hi556.c:1031:6: note: byref variable will be forcibly initialized u32 mclk; ^~~~ /kisskb/src/drivers/media/i2c/hi556.c: In function 'hi556_read_reg': /kisskb/src/drivers/media/i2c/hi556.c:513:5: note: byref variable will be forcibly initialized u8 addr_buf[2]; ^~~~~~~~ /kisskb/src/drivers/media/i2c/hi556.c:512:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/media/i2c/hi556.c: In function 'hi556_identify_module': /kisskb/src/drivers/media/i2c/hi556.c:1008:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/hi556.c: In function 'hi556_test_pattern': /kisskb/src/drivers/media/i2c/hi556.c:603:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/tc358743.c: In function 'i2c_rd': /kisskb/src/drivers/media/i2c/tc358743.c:119:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/media/i2c/tc358743.c:118:5: note: byref variable will be forcibly initialized u8 buf[2] = { reg >> 8, reg & 0xff }; ^~~ /kisskb/src/drivers/media/i2c/tc358743.c: In function 'i2c_rdreg': /kisskb/src/drivers/media/i2c/tc358743.c:197:9: note: byref variable will be forcibly initialized __le32 val = 0; ^~~ /kisskb/src/drivers/media/i2c/tc358743.c: In function 'i2c_wr': /kisskb/src/drivers/media/i2c/tc358743.c:147:5: note: byref variable will be forcibly initialized u8 data[I2C_MAX_XFER_SIZE]; ^~~~ /kisskb/src/drivers/media/i2c/tc358743.c:146:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/i2c/tc358743.c: In function 'i2c_wrreg': /kisskb/src/drivers/media/i2c/tc358743.c:206:9: note: byref variable will be forcibly initialized __le32 raw = cpu_to_le32(val); ^~~ /kisskb/src/drivers/media/i2c/tc358743.c: In function 'tc358743_format_change': /kisskb/src/drivers/media/i2c/tc358743.c:986:25: note: byref variable will be forcibly initialized struct v4l2_dv_timings timings; ^~~~~~~ /kisskb/src/drivers/media/i2c/tc358743.c: In function 'tc358743_work_i2c_poll': /kisskb/src/drivers/media/i2c/tc358743.c:1491:7: note: byref variable will be forcibly initialized bool handled; ^~~~~~~ /kisskb/src/drivers/media/i2c/tc358743.c: In function 'tc358743_irq_handler': /kisskb/src/drivers/media/i2c/tc358743.c:1466:7: note: byref variable will be forcibly initialized bool handled = false; ^~~~~~~ /kisskb/src/drivers/media/i2c/tc358743.c: In function 'tc358743_s_edid': /kisskb/src/drivers/media/i2c/tc358743.c:1775:6: note: byref variable will be forcibly initialized u16 pa; ^~ /kisskb/src/drivers/media/i2c/tc358743.c: In function 'print_avi_infoframe': /kisskb/src/drivers/media/i2c/tc358743.c:438:5: note: byref variable will be forcibly initialized u8 buffer[HDMI_INFOFRAME_SIZE(AVI)]; ^~~~~~ /kisskb/src/drivers/media/i2c/tc358743.c:437:23: note: byref variable will be forcibly initialized union hdmi_infoframe frame; ^~~~~ /kisskb/src/drivers/media/i2c/tc358743.c: In function 'tc358743_log_status': /kisskb/src/drivers/media/i2c/tc358743.c:1242:25: note: byref variable will be forcibly initialized struct v4l2_dv_timings timings; ^~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-gpio.c: In function 'gpio_trig_brightness_store': /kisskb/src/drivers/leds/trigger/ledtrig-gpio.c:60:11: note: byref variable will be forcibly initialized unsigned desired_brightness; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-gpio.c: In function 'gpio_trig_gpio_store': /kisskb/src/drivers/leds/trigger/ledtrig-gpio.c:123:11: note: byref variable will be forcibly initialized unsigned gpio; ^~~~ /kisskb/src/drivers/leds/trigger/ledtrig-gpio.c: In function 'gpio_trig_inverted_store': /kisskb/src/drivers/leds/trigger/ledtrig-gpio.c:89:16: note: byref variable will be forcibly initialized unsigned long inverted; ^~~~~~~~ /kisskb/src/drivers/media/i2c/hi846.c: In function 'hi846_write_reg_16': /kisskb/src/drivers/media/i2c/hi846.c:1268:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/i2c/hi846.c: In function 'hi846_write_reg_list': /kisskb/src/drivers/media/i2c/hi846.c:1289:6: note: byref variable will be forcibly initialized int ret = 0; ^~~ /kisskb/src/drivers/media/i2c/hi846.c: In function 'hi846_set_video_mode': /kisskb/src/drivers/media/i2c/hi846.c:1496:6: note: byref variable will be forcibly initialized int ret = 0; ^~~ /kisskb/src/drivers/media/i2c/hi846.c: In function 'hi846_update_digital_gain': /kisskb/src/drivers/media/i2c/hi846.c:1307:6: note: byref variable will be forcibly initialized int ret = 0; ^~~ /kisskb/src/drivers/media/i2c/hi846.c: In function 'hi846_read_reg': /kisskb/src/drivers/media/i2c/hi846.c:1222:5: note: byref variable will be forcibly initialized u8 data_buf[1] = {0}; ^~~~~~~~ /kisskb/src/drivers/media/i2c/hi846.c:1221:5: note: byref variable will be forcibly initialized u8 addr_buf[2]; ^~~~~~~~ /kisskb/src/drivers/media/i2c/hi846.c:1220:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/media/i2c/hi846.c: In function 'hi846_identify_module': /kisskb/src/drivers/media/i2c/hi846.c:1942:9: note: byref variable will be forcibly initialized u8 hi, lo; ^~ /kisskb/src/drivers/media/i2c/hi846.c:1942:5: note: byref variable will be forcibly initialized u8 hi, lo; ^~ /kisskb/src/drivers/media/i2c/hi846.c: In function 'hi846_write_reg': /kisskb/src/drivers/media/i2c/hi846.c:1250:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/i2c/hi846.c:1249:5: note: byref variable will be forcibly initialized u8 buf[3] = { reg >> 8, reg & 0xff, val }; ^~~ /kisskb/src/drivers/media/i2c/hi846.c: In function 'hi846_start_streaming': /kisskb/src/drivers/media/i2c/hi846.c:1526:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/i2c/hi846.c: In function 'hi846_test_pattern': /kisskb/src/drivers/media/i2c/hi846.c:1320:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/i2c/hi846.c: In function 'hi846_init_controls': /kisskb/src/drivers/media/i2c/hi846.c:1417:39: note: byref variable will be forcibly initialized struct v4l2_fwnode_device_properties props; ^~~~~ /kisskb/src/drivers/media/i2c/hi846.c: In function 'hi846_set_ctrl': /kisskb/src/drivers/media/i2c/hi846.c:1342:6: note: byref variable will be forcibly initialized int ret = 0; ^~~ /kisskb/src/drivers/media/i2c/imx214.c: In function 'imx214_write_table': /kisskb/src/drivers/media/i2c/imx214.c:693:5: note: byref variable will be forcibly initialized u8 vals[MAX_CMD]; ^~~~ /kisskb/src/drivers/media/i2c/imx214.c: In function 'imx214_set_ctrl': /kisskb/src/drivers/media/i2c/imx214.c:656:5: note: byref variable will be forcibly initialized u8 vals[2]; ^~~~ /kisskb/src/drivers/hid/hid-alps.c: In function 'T4_init': /kisskb/src/drivers/hid/hid-alps.c:612:5: note: byref variable will be forcibly initialized u8 tmp, sen_line_num_x, sen_line_num_y; ^~~ /kisskb/src/drivers/hid/hid-alps.c: In function 'u1_init': /kisskb/src/drivers/hid/hid-alps.c:501:23: note: byref variable will be forcibly initialized u8 pitch_x, pitch_y, resolution; ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-alps.c:501:14: note: byref variable will be forcibly initialized u8 pitch_x, pitch_y, resolution; ^~~~~~~ /kisskb/src/drivers/hid/hid-alps.c:501:5: note: byref variable will be forcibly initialized u8 pitch_x, pitch_y, resolution; ^~~~~~~ /kisskb/src/drivers/hid/hid-alps.c:500:36: note: byref variable will be forcibly initialized u8 tmp, dev_ctrl, sen_line_num_x, sen_line_num_y; ^~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-alps.c:500:20: note: byref variable will be forcibly initialized u8 tmp, dev_ctrl, sen_line_num_x, sen_line_num_y; ^~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-alps.c:500:10: note: byref variable will be forcibly initialized u8 tmp, dev_ctrl, sen_line_num_x, sen_line_num_y; ^~~~~~~~ /kisskb/src/drivers/hid/hid-alps.c:500:5: note: byref variable will be forcibly initialized u8 tmp, dev_ctrl, sen_line_num_x, sen_line_num_y; ^~~ In file included from /kisskb/src/drivers/comedi/comedi_fops.c:22: /kisskb/src/drivers/comedi/comedi_fops.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/misc/da9063_onkey.c: In function 'da9063_onkey_irq_handler': /kisskb/src/drivers/input/misc/da9063_onkey.c:163:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/da9063_onkey.c: In function 'da9063_poll_on': /kisskb/src/drivers/input/misc/da9063_onkey.c:89:6: note: byref variable will be forcibly initialized int fault_log = 0; ^~~~~~~~~ /kisskb/src/drivers/input/misc/da9063_onkey.c:88:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'do_devinfo_ioctl': /kisskb/src/drivers/comedi/comedi_fops.c:934:24: note: byref variable will be forcibly initialized struct comedi_devinfo devinfo; ^~~~~~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'do_bufconfig_ioctl': /kisskb/src/drivers/comedi/comedi_fops.c:870:26: note: byref variable will be forcibly initialized struct comedi_bufconfig bc; ^~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'do_devconfig_ioctl': /kisskb/src/drivers/comedi/comedi_fops.c:817:26: note: byref variable will be forcibly initialized struct comedi_devconfig it; ^~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'do_bufinfo_ioctl': /kisskb/src/drivers/comedi/comedi_fops.c:1107:24: note: byref variable will be forcibly initialized struct comedi_bufinfo bi; ^~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'parse_insn': /kisskb/src/drivers/comedi/comedi_fops.c:1318:23: note: byref variable will be forcibly initialized struct timespec64 tv; ^~ /kisskb/src/drivers/usb/isp1760/isp1760-if.c: In function 'isp1760_plat_probe': /kisskb/src/drivers/usb/isp1760/isp1760-if.c:208:7: note: byref variable will be forcibly initialized u32 bus_width = 0; ^~~~~~~~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'write_buffer_kb_store': /kisskb/src/drivers/comedi/comedi_fops.c:578:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'max_write_buffer_kb_store': /kisskb/src/drivers/comedi/comedi_fops.c:522:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'read_buffer_kb_store': /kisskb/src/drivers/comedi/comedi_fops.c:465:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'max_read_buffer_kb_store': /kisskb/src/drivers/comedi/comedi_fops.c:409:15: note: byref variable will be forcibly initialized unsigned int size; ^~~~ /kisskb/src/drivers/media/i2c/imx219.c: In function 'imx219_write_reg': /kisskb/src/drivers/media/i2c/imx219.c:616:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'comedi_unlocked_ioctl': /kisskb/src/drivers/comedi/comedi_fops.c:2253:22: note: byref variable will be forcibly initialized struct comedi_insn insn; ^~~~ /kisskb/src/drivers/comedi/comedi_fops.c:2229:26: note: byref variable will be forcibly initialized struct comedi_insnlist insnlist; ^~~~~~~~ /kisskb/src/drivers/comedi/comedi_fops.c:2217:8: note: byref variable will be forcibly initialized bool copy = false; ^~~~ /kisskb/src/drivers/comedi/comedi_fops.c:2216:21: note: byref variable will be forcibly initialized struct comedi_cmd cmd; ^~~ /kisskb/src/drivers/comedi/comedi_fops.c:2204:8: note: byref variable will be forcibly initialized bool copy = false; ^~~~ /kisskb/src/drivers/comedi/comedi_fops.c:2203:21: note: byref variable will be forcibly initialized struct comedi_cmd cmd; ^~~ /kisskb/src/drivers/comedi/comedi_fops.c:2180:27: note: byref variable will be forcibly initialized struct comedi_rangeinfo it; ^~ /kisskb/src/drivers/comedi/comedi_fops.c:2171:26: note: byref variable will be forcibly initialized struct comedi_chaninfo it; ^~ /kisskb/src/drivers/media/i2c/imx219.c: In function 'imx219_read_reg': /kisskb/src/drivers/media/i2c/imx219.c:584:5: note: byref variable will be forcibly initialized u8 addr_buf[2] = { reg >> 8, reg & 0xff }; ^~~~~~~~ /kisskb/src/drivers/media/i2c/imx219.c:583:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/media/i2c/imx219.c: In function 'imx219_identify_module': /kisskb/src/drivers/media/i2c/imx219.c:1229:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/imx219.c: In function 'imx219_init_controls': /kisskb/src/drivers/media/i2c/imx219.c:1281:39: note: byref variable will be forcibly initialized struct v4l2_fwnode_device_properties props; ^~~~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_attach_node': /kisskb/src/drivers/of/dynamic.c:207:6: note: byref variable will be forcibly initialized int sz; ^~ /kisskb/src/drivers/of/dynamic.c: In function 'of_property_notify': /kisskb/src/drivers/of/dynamic.c:192:26: note: byref variable will be forcibly initialized struct of_reconfig_data pr; ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_notify': /kisskb/src/drivers/of/dynamic.c:539:28: note: byref variable will be forcibly initialized struct of_changeset_entry ce_inverted; ^~~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c:538:26: note: byref variable will be forcibly initialized struct of_reconfig_data rd; ^~ /kisskb/src/drivers/of/dynamic.c: In function 'of_attach_node': /kisskb/src/drivers/of/dynamic.c:237:26: note: byref variable will be forcibly initialized struct of_reconfig_data rd; ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_apply': /kisskb/src/drivers/of/dynamic.c:572:19: note: byref variable will be forcibly initialized struct property *old_prop, **propp; ^~~~~~~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_revert': /kisskb/src/drivers/of/dynamic.c:664:28: note: byref variable will be forcibly initialized struct of_changeset_entry ce_inverted; ^~~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c: In function 'of_detach_node': /kisskb/src/drivers/of/dynamic.c:290:26: note: byref variable will be forcibly initialized struct of_reconfig_data rd; ^~ /kisskb/src/drivers/media/i2c/imx258.c: In function 'imx258_write_reg': /kisskb/src/drivers/media/i2c/imx258.c:672:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_apply': /kisskb/src/drivers/of/dynamic.c:770:11: note: byref variable will be forcibly initialized int ret, ret_revert = 0; ^~~~~~~~~~ /kisskb/src/drivers/comedi/drivers/comedi_parport.c: In function 'parport_interrupt': /kisskb/src/drivers/comedi/drivers/comedi_parport.c:213:17: note: byref variable will be forcibly initialized unsigned short val = 0; ^~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_revert': /kisskb/src/drivers/of/dynamic.c:863:11: note: byref variable will be forcibly initialized int ret, ret_reply; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/imx258.c: In function 'imx258_read_reg': /kisskb/src/drivers/media/i2c/imx258.c:640:5: note: byref variable will be forcibly initialized u8 addr_buf[2] = { reg >> 8, reg & 0xff }; ^~~~~~~~ /kisskb/src/drivers/media/i2c/imx258.c:639:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/media/i2c/imx258.c: In function 'imx258_identify_module': /kisskb/src/drivers/media/i2c/imx258.c:1108:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/imx258.c: In function 'imx258_probe': /kisskb/src/drivers/media/i2c/imx258.c:1256:6: note: byref variable will be forcibly initialized u32 val = 0; ^~~ /kisskb/src/drivers/media/i2c/imx290.c: In function 'imx290_probe': /kisskb/src/drivers/media/i2c/imx290.c:938:6: note: byref variable will be forcibly initialized u32 xclk_freq; ^~~~~~~~~ /kisskb/src/drivers/media/i2c/imx319.c: In function 'imx319_read_reg': /kisskb/src/drivers/media/i2c/imx319.c:1793:5: note: byref variable will be forcibly initialized u8 addr_buf[2]; ^~~~~~~~ /kisskb/src/drivers/media/i2c/imx319.c:1792:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/media/i2c/imx319.c: In function 'imx319_identify_module': /kisskb/src/drivers/media/i2c/imx319.c:2094:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/i2c/imx319.c: In function 'imx319_write_reg': /kisskb/src/drivers/media/i2c/imx319.c:1826:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/media/i2c/imx319.c:5: /kisskb/src/drivers/media/i2c/imx319.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/misc/drv2667.c: In function 'drv2667_set_waveform_freq': /kisskb/src/drivers/input/misc/drv2667.c:131:15: note: byref variable will be forcibly initialized unsigned int read_buf; ^~~~~~~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'pwm_enable_store': /kisskb/src/drivers/hwmon/w83627hf.c:1097:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'pwm_freq_store': /kisskb/src/drivers/hwmon/w83627hf.c:1140:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/w83627hf.c:1049:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'beep_store': /kisskb/src/drivers/hwmon/w83627hf.c:916:16: note: byref variable will be forcibly initialized unsigned long bit; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/w83627hf.c:998:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/w83627hf.c:687:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/media/i2c/imx355.c: In function 'imx355_write_reg': /kisskb/src/drivers/media/i2c/imx355.c:1124:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'beep_mask_store': /kisskb/src/drivers/hwmon/w83627hf.c:876:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'in0_max_store': /kisskb/src/drivers/hwmon/w83627hf.c:635:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'in0_min_store': /kisskb/src/drivers/hwmon/w83627hf.c:605:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/w83627hf.c:817:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'temp_type_store': /kisskb/src/drivers/hwmon/w83627hf.c:1184:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/media/i2c/imx355.c:5: /kisskb/src/drivers/media/i2c/imx355.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'temp_max_hyst_store': /kisskb/src/drivers/hwmon/w83627hf.c:773:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/media/i2c/imx355.c: In function 'imx355_read_reg': /kisskb/src/drivers/media/i2c/imx355.c:1091:5: note: byref variable will be forcibly initialized u8 addr_buf[2]; ^~~~~~~~ /kisskb/src/drivers/media/i2c/imx355.c:1090:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2]; ^~~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/w83627hf.c:751:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/media/i2c/imx355.c: In function 'imx355_identify_module': /kisskb/src/drivers/media/i2c/imx355.c:1515:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/w83627hf.c:522:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/w83627hf.c:503:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'sensors_w83627hf_init': /kisskb/src/drivers/hwmon/w83627hf.c:1969:27: note: byref variable will be forcibly initialized struct w83627hf_sio_data sio_data; ^~~~~~~~ /kisskb/src/drivers/hwmon/w83627hf.c:1968:17: note: byref variable will be forcibly initialized unsigned short address; ^~~~~~~ /kisskb/src/drivers/media/i2c/imx412.c: In function 'imx412_detect': /kisskb/src/drivers/media/i2c/imx412.c:892:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-activity.c: In function 'led_invert_store': /kisskb/src/drivers/leds/trigger/ledtrig-activity.c:167:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/comedi/drivers/pcl711.c: In function 'pcl711_ai_cmdtest': /kisskb/src/drivers/comedi/drivers/pcl711.c:327:16: note: byref variable will be forcibly initialized unsigned int arg = cmd->scan_begin_arg; ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-activity.c: In function 'led_activity_function': /kisskb/src/drivers/leds/trigger/ledtrig-activity.c:61:25: note: byref variable will be forcibly initialized struct kernel_cpustat kcpustat; ^~~~~~~~ /kisskb/src/drivers/comedi/drivers/pcl711.c: In function 'pcl711_interrupt': /kisskb/src/drivers/comedi/drivers/pcl711.c:187:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c: In function 'readmagic_bitstream': /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c:93:5: note: byref variable will be forcibly initialized u8 buf[13]; ^~~ /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c: In function 'readinfo_bitstream': /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c:43:5: note: byref variable will be forcibly initialized u8 tbuf[2]; ^~~~ /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c: In function 'readlength_bitstream': /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c:69:5: note: byref variable will be forcibly initialized u8 tbuf[4]; ^~~~ /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c: In function 'gs_read_bitstream': /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c:129:6: note: byref variable will be forcibly initialized int offset; ^~~~~~ /kisskb/src/drivers/media/i2c/rdacm20.c: In function '__ov10635_write': /kisskb/src/drivers/media/i2c/rdacm20.c:357:5: note: byref variable will be forcibly initialized u8 buf[3] = { reg >> 8, reg & 0xff, val }; ^~~ /kisskb/src/drivers/media/i2c/rdacm20.c: In function 'ov10635_read16': /kisskb/src/drivers/media/i2c/rdacm20.c:335:5: note: byref variable will be forcibly initialized u8 buf[2] = { reg >> 8, reg & 0xff }; ^~~ /kisskb/src/drivers/media/i2c/rdacm21.c: In function 'ov490_write': /kisskb/src/drivers/media/i2c/rdacm21.c:199:5: note: byref variable will be forcibly initialized u8 buf[3] = { reg >> 8, reg, val }; ^~~ /kisskb/src/drivers/media/i2c/rdacm21.c: In function 'ov490_read': /kisskb/src/drivers/media/i2c/rdacm21.c:181:5: note: byref variable will be forcibly initialized u8 buf[2] = { reg >> 8, reg }; ^~~ /kisskb/src/drivers/media/i2c/rdacm21.c: In function 'ov10640_check_id': /kisskb/src/drivers/media/i2c/rdacm21.c:354:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/i2c/rdacm21.c: In function 'ov490_initialize': /kisskb/src/drivers/media/i2c/rdacm21.c:389:15: note: byref variable will be forcibly initialized u8 pid, ver, val; ^~~ /kisskb/src/drivers/media/i2c/rdacm21.c:389:10: note: byref variable will be forcibly initialized u8 pid, ver, val; ^~~ /kisskb/src/drivers/media/i2c/rdacm21.c:389:5: note: byref variable will be forcibly initialized u8 pid, ver, val; ^~~ /kisskb/src/drivers/of/fdt_address.c: In function 'fdt_translate_one': /kisskb/src/drivers/of/fdt_address.c:115:6: note: byref variable will be forcibly initialized int rlen; ^~~~ /kisskb/src/drivers/of/fdt_address.c: In function 'fdt_translate_address': /kisskb/src/drivers/of/fdt_address.c:169:19: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~~ /kisskb/src/drivers/of/fdt_address.c:169:14: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~~ /kisskb/src/drivers/of/fdt_address.c:169:10: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~ /kisskb/src/drivers/of/fdt_address.c:169:6: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~ /kisskb/src/drivers/of/fdt_address.c:168:9: note: byref variable will be forcibly initialized __be32 addr[OF_MAX_ADDR_CELLS]; ^~~~ /kisskb/src/drivers/of/fdt_address.c:165:14: note: byref variable will be forcibly initialized int parent, len; ^~~ In file included from /kisskb/src/include/linux/greybus.h:17, from /kisskb/src/drivers/greybus/manifest.c:9: /kisskb/src/drivers/greybus/manifest.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/greybus.h:16, from /kisskb/src/drivers/greybus/manifest.c:9: /kisskb/src/drivers/greybus/manifest.c: In function 'gb_manifest_parse_cports': /kisskb/src/drivers/greybus/manifest.c:233:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'bank_reads8': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:323:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/greybus.h:17, from /kisskb/src/drivers/greybus/module.c:9: /kisskb/src/drivers/greybus/module.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/greybus/module.c: In function 'eject_store': /kisskb/src/drivers/greybus/module.c:19:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1763_ptd_write': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:539:18: note: byref variable will be forcibly initialized struct ptd_le32 ptd; ^~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1763_ptd_read': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:510:18: note: byref variable will be forcibly initialized struct ptd_le32 le32_ptd; ^~~~~~~~ In file included from /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:33: /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1760_field_read': /kisskb/src/drivers/usb/isp1760/isp1760-core.h:61:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'enqueue_qtds': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:1126:13: note: byref variable will be forcibly initialized struct ptd ptd; ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:18: /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'schedule_ptds': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:1202:12: note: byref variable will be forcibly initialized LIST_HEAD(urb_list); ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1760_hcd_clear_and_wait': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:273:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1760_hcd_set_and_wait_swap': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:261:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1760_hcd_set_and_wait': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:249:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:18: /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1760_urb_enqueue': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:1888:12: note: byref variable will be forcibly initialized LIST_HEAD(new_qtds); ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'handle_done_ptds': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:1356:13: note: byref variable will be forcibly initialized struct ptd ptd; ^~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'errata2_function': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:1560:13: note: byref variable will be forcibly initialized struct ptd ptd; ^~~ In file included from /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:20: /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/of/resolver.c: In function 'update_usages_of_a_phandle_reference': /kisskb/src/drivers/of/resolver.c:78:6: note: byref variable will be forcibly initialized int offset, len; ^~~~~~ /kisskb/src/drivers/of/resolver.c: In function 'of_resolve_phandles': /kisskb/src/drivers/of/resolver.c:268:14: note: byref variable will be forcibly initialized const char *refpath; ^~~~~~~ In file included from /kisskb/src/drivers/input/misc/ims-pcu.c:11: /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'request_ihex_firmware': /kisskb/src/include/linux/ihex.h:68:25: note: byref variable will be forcibly initialized const struct firmware *lfw; ^~~ /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'ims_pcu_update_firmware_store': /kisskb/src/drivers/input/misc/ims-pcu.c:1157:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/input/misc/ims-pcu.c:1156:25: note: byref variable will be forcibly initialized const struct firmware *fw = NULL; ^~ /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'ims_pcu_reset_device': /kisskb/src/drivers/input/misc/ims-pcu.c:1125:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'ims_pcu_write_ofn_config': /kisskb/src/drivers/input/misc/ims-pcu.c:1280:5: note: byref variable will be forcibly initialized u8 buffer[] = { addr, data }; ^~~~~~ /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'ims_pcu_ofn_bit_store': /kisskb/src/drivers/input/misc/ims-pcu.c:1413:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/input/misc/ims-pcu.c:1412:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'ims_pcu_ofn_bit_show': /kisskb/src/drivers/input/misc/ims-pcu.c:1391:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'ims_pcu_ofn_reg_data_show': /kisskb/src/drivers/input/misc/ims-pcu.c:1303:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'ims_pcu_ofn_reg_addr_store': /kisskb/src/drivers/input/misc/ims-pcu.c:1360:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'ims_pcu_ofn_reg_data_store': /kisskb/src/drivers/input/misc/ims-pcu.c:1322:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/of/irq.c: In function '__of_msi_map_id': /kisskb/src/drivers/of/irq.c:626:6: note: byref variable will be forcibly initialized u32 id_out = id_in; ^~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_find_parent': /kisskb/src/drivers/of/irq.c:57:10: note: byref variable will be forcibly initialized phandle parent; ^~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_parse_raw': /kisskb/src/drivers/of/irq.c:120:6: note: byref variable will be forcibly initialized int imaplen, match, i, rc = -EINVAL; ^~~~~~~ /kisskb/src/drivers/of/irq.c:119:45: note: byref variable will be forcibly initialized u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; ^~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:119:29: note: byref variable will be forcibly initialized u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; ^~~~~~~~~~ /kisskb/src/drivers/of/irq.c:119:6: note: byref variable will be forcibly initialized u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; ^~~~~~~ /kisskb/src/drivers/of/irq.c:118:36: note: byref variable will be forcibly initialized const __be32 *tmp, *imap, *imask, dummy_imask[] = { [0 ... MAX_PHANDLE_ARGS] = cpu_to_be32(~0) }; ^~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:116:9: note: byref variable will be forcibly initialized __be32 initial_match_array[MAX_PHANDLE_ARGS]; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'ims_pcu_backlight_set_brightness': /kisskb/src/drivers/input/misc/ims-pcu.c:954:9: note: byref variable will be forcibly initialized __le16 br_val = cpu_to_le16(value); ^~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_parse_one': /kisskb/src/drivers/of/irq.c:333:6: note: byref variable will be forcibly initialized u32 intsize; ^~~~~~~ /kisskb/src/drivers/of/irq.c: In function 'irq_of_parse_and_map': /kisskb/src/drivers/of/irq.c:38:25: note: byref variable will be forcibly initialized struct of_phandle_args oirq; ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_get': /kisskb/src/drivers/of/irq.c:433:25: note: byref variable will be forcibly initialized struct of_phandle_args oirq; ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_to_resource': /kisskb/src/drivers/of/irq.c:402:15: note: byref variable will be forcibly initialized const char *name = NULL; ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_count': /kisskb/src/drivers/of/irq.c:478:25: note: byref variable will be forcibly initialized struct of_phandle_args irq; ^~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_init': /kisskb/src/drivers/of/irq.c:527:35: note: byref variable will be forcibly initialized struct list_head intc_desc_list, intc_parent_list; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:527:19: note: byref variable will be forcibly initialized struct list_head intc_desc_list, intc_parent_list; ^~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:524:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^~~~~ /kisskb/src/drivers/of/of_reserved_mem.c: In function '__rmem_check_for_overlap': /kisskb/src/drivers/of/of_reserved_mem.c:240:26: note: byref variable will be forcibly initialized phys_addr_t this_end, next_end; ^~~~~~~~ /kisskb/src/drivers/of/of_reserved_mem.c:240:16: note: byref variable will be forcibly initialized phys_addr_t this_end, next_end; ^~~~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_msi_map_get_device_domain': /kisskb/src/drivers/of/irq.c:669:22: note: byref variable will be forcibly initialized struct device_node *np = NULL; ^~ /kisskb/src/drivers/of/irq.c: In function 'of_msi_get_domain': /kisskb/src/drivers/of/irq.c:704:26: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/of/of_reserved_mem.c: In function '__reserved_mem_alloc_size': /kisskb/src/drivers/of/of_reserved_mem.c:89:16: note: byref variable will be forcibly initialized const __be32 *prop; ^~~~ /kisskb/src/drivers/of/of_reserved_mem.c:88:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/of/of_reserved_mem.c:87:14: note: byref variable will be forcibly initialized phys_addr_t base = 0, align = 0, size; ^~~~ /kisskb/src/drivers/of/of_reserved_mem.c: In function 'fdt_init_reserved_mem': /kisskb/src/drivers/of/of_reserved_mem.c:264:7: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_one': /kisskb/src/drivers/of/address.c:399:15: note: byref variable will be forcibly initialized unsigned int rlen; ^~~~ In file included from /kisskb/src/include/linux/kobject.h:19, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/drivers/of/of_reserved_mem.c:15: /kisskb/src/drivers/of/of_reserved_mem.c: In function 'of_reserved_mem_device_release': /kisskb/src/drivers/of/of_reserved_mem.c:408:12: note: byref variable will be forcibly initialized LIST_HEAD(release_list); ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^~~~ /kisskb/src/drivers/of/address.c: In function '__of_translate_address': /kisskb/src/drivers/of/address.c:481:19: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~~ /kisskb/src/drivers/of/address.c:481:14: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~~ /kisskb/src/drivers/of/address.c:481:10: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~ /kisskb/src/drivers/of/address.c:481:6: note: byref variable will be forcibly initialized int na, ns, pna, pns; ^~ /kisskb/src/drivers/of/address.c:480:9: note: byref variable will be forcibly initialized __be32 addr[OF_MAX_ADDR_CELLS]; ^~~~ /kisskb/src/drivers/of/address.c: In function '__of_get_dma_parent': /kisskb/src/drivers/of/address.c:584:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/of/address.c: In function 'parser_init': /kisskb/src/drivers/of/address.c:676:6: note: byref variable will be forcibly initialized int rlen; ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_ioport': /kisskb/src/drivers/of/address.c:775:22: note: byref variable will be forcibly initialized struct device_node *host; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/of/address.c:11: /kisskb/src/drivers/of/address.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'populate_properties': /kisskb/src/drivers/of/fdt.c:125:7: note: byref variable will be forcibly initialized u32 sz; ^~ /kisskb/src/drivers/of/fdt.c:124:15: note: byref variable will be forcibly initialized const char *pname; ^~~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_address': /kisskb/src/drivers/of/address.c:568:22: note: byref variable will be forcibly initialized struct device_node *host; ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_dma_address': /kisskb/src/drivers/of/address.c:612:22: note: byref variable will be forcibly initialized struct device_node *host; ^~~~ /kisskb/src/drivers/of/address.c: In function '__of_get_address': /kisskb/src/drivers/of/address.c:634:22: note: byref variable will be forcibly initialized int onesize, i, na, ns; ^~ /kisskb/src/drivers/of/address.c:634:18: note: byref variable will be forcibly initialized int onesize, i, na, ns; ^~ /kisskb/src/drivers/of/address.c:631:15: note: byref variable will be forcibly initialized unsigned int psize; ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'populate_node': /kisskb/src/drivers/of/fdt.c:214:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/of/address.c: In function '__of_address_to_resource': /kisskb/src/drivers/of/address.c:801:14: note: byref variable will be forcibly initialized const char *name = NULL; ^~~~ /kisskb/src/drivers/of/address.c:800:15: note: byref variable will be forcibly initialized unsigned int flags; ^~~~~ /kisskb/src/drivers/of/address.c:799:7: note: byref variable will be forcibly initialized u64 size; ^~~~ /kisskb/src/drivers/of/fdt.c: In function 'unflatten_dt_nodes': /kisskb/src/drivers/of/fdt.c:292:22: note: byref variable will be forcibly initialized struct device_node *nps[FDT_MAX_DEPTH]; ^~~ /kisskb/src/drivers/of/fdt.c:290:18: note: byref variable will be forcibly initialized int offset = 0, depth = 0, initial_depth = 0; ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'of_fdt_is_compatible': /kisskb/src/drivers/of/fdt.c:770:6: note: byref variable will be forcibly initialized int cplen; ^~~~~ /kisskb/src/drivers/of/address.c: In function 'of_iomap': /kisskb/src/drivers/of/address.c:860:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/of/address.c: In function 'of_io_request_and_map': /kisskb/src/drivers/of/address.c:889:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/of/fdt.c: In function 'of_fdt_limit_memory': /kisskb/src/drivers/of/fdt.c:46:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/of/address.c: In function 'of_dma_get_range': /kisskb/src/drivers/of/address.c:939:6: note: byref variable will be forcibly initialized int len, num_ranges = 0; ^~~ /kisskb/src/drivers/of/address.c:937:18: note: byref variable will be forcibly initialized struct of_range range; ^~~~~ /kisskb/src/drivers/of/address.c:936:25: note: byref variable will be forcibly initialized struct of_range_parser parser; ^~~~~~ /kisskb/src/drivers/of/address.c: In function 'of_dma_get_max_cpu_address': /kisskb/src/drivers/of/address.c:1017:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/of/address.c:1014:18: note: byref variable will be forcibly initialized struct of_range range; ^~~~~ /kisskb/src/drivers/of/address.c:1011:25: note: byref variable will be forcibly initialized struct of_range_parser parser; ^~~~~~ /kisskb/src/drivers/of/fdt.c: In function 'of_scan_flat_dt': /kisskb/src/drivers/of/fdt.c:679:22: note: byref variable will be forcibly initialized int offset, rc = 0, depth = -1; ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_check_for_initrd': /kisskb/src/drivers/of/fdt.c:917:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/of/fdt.c: In function 'of_flat_dt_match_machine': /kisskb/src/drivers/of/fdt.c:874:7: note: byref variable will be forcibly initialized int size; ^~~~ /kisskb/src/drivers/of/fdt.c:860:21: note: byref variable will be forcibly initialized const char *const *compat; ^~~~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_scan_chosen_stdout': /kisskb/src/drivers/of/fdt.c:1000:6: note: byref variable will be forcibly initialized int l; ^ /kisskb/src/drivers/of/fdt.c: In function '__reserved_mem_reserve_reg': /kisskb/src/drivers/of/fdt.c:504:16: note: byref variable will be forcibly initialized const __be32 *prop; ^~~~ /kisskb/src/drivers/of/fdt.c:503:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/of/fdt.c:502:14: note: byref variable will be forcibly initialized phys_addr_t base, size; ^~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_fdt_scan_reserved_mem': /kisskb/src/drivers/of/fdt.c:631:12: note: byref variable will be forcibly initialized u64 base, size; ^~~~ /kisskb/src/drivers/of/fdt.c:631:6: note: byref variable will be forcibly initialized u64 base, size; ^~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_check_for_usable_mem_range': /kisskb/src/drivers/of/fdt.c:979:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/of/fdt.c:978:16: note: byref variable will be forcibly initialized const __be32 *prop; ^~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_scan_chosen': /kisskb/src/drivers/of/fdt.c:1130:6: note: byref variable will be forcibly initialized int l; ^ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_scan_memory': /kisskb/src/drivers/of/fdt.c:1086:6: note: byref variable will be forcibly initialized int l; ^ /kisskb/src/drivers/of/fdt.c:1085:16: note: byref variable will be forcibly initialized const __be32 *reg, *endp; ^~~ /kisskb/src/drivers/comedi/drivers/pcl816.c: In function 'transfer_from_dma_buf': /kisskb/src/drivers/comedi/drivers/pcl816.c:229:17: note: byref variable will be forcibly initialized unsigned short val; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_dev_init': /kisskb/src/drivers/input/misc/iqs269a.c:1037:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_report': /kisskb/src/drivers/input/misc/iqs269a.c:1198:5: note: byref variable will be forcibly initialized u8 slider_x[IQS269_NUM_SL]; ^~~~~~~~ /kisskb/src/drivers/input/misc/iqs269a.c:1195:22: note: byref variable will be forcibly initialized struct iqs269_flags flags; ^~~~~ /kisskb/src/drivers/comedi/drivers/pcl816.c: In function 'pcl816_ai_cmdtest': /kisskb/src/drivers/comedi/drivers/pcl816.c:385:16: note: byref variable will be forcibly initialized unsigned int arg = cmd->convert_arg; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_resume': /kisskb/src/drivers/input/misc/iqs269a.c:1763:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_suspend': /kisskb/src/drivers/input/misc/iqs269a.c:1704:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'ati_trigger_store': /kisskb/src/drivers/input/misc/iqs269a.c:1580:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'ati_target_store': /kisskb/src/drivers/input/misc/iqs269a.c:1552:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'ati_base_store': /kisskb/src/drivers/input/misc/iqs269a.c:1519:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'ati_mode_store': /kisskb/src/drivers/input/misc/iqs269a.c:1486:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'rx_enable_store': /kisskb/src/drivers/input/misc/iqs269a.c:1447:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'ch_number_store': /kisskb/src/drivers/input/misc/iqs269a.c:1418:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'hall_enable_store': /kisskb/src/drivers/input/misc/iqs269a.c:1388:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'ati_target_show': /kisskb/src/drivers/input/misc/iqs269a.c:1537:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'ati_base_show': /kisskb/src/drivers/input/misc/iqs269a.c:1504:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'ati_mode_show': /kisskb/src/drivers/input/misc/iqs269a.c:1471:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'hall_bin_show': /kisskb/src/drivers/input/misc/iqs269a.c:1343:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'counts_show': /kisskb/src/drivers/input/misc/iqs269a.c:1312:9: note: byref variable will be forcibly initialized __le16 counts; ^~~~~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_parse_mask': /kisskb/src/drivers/input/misc/iqs269a.c:475:15: note: byref variable will be forcibly initialized unsigned int val[IQS269_NUM_CH]; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_parse_chan': /kisskb/src/drivers/input/misc/iqs269a.c:508:20: note: byref variable will be forcibly initialized unsigned int reg, val; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c:508:15: note: byref variable will be forcibly initialized unsigned int reg, val; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_parse_prop': /kisskb/src/drivers/input/misc/iqs269a.c:756:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_input_init': /kisskb/src/drivers/input/misc/iqs269a.c:1091:22: note: byref variable will be forcibly initialized struct iqs269_flags flags; ^~~~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_probe': /kisskb/src/drivers/input/misc/iqs269a.c:1638:25: note: byref variable will be forcibly initialized struct iqs269_ver_info ver_info; ^~~~~~~~ In file included from /kisskb/src/include/linux/amba/bus.h:15, from /kisskb/src/drivers/mailbox/arm_mhuv2.c:28: /kisskb/src/drivers/mailbox/arm_mhuv2.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c: In function 'mhuv2_tx_init': /kisskb/src/drivers/mailbox/arm_mhuv2.c:251:7: note: byref variable will be forcibly initialized u32 _regval; \ ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:995:4: note: in expansion of macro 'writel_relaxed_bitfield' writel_relaxed_bitfield(1, &mhu->send->int_en, struct int_en_t, chcomb); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:243:7: note: byref variable will be forcibly initialized u32 _regval; \ ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:975:15: note: in expansion of macro 'readl_relaxed_bitfield' mhu->minor = readl_relaxed_bitfield(&mhu->send->aidr, struct aidr_t, arch_minor_rev); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:243:7: note: byref variable will be forcibly initialized u32 _regval; \ ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:974:17: note: in expansion of macro 'readl_relaxed_bitfield' mhu->windows = readl_relaxed_bitfield(&mhu->send->mhu_cfg, struct mhu_cfg_t, num_ch); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c: In function 'mhuv2_rx_init': /kisskb/src/drivers/mailbox/arm_mhuv2.c:251:7: note: byref variable will be forcibly initialized u32 _regval; \ ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:1050:3: note: in expansion of macro 'writel_relaxed_bitfield' writel_relaxed_bitfield(1, &mhu->recv->int_en, struct int_en_t, chcomb); ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:243:7: note: byref variable will be forcibly initialized u32 _regval; \ ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:1029:15: note: in expansion of macro 'readl_relaxed_bitfield' mhu->minor = readl_relaxed_bitfield(&mhu->recv->aidr, struct aidr_t, arch_minor_rev); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:243:7: note: byref variable will be forcibly initialized u32 _regval; \ ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:1028:17: note: in expansion of macro 'readl_relaxed_bitfield' mhu->windows = readl_relaxed_bitfield(&mhu->recv->mhu_cfg, struct mhu_cfg_t, num_ch); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/mc13783-pwrbutton.c: In function 'button_irq': /kisskb/src/drivers/input/misc/mc13783-pwrbutton.c:58:6: note: byref variable will be forcibly initialized int val; ^~~ In file included from /kisskb/src/drivers/of/overlay.c:19: /kisskb/src/drivers/of/overlay.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/of/overlay.c: In function 'find_target': /kisskb/src/drivers/of/overlay.c:693:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/of/overlay.c:692:14: note: byref variable will be forcibly initialized const char *path; ^~~~ /kisskb/src/drivers/of/overlay.c: In function 'add_changeset_node': /kisskb/src/drivers/of/overlay.c:416:15: note: byref variable will be forcibly initialized int ret = 0, size; ^~~~ /kisskb/src/drivers/of/overlay.c:415:16: note: byref variable will be forcibly initialized struct target target_child; ^~~~~~~~~~~~ /kisskb/src/drivers/of/overlay.c: In function 'build_changeset': /kisskb/src/drivers/of/overlay.c:639:16: note: byref variable will be forcibly initialized struct target target; ^~~~~~ /kisskb/src/drivers/of/overlay.c: In function 'overlay_notify': /kisskb/src/drivers/of/overlay.c:162:32: note: byref variable will be forcibly initialized struct of_overlay_notify_data nd; ^~ /kisskb/src/drivers/of/overlay.c: In function 'of_overlay_apply': /kisskb/src/drivers/of/overlay.c:920:15: note: byref variable will be forcibly initialized int ret = 0, ret_revert, ret_tmp; ^~~~~~~~~~ /kisskb/src/drivers/of/overlay.c: In function 'of_overlay_fdt_apply': /kisskb/src/drivers/of/overlay.c:1024:22: note: byref variable will be forcibly initialized struct device_node *overlay_root = NULL; ^~~~~~~~~~~~ /kisskb/src/drivers/of/overlay.c: In function 'of_overlay_remove': /kisskb/src/drivers/of/overlay.c:1195:11: note: byref variable will be forcibly initialized int ret, ret_apply, ret_tmp; ^~~~~~~~~ In file included from /kisskb/src/include/linux/libfdt.h:6, from /kisskb/src/drivers/of/kexec.c:15: /kisskb/src/drivers/of/kexec.c: In function 'fdt_setprop_u64': /kisskb/src/include/linux/../../scripts/dtc/libfdt/libfdt.h:1722:10: note: byref variable will be forcibly initialized fdt64_t tmp = cpu_to_fdt64(val); ^~~ /kisskb/src/drivers/of/kexec.c: In function 'fdt_find_and_del_mem_rsv': /kisskb/src/drivers/of/kexec.c:44:18: note: byref variable will be forcibly initialized u64 rsv_start, rsv_size; ^~~~~~~~ /kisskb/src/drivers/of/kexec.c:44:7: note: byref variable will be forcibly initialized u64 rsv_start, rsv_size; ^~~~~~~~~ /kisskb/src/drivers/of/kexec.c: In function 'of_kexec_alloc_and_setup_fdt': /kisskb/src/drivers/of/kexec.c:422:9: note: byref variable will be forcibly initialized void *rng_seed; ^~~~~~~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_report': /kisskb/src/drivers/input/misc/iqs626a.c:1508:9: note: byref variable will be forcibly initialized __le16 hall_output; ^~~~~~~~~~~ /kisskb/src/drivers/input/misc/iqs626a.c:1507:22: note: byref variable will be forcibly initialized struct iqs626_flags flags; ^~~~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_resume': /kisskb/src/drivers/input/misc/iqs626a.c:1775:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_suspend': /kisskb/src/drivers/input/misc/iqs626a.c:1716:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_parse_pins': /kisskb/src/drivers/input/misc/iqs626a.c:721:15: note: byref variable will be forcibly initialized unsigned int val[IQS626_NUM_CRx_TX]; ^~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_parse_trackpad': /kisskb/src/drivers/input/misc/iqs626a.c:770:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_parse_channel': /kisskb/src/drivers/input/misc/iqs626a.c:896:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_parse_ati_target': /kisskb/src/drivers/input/misc/iqs626a.c:614:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs626a.c:613:15: note: byref variable will be forcibly initialized unsigned int ati_base[IQS626_NUM_CH_TP_3]; ^~~~~~~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_parse_events': /kisskb/src/drivers/input/misc/iqs626a.c:469:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs626a.c:468:15: note: byref variable will be forcibly initialized unsigned int thresh_tp[IQS626_NUM_CH_TP_3]; ^~~~~~~~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_parse_prop': /kisskb/src/drivers/input/misc/iqs626a.c:1231:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_probe': /kisskb/src/drivers/input/misc/iqs626a.c:1647:25: note: byref variable will be forcibly initialized struct iqs626_ver_info ver_info; ^~~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'power_now_show': /kisskb/src/drivers/greybus/interface.c:500:6: note: byref variable will be forcibly initialized u32 measurement; ^~~~~~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'current_now_show': /kisskb/src/drivers/greybus/interface.c:481:6: note: byref variable will be forcibly initialized u32 measurement; ^~~~~~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'voltage_now_show': /kisskb/src/drivers/greybus/interface.c:462:6: note: byref variable will be forcibly initialized u32 measurement; ^~~~~~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'gb_interface_activate_operation': /kisskb/src/drivers/greybus/interface.c:877:5: note: byref variable will be forcibly initialized u8 type; ^~~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_update_interval': /kisskb/src/drivers/hwmon/w83773g.c:144:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_local_temp': /kisskb/src/drivers/hwmon/w83773g.c:63:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_remote_temp': /kisskb/src/drivers/hwmon/w83773g.c:77:15: note: byref variable will be forcibly initialized unsigned int regval_low; ^~~~~~~~~~ /kisskb/src/drivers/hwmon/w83773g.c:76:15: note: byref variable will be forcibly initialized unsigned int regval_high; ^~~~~~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'gb_interface_read_ara_dme': /kisskb/src/drivers/greybus/interface.c:57:11: note: byref variable will be forcibly initialized u32 sn0, sn1; ^~~ /kisskb/src/drivers/greybus/interface.c:57:6: note: byref variable will be forcibly initialized u32 sn0, sn1; ^~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_fault': /kisskb/src/drivers/hwmon/w83773g.c:94:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_offset': /kisskb/src/drivers/hwmon/w83773g.c:108:15: note: byref variable will be forcibly initialized unsigned int regval_low; ^~~~~~~~~~ /kisskb/src/drivers/hwmon/w83773g.c:107:15: note: byref variable will be forcibly initialized unsigned int regval_high; ^~~~~~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'gb_interface_read_and_clear_init_status': /kisskb/src/drivers/greybus/interface.c:367:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'gb_interface_activate': /kisskb/src/drivers/greybus/interface.c:1007:25: note: byref variable will be forcibly initialized enum gb_interface_type type; ^~~~ /kisskb/src/drivers/greybus/interface.c: In function 'power_state_store': /kisskb/src/drivers/greybus/interface.c:530:7: note: byref variable will be forcibly initialized bool activate; ^~~~~~~~ /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c: In function 'clk_wzrd_register_divf': /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c:281:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c: In function 'clk_wzrd_register_divider': /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c:325:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c: In function 'clk_wzrd_probe': /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c:422:6: note: byref variable will be forcibly initialized int nr_outputs; ^~~~~~~~~~ In file included from /kisskb/src/drivers/media/tuners/tuner-xc2028.c:18: /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'tuner_i2c_xfer_send_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:48:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { { .addr = props->addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'xc2028_get_reg': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:161:16: note: byref variable will be forcibly initialized unsigned char ibuf[2]; ^~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c:160:16: note: byref variable will be forcibly initialized unsigned char buf[2]; ^~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'xc2028_get_afc': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:962:6: note: byref variable will be forcibly initialized s16 afc_reg = 0; ^~~~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c:961:6: note: byref variable will be forcibly initialized u16 frq_lock = 0; ^~~~~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'xc2028_signal': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:906:32: note: byref variable will be forcibly initialized u16 frq_lock, signal = 0; ^~~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c:906:22: note: byref variable will be forcibly initialized u16 frq_lock, signal = 0; ^~~~~~~~ In file included from /kisskb/src/drivers/media/tuners/tuner-xc2028.c:18: /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = props->addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'load_firmware': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:547:32: note: byref variable will be forcibly initialized unsigned char *p, *endp, buf[MAX_XFER_SIZE]; ^~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'check_firmware': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:724:18: note: byref variable will be forcibly initialized v4l2_std_id std0; ^~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c:723:20: note: byref variable will be forcibly initialized u16 version, hwmodel; ^~~~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c:723:11: note: byref variable will be forcibly initialized u16 version, hwmodel; ^~~~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c:721:29: note: byref variable will be forcibly initialized struct firmware_properties new_fw; ^~~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'generic_set_freq': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:1016:19: note: byref variable will be forcibly initialized unsigned char buf[4]; ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/media/tuners/tuner-xc2028.c:9: /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'load_all_firmwares': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:308:14: note: byref variable will be forcibly initialized char name[33]; ^~~~ /kisskb/src/drivers/comedi/drivers/das16m1.c: In function 'das16m1_ai_cmdtest': /kisskb/src/drivers/comedi/drivers/das16m1.c:220:16: note: byref variable will be forcibly initialized unsigned int arg = cmd->convert_arg; ^~~ /kisskb/src/drivers/comedi/drivers/das800.c: In function 'das800_ai_do_cmdtest': /kisskb/src/drivers/comedi/drivers/das800.c:347:16: note: byref variable will be forcibly initialized unsigned int arg = cmd->convert_arg; ^~~ /kisskb/src/drivers/comedi/drivers/das800.c: In function 'das800_interrupt': /kisskb/src/drivers/comedi/drivers/das800.c:430:17: note: byref variable will be forcibly initialized unsigned short val; ^~~ /kisskb/src/drivers/comedi/drivers/das6402.c: In function 'das6402_ai_cmdtest': /kisskb/src/drivers/comedi/drivers/das6402.c:294:15: note: byref variable will be forcibly initialized unsigned int arg; ^~~ /kisskb/src/drivers/comedi/drivers/das6402.c: In function 'das6402_interrupt': /kisskb/src/drivers/comedi/drivers/das6402.c:189:18: note: byref variable will be forcibly initialized unsigned short val; ^~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_channel_flash_config': /kisskb/src/drivers/staging/greybus/light.c:828:53: note: byref variable will be forcibly initialized struct gb_lights_get_channel_flash_config_response conf; ^~~~ /kisskb/src/drivers/staging/greybus/light.c:827:52: note: byref variable will be forcibly initialized struct gb_lights_get_channel_flash_config_request req; ^~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_get_count': /kisskb/src/drivers/staging/greybus/light.c:1140:39: note: byref variable will be forcibly initialized struct gb_lights_get_lights_response resp; ^~~~ In file included from /kisskb/src/drivers/staging/greybus/light.c:13: /kisskb/src/drivers/staging/greybus/light.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_channel_config': /kisskb/src/drivers/staging/greybus/light.c:947:46: note: byref variable will be forcibly initialized struct gb_lights_get_channel_config_request req; ^~~ /kisskb/src/drivers/staging/greybus/light.c:946:47: note: byref variable will be forcibly initialized struct gb_lights_get_channel_config_response conf; ^~~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_light_config': /kisskb/src/drivers/staging/greybus/light.c:1006:45: note: byref variable will be forcibly initialized struct gb_lights_get_light_config_response conf; ^~~~ /kisskb/src/drivers/staging/greybus/light.c:1005:44: note: byref variable will be forcibly initialized struct gb_lights_get_light_config_request req; ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-pattern.c: In function 'repeat_store': /kisskb/src/drivers/leds/trigger/ledtrig-pattern.c:166:11: note: byref variable will be forcibly initialized int err, res; ^~~ /kisskb/src/drivers/hid/hid-magicmouse.c: In function 'param_set_scroll_speed': /kisskb/src/drivers/hid/hid-magicmouse.c:37:16: note: byref variable will be forcibly initialized unsigned long speed; ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-pattern.c: In function 'pattern_trig_store_patterns_string': /kisskb/src/drivers/leds/trigger/ledtrig-pattern.c:226:14: note: byref variable will be forcibly initialized int ccount, cr, offset = 0; ^~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_fade_set': /kisskb/src/drivers/staging/greybus/light.c:321:36: note: byref variable will be forcibly initialized struct gb_lights_set_fade_request req; ^~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'fade_out_store': /kisskb/src/drivers/staging/greybus/light.c:203:5: note: byref variable will be forcibly initialized u8 fade; \ ^~~~ /kisskb/src/drivers/staging/greybus/light.c:233:1: note: in expansion of macro 'gb_lights_fade_attr' gb_lights_fade_attr(out); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'fade_in_store': /kisskb/src/drivers/staging/greybus/light.c:203:5: note: byref variable will be forcibly initialized u8 fade; \ ^~~~ /kisskb/src/drivers/staging/greybus/light.c:232:1: note: in expansion of macro 'gb_lights_fade_attr' gb_lights_fade_attr(in); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_color_set': /kisskb/src/drivers/staging/greybus/light.c:347:37: note: byref variable will be forcibly initialized struct gb_lights_set_color_request req; ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-pattern.c: In function 'pattern_init': /kisskb/src/drivers/leds/trigger/ledtrig-pattern.c:366:15: note: byref variable will be forcibly initialized unsigned int size = 0; ^~~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'color_store': /kisskb/src/drivers/staging/greybus/light.c:249:6: note: byref variable will be forcibly initialized u32 color; ^~~~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_blink_set': /kisskb/src/drivers/staging/greybus/light.c:455:33: note: byref variable will be forcibly initialized struct gb_lights_blink_request req; ^~~ /kisskb/src/drivers/staging/greybus/light.c: In function '__gb_lights_flash_intensity_set': /kisskb/src/drivers/staging/greybus/light.c:119:47: note: byref variable will be forcibly initialized struct gb_lights_set_flash_intensity_request req; ^~~ /kisskb/src/drivers/staging/greybus/light.c: In function '__gb_lights_led_brightness_set': /kisskb/src/drivers/staging/greybus/light.c:370:42: note: byref variable will be forcibly initialized struct gb_lights_set_brightness_request req; ^~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_flash_fault_get': /kisskb/src/drivers/staging/greybus/light.c:709:44: note: byref variable will be forcibly initialized struct gb_lights_get_flash_fault_response resp; ^~~~ /kisskb/src/drivers/staging/greybus/light.c:708:43: note: byref variable will be forcibly initialized struct gb_lights_get_flash_fault_request req; ^~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_flash_strobe_set': /kisskb/src/drivers/staging/greybus/light.c:636:44: note: byref variable will be forcibly initialized struct gb_lights_set_flash_strobe_request req; ^~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_flash_timeout_set': /kisskb/src/drivers/staging/greybus/light.c:677:45: note: byref variable will be forcibly initialized struct gb_lights_set_flash_timeout_request req; ^~~ /kisskb/src/drivers/hid/hid-magicmouse.c: In function 'magicmouse_enable_multitouch': /kisskb/src/drivers/hid/hid-magicmouse.c:699:11: note: byref variable will be forcibly initialized const u8 feature_mt_trackpad2_bt[] = { 0xF1, 0x02, 0x01 }; ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c:698:11: note: byref variable will be forcibly initialized const u8 feature_mt_trackpad2_usb[] = { 0x02, 0x01 }; ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c:697:11: note: byref variable will be forcibly initialized const u8 feature_mt_mouse2[] = { 0xF1, 0x02, 0x01 }; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c:696:11: note: byref variable will be forcibly initialized const u8 feature_mt[] = { 0xD7, 0x01 }; ^~~~~~~~~~ /kisskb/src/drivers/mailbox/pl320-ipc.c: In function 'ipc_handler': /kisskb/src/drivers/mailbox/pl320-ipc.c:102:6: note: byref variable will be forcibly initialized u32 data[7]; ^~~~ /kisskb/src/drivers/leds/trigger/ledtrig-tty.c: In function 'ledtrig_tty_work': /kisskb/src/drivers/leds/trigger/ledtrig-tty.c:96:9: note: byref variable will be forcibly initialized dev_t devno; ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-tty.c:83:32: note: byref variable will be forcibly initialized struct serial_icounter_struct icount; ^~~~~~ /kisskb/src/drivers/input/misc/palmas-pwrbutton.c: In function 'palmas_power_button_work': /kisskb/src/drivers/input/misc/palmas-pwrbutton.c:66:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/input/misc/palmas-pwrbutton.c: In function 'palmas_pwron_params_ofinit': /kisskb/src/drivers/input/misc/palmas-pwrbutton.c:116:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/input/misc/palmas-pwrbutton.c: In function 'palmas_pwron_probe': /kisskb/src/drivers/input/misc/palmas-pwrbutton.c:168:29: note: byref variable will be forcibly initialized struct palmas_pwron_config config; ^~~~~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c: In function 'of_hwspin_lock_get_id': /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:343:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^~~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:341:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c: In function 'hwspin_lock_request': /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:711:21: note: byref variable will be forcibly initialized struct hwspinlock *hwlock; ^~~~~~ /kisskb/src/drivers/comedi/drivers.c: In function 'insn_rw_emulate_bits': /kisskb/src/drivers/comedi/drivers.c:615:15: note: byref variable will be forcibly initialized unsigned int _data[2]; ^~~~~ /kisskb/src/drivers/comedi/drivers.c:612:21: note: byref variable will be forcibly initialized struct comedi_insn _insn; ^~~~~ In file included from /kisskb/src/drivers/comedi/drivers.c:16: /kisskb/src/drivers/comedi/drivers.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/comedi/drivers.c: In function 'comedi_load_firmware': /kisskb/src/drivers/comedi/drivers.c:846:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/usb/cdns3/core.c: In function 'cdns_init': /kisskb/src/drivers/usb/cdns3/core.c:441:31: note: byref variable will be forcibly initialized struct usb_role_switch_desc sw_desc = { }; ^~~~~~~ /kisskb/src/drivers/comedi/drivers/dt2801.c: In function 'dt2801_readdata2': /kisskb/src/drivers/comedi/drivers/dt2801.c:248:6: note: byref variable will be forcibly initialized int hb = 0; ^~ /kisskb/src/drivers/comedi/drivers/dt2801.c:247:6: note: byref variable will be forcibly initialized int lb = 0; ^~ /kisskb/src/drivers/comedi/drivers/dt2801.c: In function 'dt2801_dio_insn_bits': /kisskb/src/drivers/comedi/drivers/dt2801.c:491:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ /kisskb/src/drivers/comedi/drivers/dt2801.c: In function 'dt2801_reset': /kisskb/src/drivers/comedi/drivers/dt2801.c:333:6: note: byref variable will be forcibly initialized int board_code = 0; ^~~~~~~~~~ /kisskb/src/drivers/comedi/drivers/dt2801.c: In function 'dt2801_ai_insn_read': /kisskb/src/drivers/comedi/drivers/dt2801.c:450:6: note: byref variable will be forcibly initialized int d; ^ /kisskb/src/drivers/comedi/drivers/dt2801.c: In function 'probe_number_of_ai_chans': /kisskb/src/drivers/comedi/drivers/dt2801.c:381:6: note: byref variable will be forcibly initialized int data; ^~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_get_bundle_version': /kisskb/src/drivers/greybus/control.c:60:44: note: byref variable will be forcibly initialized struct gb_control_bundle_version_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:59:43: note: byref variable will be forcibly initialized struct gb_control_bundle_version_request request; ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_get_version': /kisskb/src/drivers/greybus/control.c:22:37: note: byref variable will be forcibly initialized struct gb_control_version_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:21:36: note: byref variable will be forcibly initialized struct gb_control_version_request request; ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_get_manifest_size_operation': /kisskb/src/drivers/greybus/control.c:106:47: note: byref variable will be forcibly initialized struct gb_control_get_manifest_size_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_connected_operation': /kisskb/src/drivers/greybus/control.c:133:38: note: byref variable will be forcibly initialized struct gb_control_connected_request request; ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_disconnected_operation': /kisskb/src/drivers/greybus/control.c:142:41: note: byref variable will be forcibly initialized struct gb_control_disconnected_request request; ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_suspend': /kisskb/src/drivers/greybus/control.c:218:39: note: byref variable will be forcibly initialized struct gb_control_bundle_pm_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:217:38: note: byref variable will be forcibly initialized struct gb_control_bundle_pm_request request; ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_resume': /kisskb/src/drivers/greybus/control.c:243:39: note: byref variable will be forcibly initialized struct gb_control_bundle_pm_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:242:38: note: byref variable will be forcibly initialized struct gb_control_bundle_pm_request request; ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_deactivate': /kisskb/src/drivers/greybus/control.c:268:39: note: byref variable will be forcibly initialized struct gb_control_bundle_pm_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:267:38: note: byref variable will be forcibly initialized struct gb_control_bundle_pm_request request; ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_activate': /kisskb/src/drivers/greybus/control.c:294:39: note: byref variable will be forcibly initialized struct gb_control_bundle_pm_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:293:38: note: byref variable will be forcibly initialized struct gb_control_bundle_pm_request request; ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_interface_suspend_prepare': /kisskb/src/drivers/greybus/control.c:334:37: note: byref variable will be forcibly initialized struct gb_control_intf_pm_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_interface_deactivate_prepare': /kisskb/src/drivers/greybus/control.c:357:37: note: byref variable will be forcibly initialized struct gb_control_intf_pm_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_interface_hibernate_abort': /kisskb/src/drivers/greybus/control.c:380:37: note: byref variable will be forcibly initialized struct gb_control_intf_pm_response response; ^~~~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_set_rumble': /kisskb/src/drivers/hid/hid-nintendo.c:1518:5: note: byref variable will be forcibly initialized u8 data[JC_RUMBLE_DATA_SIZE]; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/hid/hid-nintendo.c:27: /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_wait_for_input_report': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c:533:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(ctlr->wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_hid_send_sync': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c:581:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(ctlr->wait, ctlr->received_resp, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_check_for_cal_magic': /kisskb/src/drivers/hid/hid-nintendo.c:703:6: note: byref variable will be forcibly initialized u8 *reply; ^~~~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_read_stick_calibration': /kisskb/src/drivers/hid/hid-nintendo.c:722:6: note: byref variable will be forcibly initialized u8 *raw_cal; ^~~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_request_imu_calibration': /kisskb/src/drivers/hid/hid-nintendo.c:875:6: note: byref variable will be forcibly initialized u8 *raw_cal; ^~~~~~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_pwm_mode': /kisskb/src/drivers/hwmon/w83792d.c:698:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/w83792d.c:621:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_fan_div': /kisskb/src/drivers/hwmon/w83792d.c:456:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/w83792d.c:412:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_sf2_level': /kisskb/src/drivers/hwmon/w83792d.c:897:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_sf2_point': /kisskb/src/drivers/hwmon/w83792d.c:855:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_thermal_cruise': /kisskb/src/drivers/hwmon/w83792d.c:769:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_tolerance': /kisskb/src/drivers/hwmon/w83792d.c:809:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'intrusion0_alarm_store': /kisskb/src/drivers/hwmon/w83792d.c:734:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_pwmenable': /kisskb/src/drivers/hwmon/w83792d.c:647:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_in_min': /kisskb/src/drivers/hwmon/w83792d.c:374:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/w83792d.c:386:1: note: in expansion of macro 'store_in_reg' store_in_reg(MIN, min); ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_in_max': /kisskb/src/drivers/hwmon/w83792d.c:374:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/w83792d.c:387:1: note: in expansion of macro 'store_in_reg' store_in_reg(MAX, max); ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_temp23': /kisskb/src/drivers/hwmon/w83792d.c:543:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_temp1': /kisskb/src/drivers/hwmon/w83792d.c:503:7: note: byref variable will be forcibly initialized long val; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/staging/greybus/loopback.c:12: /kisskb/src/drivers/staging/greybus/loopback.c: In function 'gb_loopback_async_wait_all': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c:419:2: note: in expansion of macro 'wait_event' wait_event(gb->wq_completion, ^~~~~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c: In function 'gb_loopback_async_wait_to_send': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c:828:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(gb->wq_completion, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c: In function 'gb_loopback_calculate_latency_stats': /kisskb/src/drivers/staging/greybus/loopback.c:780:6: note: byref variable will be forcibly initialized u32 lat; ^~~ /kisskb/src/drivers/staging/greybus/loopback.c: In function 'gb_loopback_dbgfs_latency_show_common': /kisskb/src/drivers/staging/greybus/loopback.c:944:6: note: byref variable will be forcibly initialized u32 latency; ^~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c: In function 'gb_loopback_probe': /kisskb/src/drivers/staging/greybus/loopback.c:982:7: note: byref variable will be forcibly initialized char name[DEBUGFS_NAMELEN]; ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/staging/greybus/loopback.c:12: /kisskb/src/drivers/staging/greybus/loopback.c: In function 'gb_loopback_fn': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c:852:4: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(gb->wq, gb->type || ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/comedi/drivers/dt2814.c: In function 'dt2814_ai_cmdtest': /kisskb/src/drivers/comedi/drivers/dt2814.c:150:15: note: byref variable will be forcibly initialized unsigned int arg; ^~~ /kisskb/src/drivers/comedi/drivers/dt2814.c: In function 'dt2814_ai_clear': /kisskb/src/drivers/comedi/drivers/dt2814.c:67:15: note: byref variable will be forcibly initialized unsigned int status = 0; ^~~~~~ /kisskb/src/drivers/comedi/drivers/dt2814.c: In function 'dt2814_interrupt': /kisskb/src/drivers/comedi/drivers/dt2814.c:247:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ In file included from /kisskb/src/drivers/input/misc/pwm-vibra.c:20: /kisskb/src/drivers/input/misc/pwm-vibra.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:387:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/input/misc/pwm-vibra.c: In function 'pwm_vibrator_start': /kisskb/src/drivers/input/misc/pwm-vibra.c:39:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/input/misc/pwm-vibra.c: In function 'pwm_vibrator_probe': /kisskb/src/drivers/input/misc/pwm-vibra.c:125:19: note: byref variable will be forcibly initialized struct pwm_state state; ^~~~~ /kisskb/src/drivers/comedi/drivers/dmm32at.c: In function 'dmm32at_isr': /kisskb/src/drivers/comedi/drivers/dmm32at.c:407:17: note: byref variable will be forcibly initialized unsigned short val; ^~~ /kisskb/src/drivers/hid/hid-picolcd_backlight.c: In function 'picolcd_init_backlight': /kisskb/src/drivers/hid/hid-picolcd_backlight.c:57:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^~~~~ /kisskb/src/drivers/hid/hid-picolcd_core.c: In function 'picolcd_operation_mode_delay_store': /kisskb/src/drivers/hid/hid-picolcd_core.c:311:11: note: byref variable will be forcibly initialized unsigned u; ^ In file included from /kisskb/src/drivers/leds/led-core.c:18: /kisskb/src/drivers/leds/led-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/led-core.c: In function 'led_compose_name': /kisskb/src/drivers/leds/led-core.c:446:8: note: byref variable will be forcibly initialized char tmp_buf[LED_MAX_NAME_SIZE]; ^~~~~~~ /kisskb/src/drivers/leds/led-core.c: In function 'led_init_default_state_get': /kisskb/src/drivers/leds/led-core.c:483:14: note: byref variable will be forcibly initialized const char *state = NULL; ^~~~~ /kisskb/src/drivers/mailbox/hi6220-mailbox.c: In function 'hi6220_mbox_interrupt': /kisskb/src/drivers/mailbox/hi6220-mailbox.c:154:6: note: byref variable will be forcibly initialized u32 msg[MBOX_MSG_LEN]; ^~~ In file included from /kisskb/src/drivers/mailbox/hi6220-mailbox.c:11: /kisskb/src/drivers/mailbox/hi6220-mailbox.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/mailbox/bcm-flexrm-mailbox.c:32: /kisskb/src/drivers/mailbox/bcm-flexrm-mailbox.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwspinlock/qcom_hwspinlock.c: In function 'qcom_hwspinlock_unlock': /kisskb/src/drivers/hwspinlock/qcom_hwspinlock.c:42:6: note: byref variable will be forcibly initialized u32 lock_owner; ^~~~~~~~~~ /kisskb/src/drivers/hwspinlock/qcom_hwspinlock.c: In function 'qcom_hwspinlock_trylock': /kisskb/src/drivers/hwspinlock/qcom_hwspinlock.c:25:6: note: byref variable will be forcibly initialized u32 lock_owner; ^~~~~~~~~~ /kisskb/src/drivers/hwspinlock/qcom_hwspinlock.c: In function 'qcom_hwspinlock_probe': /kisskb/src/drivers/hwspinlock/qcom_hwspinlock.c:136:6: note: byref variable will be forcibly initialized u32 base; ^~~~ /kisskb/src/drivers/hwspinlock/qcom_hwspinlock.c:135:6: note: byref variable will be forcibly initialized u32 stride; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxbsp_i2c_write_read': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1315:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxdap_fasi_read_block': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1419:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxdap_fasi_read_reg16': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1523:5: note: byref variable will be forcibly initialized u8 buf[sizeof(*data)]; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxdap_fasi_read_reg32': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1556:5: note: byref variable will be forcibly initialized u8 buf[sizeof(*data)]; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxdap_fasi_write_block': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1596:5: note: byref variable will be forcibly initialized u8 buf[DRXDAP_MAX_WCHUNKSIZE]; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxdap_fasi_write_reg16': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1729:5: note: byref variable will be forcibly initialized u8 buf[sizeof(data)]; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_dap_write_aud_reg16': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2025:7: note: byref variable will be forcibly initialized u16 tr_status = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_dap_read_aud_reg16': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1912:6: note: byref variable will be forcibly initialized u16 tr_status = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_sig_strength': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9386:6: note: byref variable will be forcibly initialized u16 if_gain = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9385:6: note: byref variable will be forcibly initialized u16 rf_gain = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_vsb_post_rs_pck_err': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6220:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_vs_bpre_viterbi_ber': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6303:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_vs_bpost_viterbi_ber': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6259:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_vsbmer': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6325:6: note: byref variable will be forcibly initialized u16 data_hi = 0; ^~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/remoteproc/remoteproc_core.c:22: /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_qamrs_err_count': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9310:45: note: byref variable will be forcibly initialized nr_packet_errors = 0, nr_failures = 0, nr_snc_par_fail_count = 0; ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9310:28: note: byref variable will be forcibly initialized nr_packet_errors = 0, nr_failures = 0, nr_snc_par_fail_count = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9310:6: note: byref variable will be forcibly initialized nr_packet_errors = 0, nr_failures = 0, nr_snc_par_fail_count = 0; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9309:6: note: byref variable will be forcibly initialized nr_symbol_errors = 0, ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9308:6: note: byref variable will be forcibly initialized u16 nr_bit_errors = 0, ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_get_qam_sig_quality': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9474:6: note: byref variable will be forcibly initialized u16 fec_oc_period = 0; /* SNC sync failure measurement period */ ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9473:6: note: byref variable will be forcibly initialized u16 qsym_err_vd = 0; /* quadrature symbol errors in QAM_VD */ ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9472:6: note: byref variable will be forcibly initialized u16 qam_sl_err_power = 0; /* accumulated error between raw and sliced symbols */ ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9465:23: note: byref variable will be forcibly initialized struct drxjrs_errors measuredrs_errors = { 0, 0, 0, 0, 0 }; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_set_rsc_table': /kisskb/src/drivers/remoteproc/remoteproc_core.c:1566:9: note: byref variable will be forcibly initialized size_t table_sz; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_sig_quality': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10685:11: note: byref variable will be forcibly initialized u16 mer, strength = 0; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10685:6: note: byref variable will be forcibly initialized u16 mer, strength = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10684:21: note: byref variable will be forcibly initialized u32 ber, cnt, err, pkt; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10684:16: note: byref variable will be forcibly initialized u32 ber, cnt, err, pkt; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10684:11: note: byref variable will be forcibly initialized u32 ber, cnt, err, pkt; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10684:6: note: byref variable will be forcibly initialized u32 ber, cnt, err, pkt; ^~~ /kisskb/src/drivers/hid/hid-playstation.c: In function 'dualsense_send_output_report': /kisskb/src/drivers/hid/hid-playstation.c:940:11: note: byref variable will be forcibly initialized uint8_t seed = PS_OUTPUT_CRC32_SEED; ^~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_alloc_carveout': /kisskb/src/drivers/remoteproc/remoteproc_core.c:799:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/hid/hid-playstation.c: In function 'dualsense_output_worker': /kisskb/src/drivers/hid/hid-playstation.c:954:33: note: byref variable will be forcibly initialized struct dualsense_output_report report; ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/remoteproc/remoteproc_core.c:19: /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_uio_write': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3674:6: note: byref variable will be forcibly initialized u16 value = 0; ^~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/power_supply.h:15, from /kisskb/src/drivers/staging/greybus/power_supply.c:11: /kisskb/src/drivers/staging/greybus/power_supply.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_set_lna_state': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11911:21: note: byref variable will be forcibly initialized struct drxuio_data uio_data; ^~~~~~~~ /kisskb/src/drivers/staging/greybus/power_supply.c: In function '__gb_power_supply_property_update': /kisskb/src/drivers/staging/greybus/power_supply.c:595:47: note: byref variable will be forcibly initialized struct gb_power_supply_get_property_response resp; ^~~~ /kisskb/src/drivers/staging/greybus/power_supply.c:594:46: note: byref variable will be forcibly initialized struct gb_power_supply_get_property_request req; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11910:20: note: byref variable will be forcibly initialized struct drxuio_cfg uio_cfg; ^~~~~~~ /kisskb/src/drivers/staging/greybus/power_supply.c: In function 'gb_power_supplies_get_count': /kisskb/src/drivers/staging/greybus/power_supply.c:875:47: note: byref variable will be forcibly initialized struct gb_power_supply_get_supplies_response resp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'hi_command': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2279:6: note: byref variable will be forcibly initialized u16 wait_cmd = 0; ^~~~~~~~ In file included from /kisskb/src/drivers/staging/greybus/power_supply.c:12: /kisskb/src/drivers/staging/greybus/power_supply.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_handle_trace': /kisskb/src/drivers/remoteproc/remoteproc_core.c:658:7: note: byref variable will be forcibly initialized char name[15]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_i2c_bridge': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3882:6: note: byref variable will be forcibly initialized u16 result = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3881:21: note: byref variable will be forcibly initialized struct drxj_hi_cmd hi_cmd; ^~~~~~ /kisskb/src/drivers/staging/greybus/power_supply.c: In function 'gb_power_supply_description_get': /kisskb/src/drivers/staging/greybus/power_supply.c:478:50: note: byref variable will be forcibly initialized struct gb_power_supply_get_description_response resp; ^~~~ /kisskb/src/drivers/staging/greybus/power_supply.c:477:49: note: byref variable will be forcibly initialized struct gb_power_supply_get_description_request req; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drx39xxj_i2c_gate_ctrl': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:12186:7: note: byref variable will be forcibly initialized bool i2c_gate_state; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'hi_cfg_command': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2237:6: note: byref variable will be forcibly initialized u16 result = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2236:21: note: byref variable will be forcibly initialized struct drxj_hi_cmd hi_cmd; ^~~~~~ /kisskb/src/drivers/staging/greybus/power_supply.c: In function 'gb_power_supply_prop_descriptors_get': /kisskb/src/drivers/staging/greybus/power_supply.c:513:29: note: byref variable will be forcibly initialized enum power_supply_property psp; ^~~ /kisskb/src/drivers/hid/hid-playstation.c: In function 'dualsense_reset_leds': /kisskb/src/drivers/hid/hid-playstation.c:1209:33: note: byref variable will be forcibly initialized struct dualsense_output_report report; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'scu_command': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3981:6: note: byref variable will be forcibly initialized u16 cur_cmd = 0; ^~~~~~~ In file included from /kisskb/src/drivers/hid/hid-playstation.c:10: /kisskb/src/drivers/hid/hid-playstation.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_lock_status': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10800:6: note: byref variable will be forcibly initialized u16 cmd_result[2] = { 0, 0 }; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10793:21: note: byref variable will be forcibly initialized struct drxjscu_cmd cmd_scu = { /* command */ 0, ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drx39xxj_read_status': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11966:23: note: byref variable will be forcibly initialized enum drx_lock_status lock_status; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_dap_scu_atomic_read_write_block': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4147:6: note: byref variable will be forcibly initialized u16 cmd_result[15]; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4146:6: note: byref variable will be forcibly initialized u16 set_param_parameters[18]; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4144:21: note: byref variable will be forcibly initialized struct drxjscu_cmd scu_cmd; ^~~~~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_find_carveout_by_name': /kisskb/src/drivers/remoteproc/remoteproc_core.c:256:7: note: byref variable will be forcibly initialized char _name[32]; ^~~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c:255:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_mem_entry_init': /kisskb/src/drivers/remoteproc/remoteproc_core.c:1032:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_dap_scu_atomic_write_reg16': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4236:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_iqm_af': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5354:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_of_resm_mem_entry_init': /kisskb/src/drivers/remoteproc/remoteproc_core.c:1075:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'power_down_atv': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9754:6: note: byref variable will be forcibly initialized u16 cmd_result = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9747:21: note: byref variable will be forcibly initialized struct drxjscu_cmd cmd_scu = { /* command */ 0, ^~~~~~~ /kisskb/src/drivers/staging/greybus/power_supply.c: In function 'gb_power_supply_property_set': /kisskb/src/drivers/staging/greybus/power_supply.c:770:46: note: byref variable will be forcibly initialized struct gb_power_supply_set_property_request req; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'adc_sync_measurement': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4261:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_trigger_recovery': /kisskb/src/drivers/remoteproc/remoteproc_core.c:1904:25: note: byref variable will be forcibly initialized const struct firmware *firmware_p; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'adc_synchronization': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4336:7: note: byref variable will be forcibly initialized u16 clk_neg = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4324:6: note: byref variable will be forcibly initialized u16 count = 0; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'init_agc': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4400:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4397:6: note: byref variable will be forcibly initialized u16 agc_ki = 0; ^~~~~~ /kisskb/src/drivers/comedi/comedi_buf.c: In function 'comedi_buf_map_alloc': /kisskb/src/drivers/comedi/comedi_buf.c:99:14: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^~~~~~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_boot': /kisskb/src/drivers/remoteproc/remoteproc_core.c:1989:25: note: byref variable will be forcibly initialized const struct firmware *firmware_p; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_agc_if': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5152:7: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_agc_rf': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4938:7: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_mpegtei_handling': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3377:6: note: byref variable will be forcibly initialized u16 fec_oc_ems_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3376:6: note: byref variable will be forcibly initialized u16 fec_oc_snc_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3375:6: note: byref variable will be forcibly initialized u16 fec_oc_dpr_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function '_picolcd_flash_read': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:183:5: note: byref variable will be forcibly initialized u8 raw_data[4]; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'bit_reverse_mpeg_output': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3448:6: note: byref variable will be forcibly initialized u16 fec_oc_ipr_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_mpeg_start_width': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3492:6: note: byref variable will be forcibly initialized u16 fec_oc_comm_mb = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_handle_vdev': /kisskb/src/drivers/remoteproc/remoteproc_core.c:522:7: note: byref variable will be forcibly initialized char name[16]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_dap_atomic_read_write_block': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2110:6: note: byref variable will be forcibly initialized u16 dummy = 0; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2109:6: note: byref variable will be forcibly initialized u16 word; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2107:21: note: byref variable will be forcibly initialized struct drxj_hi_cmd hi_cmd; ^~~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function '_picolcd_flash_erase64': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:238:5: note: byref variable will be forcibly initialized u8 raw_data[3]; ^~~~~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function '_picolcd_flash_write': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:265:5: note: byref variable will be forcibly initialized u8 raw_data[36]; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_device_capabilities': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2479:6: note: byref variable will be forcibly initialized u16 bid = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2478:6: note: byref variable will be forcibly initialized u32 sio_top_jtagid_lo = 0; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2477:6: note: byref variable will be forcibly initialized u16 sio_pdr_ohw_cfg = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function 'picolcd_debug_eeprom_read': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:77:5: note: byref variable will be forcibly initialized u8 raw_data[3]; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_orx_nsu_aox': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9872:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function 'picolcd_debug_eeprom_write': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:117:5: note: byref variable will be forcibly initialized u8 raw_data[23]; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'smart_ant_init': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3918:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3916:20: note: byref variable will be forcibly initialized struct drxuio_cfg uio_cfg = { DRX_UIO1, DRX_UIO_MODE_FIRMWARE_SMA }; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxdap_fasi_write_reg32': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1802:5: note: byref variable will be forcibly initialized u8 buf[sizeof(data)]; ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_set_cfg_mpeg_output': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2734:6: note: byref variable will be forcibly initialized u16 fec_oc_reg_ipr_mode = 0; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2733:6: note: byref variable will be forcibly initialized u16 fec_oc_reg_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_pwrmon_sample_get': /kisskb/src/drivers/greybus/svc.c:176:43: note: byref variable will be forcibly initialized struct gb_svc_pwrmon_sample_get_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:175:42: note: byref variable will be forcibly initialized struct gb_svc_pwrmon_sample_get_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_pwrmon_rail_count_get': /kisskb/src/drivers/greybus/svc.c:132:47: note: byref variable will be forcibly initialized struct gb_svc_pwrmon_rail_count_get_response response; ^~~~~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function 'picolcd_debug_reset_write': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:41:7: note: byref variable will be forcibly initialized char buf[32]; ^~~ /kisskb/src/drivers/greybus/svc.c: In function 'pwr_debugfs_power_read': /kisskb/src/drivers/greybus/svc.c:731:7: note: byref variable will be forcibly initialized char buff[16]; ^~~~ /kisskb/src/drivers/greybus/svc.c:730:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'pwr_debugfs_current_read': /kisskb/src/drivers/greybus/svc.c:707:7: note: byref variable will be forcibly initialized char buff[16]; ^~~~ /kisskb/src/drivers/greybus/svc.c:706:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'power_down_qam': /kisskb/src/drivers/greybus/svc.c: In function 'pwr_debugfs_voltage_read': /kisskb/src/drivers/greybus/svc.c:683:7: note: byref variable will be forcibly initialized char buff[16]; ^~~~ /kisskb/src/drivers/greybus/svc.c:682:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6370:6: note: byref variable will be forcibly initialized u16 cmd_result = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6368:29: note: byref variable will be forcibly initialized struct drx_cfg_mpeg_output cfg_mpeg_output; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6360:21: note: byref variable will be forcibly initialized struct drxjscu_cmd cmd_scu = { /* command */ 0, ^~~~~~~ In file included from /kisskb/src/include/linux/greybus.h:17, from /kisskb/src/drivers/greybus/svc.c:11: /kisskb/src/drivers/greybus/svc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'power_down_vsb': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5409:6: note: byref variable will be forcibly initialized u16 cmd_result = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5407:29: note: byref variable will be forcibly initialized struct drx_cfg_mpeg_output cfg_mpeg_output; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5401:21: note: byref variable will be forcibly initialized struct drxjscu_cmd cmd_scu = { /* command */ 0, ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_pwrmon_debugfs_init': /kisskb/src/drivers/greybus/svc.c:794:8: note: byref variable will be forcibly initialized char fname[GB_SVC_PWRMON_RAIL_NAME_BUFSIZE]; ^~~~~ /kisskb/src/drivers/greybus/svc.c:764:5: note: byref variable will be forcibly initialized u8 rail_count; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'qam_flip_spec': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8683:6: note: byref variable will be forcibly initialized u16 fsm_state = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8681:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8680:6: note: byref variable will be forcibly initialized u16 qam_ctl_ena = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8679:6: note: byref variable will be forcibly initialized u32 iqm_fs_rate_lo = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8678:6: note: byref variable will be forcibly initialized u32 iqm_fs_rate_ofs = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'qam64auto': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8879:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/greybus/svc.c: In function 'watchdog_store': /kisskb/src/drivers/greybus/svc.c:84:7: note: byref variable will be forcibly initialized bool user_request; ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_pwrmon_intf_sample_get': /kisskb/src/drivers/greybus/svc.c:213:48: note: byref variable will be forcibly initialized struct gb_svc_pwrmon_intf_sample_get_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:212:47: note: byref variable will be forcibly initialized struct gb_svc_pwrmon_intf_sample_get_request request; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_set_standard': /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_device_id': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10933:8: note: byref variable will be forcibly initialized u16 dummy; ^~~~~ /kisskb/src/drivers/greybus/svc.c:259:39: note: byref variable will be forcibly initialized struct gb_svc_intf_device_id_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_eject': /kisskb/src/drivers/greybus/svc.c:270:35: note: byref variable will be forcibly initialized struct gb_svc_intf_eject_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'intf_eject_store': /kisskb/src/drivers/greybus/svc.c:52:17: note: byref variable will be forcibly initialized unsigned short intf_id; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_vsys_set': /kisskb/src/drivers/greybus/svc.c:294:35: note: byref variable will be forcibly initialized struct gb_svc_intf_vsys_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:293:34: note: byref variable will be forcibly initialized struct gb_svc_intf_vsys_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_refclk_set': /kisskb/src/drivers/greybus/svc.c:317:37: note: byref variable will be forcibly initialized struct gb_svc_intf_refclk_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:316:36: note: byref variable will be forcibly initialized struct gb_svc_intf_refclk_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_unipro_set': /kisskb/src/drivers/greybus/svc.c:340:37: note: byref variable will be forcibly initialized struct gb_svc_intf_unipro_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:339:36: note: byref variable will be forcibly initialized struct gb_svc_intf_unipro_request request; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_vsb': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6110:30: note: byref variable will be forcibly initialized struct drx_cfg_mpeg_output cfg_mpeg_output; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_activate': /kisskb/src/drivers/greybus/svc.c:363:39: note: byref variable will be forcibly initialized struct gb_svc_intf_activate_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:362:38: note: byref variable will be forcibly initialized struct gb_svc_intf_activate_request request; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6076:28: note: byref variable will be forcibly initialized struct drxj_cfg_afe_gain vsb_pga_cfg = { DRX_STANDARD_8VSB, 0 }; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5970:7: note: byref variable will be forcibly initialized u16 fec_oc_reg_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_resume': /kisskb/src/drivers/greybus/svc.c:389:37: note: byref variable will be forcibly initialized struct gb_svc_intf_resume_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:388:36: note: byref variable will be forcibly initialized struct gb_svc_intf_resume_request request; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5933:7: note: byref variable will be forcibly initialized u16 fec_oc_snc_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5720:6: note: byref variable will be forcibly initialized u16 cmd_param = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5719:6: note: byref variable will be forcibly initialized u16 cmd_result = 0; ^~~~~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_dme_peer_get': /kisskb/src/drivers/greybus/svc.c:418:38: note: byref variable will be forcibly initialized struct gb_svc_dme_peer_get_response response; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5717:21: note: byref variable will be forcibly initialized struct drxjscu_cmd cmd_scu; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c:417:37: note: byref variable will be forcibly initialized struct gb_svc_dme_peer_get_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_dme_peer_set': /kisskb/src/drivers/greybus/svc.c:452:38: note: byref variable will be forcibly initialized struct gb_svc_dme_peer_set_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:451:37: note: byref variable will be forcibly initialized struct gb_svc_dme_peer_set_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_connection_create': /kisskb/src/drivers/greybus/svc.c:485:36: note: byref variable will be forcibly initialized struct gb_svc_conn_create_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_connection_destroy': /kisskb/src/drivers/greybus/svc.c:501:37: note: byref variable will be forcibly initialized struct gb_svc_conn_destroy_request request; ^~~~~~~ In file included from /kisskb/src/drivers/media/tuners/tda8290.c:15: /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tuner_i2c_xfer_send_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:48:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { { .addr = props->addr, .flags = 0, ^~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_route_create': /kisskb/src/drivers/greybus/svc.c:522:37: note: byref variable will be forcibly initialized struct gb_svc_route_create_request request; ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_route_destroy': /kisskb/src/drivers/greybus/svc.c:536:38: note: byref variable will be forcibly initialized struct gb_svc_route_destroy_request request; ^~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_has_signal': /kisskb/src/drivers/media/tuners/tda8290.c:387:16: note: byref variable will be forcibly initialized unsigned char ret; ^~~ /kisskb/src/drivers/media/tuners/tda8290.c:386:16: note: byref variable will be forcibly initialized unsigned char hvpll_stat = 0x26; ^~~~~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_set_power_mode': /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_has_signal': /kisskb/src/drivers/greybus/svc.c:559:39: note: byref variable will be forcibly initialized struct gb_svc_intf_set_pwrm_response response; ^~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:445:16: note: byref variable will be forcibly initialized unsigned char afc = 0; ^~~ /kisskb/src/drivers/media/tuners/tda8290.c:444:16: note: byref variable will be forcibly initialized unsigned char i2c_get_afc[1] = { 0x1B }; ^~~~~~~~~~~ /kisskb/src/drivers/greybus/svc.c:558:38: note: byref variable will be forcibly initialized struct gb_svc_intf_set_pwrm_request request; ^~~~~~~ In file included from /kisskb/src/drivers/media/tuners/tda8290.c:15: /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = props->addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_agc1_out': /kisskb/src/drivers/media/tuners/tda8290.c:349:16: note: byref variable will be forcibly initialized unsigned char buf[] = { 0x02, 0x00 }; /* DIV_FUNC */ ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_set_easy_mode': /kisskb/src/drivers/media/tuners/tda8290.c:320:16: note: byref variable will be forcibly initialized unsigned char buf[] = { 0x01, 0x00 }; ^~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_set_power_mode_hibernate': /kisskb/src/drivers/greybus/svc.c:601:39: note: byref variable will be forcibly initialized struct gb_svc_intf_set_pwrm_response response; ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:600:38: note: byref variable will be forcibly initialized struct gb_svc_intf_set_pwrm_request request; ^~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_set_video_std': /kisskb/src/drivers/media/tuners/tda8290.c:335:16: note: byref variable will be forcibly initialized unsigned char buf[] = { 0x00, priv->tda8290_easy_mode }; ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_set_params': /kisskb/src/drivers/media/tuners/tda8290.c:201:17: note: byref variable will be forcibly initialized unsigned char deemphasis[] = { 0x13, 1 }; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:170:16: note: byref variable will be forcibly initialized unsigned char easy_mode[] = { 0x01, priv->tda8290_easy_mode }; ^~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_power': /kisskb/src/drivers/media/tuners/tda8290.c:305:16: note: byref variable will be forcibly initialized unsigned char buf[] = { 0x30, 0x00 }; /* clb_stdbt */ ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_set_params': /kisskb/src/drivers/media/tuners/tda8290.c:401:16: note: byref variable will be forcibly initialized unsigned char blanking_mode[] = { 0x1d, 0x00 }; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:400:6: note: byref variable will be forcibly initialized u16 signal = 0; ^~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_agc2_out': /kisskb/src/drivers/media/tuners/tda8290.c:365:16: note: byref variable will be forcibly initialized unsigned char set_gpio_val[] = { 0x46, 0x00 }; ^~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:364:16: note: byref variable will be forcibly initialized unsigned char set_gpio_cf[] = { 0x44, 0x00 }; ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_standby': /kisskb/src/drivers/media/tuners/tda8290.c:462:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, .buf=cb1, .len = 2}; ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_probe': /kisskb/src/drivers/media/tuners/tda8290.c:662:17: note: byref variable will be forcibly initialized struct i2c_msg msg_read[] = { ^~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:661:17: note: byref variable will be forcibly initialized u8 reg = 0x1f, id; ^~ /kisskb/src/drivers/media/tuners/tda8290.c:661:5: note: byref variable will be forcibly initialized u8 reg = 0x1f, id; ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_probe': /kisskb/src/drivers/media/tuners/tda8290.c:689:17: note: byref variable will be forcibly initialized struct i2c_msg msg_read[] = { ^~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:688:17: note: byref variable will be forcibly initialized u8 reg = 0x2f, id; ^~ /kisskb/src/drivers/media/tuners/tda8290.c:688:5: note: byref variable will be forcibly initialized u8 reg = 0x2f, id; ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_init_tuner': /kisskb/src/drivers/media/tuners/tda8290.c:536:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda829x_find_tuner': /kisskb/src/drivers/media/tuners/tda8290.c:573:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_qam': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8620:31: note: byref variable will be forcibly initialized struct drx_cfg_mpeg_output cfg_mpeg_output; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8482:29: note: byref variable will be forcibly initialized struct drxj_cfg_afe_gain qam_pga_cfg = { DRX_STANDARD_ITU_B, 0 }; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:7868:21: note: byref variable will be forcibly initialized struct drxjscu_cmd cmd_scu = { /* command */ 0, ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:7866:6: note: byref variable will be forcibly initialized u16 set_env_parameters = 0; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:7863:6: note: byref variable will be forcibly initialized u16 cmd_result = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda829x_probe': /kisskb/src/drivers/media/tuners/tda8290.c:834:16: note: byref variable will be forcibly initialized unsigned char buf[PROBE_BUFFER_SIZE]; ^~~ /kisskb/src/drivers/media/tuners/tda8290.c:832:16: note: byref variable will be forcibly initialized unsigned char data; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_qam_channel': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9225:8: note: byref variable will be forcibly initialized u16 qam_ctl_ena = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9143:8: note: byref variable will be forcibly initialized u16 qam_ctl_ena = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9101:23: note: byref variable will be forcibly initialized enum drx_lock_status lock_status = DRX_NOT_LOCKED; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_set_channel': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10585:22: note: byref variable will be forcibly initialized struct drxuio_data uio1 = { DRX_UIO1, false }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10500:21: note: byref variable will be forcibly initialized struct drxuio_cfg uio_cfg = { DRX_UIO1, DRX_UIO_MODE_FIRMWARE_SAW }; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drx_ctrl_u_code': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11854:7: note: byref variable will be forcibly initialized u8 mc_data_buffer[DRX_UCODE_MAX_BUF_SIZE]; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11757:26: note: byref variable will be forcibly initialized const struct firmware *fw = NULL; ^~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_set_oob': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9938:5: note: byref variable will be forcibly initialized u8 pfi_coeffs[4][6] = { ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9937:5: note: byref variable will be forcibly initialized u8 mode_val[4] = { 2, 2, 0, 1 }; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9931:6: note: byref variable will be forcibly initialized s16 nyquist_coeffs[4][(NYQFILTERLEN + 1) / 2] = { ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9930:6: note: byref variable will be forcibly initialized u16 cmd_result[2] = { 0, 0 }; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9929:6: note: byref variable will be forcibly initialized u16 set_param_parameters[3]; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9928:21: note: byref variable will be forcibly initialized struct drxjscu_cmd scu_cmd; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'power_up_device': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2681:25: note: byref variable will be forcibly initialized struct i2c_device_addr wake_up_addr; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2679:5: note: byref variable will be forcibly initialized u8 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drx39xxj_set_powerstate': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11945:22: note: byref variable will be forcibly initialized enum drx_power_mode power_mode; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drx39xxj_set_frontend': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:12107:7: note: byref variable will be forcibly initialized u32 int_freq; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:12082:21: note: byref variable will be forcibly initialized struct drx_channel channel; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:12081:20: note: byref variable will be forcibly initialized enum drx_standard standard = DRX_STANDARD_8VSB; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_close': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11562:22: note: byref variable will be forcibly initialized enum drx_power_mode power_mode = DRX_POWER_UP; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_open': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11353:22: note: byref variable will be forcibly initialized enum drx_power_mode power_mode = DRX_POWER_UP; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11351:29: note: byref variable will be forcibly initialized struct drx_cfg_mpeg_output cfg_mpeg_output; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11350:24: note: byref variable will be forcibly initialized struct drxu_code_info ucode_info; ^~~~~~~~~~ /kisskb/src/drivers/input/misc/axp20x-pek.c: In function 'axp20x_store_attr': /kisskb/src/drivers/input/misc/axp20x-pek.c:139:15: note: byref variable will be forcibly initialized unsigned int val, idx = 0; ^~~ /kisskb/src/drivers/input/misc/axp20x-pek.c:136:7: note: byref variable will be forcibly initialized char val_str[20]; ^~~~~~~ /kisskb/src/drivers/input/misc/axp20x-pek.c: In function 'axp20x_show_attr': /kisskb/src/drivers/input/misc/axp20x-pek.c:93:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/linux/input.h:19, from /kisskb/src/drivers/input/misc/rotary_encoder.c:17: /kisskb/src/drivers/input/misc/rotary_encoder.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/misc/rotary_encoder.c: In function 'rotary_encoder_probe': /kisskb/src/drivers/input/misc/rotary_encoder.c:191:6: note: byref variable will be forcibly initialized u32 steps_per_period; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c: In function 'cmdq_mbox_flush': /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c:452:22: note: byref variable will be forcibly initialized struct cmdq_cb_data data; ^~~~ /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c: In function 'cmdq_task_exec_done': /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c:196:22: note: byref variable will be forcibly initialized struct cmdq_cb_data data; ^~~~ /kisskb/src/drivers/input/misc/stpmic1_onkey.c: In function 'stpmic1_onkey_probe': /kisskb/src/drivers/input/misc/stpmic1_onkey.c:56:15: note: byref variable will be forcibly initialized unsigned int val, reg = 0; ^~~ /kisskb/src/drivers/leds/led-class.c: In function 'brightness_store': /kisskb/src/drivers/leds/led-class.c:42:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c: In function 'cmdq_irq_handler': /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c:281:16: note: byref variable will be forcibly initialized unsigned long irq_status, flags = 0L; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c:8: /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/led-class.c: In function 'led_classdev_register_ext': /kisskb/src/drivers/leds/led-class.c:340:7: note: byref variable will be forcibly initialized char final_name[LED_MAX_NAME_SIZE]; ^~~~~~~~~~ /kisskb/src/drivers/leds/led-class.c:339:7: note: byref variable will be forcibly initialized char composed_name[LED_MAX_NAME_SIZE]; ^~~~~~~~~~~~~ In file included from /kisskb/src/drivers/mailbox/qcom-ipcc.c:9: /kisskb/src/drivers/mailbox/qcom-ipcc.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ /kisskb/src/drivers/input/misc/twl4030-vibra.c: In function 'vibra_disable_leds': /kisskb/src/drivers/input/misc/twl4030-vibra.c:43:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/input/misc/twl4030-vibra.c: In function 'vibra_disable': /kisskb/src/drivers/input/misc/twl4030-vibra.c:71:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/input/misc/twl4030-vibra.c: In function 'vibra_enable': /kisskb/src/drivers/input/misc/twl4030-vibra.c:54:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/input/misc/twl4030-vibra.c: In function 'vibra_play_work': /kisskb/src/drivers/input/misc/twl4030-vibra.c:91:5: note: byref variable will be forcibly initialized u8 reg; ^~~ /kisskb/src/drivers/hid/hid-steam.c: In function 'steam_get_serial': /kisskb/src/drivers/hid/hid-steam.c:238:5: note: byref variable will be forcibly initialized u8 reply[3 + STEAM_SERIAL_LEN + 1]; ^~~~~ /kisskb/src/drivers/hid/hid-steam.c:237:5: note: byref variable will be forcibly initialized u8 cmd[] = {STEAM_CMD_GET_SERIAL, 0x15, 0x01}; ^~~ /kisskb/src/drivers/hid/hid-steam.c: In function 'steam_write_registers': /kisskb/src/drivers/hid/hid-steam.c:212:10: note: byref variable will be forcibly initialized va_list args; ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/hid/hid-steam.c:36: /kisskb/src/drivers/hid/hid-steam.c: In function 'steam_input_register': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-steam.c:463:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(steam->input, input); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-steam.c: In function 'steam_battery_register': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-steam.c:378:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(steam->battery, battery); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/linux/hid.h:24, from /kisskb/src/drivers/hid/hid-led.c:10: /kisskb/src/drivers/hid/hid-led.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/w83793.c:334:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/w83793.c:489:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_temp': /kisskb/src/drivers/hwmon/w83793.c:588:7: note: byref variable will be forcibly initialized long tmp; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/w83793.c:535:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_beep': /kisskb/src/drivers/hwmon/w83793.c:381:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_sf2_temp': /kisskb/src/drivers/hwmon/w83793.c:933:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_sf2_pwm': /kisskb/src/drivers/hwmon/w83793.c:892:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_sf_ctrl': /kisskb/src/drivers/hwmon/w83793.c:820:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_temp_mode': /kisskb/src/drivers/hwmon/w83793.c:654:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_sf_setup': /kisskb/src/drivers/hwmon/w83793.c:719:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_beep_enable': /kisskb/src/drivers/hwmon/w83793.c:414:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_chassis_clear': /kisskb/src/drivers/hwmon/w83793.c:442:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_in': /kisskb/src/drivers/hwmon/w83793.c:981:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/drivers/comedi/drivers/ni_atmio.c:208: /kisskb/src/drivers/comedi/drivers/ni_atmio.c: In function 'ni_handle_fifo_dregs': /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:1116:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/comedi/drivers/ni_atmio.c: In function 'get_last_sample_611x': /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:1175:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/comedi/drivers/ni_atmio.c: In function 'get_last_sample_6143': /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:1193:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/comedi/drivers/ni_atmio.c: In function 'ni_ai_fifo_read': /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:1044:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/comedi/drivers/ni_atmio.c: In function 'ni_ao_fifo_load': /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:952:17: note: byref variable will be forcibly initialized unsigned short d; ^ /kisskb/src/drivers/comedi/drivers/ni_atmio16d.c: In function 'atmio16d_interrupt': /kisskb/src/drivers/comedi/drivers/ni_atmio16d.c:225:17: note: byref variable will be forcibly initialized unsigned short val; ^~~ /kisskb/src/drivers/comedi/drivers/ni_atmio.c: In function 'ni_mseries_set_pll_master_clock': /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:4934:15: note: byref variable will be forcibly initialized unsigned int freq_multiplier; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:4933:15: note: byref variable will be forcibly initialized unsigned int freq_divider; ^~~~~~~~~~~~ /kisskb/src/drivers/comedi/drivers/ni_atmio.c: In function 'ni_write_caldac': /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:4365:43: note: byref variable will be forcibly initialized unsigned int loadbit = 0, bits = 0, bit, bitstring = 0; ^~~~~~~~~ /kisskb/src/drivers/comedi/drivers/ni_atmio.c: In function 'ni_serial_insn_config': /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:3859:26: note: byref variable will be forcibly initialized unsigned char byte_out, byte_in = 0; ^~~~~~~ /kisskb/src/drivers/usb/mon/mon_main.c: In function 'mon_init': /kisskb/src/drivers/usb/mon/mon_main.c:353:10: note: byref variable will be forcibly initialized int rc, id; ^~ /kisskb/src/drivers/comedi/drivers/ni_atmio.c: In function 'cs5529_ai_insn_read': /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:4818:17: note: byref variable will be forcibly initialized unsigned short sample; ^~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_dev_event': /kisskb/src/drivers/input/misc/uinput.c:75:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/uapi/linux/uinput.h:44, from /kisskb/src/drivers/input/misc/uinput.c:21: /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_request_reserve_slot': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c:130:9: note: in expansion of macro 'wait_event_interruptible' return wait_event_interruptible(udev->requests_waitq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_dev_erase_effect': /kisskb/src/drivers/input/misc/uinput.c:262:24: note: byref variable will be forcibly initialized struct uinput_request request; ^~~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_dev_upload_effect': /kisskb/src/drivers/input/misc/uinput.c:239:24: note: byref variable will be forcibly initialized struct uinput_request request; ^~~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_dev_setup': /kisskb/src/drivers/input/misc/uinput.c:449:22: note: byref variable will be forcibly initialized struct uinput_setup setup; ^~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_validate_absinfo': /kisskb/src/drivers/input/misc/uinput.c:400:16: note: byref variable will be forcibly initialized int min, max, range; ^~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_ioctl_handler': /kisskb/src/drivers/input/misc/uinput.c:845:26: note: byref variable will be forcibly initialized struct uinput_ff_erase ff_erase; ^~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c:844:26: note: byref variable will be forcibly initialized struct uinput_ff_upload ff_up; ^~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_events_to_user': /kisskb/src/drivers/input/misc/uinput.c:642:21: note: byref variable will be forcibly initialized struct input_event event; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/uapi/linux/uinput.h:44, from /kisskb/src/drivers/input/misc/uinput.c:21: /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c:685:13: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible(udev->waitq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_inject_events': /kisskb/src/drivers/input/misc/uinput.c:575:21: note: byref variable will be forcibly initialized struct input_event ev; ^~ /kisskb/src/drivers/staging/greybus/gpio.c: In function 'gb_gpio_set_debounce_operation': /kisskb/src/drivers/staging/greybus/gpio.c:214:38: note: byref variable will be forcibly initialized struct gb_gpio_set_debounce_request request; ^~~~~~~ /kisskb/src/drivers/staging/greybus/gpio.c: In function 'gb_gpio_direction_out_operation': /kisskb/src/drivers/staging/greybus/gpio.c:147:39: note: byref variable will be forcibly initialized struct gb_gpio_direction_out_request request; ^~~~~~~ /kisskb/src/drivers/staging/greybus/gpio.c: In function 'gb_gpio_direction_in_operation': /kisskb/src/drivers/staging/greybus/gpio.c:133:38: note: byref variable will be forcibly initialized struct gb_gpio_direction_in_request request; ^~~~~~~ /kisskb/src/drivers/staging/greybus/gpio.c: In function '_gb_gpio_irq_set_type': /kisskb/src/drivers/staging/greybus/gpio.c:258:34: note: byref variable will be forcibly initialized struct gb_gpio_irq_type_request request; ^~~~~~~ /kisskb/src/drivers/staging/greybus/gpio.c: In function '_gb_gpio_irq_mask': /kisskb/src/drivers/staging/greybus/gpio.c:229:34: note: byref variable will be forcibly initialized struct gb_gpio_irq_mask_request request; ^~~~~~~ /kisskb/src/drivers/staging/greybus/gpio.c: In function '_gb_gpio_irq_unmask': /kisskb/src/drivers/staging/greybus/gpio.c:243:36: note: byref variable will be forcibly initialized struct gb_gpio_irq_unmask_request request; ^~~~~~~ /kisskb/src/drivers/staging/greybus/gpio.c: In function 'gb_gpio_line_count_operation': /kisskb/src/drivers/staging/greybus/gpio.c:50:37: note: byref variable will be forcibly initialized struct gb_gpio_line_count_response response; ^~~~~~~~ /kisskb/src/drivers/staging/greybus/gpio.c: In function 'gb_gpio_set_value_operation': /kisskb/src/drivers/staging/greybus/gpio.c:190:35: note: byref variable will be forcibly initialized struct gb_gpio_set_value_request request; ^~~~~~~ /kisskb/src/drivers/staging/greybus/gpio.c: In function 'gb_gpio_get_value_operation': /kisskb/src/drivers/staging/greybus/gpio.c:164:36: note: byref variable will be forcibly initialized struct gb_gpio_get_value_response response; ^~~~~~~~ /kisskb/src/drivers/staging/greybus/gpio.c:163:35: note: byref variable will be forcibly initialized struct gb_gpio_get_value_request request; ^~~~~~~ /kisskb/src/drivers/staging/greybus/gpio.c: In function 'gb_gpio_get_direction_operation': /kisskb/src/drivers/staging/greybus/gpio.c:110:40: note: byref variable will be forcibly initialized struct gb_gpio_get_direction_response response; ^~~~~~~~ /kisskb/src/drivers/staging/greybus/gpio.c:109:39: note: byref variable will be forcibly initialized struct gb_gpio_get_direction_request request; ^~~~~~~ In file included from /kisskb/src/drivers/staging/greybus/gpio.c:13: /kisskb/src/drivers/staging/greybus/gpio.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized unsigned int irq; ^~~ In file included from /kisskb/src/drivers/staging/greybus/gpio.c:11: /kisskb/src/drivers/staging/greybus/gpio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/staging/greybus/gpio.c: In function 'gb_gpio_deactivate_operation': /kisskb/src/drivers/staging/greybus/gpio.c:88:36: note: byref variable will be forcibly initialized struct gb_gpio_deactivate_request request; ^~~~~~~ /kisskb/src/drivers/staging/greybus/gpio.c: In function 'gb_gpio_activate_operation': /kisskb/src/drivers/staging/greybus/gpio.c:62:34: note: byref variable will be forcibly initialized struct gb_gpio_activate_request request; ^~~~~~~ /kisskb/src/drivers/input/misc/twl6040-vibra.c: In function 'twl6040_vibra_probe': /kisskb/src/drivers/input/misc/twl6040-vibra.c:234:6: note: byref variable will be forcibly initialized int vddvibr_uV = 0; ^~~~~~~~~~ /kisskb/src/drivers/input/misc/twl6040-vibra.c:233:6: note: byref variable will be forcibly initialized int vddvibl_uV = 0; ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'handler_drm_SKAI2': /kisskb/src/drivers/hid/hid-wiimote-core.c:1565:7: note: byref variable will be forcibly initialized __u8 buf[5]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-debug.c: In function 'wiidebug_drm_write': /kisskb/src/drivers/hid/hid-wiimote-debug.c:130:7: note: byref variable will be forcibly initialized char buf[16]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_wmem': /kisskb/src/drivers/hid/hid-wiimote-core.c:314:7: note: byref variable will be forcibly initialized __u8 cmd[22]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-debug.c: In function 'wiidebug_eeprom_read': /kisskb/src/drivers/hid/hid-wiimote-debug.c:30:7: note: byref variable will be forcibly initialized char buf[16]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_rumble': /kisskb/src/drivers/hid/hid-wiimote-core.c:132:7: note: byref variable will be forcibly initialized __u8 cmd[2]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_leds': /kisskb/src/drivers/hid/hid-wiimote-core.c:152:7: note: byref variable will be forcibly initialized __u8 cmd[2]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_drm': /kisskb/src/drivers/hid/hid-wiimote-core.c:242:7: note: byref variable will be forcibly initialized __u8 cmd[3]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_status': /kisskb/src/drivers/hid/hid-wiimote-core.c:260:7: note: byref variable will be forcibly initialized __u8 cmd[2]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-modules.c: In function 'wiimod_bboard_in_ext': /kisskb/src/drivers/hid/hid-wiimote-modules.c:1319:8: note: byref variable will be forcibly initialized __s32 val[4], tmp, div; ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_ir1': /kisskb/src/drivers/hid/hid-wiimote-core.c:285:7: note: byref variable will be forcibly initialized __u8 cmd[2]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_ir2': /kisskb/src/drivers/hid/hid-wiimote-core.c:296:7: note: byref variable will be forcibly initialized __u8 cmd[2]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_rmem': /kisskb/src/drivers/hid/hid-wiimote-core.c:339:7: note: byref variable will be forcibly initialized __u8 cmd[7]; ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_cmd_init_ext': /kisskb/src/drivers/hid/hid-wiimote-core.c:413:7: note: byref variable will be forcibly initialized __u8 wmem; ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_cmd_init_mp': /kisskb/src/drivers/hid/hid-wiimote-core.c:468:7: note: byref variable will be forcibly initialized __u8 wmem; ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_cmd_map_mp': /kisskb/src/drivers/hid/hid-wiimote-core.c:489:7: note: byref variable will be forcibly initialized __u8 wmem; ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_init_detect': /kisskb/src/drivers/hid/hid-wiimote-core.c:865:35: note: byref variable will be forcibly initialized __u8 exttype = WIIMOTE_EXT_NONE, extdata[6]; ^~~~~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_cmd_read_mp_mapped': /kisskb/src/drivers/hid/hid-wiimote-core.c:533:7: note: byref variable will be forcibly initialized __u8 rmem[6]; ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_init_poll_mp': /kisskb/src/drivers/hid/hid-wiimote-core.c:912:7: note: byref variable will be forcibly initialized __u8 mpdata[6]; ^~~~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_init_check': /kisskb/src/drivers/hid/hid-wiimote-core.c:945:13: note: byref variable will be forcibly initialized __u8 type, data[6]; ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_init_hotplug': /kisskb/src/drivers/hid/hid-wiimote-core.c:1097:28: note: byref variable will be forcibly initialized __u8 exttype, extdata[6], mpdata[6]; ^~~~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c:1097:16: note: byref variable will be forcibly initialized __u8 exttype, extdata[6], mpdata[6]; ^~~~~~~ /kisskb/src/drivers/leds/led-class-flash.c: In function 'flash_strobe_show': /kisskb/src/drivers/leds/led-class-flash.c:125:7: note: byref variable will be forcibly initialized bool state; ^~~~~ /kisskb/src/drivers/leds/led-class-flash.c: In function 'flash_strobe_store': /kisskb/src/drivers/leds/led-class-flash.c:94:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/hid/hid-wiimote-modules.c: In function 'wiimod_ir_change': /kisskb/src/drivers/hid/hid-wiimote-modules.c:611:7: note: byref variable will be forcibly initialized __u8 format = 0; ^~~~~~ /kisskb/src/drivers/leds/led-class-flash.c: In function 'flash_timeout_store': /kisskb/src/drivers/leds/led-class-flash.c:142:16: note: byref variable will be forcibly initialized unsigned long flash_timeout; ^~~~~~~~~~~~~ /kisskb/src/drivers/leds/led-class-flash.c: In function 'flash_fault_show': /kisskb/src/drivers/leds/led-class-flash.c:191:6: note: byref variable will be forcibly initialized u32 fault, mask = 0x1; ^~~~~ /kisskb/src/drivers/leds/led-class-flash.c: In function 'flash_brightness_store': /kisskb/src/drivers/leds/led-class-flash.c:42:16: note: byref variable will be forcibly initialized unsigned long state; ^~~~~ /kisskb/src/drivers/leds/led-class-flash.c: In function 'led_update_flash_brightness': /kisskb/src/drivers/leds/led-class-flash.c:429:6: note: byref variable will be forcibly initialized u32 brightness; ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-wiimote-modules.c: In function 'wiimod_pro_calib_store': /kisskb/src/drivers/hid/hid-wiimote-modules.c:1835:18: note: byref variable will be forcibly initialized s16 x1, y1, x2, y2; ^~ /kisskb/src/drivers/hid/hid-wiimote-modules.c:1835:14: note: byref variable will be forcibly initialized s16 x1, y1, x2, y2; ^~ /kisskb/src/drivers/hid/hid-wiimote-modules.c:1835:10: note: byref variable will be forcibly initialized s16 x1, y1, x2, y2; ^~ /kisskb/src/drivers/hid/hid-wiimote-modules.c:1835:6: note: byref variable will be forcibly initialized s16 x1, y1, x2, y2; ^~ /kisskb/src/drivers/hid/hid-wiimote-modules.c: In function 'wiimod_bboard_calib_show': /kisskb/src/drivers/hid/hid-wiimote-modules.c:1420:7: note: byref variable will be forcibly initialized __u8 buf[24], offs; ^~~ /kisskb/src/drivers/hid/hid-wiimote-modules.c: In function 'wiimod_bboard_probe': /kisskb/src/drivers/hid/hid-wiimote-modules.c:1471:7: note: byref variable will be forcibly initialized __u8 buf[24], offs; ^~~ /kisskb/src/drivers/staging/greybus/i2c.c: In function 'gb_i2c_device_setup': /kisskb/src/drivers/staging/greybus/i2c.c:43:39: note: byref variable will be forcibly initialized struct gb_i2c_functionality_response response; ^~~~~~~~ /kisskb/src/drivers/leds/led-class-multicolor.c: In function 'multi_intensity_store': /kisskb/src/drivers/leds/led-class-multicolor.c:37:6: note: byref variable will be forcibly initialized int intensity_value[LED_COLOR_ID_MAX]; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/led-class-multicolor.c:36:6: note: byref variable will be forcibly initialized int nrchars, offset = 0; ^~~~~~~ /kisskb/src/drivers/hid/hid-sensor-hub.c: In function 'sensor_hub_raw_event': /kisskb/src/drivers/hid/hid-sensor-hub.c:481:32: note: byref variable will be forcibly initialized struct hid_sensor_hub_device *hsdev = NULL; ^~~~~ /kisskb/src/drivers/hid/hid-sensor-hub.c:480:8: note: byref variable will be forcibly initialized void *priv = NULL; ^~~~ /kisskb/src/drivers/rpmsg/rpmsg_ns.c: In function 'rpmsg_ns_cb': /kisskb/src/drivers/rpmsg/rpmsg_ns.c:38:28: note: byref variable will be forcibly initialized struct rpmsg_channel_info chinfo; ^~~~~~ In file included from /kisskb/src/drivers/hid/hid-sensor-hub.c:7: /kisskb/src/drivers/hid/hid-sensor-hub.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hid/hid-sensor-hub.c: In function 'sensor_hub_set_feature': /kisskb/src/drivers/hid/hid-sensor-hub.c:198:8: note: byref variable will be forcibly initialized __s32 value; ^~~~~ In file included from /kisskb/src/drivers/media/tuners/tea5767.c:16: /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tuner_i2c_xfer_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, ^~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tea5767_get_rf_strength': /kisskb/src/drivers/media/tuners/tea5767.c:338:16: note: byref variable will be forcibly initialized unsigned char buffer[5]; ^~~~~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tea5767_get_status': /kisskb/src/drivers/media/tuners/tea5767.c:322:16: note: byref variable will be forcibly initialized unsigned char buffer[5]; ^~~~~~ In file included from /kisskb/src/drivers/media/tuners/tea5767.c:16: /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = props->addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'set_radio_freq': /kisskb/src/drivers/media/tuners/tea5767.c:192:16: note: byref variable will be forcibly initialized unsigned char buffer[5]; ^~~~~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tea5767_standby': /kisskb/src/drivers/media/tuners/tea5767.c:350:16: note: byref variable will be forcibly initialized unsigned char buffer[5]; ^~~~~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tea5767_autodetection': /kisskb/src/drivers/media/tuners/tea5767.c:371:16: note: byref variable will be forcibly initialized unsigned char buffer[7] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; ^~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'set_power_report_state': /kisskb/src/drivers/hid/hid-sensor-custom.c:164:6: note: byref variable will be forcibly initialized int report_val = -1; ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:163:6: note: byref variable will be forcibly initialized int power_val = -1; ^~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'enable_sensor_store': /kisskb/src/drivers/hid/hid-sensor-custom.c:235:6: note: byref variable will be forcibly initialized int value; ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'hid_sensor_capture_sample': /kisskb/src/drivers/hid/hid-sensor-custom.c:421:27: note: byref variable will be forcibly initialized struct hid_sensor_sample header; ^~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'store_value': /kisskb/src/drivers/hid/hid-sensor-custom.c:390:6: note: byref variable will be forcibly initialized int value, ret; ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:389:7: note: byref variable will be forcibly initialized char name[HID_CUSTOM_NAME_LENGTH]; ^~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:388:26: note: byref variable will be forcibly initialized int index, field_index, usage; ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:388:6: note: byref variable will be forcibly initialized int index, field_index, usage; ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'show_value': /kisskb/src/drivers/hid/hid-sensor-custom.c:305:7: note: byref variable will be forcibly initialized u8 values[HID_CUSTOM_MAX_FEATURE_BYTES]; ^~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:282:7: note: byref variable will be forcibly initialized char name[HID_CUSTOM_NAME_LENGTH]; ^~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:281:13: note: byref variable will be forcibly initialized int index, usage, field_index; ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:281:6: note: byref variable will be forcibly initialized int index, usage, field_index; ^~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:310: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'tt_available': /kisskb/src/drivers/usb/host/ehci-sched.c:370:18: note: byref variable will be forcibly initialized unsigned short tt_usecs[8]; ^~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/hid/hid-sensor-custom.c:9: /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'hid_sensor_custom_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:657:10: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(sensor_inst->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:643:15: note: byref variable will be forcibly initialized unsigned int copied; ^~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:128: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'dbg_cmd': /kisskb/src/drivers/usb/host/ehci-dbg.c:272:7: note: byref variable will be forcibly initialized char buf[80]; ^~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'dbg_port': /kisskb/src/drivers/usb/host/ehci-dbg.c:281:7: note: byref variable will be forcibly initialized char buf[80]; ^~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'dbg_status': /kisskb/src/drivers/usb/host/ehci-dbg.c:263:7: note: byref variable will be forcibly initialized char buf[80]; ^~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'fill_registers_buffer': /kisskb/src/drivers/usb/host/ehci-dbg.c:761:16: note: byref variable will be forcibly initialized char *next, scratch[80]; ^~~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'fill_bandwidth_buffer': /kisskb/src/drivers/usb/host/ehci-dbg.c:520:7: note: byref variable will be forcibly initialized u8 budget[EHCI_BANDWIDTH_SIZE]; ^~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'fill_async_buffer': /kisskb/src/drivers/usb/host/ehci-dbg.c:476:10: note: byref variable will be forcibly initialized char *next; ^~~~ /kisskb/src/drivers/usb/host/ehci-dbg.c:475:18: note: byref variable will be forcibly initialized unsigned temp, size; ^~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'dbg_hcs_params': /kisskb/src/drivers/usb/host/ehci-dbg.c:32:17: note: byref variable will be forcibly initialized char buf[46], tmp[7], byte; ^~~ /kisskb/src/drivers/usb/host/ehci-dbg.c:32:8: note: byref variable will be forcibly initialized char buf[46], tmp[7], byte; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/usb/host/ehci-hcd.c:11: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/remoteproc/remoteproc_coredump.c: In function 'rproc_copy_segment': /kisskb/src/drivers/remoteproc/remoteproc_coredump.c:155:7: note: byref variable will be forcibly initialized bool is_iomem = false; ^~~~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:310: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'qh_schedule': /kisskb/src/drivers/usb/host/ehci-sched.c:839:11: note: byref variable will be forcibly initialized unsigned c_mask; ^~~~~~ /kisskb/src/drivers/remoteproc/remoteproc_coredump.c: In function 'rproc_coredump_read': /kisskb/src/drivers/remoteproc/remoteproc_coredump.c:179:9: note: byref variable will be forcibly initialized size_t seg_data, bytes_left = count; ^~~~~~~~ /kisskb/src/drivers/remoteproc/remoteproc_coredump.c: In function 'rproc_coredump': /kisskb/src/drivers/remoteproc/remoteproc_coredump.c:244:30: note: byref variable will be forcibly initialized struct rproc_coredump_state dump_state; ^~~~~~~~~~ /kisskb/src/drivers/remoteproc/remoteproc_coredump.c: In function 'rproc_coredump_using_sections': /kisskb/src/drivers/remoteproc/remoteproc_coredump.c:355:30: note: byref variable will be forcibly initialized struct rproc_coredump_state dump_state; ^~~~~~~~~~ /kisskb/src/drivers/remoteproc/remoteproc_coredump.c:350:9: note: byref variable will be forcibly initialized size_t strtbl_index = 1; ^~~~~~~~~~~~ /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c: In function 'rproc_trace_read': /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c:132:7: note: byref variable will be forcibly initialized char buf[100]; ^~~ /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c: In function 'rproc_coredump_read': /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c:46:7: note: byref variable will be forcibly initialized char buf[20]; ^~~ /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c: In function 'rproc_name_read': /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c:160:7: note: byref variable will be forcibly initialized char buf[100]; ^~~ /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c: In function 'rproc_coredump_write': /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c:77:7: note: byref variable will be forcibly initialized char buf[20]; ^~~ /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c: In function 'rproc_crash_write': /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c:256:15: note: byref variable will be forcibly initialized unsigned int type; ^~~~ /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c: In function 'rproc_recovery_write': /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c:213:7: note: byref variable will be forcibly initialized char buf[10]; ^~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:306: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_hrtimer_func': /kisskb/src/drivers/usb/host/ehci-timer.c:402:16: note: byref variable will be forcibly initialized unsigned long events; ^~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:308: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_qtd_alloc': /kisskb/src/drivers/usb/host/ehci-mem.c:39:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_qh_alloc': /kisskb/src/drivers/usb/host/ehci-mem.c:70:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:310: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'itd_urb_transaction': /kisskb/src/drivers/usb/host/ehci-sched.c:1242:14: note: byref variable will be forcibly initialized dma_addr_t itd_dma; ^~~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'sitd_urb_transaction': /kisskb/src/drivers/usb/host/ehci-sched.c:2041:14: note: byref variable will be forcibly initialized dma_addr_t sitd_dma; ^~~~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:309: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_submit_single_step_set_feature': /kisskb/src/drivers/usb/host/ehci-q.c:1174:19: note: byref variable will be forcibly initialized struct list_head qtd_list; ^~~~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:310: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'intr_submit': /kisskb/src/drivers/usb/host/ehci-sched.c:913:19: note: byref variable will be forcibly initialized struct list_head empty; ^~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_urb_enqueue': /kisskb/src/drivers/usb/host/ehci-hcd.c:884:19: note: byref variable will be forcibly initialized struct list_head qtd_list; ^~~~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:311: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'uframe_periodic_max_store': /kisskb/src/drivers/usb/host/ehci-sysfs.c:86:12: note: byref variable will be forcibly initialized unsigned uframe_periodic_max; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'companion_store': /kisskb/src/drivers/usb/host/ehci-sysfs.c:42:8: note: byref variable will be forcibly initialized int portnum, new_owner; ^~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c: In function 'exynos_ppmu_v2_disable': /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:284:6: note: byref variable will be forcibly initialized u32 pmnc, clear; ^~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c: In function 'exynos_ppmu_disable': /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:132:6: note: byref variable will be forcibly initialized u32 pmnc; ^~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c: In function 'exynos_ppmu_v2_set_event': /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:377:21: note: byref variable will be forcibly initialized unsigned int pmnc, cntens; ^~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:377:15: note: byref variable will be forcibly initialized unsigned int pmnc, cntens; ^~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c: In function 'exynos_ppmu_set_event': /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:162:12: note: byref variable will be forcibly initialized u32 pmnc, cntens; ^~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:162:6: note: byref variable will be forcibly initialized u32 pmnc, cntens; ^~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c: In function 'exynos_ppmu_v2_get_event': /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:427:28: note: byref variable will be forcibly initialized unsigned int total_count, count; ^~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:427:15: note: byref variable will be forcibly initialized unsigned int total_count, count; ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:426:27: note: byref variable will be forcibly initialized unsigned int pmcnt_high, pmcnt_low; ^~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:426:15: note: byref variable will be forcibly initialized unsigned int pmcnt_high, pmcnt_low; ^~~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:425:21: note: byref variable will be forcibly initialized unsigned int pmnc, cntenc; ^~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:425:15: note: byref variable will be forcibly initialized unsigned int pmnc, cntenc; ^~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c: In function 'exynos_ppmu_get_event': /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:208:21: note: byref variable will be forcibly initialized unsigned int pmnc, cntenc; ^~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:208:15: note: byref variable will be forcibly initialized unsigned int pmnc, cntenc; ^~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:207:28: note: byref variable will be forcibly initialized unsigned int pmcnt3_high, pmcnt3_low; ^~~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:207:15: note: byref variable will be forcibly initialized unsigned int pmcnt3_high, pmcnt3_low; ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:206:28: note: byref variable will be forcibly initialized unsigned int total_count, load_count; ^~~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:206:15: note: byref variable will be forcibly initialized unsigned int total_count, load_count; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:16: /kisskb/src/drivers/devfreq/event/exynos-ppmu.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:307: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_handover_companion_ports': /kisskb/src/drivers/usb/host/ehci-hub.c:38:10: note: byref variable will be forcibly initialized __le32 buf; ^~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_bus_resume': /kisskb/src/drivers/usb/host/ehci-hub.c:382:17: note: byref variable will be forcibly initialized unsigned long resume_needed = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/comedi/drivers/pcmmio.c: In function 'pcmmio_handle_dio_intr': /kisskb/src/drivers/comedi/drivers/pcmmio.c:328:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/include/linux/remoteproc.h:40, from /kisskb/src/drivers/remoteproc/remoteproc_elf_loader.c:22: /kisskb/src/drivers/remoteproc/remoteproc_elf_loader.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/remoteproc/remoteproc_elf_loader.c: In function 'rproc_elf_load_segments': /kisskb/src/drivers/remoteproc/remoteproc_elf_loader.c:181:8: note: byref variable will be forcibly initialized bool is_iomem = false; ^~~~~~~~ /kisskb/src/drivers/comedi/drivers/pcmuio.c: In function 'pcmuio_handle_intr_subdev': /kisskb/src/drivers/comedi/drivers/pcmuio.c:307:15: note: byref variable will be forcibly initialized unsigned int val = 0; ^~~ /kisskb/src/drivers/remoteproc/mtk_scp.c: In function 'scp_ipi_handler': /kisskb/src/drivers/remoteproc/mtk_scp.c:91:5: note: byref variable will be forcibly initialized u8 tmp_data[SCP_SHARE_BUFFER_SIZE]; ^~~~~~~~ /kisskb/src/drivers/remoteproc/mtk_scp.c: In function 'scp_ipi_init': /kisskb/src/drivers/remoteproc/mtk_scp.c:129:9: note: byref variable will be forcibly initialized size_t offset; ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/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/remoteproc/mtk_scp.c:6: /kisskb/src/drivers/remoteproc/mtk_scp.c: In function 'scp_start': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/remoteproc/mtk_scp.c:466:8: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/tuners/tea5761.c:12: /kisskb/src/drivers/media/tuners/tea5761.c: In function 'tuner_i2c_xfer_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, ^~~ /kisskb/src/drivers/media/tuners/tea5761.c: In function 'tea5761_get_rf_strength': /kisskb/src/drivers/media/tuners/tea5761.c:252:16: note: byref variable will be forcibly initialized unsigned char buffer[16]; ^~~~~~ /kisskb/src/drivers/media/tuners/tea5761.c: In function 'tea5761_get_status': /kisskb/src/drivers/media/tuners/tea5761.c:236:16: note: byref variable will be forcibly initialized unsigned char buffer[16]; ^~~~~~ In file included from /kisskb/src/drivers/media/tuners/tea5761.c:12: /kisskb/src/drivers/media/tuners/tea5761.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = props->addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tea5761.c: In function '__set_radio_freq': /kisskb/src/drivers/media/tuners/tea5761.c:142:16: note: byref variable will be forcibly initialized unsigned char buffer[7] = {0, 0, 0, 0, 0, 0, 0 }; ^~~~~~ /kisskb/src/drivers/media/tuners/tea5761.c: In function 'tea5761_autodetection': /kisskb/src/drivers/media/tuners/tea5761.c:264:16: note: byref variable will be forcibly initialized unsigned char buffer[16]; ^~~~~~ /kisskb/src/drivers/usb/mon/mon_text.c: In function 'mon_get_timestamp': /kisskb/src/drivers/usb/mon/mon_text.c:184:20: note: byref variable will be forcibly initialized struct timespec64 now; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/drivers/leds/led-triggers.c:11: /kisskb/src/drivers/leds/led-triggers.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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:320:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/led-triggers.c: In function 'led_trigger_snprintf': /kisskb/src/drivers/leds/led-triggers.c:81:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/usb/mon/mon_text.c: In function 'mon_text_read_u': /kisskb/src/drivers/usb/mon/mon_text.c:438:22: note: byref variable will be forcibly initialized struct mon_text_ptr ptr; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/drivers/leds/led-triggers.c:11: /kisskb/src/drivers/leds/led-triggers.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mon/mon_text.c: In function 'mon_text_read_t': /kisskb/src/drivers/usb/mon/mon_text.c:399:22: note: byref variable will be forcibly initialized struct mon_text_ptr ptr; ^~~ /kisskb/src/drivers/usb/mon/mon_text.c: In function 'mon_text_add': /kisskb/src/drivers/usb/mon/mon_text.c:704:7: note: byref variable will be forcibly initialized char name[NAMESZ]; ^~~~ /kisskb/src/drivers/leds/led-triggers.c: In function 'led_trigger_set': /kisskb/src/drivers/leds/led-triggers.c:161:8: note: byref variable will be forcibly initialized char *envp[2]; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/usb.h:16, from /kisskb/src/drivers/usb/mon/mon_bin.c:17: /kisskb/src/drivers/usb/mon/mon_bin.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/mon/mon_bin.c: In function 'mon_bin_ioctl': /kisskb/src/drivers/usb/mon/mon_bin.c:1082:25: note: byref variable will be forcibly initialized struct mon_bin_mfetch mfetch; ^~~~~~ /kisskb/src/drivers/usb/mon/mon_bin.c:1066:22: note: byref variable will be forcibly initialized struct mon_bin_get getb; ^~~~ /kisskb/src/drivers/rpmsg/mtk_rpmsg.c: In function 'mtk_rpmsg_match_device_subnode': /kisskb/src/drivers/rpmsg/mtk_rpmsg.c:182:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/usb/mon/mon_bin.c: In function 'mon_bin_error': /kisskb/src/drivers/usb/mon/mon_bin.c:635:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/drivers/usb/mon/mon_bin.c: In function 'mon_bin_event': /kisskb/src/drivers/usb/mon/mon_bin.c:489:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^~ /kisskb/src/drivers/input/input.c: In function 'input_pass_event': /kisskb/src/drivers/input/input.c:169:21: note: byref variable will be forcibly initialized struct input_value vals[] = { { type, code, value } }; ^~~~ In file included from /kisskb/src/drivers/input/input.c:16: /kisskb/src/drivers/input/input.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/radix-tree.h:11, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/drivers/input/input.c:13: /kisskb/src/drivers/input/input.c: In function '__input_release_device': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c:568:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->grab, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'inhibited_store': /kisskb/src/drivers/input/input.c:1441:7: note: byref variable will be forcibly initialized bool inhibited; ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/radix-tree.h:11, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/drivers/input/input.c:13: /kisskb/src/drivers/input/input.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_seq_print_bitmap': /kisskb/src/drivers/input/input.c:1146:7: note: byref variable will be forcibly initialized char buf[18]; ^~~ /kisskb/src/drivers/input/input.c: In function 'input_get_disposition': /kisskb/src/drivers/input/input.c:265:6: note: byref variable will be forcibly initialized int value = *pval; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/radix-tree.h:11, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/drivers/input/input.c:13: /kisskb/src/drivers/input/input.c: In function 'input_grab_device': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c:552:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->grab, handle); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_default_setkeycode': /kisskb/src/drivers/input/input.c:843:15: note: byref variable will be forcibly initialized unsigned int index; ^~~~~ /kisskb/src/drivers/input/input.c: In function 'input_default_getkeycode': /kisskb/src/drivers/input/input.c:814:15: note: byref variable will be forcibly initialized unsigned int index; ^~~~~ /kisskb/src/drivers/input/input.c: In function 'input_set_keycode': /kisskb/src/drivers/input/input.c:960:22: note: byref variable will be forcibly initialized struct input_value vals[] = { ^~~~ /kisskb/src/drivers/input/input.c:934:15: note: byref variable will be forcibly initialized unsigned int old_keycode; ^~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_repeat_key': /kisskb/src/drivers/input/input.c:188:22: note: byref variable will be forcibly initialized struct input_value vals[] = { ^~~~ In file included from /kisskb/src/drivers/extcon/extcon.c:24: /kisskb/src/drivers/extcon/extcon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/extcon/extcon.c:20: /kisskb/src/drivers/extcon/extcon.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/extcon/extcon.c: In function 'extcon_sync': /kisskb/src/drivers/extcon/extcon.c:413:8: note: byref variable will be forcibly initialized char *envp[3]; ^~~~ /kisskb/src/drivers/extcon/extcon.c:411:7: note: byref variable will be forcibly initialized char state_buf[120]; ^~~~~~~~~ /kisskb/src/drivers/extcon/extcon.c:410:7: note: byref variable will be forcibly initialized char name_buf[120]; ^~~~~~~~ /kisskb/src/drivers/greybus/operation.c: In function 'gb_connection_recv': /kisskb/src/drivers/greybus/operation.c:1029:30: note: byref variable will be forcibly initialized struct gb_operation_msg_hdr header; ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/greybus/operation.c:10: /kisskb/src/drivers/greybus/operation.c: In function 'gb_operation_cancel': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c:1083:2: note: in expansion of macro 'wait_event' wait_event(gb_operation_cancellation_queue, ^~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c: In function 'gb_operation_cancel_incoming': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c:1110:2: note: in expansion of macro 'wait_event' wait_event(gb_operation_cancellation_queue, ^~~~~~~~~~ /kisskb/src/drivers/remoteproc/qcom_pil_info.c: In function 'qcom_pil_info_init': /kisskb/src/drivers/remoteproc/qcom_pil_info.c:33:18: note: byref variable will be forcibly initialized struct resource imem; ^~~~ /kisskb/src/drivers/remoteproc/qcom_pil_info.c: In function 'qcom_pil_info_store': /kisskb/src/drivers/remoteproc/qcom_pil_info.c:74:7: note: byref variable will be forcibly initialized char buf[PIL_RELOC_NAME_LEN]; ^~~ /kisskb/src/drivers/remoteproc/mtk_scp_ipi.c: In function 'scp_memcpy_aligned': /kisskb/src/drivers/remoteproc/mtk_scp_ipi.c:85:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/remoteproc/mtk_scp_ipi.c:6: /kisskb/src/drivers/remoteproc/mtk_scp_ipi.c: In function 'scp_ipi_send': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/remoteproc/mtk_scp_ipi.c:198:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(scp->ack_wq, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/remoteproc/qcom_common.c: In function 'qcom_add_minidump_segments': /kisskb/src/drivers/remoteproc/qcom_common.c:107:25: note: byref variable will be forcibly initialized struct minidump_region region; ^~~~~~ /kisskb/src/drivers/remoteproc/qcom_common.c: In function 'ssr_notify_unprepare': /kisskb/src/drivers/remoteproc/qcom_common.c:456:30: note: byref variable will be forcibly initialized struct qcom_ssr_notify_data data = { ^~~~ /kisskb/src/drivers/remoteproc/qcom_common.c: In function 'ssr_notify_stop': /kisskb/src/drivers/remoteproc/qcom_common.c:444:30: note: byref variable will be forcibly initialized struct qcom_ssr_notify_data data = { ^~~~ /kisskb/src/drivers/remoteproc/qcom_common.c: In function 'ssr_notify_start': /kisskb/src/drivers/remoteproc/qcom_common.c:431:30: note: byref variable will be forcibly initialized struct qcom_ssr_notify_data data = { ^~~~ /kisskb/src/drivers/remoteproc/qcom_common.c: In function 'ssr_notify_prepare': /kisskb/src/drivers/remoteproc/qcom_common.c:418:30: note: byref variable will be forcibly initialized struct qcom_ssr_notify_data data = { ^~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xo_set_analog_params': /kisskb/src/drivers/media/tuners/tda827x.c:241:16: note: byref variable will be forcibly initialized unsigned char reg2[2]; ^~~~ /kisskb/src/drivers/media/tuners/tda827x.c:240:16: note: byref variable will be forcibly initialized unsigned char tuner_reg[8]; ^~~~~~~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xo_set_params': /kisskb/src/drivers/media/tuners/tda827x.c:149:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tda827x.c:146:5: note: byref variable will be forcibly initialized u8 buf[14]; ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827x_probe_version': /kisskb/src/drivers/media/tuners/tda827x.c:844:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = I2C_M_RD, ^~~ /kisskb/src/drivers/media/tuners/tda827x.c:841:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_agcf': /kisskb/src/drivers/media/tuners/tda827x.c:750:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = priv->i2c_addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tda827x.c:749:16: note: byref variable will be forcibly initialized unsigned char data[] = {0x80, 0x2c}; ^~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_lna_gain': /kisskb/src/drivers/media/tuners/tda827x.c:452:16: note: byref variable will be forcibly initialized unsigned char buf[] = {0x22, 0x01}; ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_set_analog_params': /kisskb/src/drivers/media/tuners/tda827x.c:655:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tda827x.c:651:16: note: byref variable will be forcibly initialized unsigned char tuner_reg[11]; ^~~~~~~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_set_params': /kisskb/src/drivers/media/tuners/tda827x.c:508:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tda827x.c:506:5: note: byref variable will be forcibly initialized u8 buf[11]; ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_sleep': /kisskb/src/drivers/media/tuners/tda827x.c:435:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xo_agcf': /kisskb/src/drivers/media/tuners/tda827x.c:325:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/tda827x.c:324:16: note: byref variable will be forcibly initialized unsigned char data[] = { 0x80, 0x0c }; ^~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xo_sleep': /kisskb/src/drivers/media/tuners/tda827x.c:223:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, ^~~ /kisskb/src/drivers/extcon/extcon-fsa9480.c: In function 'fsa9480_read_irq': /kisskb/src/drivers/extcon/extcon-fsa9480.c:191:5: note: byref variable will be forcibly initialized u8 regs[2]; ^~~~ /kisskb/src/drivers/extcon/extcon-fsa9480.c: In function 'fsa9480_read_reg': /kisskb/src/drivers/extcon/extcon-fsa9480.c:178:11: note: byref variable will be forcibly initialized int ret, val; ^~~ /kisskb/src/drivers/extcon/extcon-fsa9480.c: In function 'fsa9480_irq_handler': /kisskb/src/drivers/extcon/extcon-fsa9480.c:247:6: note: byref variable will be forcibly initialized int intr = 0; ^~~~ /kisskb/src/drivers/remoteproc/qcom_q6v5.c: In function 'q6v5_load_state_toggle': /kisskb/src/drivers/remoteproc/qcom_q6v5.c:24:7: note: byref variable will be forcibly initialized char buf[Q6V5_LOAD_STATE_MSG_LEN]; ^~~ /kisskb/src/drivers/remoteproc/qcom_q6v5.c: In function 'q6v5_fatal_interrupt': /kisskb/src/drivers/remoteproc/qcom_q6v5.c:110:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/drivers/remoteproc/qcom_q6v5.c: In function 'q6v5_wdog_interrupt': /kisskb/src/drivers/remoteproc/qcom_q6v5.c:87:9: note: byref variable will be forcibly initialized size_t len; ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/linux/input/mt.h:11, from /kisskb/src/drivers/input/input-mt.c:8: /kisskb/src/drivers/input/input-mt.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/input/input-mt.c:10: /kisskb/src/drivers/input/input-mt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/extcon/extcon-max14577.c: In function 'max14577_muic_adc_handler': /kisskb/src/drivers/extcon/extcon-max14577.c:359:7: note: byref variable will be forcibly initialized bool attached; ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-max14577.c: In function 'max14577_muic_chg_handler': /kisskb/src/drivers/extcon/extcon-max14577.c:430:7: note: byref variable will be forcibly initialized bool attached; ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-max14577.c: In function 'max14577_muic_detect_accessory': /kisskb/src/drivers/extcon/extcon-max14577.c:608:7: note: byref variable will be forcibly initialized bool attached; ^~~~~~~~ In file included from /kisskb/src/drivers/extcon/extcon-max14577.c:16: /kisskb/src/drivers/extcon/extcon-max14577.c: In function 'max14577_read_reg': /kisskb/src/include/linux/mfd/max14577-private.h:444:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/extcon/extcon-max14577.c: In function 'max14577_muic_probe': /kisskb/src/drivers/extcon/extcon-max14577.c:665:5: note: byref variable will be forcibly initialized u8 id; ^~ /kisskb/src/drivers/extcon/extcon-max14577.c:662:7: note: byref variable will be forcibly initialized bool attached; ^~~~~~~~ /kisskb/src/drivers/remoteproc/qcom_q6v5_adsp.c: In function 'qcom_adsp_shutdown': /kisskb/src/drivers/remoteproc/qcom_q6v5_adsp.c:104:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/devfreq.h:68, from /kisskb/src/drivers/devfreq/devfreq.c:34: /kisskb/src/drivers/devfreq/devfreq.c: In function 'perf_trace_devfreq_frequency': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'perf_trace_devfreq_monitor': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_monitor, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_monitor, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_monitor, ^~~~~~~~~~~ /kisskb/src/drivers/remoteproc/qcom_q6v5_adsp.c: In function 'adsp_alloc_memory_region': /kisskb/src/drivers/remoteproc/qcom_q6v5_adsp.c:401:18: note: byref variable will be forcibly initialized struct resource r; ^ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/remoteproc/qcom_q6v5_adsp.c:17: /kisskb/src/drivers/remoteproc/qcom_q6v5_adsp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/devfreq.h:68, from /kisskb/src/drivers/devfreq/devfreq.c:34: /kisskb/src/drivers/devfreq/devfreq.c: In function 'trace_event_raw_event_devfreq_frequency': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_frequency, ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'trace_event_raw_event_devfreq_monitor': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_monitor, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(devfreq_monitor, ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/devfreq.h:13, from /kisskb/src/include/linux/devfreq_cooling.h:13, from /kisskb/src/drivers/devfreq/devfreq.c:14: /kisskb/src/drivers/devfreq/devfreq.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:155:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'find_available_min_freq': /kisskb/src/drivers/devfreq/devfreq.c:89:16: note: byref variable will be forcibly initialized unsigned long min_freq = 0; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'find_available_max_freq': /kisskb/src/drivers/devfreq/devfreq.c:103:16: note: byref variable will be forcibly initialized unsigned long max_freq = ULONG_MAX; ^~~~~~~~ In file included from /kisskb/src/include/linux/devfreq.h:13, from /kisskb/src/include/linux/devfreq_cooling.h:13, from /kisskb/src/drivers/devfreq/devfreq.c:14: /kisskb/src/drivers/devfreq/devfreq.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'set_freq_table': /kisskb/src/drivers/devfreq/devfreq.c:182:16: note: byref variable will be forcibly initialized unsigned long freq; ^~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'timer_store': /kisskb/src/drivers/devfreq/devfreq.c:1825:7: note: byref variable will be forcibly initialized char str_timer[DEVFREQ_NAME_LEN + 1]; ^~~~~~~~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_beep': /kisskb/src/drivers/hwmon/w83795.c:730:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'polling_interval_store': /kisskb/src/drivers/devfreq/devfreq.c:1793:15: note: byref variable will be forcibly initialized unsigned int value; ^~~~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_in': /kisskb/src/drivers/hwmon/w83795.c:1518:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'max_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1641:26: note: byref variable will be forcibly initialized unsigned long min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1641:16: note: byref variable will be forcibly initialized unsigned long min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_sf4_temp': /kisskb/src/drivers/hwmon/w83795.c:1301:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'min_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1587:26: note: byref variable will be forcibly initialized unsigned long min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1587:16: note: byref variable will be forcibly initialized unsigned long min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_sf4_pwm': /kisskb/src/drivers/devfreq/devfreq.c: In function 'cur_freq_show': /kisskb/src/drivers/hwmon/w83795.c:1265:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/devfreq/devfreq.c:1533:16: note: byref variable will be forcibly initialized unsigned long freq; ^~~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_temp_pwm': /kisskb/src/drivers/hwmon/w83795.c:1205:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_temp_pwm_enable': /kisskb/src/drivers/hwmon/w83795.c:1096:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_temp_mode': /kisskb/src/drivers/hwmon/w83795.c:1443:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'governor_store': /kisskb/src/drivers/devfreq/devfreq.c:1409:7: note: byref variable will be forcibly initialized char str_governor[DEVFREQ_NAME_LEN + 1]; ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_fanin': /kisskb/src/drivers/hwmon/w83795.c:1157:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_pwm_enable': /kisskb/src/drivers/hwmon/w83795.c:923:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/w83795.c:863:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_summary_show': /kisskb/src/drivers/devfreq/devfreq.c:1918:36: note: byref variable will be forcibly initialized unsigned long cur_freq, min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1918:26: note: byref variable will be forcibly initialized unsigned long cur_freq, min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_sf_setup': /kisskb/src/drivers/hwmon/w83795.c:1577:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_chassis_clear': /kisskb/src/drivers/hwmon/w83795.c:755:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'trans_stat_store': /kisskb/src/drivers/hwmon/w83795.c: In function 'store_temp_src': /kisskb/src/drivers/hwmon/w83795.c:1028:16: note: byref variable will be forcibly initialized unsigned long channel; ^~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1737:11: note: byref variable will be forcibly initialized int err, value; ^~~~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/w83795.c:801:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'max_freq_store': /kisskb/src/drivers/devfreq/devfreq.c:1601:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'min_freq_store': /kisskb/src/drivers/devfreq/devfreq.c:1560:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_set_target': /kisskb/src/drivers/devfreq/devfreq.c:354:16: note: byref variable will be forcibly initialized unsigned long cur_freq; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:353:23: note: byref variable will be forcibly initialized struct devfreq_freqs freqs; ^~~~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_dts_ext': /kisskb/src/drivers/hwmon/w83795.c:1402:7: note: byref variable will be forcibly initialized long tmp; ^~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_update_target': /kisskb/src/drivers/devfreq/devfreq.c:408:26: note: byref variable will be forcibly initialized unsigned long min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:408:16: note: byref variable will be forcibly initialized unsigned long min_freq, max_freq; ^~~~~~~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_temp': /kisskb/src/drivers/hwmon/w83795.c:1341:7: note: byref variable will be forcibly initialized long tmp; ^~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_monitor_resume': /kisskb/src/drivers/devfreq/devfreq.c:563:16: note: byref variable will be forcibly initialized unsigned long freq; ^~~~ /kisskb/src/drivers/comedi/drivers/quatech_daqp_cs.c: In function 'daqp_interrupt': /kisskb/src/drivers/comedi/drivers/quatech_daqp_cs.c:227:18: note: byref variable will be forcibly initialized unsigned short data; ^~~~ In file included from /kisskb/src/drivers/comedi/drivers/ni_tio.c:34: /kisskb/src/drivers/comedi/drivers/ni_tio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/comedi/drivers/ni_tio.c: In function 'ni_tio_get_clock_src': /kisskb/src/drivers/comedi/drivers/ni_tio.c:812:6: note: byref variable will be forcibly initialized u64 temp64 = 0; ^~~~~~ /kisskb/src/drivers/comedi/drivers/ni_tio.c: In function 'ni_tio_set_sync_mode': /kisskb/src/drivers/comedi/drivers/ni_tio.c:451:6: note: byref variable will be forcibly initialized u64 ps = 0; ^~ /kisskb/src/drivers/comedi/drivers/ni_tio.c:450:15: note: byref variable will be forcibly initialized unsigned int clk_src = 0; ^~~~~~~ /kisskb/src/drivers/comedi/drivers/ni_tio.c: In function 'ni_tio_set_clock_src': /kisskb/src/drivers/comedi/drivers/ni_tio.c:758:15: note: byref variable will be forcibly initialized unsigned int bits = 0; ^~~~ /kisskb/src/drivers/rpmsg/qcom_glink_ssr.c: In function 'qcom_glink_ssr_notifier_call': /kisskb/src/drivers/rpmsg/qcom_glink_ssr.c:103:24: note: byref variable will be forcibly initialized struct do_cleanup_msg msg; ^~~ /kisskb/src/drivers/comedi/drivers/ni_tio.c: In function 'ni_tio_get_routing': /kisskb/src/drivers/comedi/drivers/ni_tio.c:1520:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/remoteproc/qcom_q6v5_pas.c: In function 'adsp_alloc_memory_region': /kisskb/src/drivers/remoteproc/qcom_q6v5_pas.c:369:18: note: byref variable will be forcibly initialized struct resource r; ^ /kisskb/src/drivers/remoteproc/qcom_q6v5_pas.c: In function 'adsp_probe': /kisskb/src/drivers/remoteproc/qcom_q6v5_pas.c:399:14: note: byref variable will be forcibly initialized const char *fw_name; ^~~~~~~ In file included from /kisskb/src/drivers/comedi/drivers/ni_mio_cs.c:115: /kisskb/src/drivers/comedi/drivers/ni_mio_cs.c: In function 'ni_handle_fifo_dregs': /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:1116:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/comedi/drivers/ni_mio_cs.c: In function 'get_last_sample_611x': /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:1175:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/comedi/drivers/ni_mio_cs.c: In function 'get_last_sample_6143': /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:1193:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/comedi/drivers/ni_mio_cs.c: In function 'ni_ai_fifo_read': /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:1044:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/comedi/drivers/ni_mio_cs.c: In function 'ni_ao_fifo_load': /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:952:17: note: byref variable will be forcibly initialized unsigned short d; ^ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_read_notify': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:310:19: note: byref variable will be forcibly initialized struct glink_msg msg; ^~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/rpmsg/qcom_glink_native.c:7: /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_data': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:821:13: note: byref variable will be forcibly initialized } __packed hdr; ^~~ /kisskb/src/drivers/comedi/drivers/ni_mio_cs.c: In function 'ni_mseries_set_pll_master_clock': /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:4934:15: note: byref variable will be forcibly initialized unsigned int freq_multiplier; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:4933:15: note: byref variable will be forcibly initialized unsigned int freq_divider; ^~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_native_intr': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1009:19: note: byref variable will be forcibly initialized struct glink_msg msg; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'rpmsg_name_show': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1671:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/comedi/drivers/ni_mio_cs.c: In function 'ni_write_caldac': /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:4365:43: note: byref variable will be forcibly initialized unsigned int loadbit = 0, bits = 0, bit, bitstring = 0; ^~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/drivers/rpmsg/qcom_glink_native.c:6: /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_tx': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c:350:3: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(glink->tx_avail_notify, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_version_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:383:19: note: byref variable will be forcibly initialized struct glink_msg msg; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_advertise_intent': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:665:17: note: byref variable will be forcibly initialized struct command cmd; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_close_req': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:479:19: note: byref variable will be forcibly initialized struct glink_msg req; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_open_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:395:19: note: byref variable will be forcibly initialized struct glink_msg msg; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_done_work': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:510:13: note: byref variable will be forcibly initialized } __packed cmd; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_close_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:491:19: note: byref variable will be forcibly initialized struct glink_msg req; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_intent_req_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:634:19: note: byref variable will be forcibly initialized struct glink_msg msg; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_version': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:372:19: note: byref variable will be forcibly initialized struct glink_msg msg; ^~~ /kisskb/src/drivers/comedi/drivers/ni_mio_cs.c: In function 'ni_serial_insn_config': /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:3859:26: note: byref variable will be forcibly initialized unsigned char byte_out, byte_in = 0; ^~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_channel_release': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:251:6: note: byref variable will be forcibly initialized int iid; ^~~ /kisskb/src/drivers/comedi/drivers/ni_mio_cs.c: In function 'cs5529_ai_insn_read': /kisskb/src/drivers/comedi/drivers/ni_mio_common.c:4818:17: note: byref variable will be forcibly initialized unsigned short sample; ^~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_announce_create': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1206:9: note: byref variable will be forcibly initialized __be32 defaults[] = { cpu_to_be32(SZ_1K), cpu_to_be32(5) }; ^~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_request_intent': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1261:13: note: byref variable will be forcibly initialized } __packed cmd; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function '__qcom_glink_send': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1301:13: note: byref variable will be forcibly initialized } __packed req; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1296:6: note: byref variable will be forcibly initialized int iid = 0; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_open_req': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:438:13: note: byref variable will be forcibly initialized } __packed req; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_match_channel': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1417:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_close': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1535:28: note: byref variable will be forcibly initialized struct rpmsg_channel_info chinfo; ^~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_close_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1569:28: note: byref variable will be forcibly initialized struct rpmsg_channel_info chinfo; ^~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_open': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1461:6: note: byref variable will be forcibly initialized int lcid; ^~~~ /kisskb/src/drivers/remoteproc/qcom_wcnss.c: In function 'wcnss_fatal_interrupt': /kisskb/src/drivers/remoteproc/qcom_wcnss.c:342:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_create_ept': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1169:6: note: byref variable will be forcibly initialized int cid; ^~~ /kisskb/src/drivers/remoteproc/qcom_wcnss.c: In function 'wcnss_alloc_memory_region': /kisskb/src/drivers/remoteproc/qcom_wcnss.c:493:18: note: byref variable will be forcibly initialized struct resource r; ^ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_native_remove': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1805:6: note: byref variable will be forcibly initialized int cid; ^~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/remoteproc/qcom_wcnss.c:18: /kisskb/src/drivers/remoteproc/qcom_wcnss.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/remoteproc/qcom_wcnss.c: In function 'wcnss_probe': /kisskb/src/drivers/remoteproc/qcom_wcnss.c:520:14: note: byref variable will be forcibly initialized const char *fw_name = WCNSS_FIRMWARE_NAME; ^~~~~~~ /kisskb/src/drivers/leds/leds-88pm860x.c: In function 'pm860x_led_dt_init': /kisskb/src/drivers/leds/leds-88pm860x.c:119:6: note: byref variable will be forcibly initialized int iset = 0; ^~~~ /kisskb/src/drivers/leds/leds-88pm860x.c: In function 'pm860x_led_set': /kisskb/src/drivers/leds/leds-88pm860x.c:71:16: note: byref variable will be forcibly initialized unsigned char buf[3]; ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c: In function 'glink_rpm_probe': /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c:266:18: note: byref variable will be forcibly initialized struct resource r; ^ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/remoteproc/qcom_wcnss_iris.c:13: /kisskb/src/drivers/remoteproc/qcom_wcnss_iris.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/class/usblp.c: In function 'usblp_ioctl': /kisskb/src/drivers/usb/class/usblp.c:525:6: note: byref variable will be forcibly initialized int twoints[2]; ^~~~~~~ /kisskb/src/drivers/usb/class/usblp.c:524:6: note: byref variable will be forcibly initialized int status; ^~~~~~ /kisskb/src/drivers/usb/class/usblp.c:523:16: note: byref variable will be forcibly initialized unsigned char newChannel; ^~~~~~~~~~ /kisskb/src/drivers/usb/class/usblp.c: In function 'usblp_select_alts': /kisskb/src/drivers/usb/class/usblp.c:1266:44: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *epwrite, *epread; ^~~~~~ /kisskb/src/drivers/usb/class/usblp.c:1266:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *epwrite, *epread; ^~~~~~~ /kisskb/src/drivers/extcon/extcon-qcom-spmi-misc.c: In function 'qcom_usb_extcon_detect_cable': /kisskb/src/drivers/extcon/extcon-qcom-spmi-misc.c:39:7: note: byref variable will be forcibly initialized bool state = false; ^~~~~ /kisskb/src/drivers/input/input-poller.c: In function 'input_dev_set_poll_interval': /kisskb/src/drivers/input/input-poller.c:152:15: note: byref variable will be forcibly initialized unsigned int interval; ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-palmas.c: In function 'palmas_vbus_irq_handler': /kisskb/src/drivers/extcon/extcon-palmas.c:46:15: note: byref variable will be forcibly initialized unsigned int vbus_line_state; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/extcon/extcon-palmas.c: In function 'palmas_id_irq_handler': /kisskb/src/drivers/extcon/extcon-palmas.c:76:20: note: byref variable will be forcibly initialized unsigned int set, id_src; ^~~~~~ /kisskb/src/drivers/extcon/extcon-palmas.c:76:15: note: byref variable will be forcibly initialized unsigned int set, id_src; ^~~ /kisskb/src/drivers/extcon/extcon-palmas.c: In function 'palmas_usb_probe': /kisskb/src/drivers/extcon/extcon-palmas.c:230:7: note: byref variable will be forcibly initialized u32 debounce; ^~~~~~~~ /kisskb/src/drivers/memory/renesas-rpc-if.c: In function 'memcpy_fromio_readw': /kisskb/src/drivers/memory/renesas-rpc-if.c:552:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/memory/renesas-rpc-if.c: In function 'wait_msg_xfer_end': /kisskb/src/drivers/memory/renesas-rpc-if.c:305:6: note: byref variable will be forcibly initialized u32 sts; ^~~ /kisskb/src/drivers/memory/renesas-rpc-if.c: In function 'rpcif_hw_init': /kisskb/src/drivers/memory/renesas-rpc-if.c:257:6: note: byref variable will be forcibly initialized u32 dummy; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function '_stb0899_read_reg': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:220:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:218:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:217:5: note: byref variable will be forcibly initialized u8 b0[] = { reg >> 8, reg & 0xff }; ^~ /kisskb/src/drivers/memory/renesas-rpc-if.c: In function 'rpcif_manual_xfer': /kisskb/src/drivers/memory/renesas-rpc-if.c:496:16: note: byref variable will be forcibly initialized u32 nbytes, data[2]; ^~~~ /kisskb/src/drivers/memory/renesas-rpc-if.c:474:8: note: byref variable will be forcibly initialized u32 dummy; ^~~~~ /kisskb/src/drivers/memory/renesas-rpc-if.c:433:16: note: byref variable will be forcibly initialized u32 nbytes, data[2]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function '_stb0899_read_s2reg': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:304:17: note: byref variable will be forcibly initialized struct i2c_msg msg_r = { ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:297:17: note: byref variable will be forcibly initialized struct i2c_msg msg_1 = { ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:290:17: note: byref variable will be forcibly initialized struct i2c_msg msg_0 = { ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:285:5: note: byref variable will be forcibly initialized u8 buf_1[] = { ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:277:5: note: byref variable will be forcibly initialized u8 buf_0[] = { ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function 'stb0899_write_s2reg': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:400:17: note: byref variable will be forcibly initialized struct i2c_msg msg_1 = { ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:393:17: note: byref variable will be forcibly initialized struct i2c_msg msg_0 = { ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:384:5: note: byref variable will be forcibly initialized u8 buf_1[] = { ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:376:5: note: byref variable will be forcibly initialized u8 buf_0[] = { ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function 'stb0899_read_regs': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:446:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:444:5: note: byref variable will be forcibly initialized u8 b0[] = { reg >> 8, reg & 0xff }; ^~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function 'stb0899_read_snr': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:998:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function 'stb0899_init_calc': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:632:5: note: byref variable will be forcibly initialized u8 agc[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function 'stb0899_write_regs': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:488:17: note: byref variable will be forcibly initialized struct i2c_msg i2c_msg = { ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:487:5: note: byref variable will be forcibly initialized u8 buf[MAX_XFER_SIZE]; ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function 'stb0899_write_reg': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:530:5: note: byref variable will be forcibly initialized u8 tmp = data; ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function 'stb0899_set_delivery': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:1293:5: note: byref variable will be forcibly initialized u8 stop_clk[2]; ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/class/cdc-wdm.c:18: /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_wait_for_response': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:637:7: note: in expansion of macro 'wait_event_interruptible_timeout' rv = wait_event_interruptible_timeout(desc->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:552:9: note: in expansion of macro 'wait_event_interruptible' rv = wait_event_interruptible(desc->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_rf_cal': /kisskb/src/drivers/media/tuners/tda18271-common.c:688:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function '_tda_printk': /kisskb/src/drivers/media/tuners/tda18271-common.c:709:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/media/tuners/tda18271-common.c:708:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_write': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:415:7: note: in expansion of macro 'wait_event_interruptible' r = wait_event_interruptible(desc->wait, !test_bit(WDM_IN_USE, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_read_regs': /kisskb/src/drivers/media/tuners/tda18271-common.c:115:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c:113:16: note: byref variable will be forcibly initialized unsigned char buf = 0x00; ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_read_extended': /kisskb/src/drivers/media/tuners/tda18271-common.c:145:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c:143:16: note: byref variable will be forcibly initialized unsigned char buf = 0x00; ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c:142:16: note: byref variable will be forcibly initialized unsigned char regdump[TDA18271_NUM_REGS]; ^~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function '__tda18271_write_regs': /kisskb/src/drivers/media/tuners/tda18271-common.c:183:16: note: byref variable will be forcibly initialized unsigned char buf[TDA18271_NUM_REGS + 1]; ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_main_pll': /kisskb/src/drivers/media/tuners/tda18271-common.c:555:8: note: byref variable will be forcibly initialized u8 d, pd; ^~ /kisskb/src/drivers/media/tuners/tda18271-common.c:555:5: note: byref variable will be forcibly initialized u8 d, pd; ^ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_cal_pll': /kisskb/src/drivers/media/tuners/tda18271-common.c:578:8: note: byref variable will be forcibly initialized u8 d, pd; ^~ /kisskb/src/drivers/media/tuners/tda18271-common.c:578:5: note: byref variable will be forcibly initialized u8 d, pd; ^ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_bp_filter': /kisskb/src/drivers/media/tuners/tda18271-common.c:603:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_km': /kisskb/src/drivers/media/tuners/tda18271-common.c:620:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_rf_band': /kisskb/src/drivers/media/tuners/tda18271-common.c:637:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_gain_taper': /kisskb/src/drivers/media/tuners/tda18271-common.c:654:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_ir_measure': /kisskb/src/drivers/media/tuners/tda18271-common.c:671:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_probe': /kisskb/src/drivers/usb/class/cdc-wdm.c:1145:31: note: byref variable will be forcibly initialized struct usb_cdc_parsed_header hdr; ^~~ In file included from /kisskb/src/drivers/input/ff-core.c:18: /kisskb/src/drivers/input/ff-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/extcon/extcon-sm5502.c: In function 'sm5502_muic_get_cable_type': /kisskb/src/drivers/extcon/extcon-sm5502.c:363:32: note: byref variable will be forcibly initialized unsigned int cable_type, adc, dev_type1; ^~~~~~~~~ /kisskb/src/drivers/extcon/extcon-sm5502.c:363:27: note: byref variable will be forcibly initialized unsigned int cable_type, adc, dev_type1; ^~~ /kisskb/src/drivers/extcon/extcon-sm5502.c: In function 'sm5502_init_dev_type': /kisskb/src/drivers/extcon/extcon-sm5502.c:646:15: note: byref variable will be forcibly initialized unsigned int reg_data, vendor_id, version_id; ^~~~~~~~ /kisskb/src/drivers/leds/leds-bcm6358.c: In function 'bcm6358_led': /kisskb/src/drivers/leds/leds-bcm6358.c:99:14: note: byref variable will be forcibly initialized const char *state; ^~~~~ /kisskb/src/drivers/leds/leds-bcm6358.c: In function 'bcm6358_leds_probe': /kisskb/src/drivers/leds/leds-bcm6358.c:189:7: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/leds/leds-bcm6358.c:154:6: note: byref variable will be forcibly initialized u32 clk_div; ^~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/leds/leds-gpio.c:10: /kisskb/src/drivers/leds/leds-gpio.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-gpio.c: In function 'gpio_leds_create': /kisskb/src/drivers/leds/leds-gpio.c:147:19: note: byref variable will be forcibly initialized struct gpio_led led = {}; ^~~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_blink_set': /kisskb/src/drivers/leds/leds-an30259a.c:132:15: note: byref variable will be forcibly initialized unsigned int led_on; ^~~~~~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_brightness_set': /kisskb/src/drivers/leds/leds-an30259a.c:86:15: note: byref variable will be forcibly initialized unsigned int led_on; ^~~~~~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_init_default_state': /kisskb/src/drivers/leds/leds-an30259a.c:261:6: note: byref variable will be forcibly initialized int led_on, err; ^~~~~~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_dt_init': /kisskb/src/drivers/leds/leds-an30259a.c:216:7: note: byref variable will be forcibly initialized u32 source; ^~~~~~ /kisskb/src/drivers/leds/leds-an30259a.c:208:14: note: byref variable will be forcibly initialized const char *str; ^~~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_probe': /kisskb/src/drivers/leds/leds-an30259a.c:313:24: note: byref variable will be forcibly initialized struct led_init_data init_data = {}; ^~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_send_i2c_data': /kisskb/src/drivers/media/tuners/xc5000.c:246:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_props.addr, ^~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_load_i2c_sequence': /kisskb/src/drivers/media/tuners/xc5000.c:355:5: note: byref variable will be forcibly initialized u8 buf[XC_MAX_I2C_WRITE_LENGTH]; ^~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c: In function 'tda18271c2_rf_tracking_filters_correction': /kisskb/src/drivers/media/tuners/tda18271-fe.c:249:17: note: byref variable will be forcibly initialized u8 tm_current, dc_over_dt, rf_tab; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc5000_readreg': /kisskb/src/drivers/media/tuners/xc5000.c:277:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/tuners/xc5000.c:276:5: note: byref variable will be forcibly initialized u8 bval[2] = { 0, 0 }; ^~~~ /kisskb/src/drivers/media/tuners/xc5000.c:275:5: note: byref variable will be forcibly initialized u8 buf[2] = { reg >> 8, reg & 0xff }; ^~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc5000_get_status': /kisskb/src/drivers/media/tuners/xc5000.c:1088:6: note: byref variable will be forcibly initialized u16 lock_status = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc5000_is_firmware_loaded': /kisskb/src/drivers/media/tuners/xc5000.c:821:6: note: byref variable will be forcibly initialized u16 id; ^~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_write_reg': /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_eom_enable': /kisskb/src/drivers/media/tuners/xc5000.c:319:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/usb/class/usbtmc.c:2013:5: note: byref variable will be forcibly initialized u8 eom_enable; ^~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_config_termc': /kisskb/src/drivers/usb/class/usbtmc.c:2032:25: note: byref variable will be forcibly initialized struct usbtmc_termchar termc; ^~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c: In function 'tda18271_powerscan': /kisskb/src/drivers/media/tuners/tda18271-fe.c:437:6: note: byref variable will be forcibly initialized u32 freq; ^~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c:436:6: note: byref variable will be forcibly initialized u16 count_limit; ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c:435:5: note: byref variable will be forcibly initialized u8 cid_target; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c: In function 'tda18271_rf_tracking_filters_init': /kisskb/src/drivers/media/tuners/tda18271-fe.c:572:6: note: byref variable will be forcibly initialized s32 prog_tab[3]; ^~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c:571:6: note: byref variable will be forcibly initialized s32 prog_cal[3]; ^~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c:570:6: note: byref variable will be forcibly initialized u32 rf_freq[3]; ^~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c:569:6: note: byref variable will be forcibly initialized u32 rf_default[3]; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_load_fw_and_init_tuner': /kisskb/src/drivers/media/tuners/xc5000.c:1106:6: note: byref variable will be forcibly initialized u16 fw_ck; ^~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:1105:6: note: byref variable will be forcibly initialized u16 pll_lock_status; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:1103:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_get_frequency_error': /kisskb/src/drivers/media/tuners/xc5000.c:484:6: note: byref variable will be forcibly initialized u16 reg_data; ^~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_get_version': /kisskb/src/drivers/media/tuners/xc5000.c:505:6: note: byref variable will be forcibly initialized u16 data; ^~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_get_hsync_freq': /kisskb/src/drivers/media/tuners/xc5000.c:527:6: note: byref variable will be forcibly initialized u16 reg_data; ^~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_debug_dump': /kisskb/src/drivers/media/tuners/xc5000.c:636:6: note: byref variable will be forcibly initialized u16 regval; ^~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:635:6: note: byref variable will be forcibly initialized u16 fw_buildversion = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:634:26: note: byref variable will be forcibly initialized u8 fw_majorversion = 0, fw_minorversion = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:634:5: note: byref variable will be forcibly initialized u8 fw_majorversion = 0, fw_minorversion = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:633:26: note: byref variable will be forcibly initialized u8 hw_majorversion = 0, hw_minorversion = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:633:5: note: byref variable will be forcibly initialized u8 hw_majorversion = 0, hw_minorversion = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:632:6: note: byref variable will be forcibly initialized u16 totalgain; ^~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:631:6: note: byref variable will be forcibly initialized u16 snr; ^~~ /kisskb/src/drivers/media/tuners/xc5000.c:630:6: note: byref variable will be forcibly initialized u16 quality; ^~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:629:6: note: byref variable will be forcibly initialized u16 frame_lines; ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:628:6: note: byref variable will be forcibly initialized u32 hsync_freq_hz = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:627:6: note: byref variable will be forcibly initialized u16 lock_status; ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:626:6: note: byref variable will be forcibly initialized u32 freq_error_hz = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:625:6: note: byref variable will be forcibly initialized u16 adc_envelope; ^~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_request': /kisskb/src/drivers/usb/class/usbtmc.c:1919:28: note: byref variable will be forcibly initialized struct usbtmc_ctrlrequest request; ^~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc5000_set_tv_freq': /kisskb/src/drivers/media/tuners/xc5000.c:900:6: note: byref variable will be forcibly initialized u16 pll_lock_status; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc488_ioctl_trigger': /kisskb/src/drivers/usb/class/usbtmc.c:714:6: note: byref variable will be forcibly initialized int actual; ^~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc5000_attach': /kisskb/src/drivers/media/tuners/xc5000.c:1370:6: note: byref variable will be forcibly initialized u16 id = 0; ^~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'send_request_dev_dep_msg_in': /kisskb/src/drivers/usb/class/usbtmc.c:1315:6: note: byref variable will be forcibly initialized int actual; ^~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_abort_bulk_in_tag': /kisskb/src/drivers/usb/class/usbtmc.c:272:6: note: byref variable will be forcibly initialized int actual; ^~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_clear': /kisskb/src/drivers/usb/class/usbtmc.c:1654:6: note: byref variable will be forcibly initialized int actual = 0; ^~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_generic_write': /kisskb/src/drivers/usb/class/usbtmc.c:1262:24: note: byref variable will be forcibly initialized struct usbtmc_message msg; ^~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_write': /kisskb/src/drivers/usb/class/usbtmc.c:1518:17: note: byref variable will be forcibly initialized u32 remaining, done; ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/class/usbtmc.c:13: /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_get_stb': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c:514:8: note: in expansion of macro 'wait_event_interruptible_timeout' rv = wait_event_interruptible_timeout( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc488_ioctl_read_stb': /kisskb/src/drivers/usb/class/usbtmc.c:557:7: note: byref variable will be forcibly initialized __u8 stb; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/class/usbtmc.c:13: /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_generic_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c:945:13: note: in expansion of macro 'wait_event_interruptible_timeout' retval = wait_event_interruptible_timeout( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_generic_read': /kisskb/src/drivers/usb/class/usbtmc.c:1051:24: note: byref variable will be forcibly initialized struct usbtmc_message msg; ^~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_read': /kisskb/src/drivers/usb/class/usbtmc.c:1370:6: note: byref variable will be forcibly initialized u32 done = 0; ^~~~ /kisskb/src/drivers/usb/class/usbtmc.c:1369:6: note: byref variable will be forcibly initialized int actual; ^~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc488_ioctl_simple': /kisskb/src/drivers/usb/class/usbtmc.c:652:7: note: byref variable will be forcibly initialized __u8 val; ^~~ /kisskb/src/drivers/input/touchscreen.c: In function 'touchscreen_get_prop_u32': /kisskb/src/drivers/input/touchscreen.c:20:6: note: byref variable will be forcibly initialized u32 val; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/class/usbtmc.c:13: /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc488_ioctl_wait_srq': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c:621:7: note: in expansion of macro 'wait_event_interruptible_timeout' rv = wait_event_interruptible_timeout( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen.c: In function 'touchscreen_parse_properties': /kisskb/src/drivers/input/touchscreen.c:71:33: note: byref variable will be forcibly initialized unsigned int minimum, maximum, fuzz; ^~~~ /kisskb/src/drivers/input/touchscreen.c:71:24: note: byref variable will be forcibly initialized unsigned int minimum, maximum, fuzz; ^~~~~~~ /kisskb/src/drivers/input/touchscreen.c:71:15: note: byref variable will be forcibly initialized unsigned int minimum, maximum, fuzz; ^~~~~~~ /kisskb/src/drivers/leds/leds-is31fl319x.c: In function 'is31fl319x_brightness_set': /kisskb/src/drivers/leds/leds-is31fl319x.c:132:16: note: byref variable will be forcibly initialized unsigned int pwm_value; ^~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl': /kisskb/src/drivers/usb/class/usbtmc.c:2053:7: note: byref variable will be forcibly initialized __u8 tmp_byte; ^~~~~~~~ /kisskb/src/drivers/leds/leds-is31fl319x.c: In function 'is31fl319x_parse_dt': /kisskb/src/drivers/leds/leds-is31fl319x.c:235:7: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_probe': /kisskb/src/drivers/usb/class/usbtmc.c:2355:55: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *bulk_in, *bulk_out, *int_in; ^~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c:2355:44: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *bulk_in, *bulk_out, *int_in; ^~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c:2355:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *bulk_in, *bulk_out, *int_in; ^~~~~~~ /kisskb/src/drivers/devfreq/governor_userspace.c: In function 'set_freq_store': /kisskb/src/drivers/devfreq/governor_userspace.c:39:16: note: byref variable will be forcibly initialized unsigned long wanted; ^~~~~~ /kisskb/src/drivers/perf/arm-ccn.c: In function 'arm_ccn_irq_handler': /kisskb/src/drivers/perf/arm-ccn.c:1432:6: note: byref variable will be forcibly initialized u32 err_sig_val[6]; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/perf_event.h:50, from /kisskb/src/drivers/perf/arm-ccn.c:14: /kisskb/src/drivers/perf/arm-ccn.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/comedi/drivers/ni_labpc_common.c: In function 'labpc_adc_timing': /kisskb/src/drivers/comedi/drivers/ni_labpc_common.c:339:15: note: byref variable will be forcibly initialized unsigned int scan_period = labpc_ai_scan_period(cmd, mode); ^~~~~~~~~~~ /kisskb/src/drivers/comedi/drivers/ni_labpc_common.c:338:15: note: byref variable will be forcibly initialized unsigned int convert_period = labpc_ai_convert_period(cmd, mode); ^~~~~~~~~~~~~~ /kisskb/src/drivers/comedi/drivers/amplc_pc236_common.c: In function 'pc236_interrupt': /kisskb/src/drivers/comedi/drivers/amplc_pc236_common.c:129:18: note: byref variable will be forcibly initialized unsigned short val = 0; ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/w83791d.c:724:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_beep': /kisskb/src/drivers/hwmon/w83791d.c:448:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/w83791d.c:537:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/comedi/drivers/ni_labpc_common.c: In function 'labpc_drain_fifo': /kisskb/src/drivers/comedi/drivers/ni_labpc_common.c:772:17: note: byref variable will be forcibly initialized unsigned short data; ^~~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_temp_tolerance': /kisskb/src/drivers/hwmon/w83791d.c:872:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_pwmenable': /kisskb/src/drivers/hwmon/w83791d.c:765:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/w83791d.c:1153:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_in_max': /kisskb/src/drivers/hwmon/w83791d.c:374:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/w83791d.c:386:1: note: in expansion of macro 'store_in_reg' store_in_reg(MAX, max); ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_in_min': /kisskb/src/drivers/hwmon/w83791d.c:374:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/w83791d.c:385:1: note: in expansion of macro 'store_in_reg' store_in_reg(MIN, min); ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_fan_div': /kisskb/src/drivers/hwmon/w83791d.c:581:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_temp_target': /kisskb/src/drivers/hwmon/w83791d.c:831:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_beep_mask': /kisskb/src/drivers/hwmon/w83791d.c:1063:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_beep_enable': /kisskb/src/drivers/hwmon/w83791d.c:1097:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_temp23': /kisskb/src/drivers/hwmon/w83791d.c:966:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_temp1': /kisskb/src/drivers/hwmon/w83791d.c:934:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/ad7414.c: In function 'max_min_store': /kisskb/src/drivers/hwmon/ad7414.c:130:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/perf/arm-cmn.c: In function 'arm_cmn_validate_group': /kisskb/src/drivers/perf/arm-cmn.c:867:21: note: byref variable will be forcibly initialized struct arm_cmn_val val; ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/perf/arm-cmn.c:5: /kisskb/src/drivers/perf/arm-cmn.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/perf/arm-cmn.c: In function 'arm_cmn_of_probe': /kisskb/src/drivers/perf/arm-cmn.c:1488:6: note: byref variable will be forcibly initialized u32 rootnode; ^~~~~~~~ /kisskb/src/drivers/perf/arm-cmn.c: In function 'arm_cmn_discover': /kisskb/src/drivers/perf/arm-cmn.c:1337:22: note: byref variable will be forcibly initialized struct arm_cmn_node cfg, *dn; ^~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/asm-generic/bug.h:5, 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/drivers/input/ff-memless.c:16: /kisskb/src/drivers/input/ff-memless.c: In function 'ml_play_effects': /kisskb/src/drivers/input/ff-memless.c:393:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(handled_bm, FF_MEMLESS_EFFECTS); ^~~~~~~~~~ /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/input/ff-memless.c:392:19: note: byref variable will be forcibly initialized struct ff_effect effect; ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/ras/ras_event.h:431, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function 'perf_trace_mc_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/policy.c: In function 'stp_policy_node_channels_store': /kisskb/src/drivers/hwtracing/stm/policy.c:148:22: note: byref variable will be forcibly initialized unsigned int first, last; ^~~~ /kisskb/src/drivers/hwtracing/stm/policy.c:148:15: note: byref variable will be forcibly initialized unsigned int first, last; ^~~~~ /kisskb/src/drivers/hwtracing/stm/policy.c: In function 'stp_policy_node_masters_store': /kisskb/src/drivers/hwtracing/stm/policy.c:101:22: note: byref variable will be forcibly initialized unsigned int first, last; ^~~~ /kisskb/src/drivers/hwtracing/stm/policy.c:101:15: note: byref variable will be forcibly initialized unsigned int first, last; ^~~~~ /kisskb/src/drivers/ras/ras.c: In function 'perf_trace_arm_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(arm_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(arm_event, ^~~~~~~~~~~ /kisskb/src/drivers/hwtracing/intel_th/core.c: In function 'intel_th_subdevice_alloc': /kisskb/src/drivers/hwtracing/intel_th/core.c:620:18: note: byref variable will be forcibly initialized struct resource res[3]; ^~~ /kisskb/src/drivers/ras/ras.c: In function 'perf_trace_non_standard_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/policy.c: In function 'stp_policy_make': /kisskb/src/drivers/hwtracing/stm/policy.c:386:36: note: byref variable will be forcibly initialized const struct stm_protocol_driver *pdrv; ^~~~ /kisskb/src/drivers/hwtracing/stm/policy.c:385:33: note: byref variable will be forcibly initialized const struct config_item_type *pdrv_node_type; ^~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/policy.c: In function '__stp_policy_node_lookup': /kisskb/src/drivers/hwtracing/stm/policy.c:496:16: note: byref variable will be forcibly initialized char *start, *end = s; ^~~ /kisskb/src/drivers/ras/ras.c: In function 'perf_trace_aer_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'perf_trace_memory_failure_event': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/ras/ras_event.h:431, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_mc_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(mc_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_arm_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(arm_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_non_standard_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(non_standard_event, ^~~~~~~~~~~ /kisskb/src/drivers/hwtracing/intel_th/core.c: In function 'active_store': /kisskb/src/drivers/hwtracing/intel_th/core.c:309:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_aer_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(aer_event, ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_memory_failure_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:402:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(memory_failure_event, ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/exynos-bus.c: In function 'exynos_bus_parent_parse_of': /kisskb/src/drivers/devfreq/exynos-bus.c:183:14: note: byref variable will be forcibly initialized const char *vdd = "vdd"; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'coresight_find_sink': /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:981:7: note: byref variable will be forcibly initialized int child_depth = curr_depth; ^~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:964:34: note: byref variable will be forcibly initialized int i, curr_depth = *depth + 1, found_depth = 0; ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/exynos-bus.c: In function 'exynos_bus_get_event': /kisskb/src/drivers/devfreq/exynos-bus.c:66:28: note: byref variable will be forcibly initialized struct devfreq_event_data event_data; ^~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_policy_get_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:785:23: note: byref variable will be forcibly initialized struct stp_policy_id id = { ^~ /kisskb/src/drivers/devfreq/exynos-bus.c: In function 'exynos_bus_get_dev_status': /kisskb/src/drivers/devfreq/exynos-bus.c:123:28: note: byref variable will be forcibly initialized struct devfreq_event_data edata; ^~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pm_runtime.h:11, from /kisskb/src/drivers/hwtracing/stm/core.c:10: /kisskb/src/drivers/hwtracing/stm/core.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/devfreq/exynos-bus.c: In function 'exynos_bus_parse_of': /kisskb/src/drivers/devfreq/exynos-bus.c:250:16: note: byref variable will be forcibly initialized unsigned long rate; ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_output_assign': /kisskb/src/drivers/hwtracing/stm/core.c:285:33: note: byref variable will be forcibly initialized unsigned int midx, cidx, mend, cend; ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:285:27: note: byref variable will be forcibly initialized unsigned int midx, cidx, mend, cend; ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:285:21: note: byref variable will be forcibly initialized unsigned int midx, cidx, mend, cend; ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:285:15: note: byref variable will be forcibly initialized unsigned int midx, cidx, mend, cend; ^~~~ In file included from /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:13: /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_policy_set_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:731:6: note: byref variable will be forcibly initialized u32 size; ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:729:8: note: byref variable will be forcibly initialized char *ids[] = { NULL, NULL }; ^~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:803:6: note: byref variable will be forcibly initialized u64 options; ^~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_open': /kisskb/src/drivers/hwtracing/stm/core.c:489:15: note: byref variable will be forcibly initialized unsigned int major = imajor(inode); ^~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_write': /kisskb/src/drivers/hwtracing/stm/core.c:635:9: note: byref variable will be forcibly initialized char *ids[] = { comm, "default", NULL }; ^~~ /kisskb/src/drivers/hwtracing/stm/core.c:634:8: note: byref variable will be forcibly initialized char comm[sizeof(current->comm)]; ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'enable_sink_store': /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:1219:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:13: /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:645:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/pm_runtime.h:11, from /kisskb/src/drivers/hwtracing/stm/core.c:10: /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_source_link_add': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1040:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(src->link, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1000:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(src->link, stm); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:992:8: note: byref variable will be forcibly initialized char *ids[] = { NULL, "default", NULL }; ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/pm_runtime.h:11, from /kisskb/src/drivers/hwtracing/stm/core.c:10: /kisskb/src/drivers/hwtracing/stm/core.c: In function '__stm_source_link_drop': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1089:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(src->link, NULL); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'coresight_find_default_sink': /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:1020:6: note: byref variable will be forcibly initialized int depth = 0; ^~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'enable_source_store': /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:1249:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'lm3533_led_get_hw_delay': /kisskb/src/drivers/leds/leds-lm3533.c:209:11: note: byref variable will be forcibly initialized unsigned t; ^ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'store_risefalltime': /kisskb/src/drivers/leds/leds-lm3533.c:370:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'lm3533_led_delay_set': /kisskb/src/drivers/leds/leds-lm3533.c:246:11: note: byref variable will be forcibly initialized unsigned t; ^ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'show_risefalltime': /kisskb/src/drivers/leds/leds-lm3533.c:340:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'show_linear': /kisskb/src/drivers/leds/leds-lm3533.c:507:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'show_als_en': /kisskb/src/drivers/leds/leds-lm3533.c:458:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'show_als_channel': /kisskb/src/drivers/leds/leds-lm3533.c:408:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'store_pwm': /kisskb/src/drivers/leds/leds-lm3533.c:576:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'show_pwm': /kisskb/src/drivers/leds/leds-lm3533.c:560:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'store_linear': /kisskb/src/drivers/leds/leds-lm3533.c:530:16: note: byref variable will be forcibly initialized unsigned long linear; ^~~~~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'store_als_en': /kisskb/src/drivers/leds/leds-lm3533.c:477:11: note: byref variable will be forcibly initialized unsigned enable; ^~~~~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'store_als_channel': /kisskb/src/drivers/leds/leds-lm3533.c:427:11: note: byref variable will be forcibly initialized unsigned channel; ^~~~~~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'lm3533_led_get': /kisskb/src/drivers/leds/leds-lm3533.c:134:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/tuners/mt2060.c: In function 'mt2060_set_params': /kisskb/src/drivers/media/tuners/mt2060.c:197:6: note: byref variable will be forcibly initialized u8 b[8]; ^ /kisskb/src/drivers/media/tuners/mt2060.c: In function 'mt2060_calibrate': /kisskb/src/drivers/media/tuners/mt2060.c:279:5: note: byref variable will be forcibly initialized u8 b = 0; ^ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/leds/leds-is31fl32xx.c:12: /kisskb/src/drivers/leds/leds-is31fl32xx.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/tuners/mt2060.c: In function 'mt2060_probe': /kisskb/src/drivers/media/tuners/mt2060.c:452:5: note: byref variable will be forcibly initialized u8 chip_id; ^~~~~~~ /kisskb/src/drivers/media/tuners/mt2060.c: In function 'mt2060_attach': /kisskb/src/drivers/media/tuners/mt2060.c:408:5: note: byref variable will be forcibly initialized u8 id = 0; ^~ /kisskb/src/drivers/leds/leds-is31fl32xx.c: In function 'is31fl32xx_parse_child_dt': /kisskb/src/drivers/leds/leds-is31fl32xx.c:334:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/leds/leds-is31fl32xx.c: In function 'is31fl32xx_parse_dt': /kisskb/src/drivers/leds/leds-is31fl32xx.c:371:24: note: byref variable will be forcibly initialized struct led_init_data init_data = {}; ^~~~~~~~~ /kisskb/src/drivers/input/sparse-keymap.c: In function 'sparse_keymap_locate': /kisskb/src/drivers/input/sparse-keymap.c:99:15: note: byref variable will be forcibly initialized unsigned int scancode; ^~~~~~~~ /kisskb/src/drivers/input/sparse-keymap.c: In function 'sparse_keymap_report_event': /kisskb/src/drivers/input/sparse-keymap.c:278:19: note: byref variable will be forcibly initialized struct key_entry unknown_ke; ^~~~~~~~~~ /kisskb/src/drivers/leds/leds-lm3530.c: In function 'lm3530_init_registers': /kisskb/src/drivers/leds/leds-lm3530.c:234:25: note: byref variable will be forcibly initialized struct lm3530_als_data als; ^~~ /kisskb/src/drivers/usb/host/ehci-exynos.c: In function 'exynos_ehci_get_phy': /kisskb/src/drivers/usb/host/ehci-exynos.c:54:6: note: byref variable will be forcibly initialized int phy_number, num_phys; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c: In function 'stb0899_set_srate': /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c:69:5: note: byref variable will be forcibly initialized u8 sfr[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c: In function 'stb0899_search_tmg': /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c:202:5: note: byref variable will be forcibly initialized u8 cfr[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c: In function 'stb0899_search_carrier': /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c:272:5: note: byref variable will be forcibly initialized u8 cfr[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c: In function 'stb0899_search_data': /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c:380:5: note: byref variable will be forcibly initialized u8 cfr[2]; ^~~ /kisskb/src/drivers/input/joydev.c: In function 'joydev_0x_read': /kisskb/src/drivers/input/joydev.c:345:22: note: byref variable will be forcibly initialized struct JS_DATA_TYPE data; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c: In function 'stb0899_first_subrange': /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c:138:6: note: byref variable will be forcibly initialized u32 bandwidth = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c: In function 'stb0899_dvbs_algo': /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c:502:6: note: byref variable will be forcibly initialized s32 betaTab[5][4] = { ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c:499:6: note: byref variable will be forcibly initialized u32 bandwidth = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c:497:5: note: byref variable will be forcibly initialized u8 eq_const[10]; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c:496:5: note: byref variable will be forcibly initialized u8 cfr[2]; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/arch/arm64/include/asm/pgtable.h:8, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/drivers/input/joydev.c:11: /kisskb/src/drivers/input/joydev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84: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/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/page-flags.h:13, from /kisskb/src/arch/arm64/include/asm/mte.h:14, from /kisskb/src/arch/arm64/include/asm/pgtable.h:12, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/drivers/input/joydev.c:11: /kisskb/src/drivers/input/joydev.c: In function 'joydev_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joydev.c:404:11: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible(joydev->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joydev.c:389:18: note: byref variable will be forcibly initialized struct js_event event; ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/io.h:11, from /kisskb/src/drivers/input/joydev.c:11: /kisskb/src/drivers/input/joydev.c: In function 'joydev_dev_is_absolute_mouse': /kisskb/src/drivers/input/joydev.c:822:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(jd_scratch, KEY_CNT); ^~~~~~~~~~ /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/input/joydev.c: In function 'joydev_event': /kisskb/src/drivers/input/joydev.c:117:18: note: byref variable will be forcibly initialized struct js_event event; ^~~~~ /kisskb/src/drivers/leds/leds-lm355x.c: In function 'pattern_store': /kisskb/src/drivers/leds/leds-lm355x.c:360:15: note: byref variable will be forcibly initialized unsigned int state; ^~~~~ /kisskb/src/drivers/leds/leds-lp3944.c: In function 'lp3944_led_set': /kisskb/src/drivers/leds/leds-lp3944.c:171:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/leds/leds-lm3642.c: In function 'torch_pin_store': /kisskb/src/drivers/leds/leds-lm3642.c:176:15: note: byref variable will be forcibly initialized unsigned int state; ^~~~~ /kisskb/src/drivers/leds/leds-lm3642.c: In function 'strobe_pin_store': /kisskb/src/drivers/leds/leds-lm3642.c:223:15: note: byref variable will be forcibly initialized unsigned int state; ^~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'led_current_store': /kisskb/src/drivers/leds/leds-lp55xx-common.c:100:16: note: byref variable will be forcibly initialized unsigned long curr; ^~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'run_engine_store': /kisskb/src/drivers/leds/leds-lp55xx-common.c:330:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-lp55xx-common.c:15: /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_init_led': /kisskb/src/drivers/leds/leds-lp55xx-common.c:168:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'select_engine_store': /kisskb/src/drivers/leds/leds-lp55xx-common.c:288:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/stm/p_basic.c: In function 'basic_write': /kisskb/src/drivers/hwtracing/stm/p_basic.c:17:22: note: byref variable will be forcibly initialized const unsigned char nil = 0; ^~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_parse_multi_led_child': /kisskb/src/drivers/leds/leds-lp55xx-common.c:591:15: note: byref variable will be forcibly initialized int chan_nr, color_id, ret; ^~~~~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c:591:6: note: byref variable will be forcibly initialized int chan_nr, color_id, ret; ^~~~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_parse_logical_led': /kisskb/src/drivers/leds/leds-lp55xx-common.c:634:6: note: byref variable will be forcibly initialized int chan_nr = 0; ^~~~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c:633:6: note: byref variable will be forcibly initialized int led_color, ret; ^~~~~~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_detect_device': /kisskb/src/drivers/leds/leds-lp55xx-common.c:56:5: note: byref variable will be forcibly initialized u8 val = cfg->enable.val; ^~~ /kisskb/src/drivers/leds/leds-lp8501.c: In function 'lp8501_run_engine': /kisskb/src/drivers/leds/leds-lp8501.c:160:5: note: byref variable will be forcibly initialized u8 exec; ^~~~ /kisskb/src/drivers/leds/leds-lp8501.c:159:5: note: byref variable will be forcibly initialized u8 mode; ^~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_update_bits': /kisskb/src/drivers/leds/leds-lp55xx-common.c:384:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/leds/leds-lp8501.c: In function 'lp8501_update_program_memory': /kisskb/src/drivers/leds/leds-lp8501.c:211:6: note: byref variable will be forcibly initialized int nrchars; ^~~~~~~ /kisskb/src/drivers/leds/leds-lp8501.c:209:7: note: byref variable will be forcibly initialized char c[3]; ^ /kisskb/src/drivers/leds/leds-lp8501.c:208:11: note: byref variable will be forcibly initialized unsigned cmd; ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-lp8501.c:12: /kisskb/src/drivers/leds/leds-lp8501.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/adm1021.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adm1021.c:222:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adm1021.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adm1021.c:196:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adm1021.c: In function 'low_power_store': /kisskb/src/drivers/hwmon/adm1021.c:255:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_prepare_write_buffer': /kisskb/src/drivers/nvmem/core.c:1497:5: note: byref variable will be forcibly initialized u8 v, *p, *buf, *b, pbyte, pbits; ^ In file included from /kisskb/src/drivers/nvmem/core.c:20: /kisskb/src/drivers/nvmem/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_add_cells_from_of': /kisskb/src/drivers/nvmem/core.c:686:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_device_cell_read': /kisskb/src/drivers/nvmem/core.c:1786:10: note: byref variable will be forcibly initialized ssize_t len; ^~~ /kisskb/src/drivers/nvmem/core.c:1784:26: note: byref variable will be forcibly initialized struct nvmem_cell_entry cell; ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_device_cell_write': /kisskb/src/drivers/nvmem/core.c:1815:26: note: byref variable will be forcibly initialized struct nvmem_cell_entry cell; ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_common': /kisskb/src/drivers/nvmem/core.c:1593:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_variable_le_u32': /kisskb/src/drivers/nvmem/core.c:1721:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_variable_le_u64': /kisskb/src/drivers/nvmem/core.c:1752:9: note: byref variable will be forcibly initialized size_t len; ^~~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'MT2063_ChooseFirstIF': /kisskb/src/drivers/media/tuners/mt2063.c:577:26: note: byref variable will be forcibly initialized struct MT2063_FIFZone_t zones[MT2063_MAX_ZONES]; ^~~~~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'mt2063_read': /kisskb/src/drivers/media/tuners/mt2063.c:306:18: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/tuners/mt2063.c:305:6: note: byref variable will be forcibly initialized u8 b0[] = { subAddress + i }; ^~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'mt2063_write': /kisskb/src/drivers/media/tuners/mt2063.c:244:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/tuners/mt2063.c:243:5: note: byref variable will be forcibly initialized u8 buf[60]; ^~~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_writereg': /kisskb/src/drivers/media/tuners/qt1010.c:33:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->cfg->i2c_address, ^~~ /kisskb/src/drivers/media/tuners/qt1010.c:32:5: note: byref variable will be forcibly initialized u8 buf[2] = { reg, val }; ^~~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_readreg': /kisskb/src/drivers/media/tuners/qt1010.c:14:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'MT2063_SetReceiverMode': /kisskb/src/drivers/media/tuners/mt2063.c:1178:6: note: byref variable will be forcibly initialized u32 longval; ^~~~~~~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_set_params': /kisskb/src/drivers/media/tuners/qt1010.c:50:8: note: byref variable will be forcibly initialized u8 i, tmpval, reg05; ^~~~~~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_init_meas1': /kisskb/src/drivers/media/tuners/qt1010.c:218:14: note: byref variable will be forcibly initialized u8 i, val1, val2; ^~~~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'mt2063_init': /kisskb/src/drivers/media/tuners/mt2063.c:1856:6: note: byref variable will be forcibly initialized u8 val = *def++; ^~~ /kisskb/src/drivers/media/tuners/mt2063.c:1776:5: note: byref variable will be forcibly initialized u8 all_resets = 0xF0; /* reset/load bits */ ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_init_meas2': /kisskb/src/drivers/media/tuners/qt1010.c:256:20: note: byref variable will be forcibly initialized qt1010_i2c_oper_t i2c_data[] = { ^~~~~~~~ /kisskb/src/drivers/media/tuners/qt1010.c:254:8: note: byref variable will be forcibly initialized u8 i, val = 0xff; ^~~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_init': /kisskb/src/drivers/media/tuners/qt1010.c:285:8: note: byref variable will be forcibly initialized u8 i, tmpval, *valptr = NULL; ^~~~~~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_attach': /kisskb/src/drivers/media/tuners/qt1010.c:411:5: note: byref variable will be forcibly initialized u8 id; ^~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'MT2063_AvoidSpurs': /kisskb/src/drivers/media/tuners/mt2063.c:790:10: note: byref variable will be forcibly initialized u32 fm, fp; /* restricted range on LO's */ ^~ /kisskb/src/drivers/media/tuners/mt2063.c:790:6: note: byref variable will be forcibly initialized u32 fm, fp; /* restricted range on LO's */ ^~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'MT2063_Tune': /kisskb/src/drivers/media/tuners/mt2063.c:1516:6: note: byref variable will be forcibly initialized u32 Num2; /* Numerator for LO2 reg. value */ ^~~~ /kisskb/src/drivers/media/tuners/mt2063.c:1515:6: note: byref variable will be forcibly initialized u32 LO2; /* 2nd LO register value */ ^~~ /kisskb/src/drivers/media/tuners/mt2063.c:1513:6: note: byref variable will be forcibly initialized u32 Num1; /* Numerator for LO1 reg. value */ ^~~~ /kisskb/src/drivers/media/tuners/mt2063.c:1512:6: note: byref variable will be forcibly initialized u32 LO1; /* 1st LO register value */ ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, 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/include/linux/ktime.h:24, from /kisskb/src/include/linux/poll.h:7, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function 'evdev_grab': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:352:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(evdev->grab, client); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_ungrab': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:365:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(evdev->grab, NULL); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/input/evdev.c:17: /kisskb/src/drivers/input/evdev.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_pass_values': /kisskb/src/drivers/input/evdev.c:249:21: note: byref variable will be forcibly initialized struct input_event event; ^~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_handle_get_keycode_v2': /kisskb/src/drivers/input/evdev.c:827:28: note: byref variable will be forcibly initialized struct input_keymap_entry ke; ^~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_handle_set_keycode_v2': /kisskb/src/drivers/input/evdev.c:862:28: note: byref variable will be forcibly initialized struct input_keymap_entry ke; ^~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_do_ioctl': /kisskb/src/drivers/input/evdev.c:1039:15: note: byref variable will be forcibly initialized unsigned int i, t, u, v; ^ /kisskb/src/drivers/input/evdev.c:1037:19: note: byref variable will be forcibly initialized struct ff_effect effect; ^~~~~~ /kisskb/src/drivers/input/evdev.c:1036:20: note: byref variable will be forcibly initialized struct input_mask mask; ^~~~ /kisskb/src/drivers/input/evdev.c:1035:23: note: byref variable will be forcibly initialized struct input_absinfo abs; ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, 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/include/linux/ktime.h:24, from /kisskb/src/include/linux/poll.h:7, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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:453: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:84: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/poll.h:8, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function 'evdev_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:598:12: note: in expansion of macro 'wait_event_interruptible' error = wait_event_interruptible(client->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:563:21: note: byref variable will be forcibly initialized struct input_event event; ^~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_write': /kisskb/src/drivers/input/evdev.c:507:21: note: byref variable will be forcibly initialized struct input_event event; ^~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_event': /kisskb/src/drivers/input/evdev.c:317:21: note: byref variable will be forcibly initialized struct input_value vals[] = { { type, code, value } }; ^~~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_writeregs': /kisskb/src/drivers/media/tuners/mt2131.c:70:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->cfg->i2c_address, ^~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_writereg': /kisskb/src/drivers/media/tuners/mt2131.c:58:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->cfg->i2c_address, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/mt2131.c:57:5: note: byref variable will be forcibly initialized u8 buf[2] = { reg, val }; ^~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_readreg': /kisskb/src/drivers/media/tuners/mt2131.c:41:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_get_status': /kisskb/src/drivers/media/tuners/mt2131.c:182:5: note: byref variable will be forcibly initialized u8 afc_status = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/mt2131.c:181:5: note: byref variable will be forcibly initialized u8 lock_status = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_set_params': /kisskb/src/drivers/media/tuners/mt2131.c:91:5: note: byref variable will be forcibly initialized u8 lockval = 0; ^~~~~~~ /kisskb/src/drivers/media/tuners/mt2131.c:90:6: note: byref variable will be forcibly initialized u8 b[8]; ^ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_attach': /kisskb/src/drivers/media/tuners/mt2131.c:247:5: note: byref variable will be forcibly initialized u8 id = 0; ^~ /kisskb/src/drivers/perf/arm_dsu_pmu.c: In function 'dsu_pmu_validate_group': /kisskb/src/drivers/perf/arm_dsu_pmu.c:528:23: note: byref variable will be forcibly initialized struct dsu_hw_events fake_hw; ^~~~~~~ /kisskb/src/drivers/perf/arm_dsu_pmu.c: In function 'dsu_pmu_handle_irq': /kisskb/src/drivers/perf/arm_dsu_pmu.c:396:16: note: byref variable will be forcibly initialized unsigned long overflow; ^~~~~~~~ /kisskb/src/drivers/perf/arm_dsu_pmu.c: In function 'dsu_pmu_get_online_cpu_any_but': /kisskb/src/drivers/perf/arm_dsu_pmu.c:235:17: note: byref variable will be forcibly initialized struct cpumask online_supported; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/perf/arm_dsu_pmu.c: In function 'dsu_pmu_probe_pmu': /kisskb/src/drivers/perf/arm_dsu_pmu.c:671:6: note: byref variable will be forcibly initialized u32 cpmceid[2]; ^~~~~~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_write_init_sg': /kisskb/src/drivers/fpga/fpga-mgr.c:170:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_buf_load_sg': /kisskb/src/drivers/fpga/fpga-mgr.c:238:26: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ In file included from /kisskb/src/drivers/fpga/fpga-mgr.c:17: /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_buf_load': /kisskb/src/drivers/fpga/fpga-mgr.c:301:18: note: byref variable will be forcibly initialized struct sg_table sgt; ^~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_firmware_load': /kisskb/src/drivers/fpga/fpga-mgr.c:373:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/mux/core.c: In function 'mux_control_get': /kisskb/src/drivers/mux/core.c:454:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/leds/leds-mc13783.c:17: /kisskb/src/drivers/leds/leds-mc13783.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-mc13783.c: In function 'mc13xxx_led_probe_dt': /kisskb/src/drivers/leds/leds-mc13783.c:145:7: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/leds/leds-mc13783.c:144:15: note: byref variable will be forcibly initialized const char *str; ^~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c: In function 'sys_t_policy_clocksync_interval_store': /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:213:15: note: byref variable will be forcibly initialized unsigned int ms; ^~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c: In function 'sys_t_policy_ts_interval_store': /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:182:15: note: byref variable will be forcibly initialized unsigned int ms; ^~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c: In function 'sys_t_clock_sync': /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:268:6: note: byref variable will be forcibly initialized u64 payload[2]; /* Clock value and frequency */ ^~~~~~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:267:22: note: byref variable will be forcibly initialized const unsigned char nil = 0; ^~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:266:6: note: byref variable will be forcibly initialized u32 header = CLOCK_SYNC_HEADER; ^~~~~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c: In function 'sys_t_write': /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:343:7: note: byref variable will be forcibly initialized u64 ts = ktime_get_real_ns(); ^~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:333:7: note: byref variable will be forcibly initialized u16 length = count; ^~~~~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:295:5: note: byref variable will be forcibly initialized u8 uuid[UUID_SIZE]; ^~~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:294:6: note: byref variable will be forcibly initialized u32 header = DATA_HEADER; ^~~~~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:293:22: note: byref variable will be forcibly initialized const unsigned char nil = 0; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/adm1031.c:480:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'auto_temp_max_store': /kisskb/src/drivers/hwmon/adm1031.c:439:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'auto_temp_min_store': /kisskb/src/drivers/hwmon/adm1031.c:409:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'temp_crit_store': /kisskb/src/drivers/hwmon/adm1031.c:779:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adm1031.c:757:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adm1031.c:735:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'temp_offset_store': /kisskb/src/drivers/hwmon/adm1031.c:713:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'fan_auto_channel_store': /kisskb/src/drivers/hwmon/adm1031.c:336:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/adm1031.c:591:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/adm1031.c:616:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'update_interval_store': /kisskb/src/drivers/hwmon/adm1031.c:864:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/leds/leds-mlxreg.c: In function 'mlxreg_led_store_hw': /kisskb/src/drivers/leds/leds-mlxreg.c:66:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/leds/leds-mlxreg.c: In function 'mlxreg_led_get_hw': /kisskb/src/drivers/leds/leds-mlxreg.c:104:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/leds/leds-mlxreg.c: In function 'mlxreg_led_config': /kisskb/src/drivers/leds/leds-mlxreg.c:192:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/fsi.h:128, from /kisskb/src/drivers/fsi/fsi-core.c:28: /kisskb/src/drivers/fsi/fsi-core.c: In function 'perf_trace_fsi_master_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'perf_trace_fsi_master_write': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'perf_trace_fsi_master_rw_result': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'perf_trace_fsi_master_break': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_break, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_break, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi.h:128, from /kisskb/src/drivers/fsi/fsi-core.c:28: /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_read, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_write, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_rw_result': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_rw_result, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_break': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_break, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_set_smode': /kisskb/src/drivers/fsi/fsi-core.c:272:9: note: byref variable will be forcibly initialized __be32 data; ^~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_report_and_clear_errors': /kisskb/src/drivers/fsi/fsi-core.c:212:14: note: byref variable will be forcibly initialized __be32 irq, stat; ^~~~ /kisskb/src/drivers/fsi/fsi-core.c:212:9: note: byref variable will be forcibly initialized __be32 irq, stat; ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_handle_error': /kisskb/src/drivers/fsi/fsi-core.c:290:11: note: byref variable will be forcibly initialized uint32_t reg; ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'slave_send_echo_store': /kisskb/src/drivers/fsi/fsi-core.c:829:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_node_matches': /kisskb/src/drivers/fsi/fsi-core.c:654:15: note: byref variable will be forcibly initialized unsigned int len, na, ns; ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_device_node_matches': /kisskb/src/drivers/fsi/fsi-core.c:418:15: note: byref variable will be forcibly initialized unsigned int len, na, ns; ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_read': /kisskb/src/drivers/fsi/fsi-core.c:348:10: note: byref variable will be forcibly initialized uint8_t id = slave->id; ^~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'cfam_read': /kisskb/src/drivers/fsi/fsi-core.c:709:10: note: byref variable will be forcibly initialized __be32 data; ^~~~ /kisskb/src/drivers/perf/arm_pmu.c: In function 'validate_group': /kisskb/src/drivers/perf/arm_pmu.c:390:23: note: byref variable will be forcibly initialized struct pmu_hw_events fake_pmu; ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_scan': /kisskb/src/drivers/fsi/fsi-core.c:483:10: note: byref variable will be forcibly initialized __be32 data; ^~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_write': /kisskb/src/drivers/fsi/fsi-core.c:373:10: note: byref variable will be forcibly initialized uint8_t id = slave->id; ^~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'cfam_write': /kisskb/src/drivers/fsi/fsi-core.c:746:10: note: byref variable will be forcibly initialized __be32 data; ^~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_init': /kisskb/src/drivers/fsi/fsi-core.c:1055:12: note: byref variable will be forcibly initialized uint32_t prop; ^~~~ /kisskb/src/drivers/fsi/fsi-core.c:990:23: note: byref variable will be forcibly initialized __be32 data, llmode, slbus; ^~~~~ /kisskb/src/drivers/fsi/fsi-core.c:990:15: note: byref variable will be forcibly initialized __be32 data, llmode, slbus; ^~~~~~ /kisskb/src/drivers/fsi/fsi-core.c:990:9: note: byref variable will be forcibly initialized __be32 data, llmode, slbus; ^~~~ /kisskb/src/drivers/leds/leds-mt6323.c: In function 'mt6323_get_led_hw_brightness': /kisskb/src/drivers/leds/leds-mt6323.c:162:15: note: byref variable will be forcibly initialized unsigned int status; ^~~~~~ /kisskb/src/drivers/leds/leds-mt6323.c: In function 'mt6323_led_probe': /kisskb/src/drivers/leds/leds-mt6323.c:400:24: note: byref variable will be forcibly initialized struct led_init_data init_data = {}; ^~~~~~~~~ /kisskb/src/drivers/leds/leds-mt6323.c:374:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_read_reg': /kisskb/src/drivers/media/tuners/mxl5007t.c:471:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/tuners/mxl5007t.c:470:5: note: byref variable will be forcibly initialized u8 buf[2] = { 0xfb, reg }; ^~~ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_synth_lock_status': /kisskb/src/drivers/media/tuners/mxl5007t.c:542:5: note: byref variable will be forcibly initialized u8 d; ^ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_get_status': /kisskb/src/drivers/media/tuners/mxl5007t.c:566:17: note: byref variable will be forcibly initialized int rf_locked, ref_locked, ret; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/mxl5007t.c:566:6: note: byref variable will be forcibly initialized int rf_locked, ref_locked, ret; ^~~~~~~~~ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_get_chip_id': /kisskb/src/drivers/media/tuners/mxl5007t.c:789:5: note: byref variable will be forcibly initialized u8 id; ^~ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_soft_reset': /kisskb/src/drivers/media/tuners/mxl5007t.c:490:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/tuners/mxl5007t.c:489:5: note: byref variable will be forcibly initialized u8 d = 0xff; ^ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_write_reg': /kisskb/src/drivers/media/tuners/mxl5007t.c:442:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->i2c_props.addr, .flags = 0, ^~~ /kisskb/src/drivers/media/tuners/mxl5007t.c:441:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, val }; ^~~ /kisskb/src/drivers/usb/storage/scsiglue.c: In function 'max_sectors_store': /kisskb/src/drivers/usb/storage/scsiglue.c:580:17: note: byref variable will be forcibly initialized unsigned short ms; ^~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/adm1026.c:1092:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp1_auto_point1_pwm_store': /kisskb/src/drivers/hwmon/adm1026.c:1306:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'set_temp_crit_enable': /kisskb/src/drivers/hwmon/adm1026.c:981:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'pwm1_enable_store': /kisskb/src/drivers/hwmon/adm1026.c:1345:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/leds/leds-pwm.c:14: /kisskb/src/drivers/leds/leds-pwm.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-pwm.c: In function 'led_pwm_create_fwnode': /kisskb/src/drivers/leds/leds-pwm.c:138:17: note: byref variable will be forcibly initialized struct led_pwm led; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_crit_store': /kisskb/src/drivers/hwmon/adm1026.c:1022:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_auto_point1_temp_store': /kisskb/src/drivers/hwmon/adm1026.c:942:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_offset_store': /kisskb/src/drivers/hwmon/adm1026.c:886:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adm1026.c:815:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adm1026.c:845:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/adm1026.c:490:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/adm1026.c:518:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'analog_out_store': /kisskb/src/drivers/hwmon/adm1026.c:1053:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'pwm1_store': /kisskb/src/drivers/hwmon/adm1026.c:1277:8: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'gpio_mask_store': /kisskb/src/drivers/hwmon/adm1026.c:1242:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'gpio_store': /kisskb/src/drivers/hwmon/adm1026.c:1207:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'alarm_mask_store': /kisskb/src/drivers/hwmon/adm1026.c:1167:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/adm1026.c:679:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/adm1026.c:746:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'in16_min_store': /kisskb/src/drivers/hwmon/adm1026.c:601:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'in16_max_store': /kisskb/src/drivers/hwmon/adm1026.c:630:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm-perf.c: In function 'etm_perf_symlink': /kisskb/src/drivers/hwtracing/coresight/coresight-etm-perf.c:696:7: note: byref variable will be forcibly initialized char entry[sizeof("cpu9999999")]; ^~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'qh_schedule': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:2552:10: note: byref variable will be forcibly initialized __le32 c_mask; ^~~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'oxu_hub_control': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:645:7: note: byref variable will be forcibly initialized char _buf[80]; \ ^~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:3768:3: note: in expansion of macro 'dbg_port' dbg_port(oxu, "GetStatus", wIndex + 1, temp); ^~~~~~~~ /kisskb/src/drivers/leds/leds-pca955x.c: In function 'pca955x_led_get': /kisskb/src/drivers/leds/leds-pca955x.c:258:9: note: byref variable will be forcibly initialized u8 ls, pwm; ^~~ /kisskb/src/drivers/leds/leds-pca955x.c:258:5: note: byref variable will be forcibly initialized u8 ls, pwm; ^~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/leds/leds-pca955x.c:43: /kisskb/src/drivers/leds/leds-pca955x.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-pca955x.c: In function 'pca955x_get_pdata': /kisskb/src/drivers/leds/leds-pca955x.c:442:7: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/leds/leds-pca955x.c:441:15: note: byref variable will be forcibly initialized const char *state; ^~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'ehci_reset': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:639:7: note: byref variable will be forcibly initialized char _buf[80]; \ ^~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:801:2: note: in expansion of macro 'dbg_cmd' dbg_cmd(oxu, "reset", command); ^~~~~~~ /kisskb/src/drivers/leds/leds-pca955x.c: In function 'pca955x_led_set': /kisskb/src/drivers/leds/leds-pca955x.c:292:5: note: byref variable will be forcibly initialized u8 ls; ^~ /kisskb/src/drivers/leds/leds-pca955x.c: In function 'pca955x_probe': /kisskb/src/drivers/leds/leds-pca955x.c:495:7: note: byref variable will be forcibly initialized char default_label[8]; ^~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-pca955x.c:488:23: note: byref variable will be forcibly initialized struct led_init_data init_data; ^~~~~~~~~ /kisskb/src/drivers/leds/leds-pca9532.c: In function 'pca9532_of_populate_pdata': /kisskb/src/drivers/leds/leds-pca9532.c:474:14: note: byref variable will be forcibly initialized const char *state; ^~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'intr_submit': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:2618:19: note: byref variable will be forcibly initialized struct list_head empty; ^~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function '__oxu_urb_enqueue': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:3237:19: note: byref variable will be forcibly initialized struct list_head qtd_list; ^~~~~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'oxu_stop': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:633:7: note: byref variable will be forcibly initialized char _buf[80]; \ ^~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:3201:2: note: in expansion of macro 'dbg_status' dbg_status(oxu, "oxu_stop completed", readl(&oxu->regs->status)); ^~~~~~~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'oxu_run': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:639:7: note: byref variable will be forcibly initialized char _buf[80]; \ ^~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:3150:2: note: in expansion of macro 'dbg_cmd' dbg_cmd(oxu, "init", oxu->command); ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:11: /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'oxu210_hcd_irq': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:633:7: note: byref variable will be forcibly initialized char _buf[80]; \ ^~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:2935:3: note: in expansion of macro 'dbg_status' dbg_status(oxu, "fatal", status); ^~~~~~~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:639:7: note: byref variable will be forcibly initialized char _buf[80]; \ ^~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:2934:3: note: in expansion of macro 'dbg_cmd' dbg_cmd(oxu, "fatal", readl(&oxu->regs->command)); ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/siox.h:66, from /kisskb/src/drivers/siox/siox-core.c:37: /kisskb/src/drivers/siox/siox-core.c: In function 'perf_trace_siox_set_data': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_set_data, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_set_data, ^~~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'perf_trace_siox_get_data': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_get_data, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_get_data, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/siox.h:66, from /kisskb/src/drivers/siox/siox-core.c:37: /kisskb/src/drivers/siox/siox-core.c: In function 'trace_event_raw_event_siox_set_data': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_set_data, ^~~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'trace_event_raw_event_siox_get_data': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(siox_get_data, ^~~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'poll_interval_ns_store': /kisskb/src/drivers/siox/siox-core.c:646:6: note: byref variable will be forcibly initialized u64 val; ^~~ /kisskb/src/drivers/siox/siox-core.c: In function 'device_add_store': /kisskb/src/drivers/siox/siox-core.c:599:5: note: byref variable will be forcibly initialized u8 statustype = 0; ^~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c:598:22: note: byref variable will be forcibly initialized size_t inbytes = 0, outbytes = 0; ^~~~~~~~ /kisskb/src/drivers/siox/siox-core.c:598:9: note: byref variable will be forcibly initialized size_t inbytes = 0, outbytes = 0; ^~~~~~~ /kisskb/src/drivers/siox/siox-core.c:597:7: note: byref variable will be forcibly initialized char type[20] = ""; ^~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'active_store': /kisskb/src/drivers/siox/siox-core.c:568:6: note: byref variable will be forcibly initialized int active; ^~~~~~ /kisskb/src/drivers/mux/gpio.c: In function 'mux_gpio_set': /kisskb/src/drivers/mux/gpio.c:27:6: note: byref variable will be forcibly initialized u32 value = state; ^~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/drivers/mux/gpio.c:10: /kisskb/src/drivers/mux/gpio.c:26:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(values, BITS_PER_TYPE(state)); ^~~~~~ /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/mux/gpio.c: In function 'mux_gpio_probe': /kisskb/src/drivers/mux/gpio.c:54:6: note: byref variable will be forcibly initialized s32 idle_state; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx22700.c: In function 'cx22700_writereg': /kisskb/src/drivers/media/dvb-frontends/cx22700.c:62:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx22700.c:61:5: note: byref variable will be forcibly initialized u8 buf [] = { reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx22700.c: In function 'cx22700_readreg': /kisskb/src/drivers/media/dvb-frontends/cx22700.c:80:17: note: byref variable will be forcibly initialized struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, ^~~ /kisskb/src/drivers/media/dvb-frontends/cx22700.c:79:5: note: byref variable will be forcibly initialized u8 b1 [] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/cx22700.c:78:5: note: byref variable will be forcibly initialized u8 b0 [] = { reg }; ^~ /kisskb/src/drivers/fpga/socfpga-a10.c: In function 'socfpga_a10_fpga_read_stat': /kisskb/src/drivers/fpga/socfpga-a10.c:230:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/fpga/socfpga-a10.c: In function 'socfpga_a10_fpga_generate_dclks': /kisskb/src/drivers/fpga/socfpga-a10.c:130:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/tuners/max2165.c: In function 'max2165_read_reg': /kisskb/src/drivers/media/tuners/max2165.c:59:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/tuners/max2165.c:58:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/tuners/max2165.c:57:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/media/tuners/max2165.c: In function 'max2165_debug_status': /kisskb/src/drivers/media/tuners/max2165.c:219:13: note: byref variable will be forcibly initialized u8 status, autotune; ^~~~~~~~ /kisskb/src/drivers/media/tuners/max2165.c:219:5: note: byref variable will be forcibly initialized u8 status, autotune; ^~~~~~ /kisskb/src/drivers/leds/leds-tca6507.c: In function 'set_times': /kisskb/src/drivers/leds/leds-tca6507.c:317:10: note: byref variable will be forcibly initialized int c1, c2; ^~ /kisskb/src/drivers/leds/leds-tca6507.c:317:6: note: byref variable will be forcibly initialized int c1, c2; ^~ /kisskb/src/drivers/media/tuners/max2165.c: In function 'max2165_write_reg': /kisskb/src/drivers/media/tuners/max2165.c:35:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/media/tuners/max2165.c: In function 'max2165_mask_write_reg': /kisskb/src/drivers/media/tuners/max2165.c:81:5: note: byref variable will be forcibly initialized u8 v; ^ /kisskb/src/drivers/leds/leds-tca6507.c: In function 'led_prepare': /kisskb/src/drivers/leds/leds-tca6507.c:386:10: note: byref variable will be forcibly initialized int c1, c2; ^~ /kisskb/src/drivers/leds/leds-tca6507.c:386:6: note: byref variable will be forcibly initialized int c1, c2; ^~ /kisskb/src/drivers/media/tuners/max2165.c: In function 'max2165_set_rf': /kisskb/src/drivers/media/tuners/max2165.c:182:16: note: byref variable will be forcibly initialized u32 quotient, fraction; ^~~~~~~~ /kisskb/src/drivers/media/tuners/max2165.c:182:6: note: byref variable will be forcibly initialized u32 quotient, fraction; ^~~~~~~~ /kisskb/src/drivers/media/tuners/max2165.c: In function 'max2165_read_rom_table': /kisskb/src/drivers/media/tuners/max2165.c:96:5: note: byref variable will be forcibly initialized u8 dat[3]; ^~~ /kisskb/src/drivers/leds/leds-tca6507.c: In function 'tca6507_work': /kisskb/src/drivers/leds/leds-tca6507.c:352:5: note: byref variable will be forcibly initialized u8 file[TCA6507_REG_CNT]; ^~~~ In file included from /kisskb/src/include/linux/leds.h:12, from /kisskb/src/drivers/leds/leds-tca6507.c:76: /kisskb/src/drivers/leds/leds-tca6507.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/leds/leds-tca6507.c: In function 'tca6507_led_dt_init': /kisskb/src/drivers/leds/leds-tca6507.c:693:7: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/leds/leds-tca6507.c:692:19: note: byref variable will be forcibly initialized struct led_info led; ^~~ /kisskb/src/drivers/mux/adg792a.c: In function 'adg792a_probe': /kisskb/src/drivers/mux/adg792a.c:66:6: note: byref variable will be forcibly initialized u32 cells; ^~~~~ /kisskb/src/drivers/mux/adg792a.c:65:6: note: byref variable will be forcibly initialized s32 idle_state[3]; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/leds/uleds.c:9: /kisskb/src/drivers/leds/uleds.c: In function 'uleds_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/uleds.c:162:13: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible(udev->waitq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-tlc591xx.c: In function 'tlc591xx_probe': /kisskb/src/drivers/leds/leds-tlc591xx.c:189:24: note: byref variable will be forcibly initialized struct led_init_data init_data = {}; ^~~~~~~~~ /kisskb/src/drivers/leds/leds-tlc591xx.c:155:18: note: byref variable will be forcibly initialized int err, count, reg; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/most/core.c:8: /kisskb/src/drivers/most/core.c: In function 'hdm_enqueue_thread': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/core.c:779:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(c->hdm_fifo_wq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/e4000.c: In function 'e4000_pll_lock': /kisskb/src/drivers/media/tuners/e4000.c:486:15: note: byref variable will be forcibly initialized unsigned int uitmp; ^~~~~ /kisskb/src/drivers/media/tuners/e4000.c: In function 'e4000_probe': /kisskb/src/drivers/media/tuners/e4000.c:619:15: note: byref variable will be forcibly initialized unsigned int uitmp; ^~~~~ /kisskb/src/drivers/media/tuners/e4000.c: In function 'e4000_set_if_gain': /kisskb/src/drivers/media/tuners/e4000.c:447:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/tuners/e4000.c: In function 'e4000_set_params': /kisskb/src/drivers/media/tuners/e4000.c:103:24: note: byref variable will be forcibly initialized u8 buf[5], i_data[4], q_data[4]; ^~~~~~ /kisskb/src/drivers/media/tuners/e4000.c:103:13: note: byref variable will be forcibly initialized u8 buf[5], i_data[4], q_data[4]; ^~~~~~ /kisskb/src/drivers/media/tuners/e4000.c:103:5: note: byref variable will be forcibly initialized u8 buf[5], i_data[4], q_data[4]; ^~~ In file included from /kisskb/src/include/linux/counter.h:12, from /kisskb/src/drivers/counter/counter-sysfs.c:6: /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_events_queue_size_write': /kisskb/src/drivers/counter/counter-sysfs.c:799:20: note: byref variable will be forcibly initialized DECLARE_KFIFO_PTR(events, struct counter_event); ^~~~~~ /kisskb/src/include/linux/kfifo.h:110:62: note: in definition of macro 'DECLARE_KFIFO_PTR' #define DECLARE_KFIFO_PTR(fifo, type) STRUCT_KFIFO_PTR(type) fifo ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_comp_u64_show': /kisskb/src/drivers/counter/counter-sysfs.c:286:6: note: byref variable will be forcibly initialized u64 data = 0; ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_comp_u32_show': /kisskb/src/drivers/counter/counter-sysfs.c:164:6: note: byref variable will be forcibly initialized u32 data = 0; ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_comp_u8_show': /kisskb/src/drivers/counter/counter-sysfs.c:95:5: note: byref variable will be forcibly initialized u8 data = 0; ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_signal_attrs_create': /kisskb/src/drivers/counter/counter-sysfs.c:590:22: note: byref variable will be forcibly initialized struct counter_comp comp; ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_sysfs_synapses_add': /kisskb/src/drivers/counter/counter-sysfs.c:658:23: note: byref variable will be forcibly initialized struct counter_comp comp; ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_count_attrs_create': /kisskb/src/drivers/counter/counter-sysfs.c:704:22: note: byref variable will be forcibly initialized struct counter_comp comp; ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_comp_u64_store': /kisskb/src/drivers/counter/counter-sysfs.c:314:6: note: byref variable will be forcibly initialized u64 data = 0; ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_comp_u32_store': /kisskb/src/drivers/counter/counter-sysfs.c:229:6: note: byref variable will be forcibly initialized u32 data = 0; ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_comp_u8_store': /kisskb/src/drivers/counter/counter-sysfs.c:128:5: note: byref variable will be forcibly initialized u8 data = 0; ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c:127:7: note: byref variable will be forcibly initialized bool bool_data = 0; ^~~~~~~~~ In file included from /kisskb/src/include/linux/cdev.h:8, from /kisskb/src/include/linux/counter.h:9, from /kisskb/src/drivers/counter/counter-sysfs.c:6: /kisskb/src/drivers/counter/counter-sysfs.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_intrusion_read': /kisskb/src/drivers/hwmon/adm9240.c:403:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_in_read': /kisskb/src/drivers/hwmon/adm9240.c:442:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_temp_read': /kisskb/src/drivers/hwmon/adm9240.c:557:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'cpu0_vid_show': /kisskb/src/drivers/hwmon/adm9240.c:218:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'aout_output_show': /kisskb/src/drivers/hwmon/adm9240.c:238:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'aout_output_store': /kisskb/src/drivers/hwmon/adm9240.c:253:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_write_fan_div': /kisskb/src/drivers/hwmon/adm9240.c:137:15: note: byref variable will be forcibly initialized unsigned int reg, old, shift = (channel + 2) * 2; ^~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_fan_read': /kisskb/src/drivers/hwmon/adm9240.c:499:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_chip_read': /kisskb/src/drivers/hwmon/adm9240.c:384:5: note: byref variable will be forcibly initialized u8 regs[2]; ^~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_init_client': /kisskb/src/drivers/hwmon/adm9240.c:316:11: note: byref variable will be forcibly initialized u8 conf, mode; ^~~~ /kisskb/src/drivers/hwmon/adm9240.c:316:5: note: byref variable will be forcibly initialized u8 conf, mode; ^~~~ /kisskb/src/drivers/hwmon/adm9240.c:315:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/ads7828.c: In function 'ads7828_in_show': /kisskb/src/drivers/hwmon/ads7828.c:58:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/ads7828.c: In function 'ads7828_probe': /kisskb/src/drivers/hwmon/ads7828.c:114:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/media/tuners/fc2580.c: In function 'fc2580_probe': /kisskb/src/drivers/media/tuners/fc2580.c:516:15: note: byref variable will be forcibly initialized unsigned int uitmp; ^~~~~ /kisskb/src/drivers/usb/storage/protocol.c: In function 'usb_stor_access_xfer_buf': /kisskb/src/drivers/usb/storage/protocol.c:127:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^~~~~ /kisskb/src/drivers/media/tuners/fc2580.c: In function 'fc2580_set_params': /kisskb/src/drivers/media/tuners/fc2580.c:32:15: note: byref variable will be forcibly initialized unsigned int uitmp, div_ref, div_ref_val, div_n, k, k_cw, div_out; ^~~~~ /kisskb/src/drivers/usb/storage/protocol.c: In function 'usb_stor_set_xfer_buf': /kisskb/src/drivers/usb/storage/protocol.c:173:22: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/protocol.c:172:15: note: byref variable will be forcibly initialized unsigned int offset = 0; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/perf/arm_spe_pmu.c:22: /kisskb/src/drivers/perf/arm_spe_pmu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/fsi/fsi-master-hub.c: In function 'hub_master_link_enable': /kisskb/src/drivers/fsi/fsi-master-hub.c:85:9: note: byref variable will be forcibly initialized __be32 reg; ^~~ /kisskb/src/drivers/fsi/fsi-master-hub.c: In function 'hub_master_init': /kisskb/src/drivers/fsi/fsi-master-hub.c:127:9: note: byref variable will be forcibly initialized __be32 reg; ^~~ /kisskb/src/drivers/fsi/fsi-master-hub.c: In function 'hub_master_probe': /kisskb/src/drivers/fsi/fsi-master-hub.c:200:9: note: byref variable will be forcibly initialized __be32 __reg; ^~~~~ /kisskb/src/drivers/fsi/fsi-master-hub.c: In function 'hub_master_break': /kisskb/src/drivers/fsi/fsi-master-hub.c:72:9: note: byref variable will be forcibly initialized __be32 cmd; ^~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'win_switch_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:2055:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'wrap_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1824:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'intel_th_msc_read': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1545:33: note: byref variable will be forcibly initialized struct msc_win_to_user_struct u = { ^ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_msg_common': /kisskb/src/drivers/usb/storage/transport.c:117:20: note: byref variable will be forcibly initialized struct completion urb_done; ^~~~~~~~ In file included from /kisskb/src/drivers/hwtracing/intel_th/msu.c:16: /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:645:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/usb/storage/transport.c:31: /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_reset_common': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/storage/transport.c:1371:2: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(us->delay_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'nr_pages_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1983:16: note: byref variable will be forcibly initialized unsigned long val, *win = NULL, *rewin; ^~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_bulk_srb': /kisskb/src/drivers/usb/storage/transport.c:469:15: note: byref variable will be forcibly initialized unsigned int partial; ^~~~~~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_bulk_transfer_sg': /kisskb/src/drivers/usb/storage/transport.c:492:15: note: byref variable will be forcibly initialized unsigned int partial; ^~~~~~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_get_rf_strength': /kisskb/src/drivers/media/tuners/si2157.c:736:20: note: byref variable will be forcibly initialized struct si2157_cmd cmd; ^~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'mode_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1875:6: note: byref variable will be forcibly initialized int i, ret; ^ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_sleep': /kisskb/src/drivers/media/tuners/si2157.c:285:20: note: byref variable will be forcibly initialized struct si2157_cmd cmd; ^~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_Bulk_transport': /kisskb/src/drivers/usb/storage/transport.c:1199:17: note: byref variable will be forcibly initialized unsigned int offset = 0; ^~~~~~ /kisskb/src/drivers/usb/storage/transport.c:1198:24: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/transport.c:1123:15: note: byref variable will be forcibly initialized unsigned int cswlen; ^~~~~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_tune_wait': /kisskb/src/drivers/media/tuners/si2157.c:317:5: note: byref variable will be forcibly initialized u8 wait_status; ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_set_params': /kisskb/src/drivers/media/tuners/si2157.c:401:20: note: byref variable will be forcibly initialized struct si2157_cmd cmd; ^~~ /kisskb/src/drivers/mux/mmio.c: In function 'mux_mmio_probe': /kisskb/src/drivers/mux/mmio.c:78:12: note: byref variable will be forcibly initialized u32 reg, mask; ^~~~ /kisskb/src/drivers/mux/mmio.c:78:7: note: byref variable will be forcibly initialized u32 reg, mask; ^~~ /kisskb/src/drivers/mux/mmio.c:77:7: note: byref variable will be forcibly initialized s32 idle_state = MUX_IDLE_AS_IS; ^~~~~~~~~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_invoke_transport': /kisskb/src/drivers/usb/storage/transport.c:709:25: note: byref variable will be forcibly initialized struct scsi_sense_hdr sshdr; ^~~~~ /kisskb/src/drivers/usb/storage/transport.c:707:23: note: byref variable will be forcibly initialized struct scsi_eh_save ses; ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_init': /kisskb/src/drivers/media/tuners/si2157.c:86:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/tuners/si2157.c:85:20: note: byref variable will be forcibly initialized struct si2157_cmd cmd; ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_set_analog_params': /kisskb/src/drivers/media/tuners/si2157.c:512:20: note: byref variable will be forcibly initialized struct si2157_cmd cmd; ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_stat_work': /kisskb/src/drivers/media/tuners/si2157.c:792:20: note: byref variable will be forcibly initialized struct si2157_cmd cmd; ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_probe': /kisskb/src/drivers/media/tuners/si2157.c:820:20: note: byref variable will be forcibly initialized struct si2157_cmd cmd; ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c:6: /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c: In function 'of_coresight_count_ports': /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c:153:21: note: byref variable will be forcibly initialized struct of_endpoint endpoint; ^~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c: In function 'of_coresight_get_ports_legacy': /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c:90:21: note: byref variable will be forcibly initialized struct of_endpoint endpoint; ^~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c: In function 'of_coresight_parse_endpoint': /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c:222:31: note: byref variable will be forcibly initialized struct of_endpoint endpoint, rendpoint; ^~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c:222:21: note: byref variable will be forcibly initialized struct of_endpoint endpoint, rendpoint; ^~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg.c:7: /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_t_hyst_store': /kisskb/src/drivers/hwmon/adt7x10.c:288:7: note: byref variable will be forcibly initialized long hyst; ^~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_temp_store': /kisskb/src/drivers/hwmon/adt7x10.c:246:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/nvmem/qfprom.c: In function 'qfprom_reg_write': /kisskb/src/drivers/nvmem/qfprom.c:261:31: note: byref variable will be forcibly initialized struct qfprom_touched_values old; ^~~ In file included from /kisskb/src/drivers/media/mc/mc-entity.c:13: /kisskb/src/drivers/media/mc/mc-entity.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/dib3000mb.c: In function 'dib3000_write_reg': /kisskb/src/drivers/media/dvb-frontends/dib3000mb.c:75:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/dib3000mb.c:71:5: note: byref variable will be forcibly initialized u8 b[] = { ^ /kisskb/src/drivers/media/dvb-frontends/dib3000mb.c: In function 'dib3000_read_reg': /kisskb/src/drivers/media/dvb-frontends/dib3000mb.c:55:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/dib3000mb.c:54:5: note: byref variable will be forcibly initialized u8 rb[2]; ^~ /kisskb/src/drivers/media/dvb-frontends/dib3000mb.c:53:5: note: byref variable will be forcibly initialized u8 wb[] = { ((reg >> 8) | 0x80) & 0xff, reg & 0xff }; ^~ /kisskb/src/drivers/media/mc/mc-entity.c: In function 'media_entity_get_fwnode_pad': /kisskb/src/drivers/media/mc/mc-entity.c:373:25: note: byref variable will be forcibly initialized struct fwnode_endpoint endpoint; ^~~~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/drivers/media/mc/mc-entity.c:11: /kisskb/src/drivers/media/mc/mc-entity.c: In function '__media_pipeline_start': /kisskb/src/drivers/media/mc/mc-entity.c:427:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(has_no_links, MEDIA_ENTITY_MAX_PADS); ^~~~~~~~~~~~ /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/media/mc/mc-entity.c:426:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(active, MEDIA_ENTITY_MAX_PADS); ^~~~~~ /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/media/mc/mc-device.c: In function 'media_device_enum_links': /kisskb/src/drivers/media/mc/mc-device.c:178:27: note: byref variable will be forcibly initialized struct media_link_desc klink_desc; ^~~~~~~~~~ /kisskb/src/drivers/media/mc/mc-device.c:164:26: note: byref variable will be forcibly initialized struct media_pad_desc pad; ^~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_get_topology': /kisskb/src/drivers/media/mc/mc-device.c:240:23: note: byref variable will be forcibly initialized struct media_v2_link klink, __user *ulink; ^~~~~ /kisskb/src/drivers/media/mc/mc-device.c:239:22: note: byref variable will be forcibly initialized struct media_v2_pad kpad, __user *upad; ^~~~ /kisskb/src/drivers/media/mc/mc-device.c:238:28: note: byref variable will be forcibly initialized struct media_v2_interface kintf, __user *uintf; ^~~~~ /kisskb/src/drivers/media/mc/mc-device.c:237:25: note: byref variable will be forcibly initialized struct media_v2_entity kentity, __user *uentity; ^~~~~~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_ioctl': /kisskb/src/drivers/media/mc/mc-device.c:445:7: note: byref variable will be forcibly initialized char __karg[256], *karg = __karg; ^~~~~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_register_entity': /kisskb/src/drivers/media/mc/mc-device.c:659:22: note: byref variable will be forcibly initialized struct media_graph new = { .top = 0 }; ^~~ /kisskb/src/drivers/media/tuners/fc0011.c: In function 'fc0011_readreg': /kisskb/src/drivers/media/tuners/fc0011.c:86:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/tuners/fc0011.c:85:5: note: byref variable will be forcibly initialized u8 dummy; ^~~~~ /kisskb/src/drivers/media/tuners/fc0011.c: In function 'fc0011_writereg': /kisskb/src/drivers/media/tuners/fc0011.c:70:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->addr, ^~~ /kisskb/src/drivers/media/tuners/fc0011.c:69:5: note: byref variable will be forcibly initialized u8 buf[2] = { reg, val }; ^~~ /kisskb/src/drivers/media/tuners/fc0011.c: In function 'fc0011_set_params': /kisskb/src/drivers/media/tuners/fc0011.c:172:22: note: byref variable will be forcibly initialized u8 fa, fp, vco_sel, vco_cal; ^~~~~~~ /kisskb/src/drivers/hwmon/adt7411.c: In function 'adt7411_set_bit': /kisskb/src/drivers/hwmon/adt7411.c:183:16: note: byref variable will be forcibly initialized unsigned long flag; ^~~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_readreg': /kisskb/src/drivers/media/tuners/fc0012.c:29:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_writereg': /kisskb/src/drivers/media/tuners/fc0012.c:14:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/tuners/fc0012.c:13:5: note: byref variable will be forcibly initialized u8 buf[2] = {reg, val}; ^~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_get_rf_strength': /kisskb/src/drivers/media/tuners/fc0012.c:343:16: note: byref variable will be forcibly initialized unsigned char tmp; ^~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_set_params': /kisskb/src/drivers/media/tuners/fc0012.c:125:39: note: byref variable will be forcibly initialized unsigned char reg[7], am, pm, multi, tmp; ^~~ /kisskb/src/drivers/media/tuners/fc0012.c:125:16: note: byref variable will be forcibly initialized unsigned char reg[7], am, pm, multi, tmp; ^~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_init': /kisskb/src/drivers/media/tuners/fc0012.c:55:16: note: byref variable will be forcibly initialized unsigned char reg[] = { ^~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_attach': /kisskb/src/drivers/media/tuners/fc0012.c:433:5: note: byref variable will be forcibly initialized u8 chip_id; ^~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/usb/host/ohci-hcd.c:26: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/usb/host/ohci-hcd.c:88: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'fill_registers_buffer': /kisskb/src/drivers/usb/host/ohci-dbg.c:588:10: note: byref variable will be forcibly initialized char *next; ^~~~ /kisskb/src/drivers/usb/host/ohci-dbg.c:587:18: note: byref variable will be forcibly initialized unsigned temp, size; ^~~~ /kisskb/src/drivers/most/configfs.c: In function 'most_snd_grp_create_card_store': /kisskb/src/drivers/most/configfs.c:545:7: note: byref variable will be forcibly initialized bool tmp; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/usb/host/ohci-hcd.c:26: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/most/configfs.c: In function 'mdev_link_destroy_link_store': /kisskb/src/drivers/most/configfs.c:139:7: note: byref variable will be forcibly initialized bool tmp; ^~~ In file included from /kisskb/src/drivers/usb/host/ohci-hcd.c:89: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'ed_alloc': /kisskb/src/drivers/usb/host/ohci-mem.c:136:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/most/configfs.c: In function 'mdev_link_create_link_store': /kisskb/src/drivers/most/configfs.c:117:7: note: byref variable will be forcibly initialized bool tmp; ^~~ /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'td_alloc': /kisskb/src/drivers/usb/host/ohci-mem.c:92:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/counter/counter-chrdev.c: In function 'counter_get_data': /kisskb/src/drivers/counter/counter-chrdev.c:461:6: note: byref variable will be forcibly initialized u32 value_u32 = 0; ^~~~~~~~~ /kisskb/src/drivers/counter/counter-chrdev.c:460:5: note: byref variable will be forcibly initialized u8 value_u8 = 0; ^~~~~~~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_readreg': /kisskb/src/drivers/media/tuners/fc0013.c:29:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_writereg': /kisskb/src/drivers/media/tuners/fc0013.c:16:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/tuners/fc0013.c:15:5: note: byref variable will be forcibly initialized u8 buf[2] = {reg, val}; ^~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_set_vhf_track': /kisskb/src/drivers/media/tuners/fc0013.c:182:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/counter/counter-chrdev.c: In function 'counter_add_watch': /kisskb/src/drivers/counter/counter-chrdev.c:235:23: note: byref variable will be forcibly initialized struct counter_watch watch; ^~~~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_get_rf_strength': /kisskb/src/drivers/media/tuners/fc0013.c:502:16: note: byref variable will be forcibly initialized unsigned char tmp; ^~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_init': /kisskb/src/drivers/media/tuners/fc0013.c:51:16: note: byref variable will be forcibly initialized unsigned char reg[] = { ^~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_set_params': /kisskb/src/drivers/media/tuners/fc0013.c:216:39: note: byref variable will be forcibly initialized unsigned char reg[7], am, pm, multi, tmp; ^~~ /kisskb/src/drivers/media/tuners/fc0013.c:216:16: note: byref variable will be forcibly initialized unsigned char reg[7], am, pm, multi, tmp; ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/counter/counter-chrdev.c:6: /kisskb/src/drivers/counter/counter-chrdev.c: In function 'counter_chrdev_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/counter/counter-chrdev.c:75:10: note: in expansion of macro 'wait_event_interruptible' err = wait_event_interruptible(counter->events_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/counter/counter-chrdev.c:62:15: note: byref variable will be forcibly initialized unsigned int copied; ^~~~~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_rc_cal_add': /kisskb/src/drivers/media/tuners/fc0013.c:119:5: note: byref variable will be forcibly initialized u8 rc_cal; ^~~~~~ /kisskb/src/drivers/counter/counter-chrdev.c: In function 'counter_push_event': /kisskb/src/drivers/counter/counter-chrdev.c:535:23: note: byref variable will be forcibly initialized struct counter_event ev; ^~ /kisskb/src/drivers/media/tuners/mxl301rf.c: In function 'reg_write': /kisskb/src/drivers/media/tuners/mxl301rf.c:47:5: note: byref variable will be forcibly initialized u8 buf[2] = { reg, val }; ^~~ /kisskb/src/drivers/media/tuners/mxl301rf.c: In function 'reg_read': /kisskb/src/drivers/media/tuners/mxl301rf.c:54:5: note: byref variable will be forcibly initialized u8 wbuf[2] = { 0xfb, reg }; ^~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c: In function 'mxl301rf_get_rf_strength': /kisskb/src/drivers/media/tuners/mxl301rf.c:72:31: note: byref variable will be forcibly initialized u8 rf_in1, rf_in2, rf_off1, rf_off2; ^~~~~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c:72:22: note: byref variable will be forcibly initialized u8 rf_in1, rf_in2, rf_off1, rf_off2; ^~~~~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c:72:14: note: byref variable will be forcibly initialized u8 rf_in1, rf_in2, rf_off1, rf_off2; ^~~~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c:72:6: note: byref variable will be forcibly initialized u8 rf_in1, rf_in2, rf_off1, rf_off2; ^~~~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c: In function 'mxl301rf_set_params': /kisskb/src/drivers/media/tuners/mxl301rf.c:165:17: note: byref variable will be forcibly initialized struct reg_val tune1[] = { ^~~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c:155:17: note: byref variable will be forcibly initialized struct reg_val tune0[] = { ^~~~~ /kisskb/src/drivers/usb/storage/usb.c: In function 'get_pipes': /kisskb/src/drivers/usb/storage/usb.c:736:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *ep_int; ^~~~~~ /kisskb/src/drivers/usb/storage/usb.c:735:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *ep_out; ^~~~~~ /kisskb/src/drivers/usb/storage/usb.c:734:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *ep_in; ^~~~~ /kisskb/src/drivers/usb/storage/usb.c: In function 'usb_stor_control_thread': /kisskb/src/drivers/usb/storage/usb.c:368:18: note: byref variable will be forcibly initialized unsigned char data_ptr[36] = { ^~~~~~~~ /kisskb/src/drivers/usb/storage/usb.c: In function 'usb_stor_adjust_quirks': /kisskb/src/drivers/usb/storage/usb.c:477:8: note: byref variable will be forcibly initialized char *p; ^ /kisskb/src/drivers/usb/storage/usb.c: In function 'storage_probe': /kisskb/src/drivers/usb/storage/usb.c:1099:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/fsi_master_aspeed.h:77, from /kisskb/src/drivers/fsi/fsi-master-aspeed.c:85: /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'perf_trace_fsi_master_aspeed_opb_read': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_read, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_read, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'perf_trace_fsi_master_aspeed_opb_write': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_write, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_write, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'perf_trace_fsi_master_aspeed_opb_error': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_error, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_error, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi_master_aspeed.h:77, from /kisskb/src/drivers/fsi/fsi-master-aspeed.c:85: /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'trace_event_raw_event_fsi_master_aspeed_opb_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_read, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'trace_event_raw_event_fsi_master_aspeed_opb_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:34:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_write, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'trace_event_raw_event_fsi_master_aspeed_opb_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:57:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_aspeed_opb_error, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'check_errors': /kisskb/src/drivers/fsi/fsi-master-aspeed.c:226:26: note: byref variable will be forcibly initialized __be32 mresp0, mstap0, mesrb0; ^~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c:226:18: note: byref variable will be forcibly initialized __be32 mresp0, mstap0, mesrb0; ^~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c:226:10: note: byref variable will be forcibly initialized __be32 mresp0, mstap0, mesrb0; ^~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'aspeed_master_term': /kisskb/src/drivers/fsi/fsi-master-aspeed.c:357:9: note: byref variable will be forcibly initialized __be32 cmd; ^~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'aspeed_master_break': /kisskb/src/drivers/fsi/fsi-master-aspeed.c:368:9: note: byref variable will be forcibly initialized __be32 cmd; ^~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'fsi_master_aspeed_probe': /kisskb/src/drivers/fsi/fsi-master-aspeed.c:537:9: note: byref variable will be forcibly initialized __be32 raw; ^~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_auto_temp_store': /kisskb/src/drivers/hwmon/adt7462.c:1382:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_auto_store': /kisskb/src/drivers/hwmon/adt7462.c:1325:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_tmax_store': /kisskb/src/drivers/hwmon/adt7462.c:1232:7: note: byref variable will be forcibly initialized long trange; ^~~~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_tmin_store': /kisskb/src/drivers/hwmon/adt7462.c:1270:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_hyst_store': /kisskb/src/drivers/hwmon/adt7462.c:1188:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_max_store': /kisskb/src/drivers/hwmon/adt7462.c:1126:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_min_store': /kisskb/src/drivers/hwmon/adt7462.c:1156:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/adt7462.c:1098:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'force_pwm_max_store': /kisskb/src/drivers/hwmon/adt7462.c:1065:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/adt7462.c:1019:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'volt_min_store': /kisskb/src/drivers/hwmon/adt7462.c:934:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'volt_max_store': /kisskb/src/drivers/hwmon/adt7462.c:894:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adt7462.c:797:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adt7462.c:833:7: note: byref variable will be forcibly initialized long temp; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/fsi_master_gpio.h:171, from /kisskb/src/drivers/fsi/fsi-master-gpio.c:40: /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_in': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_in, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_in, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_out': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_out, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_out, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_clock_zeros': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_clock_zeros, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_clock_zeros, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_break': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_break, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_break, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_crc_cmd_error': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_crc_cmd_error, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_crc_cmd_error, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_crc_rsp_error': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:97:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_crc_rsp_error, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:97:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_crc_rsp_error, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_poll_response_busy': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_poll_response_busy, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_poll_response_busy, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_cmd_abs_addr': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:126:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_abs_addr, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:126:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_abs_addr, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_cmd_rel_addr': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:141:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_rel_addr, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:141:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_rel_addr, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'perf_trace_fsi_master_gpio_cmd_same_addr': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_same_addr, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_same_addr, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi_master_gpio.h:171, from /kisskb/src/drivers/fsi/fsi-master-gpio.c:40: /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_in': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:11:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_in, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_out': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_out, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_clock_zeros': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:53:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_clock_zeros, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_break': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:69:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_break, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_crc_cmd_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:83:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_crc_cmd_error, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_crc_rsp_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:97:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_crc_rsp_error, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_poll_response_busy': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_poll_response_busy, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_cmd_abs_addr': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:126:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_abs_addr, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_cmd_rel_addr': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:141:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_rel_addr, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_cmd_same_addr': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:156:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(fsi_master_gpio_cmd_same_addr, ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'external_mode_store': /kisskb/src/drivers/fsi/fsi-master-gpio.c:729:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'build_ar_command': /kisskb/src/drivers/fsi/fsi-master-gpio.c:241:11: note: byref variable will be forcibly initialized uint32_t rel_addr; ^~~~~~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm1_freq_get': /kisskb/src/drivers/hwmon/adt7470.c:728:26: note: byref variable will be forcibly initialized unsigned int cfg_reg_1, cfg_reg_2; ^~~~~~~~~ /kisskb/src/drivers/hwmon/adt7470.c:728:15: note: byref variable will be forcibly initialized unsigned int cfg_reg_1, cfg_reg_2; ^~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'read_one_response': /kisskb/src/drivers/fsi/fsi-master-gpio.c:337:22: note: byref variable will be forcibly initialized struct fsi_gpio_msg msg; ^~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'adt7470_read_word_data': /kisskb/src/drivers/hwmon/adt7470.c:181:5: note: byref variable will be forcibly initialized u8 regval[2]; ^~~~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'adt7470_update_limits': /kisskb/src/drivers/hwmon/adt7470.c:380:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'issue_term': /kisskb/src/drivers/fsi/fsi-master-gpio.c:401:10: note: byref variable will be forcibly initialized uint8_t tag; ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c:399:22: note: byref variable will be forcibly initialized struct fsi_gpio_msg cmd; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg-configfs.c: In function 'cscfg_add_preset_groups': /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg-configfs.c:116:7: note: byref variable will be forcibly initialized char name[CONFIGFS_ITEM_NAME_LEN]; ^~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'poll_for_response': /kisskb/src/drivers/fsi/fsi-master-gpio.c:430:10: note: byref variable will be forcibly initialized uint8_t tag; ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c:427:32: note: byref variable will be forcibly initialized struct fsi_gpio_msg response, cmd; ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c:427:22: note: byref variable will be forcibly initialized struct fsi_gpio_msg response, cmd; ^~~~~~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'adt7470_write_word_data': /kisskb/src/drivers/hwmon/adt7470.c:196:5: note: byref variable will be forcibly initialized u8 regval[2]; ^~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg-configfs.c: In function 'cscfg_param_value_store': /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm_tmin_store': /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg-configfs.c:229:6: note: byref variable will be forcibly initialized u64 value; ^~~~~ /kisskb/src/drivers/hwmon/adt7470.c:954:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'fsi_master_gpio_term': /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm_max_store': /kisskb/src/drivers/fsi/fsi-master-gpio.c:603:22: note: byref variable will be forcibly initialized struct fsi_gpio_msg cmd; ^~~ /kisskb/src/drivers/hwmon/adt7470.c:871:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'fsi_master_gpio_write': /kisskb/src/drivers/fsi/fsi-master-gpio.c:584:22: note: byref variable will be forcibly initialized struct fsi_gpio_msg cmd; ^~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm_min_store': /kisskb/src/drivers/hwmon/adt7470.c:906:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'fsi_master_gpio_read': /kisskb/src/drivers/fsi/fsi-master-gpio.c:565:22: note: byref variable will be forcibly initialized struct fsi_gpio_msg cmd; ^~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'auto_update_interval_store': /kisskb/src/drivers/hwmon/adt7470.c:489:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'num_temp_sensors_store': /kisskb/src/drivers/hwmon/adt7470.c:520:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'alarm_mask_store': /kisskb/src/drivers/hwmon/adt7470.c:607:7: note: byref variable will be forcibly initialized long mask; ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'adt7470_read_temperatures': /kisskb/src/drivers/hwmon/adt7470.c:211:5: note: byref variable will be forcibly initialized u8 pwm[ADT7470_FAN_COUNT]; ^~~ /kisskb/src/drivers/hwmon/adt7470.c:208:15: note: byref variable will be forcibly initialized unsigned int pwm_cfg[2]; ^~~~~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'adt7470_update_sensors': /kisskb/src/drivers/hwmon/adt7470.c:309:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm_auto_temp_store': /kisskb/src/drivers/hwmon/adt7470.c:1006:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'force_pwm_max_store': /kisskb/src/drivers/hwmon/adt7470.c:704:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/media/tuners/qm1d1c0042.c: In function 'reg_write': /kisskb/src/drivers/media/tuners/qm1d1c0042.c:66:5: note: byref variable will be forcibly initialized u8 wbuf[2] = { reg, val }; ^~~~ /kisskb/src/drivers/media/tuners/qm1d1c0042.c: In function 'reg_read': /kisskb/src/drivers/media/tuners/qm1d1c0042.c:77:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/media/tuners/qm1d1c0042.c: In function 'qm1d1c0042_init': /kisskb/src/drivers/media/tuners/qm1d1c0042.c:320:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/usb/storage/initializers.c: In function 'usb_stor_ucr61s2b_init': /kisskb/src/drivers/usb/storage/initializers.c:56:15: note: byref variable will be forcibly initialized unsigned int partial; ^~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etb10.c: In function 'trigger_cntr_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etb10.c:696:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/drivers/hwtracing/coresight/coresight-etb10.c:12: /kisskb/src/drivers/hwtracing/coresight/coresight-etb10.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-funnel.c: In function 'priority_store': /kisskb/src/drivers/hwtracing/coresight/coresight-funnel.c:162:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/usb/host/ohci-exynos.c: In function 'exynos_ohci_get_phy': /kisskb/src/drivers/usb/host/ohci-exynos.c:43:6: note: byref variable will be forcibly initialized int phy_number, num_phys; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/qm1d1b0004.c: In function 'qm1d1b0004_init': /kisskb/src/drivers/media/tuners/qm1d1b0004.c:175:5: note: byref variable will be forcibly initialized u8 buf[2] = {0xf8, 0x04}; ^~~ /kisskb/src/drivers/media/tuners/qm1d1b0004.c: In function 'qm1d1b0004_set_params': /kisskb/src/drivers/media/tuners/qm1d1b0004.c:109:5: note: byref variable will be forcibly initialized u8 buf[4], cb, lpf; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/adt7475.c:1060:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'voltage_store': /kisskb/src/drivers/hwmon/adt7475.c:356:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'stall_disable_store': /kisskb/src/drivers/hwmon/adt7475.c:838:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/adt7475.c:778:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'pwmchan_store': /kisskb/src/drivers/hwmon/adt7475.c:923:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'pwmctrl_store': /kisskb/src/drivers/hwmon/adt7475.c:947:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'pwmfreq_store': /kisskb/src/drivers/hwmon/adt7475.c:991:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'pwm_use_point2_pwm_at_crit_store': /kisskb/src/drivers/hwmon/adt7475.c:1030:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'temp_store': /kisskb/src/drivers/hwmon/adt7475.c:452:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'point2_store': /kisskb/src/drivers/hwmon/adt7475.c:657:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/scmi-hwmon.c: In function 'scmi_hwmon_read': /kisskb/src/drivers/hwmon/scmi-hwmon.c:71:6: note: byref variable will be forcibly initialized u64 value; ^~~~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'tach_store': /kisskb/src/drivers/hwmon/adt7475.c:718:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'temp_st_store': /kisskb/src/drivers/hwmon/adt7475.c:580:8: note: byref variable will be forcibly initialized ulong val; ^~~ In file included from /kisskb/src/include/linux/scmi_protocol.h:12, from /kisskb/src/drivers/hwmon/scmi-hwmon.c:11: /kisskb/src/drivers/hwmon/scmi-hwmon.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'set_property_bit': /kisskb/src/drivers/hwmon/adt7475.c:1466:6: note: byref variable will be forcibly initialized u32 prop_value = 0; ^~~~~~~~~~ /kisskb/src/drivers/hwmon/scmi-hwmon.c: In function 'scmi_hwmon_probe': /kisskb/src/drivers/hwmon/scmi-hwmon.c:173:31: note: byref variable will be forcibly initialized struct scmi_protocol_handle *ph; ^~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'adt7475_set_pwm_polarity': /kisskb/src/drivers/hwmon/adt7475.c:1514:6: note: byref variable will be forcibly initialized u32 states[ADT7475_PWM_COUNT]; ^~~~~~ /kisskb/src/drivers/hwtracing/intel_th/pti.c: In function 'clock_divider_store': /kisskb/src/drivers/hwtracing/intel_th/pti.c:121:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/intel_th/pti.c: In function 'freerunning_clock_store': /kisskb/src/drivers/hwtracing/intel_th/pti.c:93:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/intel_th/pti.c: In function 'mode_store': /kisskb/src/drivers/hwtracing/intel_th/pti.c:61:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/aht10.c: In function 'aht10_init': /kisskb/src/drivers/hwmon/aht10.c:91:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/hwmon/aht10.c:88:11: note: byref variable will be forcibly initialized const u8 cmd_init[] = {AHT10_CMD_INIT, AHT10_CAL_ENABLED | AHT10_MODE_CYC, ^~~~~~~~ /kisskb/src/drivers/hwmon/aht10.c: In function 'aht10_read_values': /kisskb/src/drivers/hwmon/aht10.c:135:5: note: byref variable will be forcibly initialized u8 raw_data[AHT10_MEAS_SIZE]; ^~~~~~~~ /kisskb/src/drivers/hwmon/aht10.c:132:11: note: byref variable will be forcibly initialized const u8 cmd_meas[] = {AHT10_CMD_MEAS, 0x33, 0x00}; ^~~~~~~~ /kisskb/src/drivers/hwmon/scpi-hwmon.c: In function 'scpi_read_temp': /kisskb/src/drivers/hwmon/scpi-hwmon.c:71:6: note: byref variable will be forcibly initialized u64 value; ^~~~~ /kisskb/src/drivers/hwmon/scpi-hwmon.c: In function 'scpi_show_sensor': /kisskb/src/drivers/hwmon/scpi-hwmon.c:91:6: note: byref variable will be forcibly initialized u64 value; ^~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/hwmon/scpi-hwmon.c:11: /kisskb/src/drivers/hwmon/scpi-hwmon.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/scpi-hwmon.c: In function 'scpi_hwmon_probe': /kisskb/src/drivers/hwmon/scpi-hwmon.c:137:6: note: byref variable will be forcibly initialized u16 nr_sensors, i; ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c: In function 'm88rs6000t_get_rf_strength': /kisskb/src/drivers/media/tuners/m88rs6000t.c:487:15: note: byref variable will be forcibly initialized unsigned int val, i; ^~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c: In function 'm88rs6000t_probe': /kisskb/src/drivers/media/tuners/m88rs6000t.c:583:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c: In function 'm88rs6000t_set_pll_freq': /kisskb/src/drivers/media/tuners/m88rs6000t.c:155:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c: In function 'm88rs6000t_set_demod_mclk': /kisskb/src/drivers/media/tuners/m88rs6000t.c:32:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/tuners/tda18250.c: In function 'tda18250_pll_calc': /kisskb/src/drivers/media/tuners/tda18250.c:435:15: note: byref variable will be forcibly initialized unsigned int uval, exp, lopd, scale; ^~~~ /kisskb/src/drivers/media/tuners/tda18250.c: In function 'tda18250_wait_for_irq': /kisskb/src/drivers/media/tuners/tda18250.c:91:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/tuners/tda18250.c: In function 'tda18250_set_params': /kisskb/src/drivers/media/tuners/tda18250.c:502:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/tuners/tda18250.c: In function 'tda18250_power_control': /kisskb/src/drivers/media/tuners/tda18250.c:19:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/tuners/tda18250.c: In function 'tda18250_probe': /kisskb/src/drivers/media/tuners/tda18250.c:751:16: note: byref variable will be forcibly initialized unsigned char chip_id[3]; ^~~~~~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_count_action_read': /kisskb/src/drivers/counter/microchip-tcb-capture.c:173:6: note: byref variable will be forcibly initialized u32 cmr; ^~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_count_signal_read': /kisskb/src/drivers/counter/microchip-tcb-capture.c:153:6: note: byref variable will be forcibly initialized u32 sr; ^~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_count_read': /kisskb/src/drivers/counter/microchip-tcb-capture.c:234:6: note: byref variable will be forcibly initialized u32 cnt; ^~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_count_function_write': /kisskb/src/drivers/counter/microchip-tcb-capture.c:90:11: note: byref variable will be forcibly initialized u32 bmr, cmr; ^~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c:90:6: note: byref variable will be forcibly initialized u32 bmr, cmr; ^~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_probe': /kisskb/src/drivers/counter/microchip-tcb-capture.c:303:6: note: byref variable will be forcibly initialized int channel; ^~~~~~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c:300:7: note: byref variable will be forcibly initialized char clk_name[7]; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib7000m.c: In function 'dib7000m_set_agc_config': /kisskb/src/drivers/media/dvb-frontends/dib7000m.c:736:7: note: byref variable will be forcibly initialized u16 b[9] = { 676, 696, 717, 737, 758, 778, 799, 819, 840 }; ^ /kisskb/src/drivers/media/dvb-frontends/dib7000m.c: In function 'dib7000m_set_channel': /kisskb/src/drivers/media/dvb-frontends/dib7000m.c:846:13: note: byref variable will be forcibly initialized u16 value, est[4]; ^~~ /kisskb/src/drivers/media/dvb-frontends/dib7000m.c: In function 'dib7000m_autosearch_start': /kisskb/src/drivers/media/dvb-frontends/dib7000m.c:968:33: note: byref variable will be forcibly initialized struct dtv_frontend_properties schan; ^~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-cfg.c: In function 'etm4_cscfg_register': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-cfg.c:177:30: note: byref variable will be forcibly initialized struct cscfg_csdev_feat_ops ops; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'etmv4_cross_read': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:2339:19: note: byref variable will be forcibly initialized struct etmv4_reg reg; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'vmid_masks_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:2161:22: note: byref variable will be forcibly initialized unsigned long val1, val2, mask; ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:2161:16: note: byref variable will be forcibly initialized unsigned long val1, val2, mask; ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'addr_range_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:977:16: note: byref variable will be forcibly initialized int elements, exclude; ^~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:974:22: note: byref variable will be forcibly initialized unsigned long val1, val2; ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:974:16: note: byref variable will be forcibly initialized unsigned long val1, val2; ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'vmid_val_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:2122:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'vmid_idx_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:2086:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'ctxid_idx_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1860:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'res_ctrl_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1708:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'res_idx_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1663:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'cntr_ctrl_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1632:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'cntr_val_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1594:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'cntrldvr_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1556:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'cntr_idx_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1515:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'seq_reset_event_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1485:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'seq_event_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1453:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'seq_state_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1418:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'seq_idx_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1382:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'sshot_pe_ctrl_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1827:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'sshot_ctrl_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1777:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'sshot_idx_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1742:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'vinst_pe_cmp_start_stop_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1350:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'addr_exlevel_s_ns_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1262:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'addr_context_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1219:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'addr_stop_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1104:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'addr_start_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1049:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'addr_single_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:918:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'addr_idx_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:826:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'ns_exlevel_vinst_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:792:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 's_exlevel_vinst_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:757:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'event_vinst_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:725:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'bb_ctrl_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:685:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'cyc_threshold_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:652:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'syncfreq_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:622:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_check_sbe_state': /kisskb/src/drivers/fsi/fsi-sbefifo.c:283:9: note: byref variable will be forcibly initialized __be32 raw_word; ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-occ.c: In function 'occ_putsram': /kisskb/src/drivers/fsi/fsi-occ.c:320:9: note: byref variable will be forcibly initialized size_t resp_len = OCC_MAX_RESP_WORDS; ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-occ.c:319:18: note: byref variable will be forcibly initialized size_t cmd_len, parsed_len, resp_data_len; ^~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'event_ts_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:592:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_regr': /kisskb/src/drivers/fsi/fsi-sbefifo.c:260:9: note: byref variable will be forcibly initialized __be32 raw_word; ^~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'event_instren_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:541:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/fsi/fsi-occ.c: In function 'occ_trigger_attn': /kisskb/src/drivers/fsi/fsi-occ.c:397:9: note: byref variable will be forcibly initialized size_t resp_len = OCC_MAX_RESP_WORDS; ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-occ.c:396:18: note: byref variable will be forcibly initialized size_t cmd_len, parsed_len, resp_data_len; ^~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_regw': /kisskb/src/drivers/fsi/fsi-sbefifo.c:275:9: note: byref variable will be forcibly initialized __be32 raw_word = cpu_to_be32(word); ^~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'event_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:492:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/fsi/fsi-occ.c: In function 'occ_getsram': /kisskb/src/drivers/fsi/fsi-occ.c:261:9: note: byref variable will be forcibly initialized __be32 cmd[6]; ^~~ /kisskb/src/drivers/fsi/fsi-occ.c:259:9: note: byref variable will be forcibly initialized size_t resp_len = OCC_MAX_RESP_WORDS; ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-occ.c:258:18: note: byref variable will be forcibly initialized size_t cmd_len, parsed_len, resp_data_len; ^~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'pe_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:457:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_wait': /kisskb/src/drivers/fsi/fsi-sbefifo.c:450:12: note: byref variable will be forcibly initialized u32 addr, sts = 0; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'ctxid_masks_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1969:22: note: byref variable will be forcibly initialized unsigned long val1, val2, mask; ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1969:16: note: byref variable will be forcibly initialized unsigned long val1, val2, mask; ^~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_send_command': /kisskb/src/drivers/fsi/fsi-sbefifo.c:493:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_read_response': /kisskb/src/drivers/fsi/fsi-sbefifo.c:546:9: note: byref variable will be forcibly initialized __be32 data; ^~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:543:6: note: byref variable will be forcibly initialized u32 status, eot_set; ^~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'ctxid_pid_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1908:16: note: byref variable will be forcibly initialized unsigned long pid; ^~~ /kisskb/src/drivers/fsi/fsi-occ.c: In function 'occ_probe': /kisskb/src/drivers/fsi/fsi-occ.c:580:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_request_reset': /kisskb/src/drivers/fsi/fsi-sbefifo.c:338:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'addr_ctxtype_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1156:7: note: byref variable will be forcibly initialized char str[10] = ""; ^~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_cleanup_hw': /kisskb/src/drivers/fsi/fsi-sbefifo.c:379:17: note: byref variable will be forcibly initialized u32 up_status, down_status; ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:379:6: note: byref variable will be forcibly initialized u32 up_status, down_status; ^~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'addr_instdatatype_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:872:7: note: byref variable will be forcibly initialized char str[20] = ""; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'mode_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:295:16: note: byref variable will be forcibly initialized unsigned long val, mode; ^~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_probe': /kisskb/src/drivers/fsi/fsi-sbefifo.c:957:10: note: byref variable will be forcibly initialized int rc, didx, child_idx = 0; ^~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:956:7: note: byref variable will be forcibly initialized char child_name[32]; ^~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-occ.c: In function 'occ_write': /kisskb/src/drivers/fsi/fsi-occ.c:142:9: note: byref variable will be forcibly initialized size_t rlen, data_length; ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'reset_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:170:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_collect_async_ffdc': /kisskb/src/drivers/fsi/fsi-sbefifo.c:644:9: note: byref variable will be forcibly initialized __be32 cmd[2]; ^~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:643:9: note: byref variable will be forcibly initialized size_t ffdc_sz; ^~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:641:21: note: byref variable will be forcibly initialized struct kvec ffdc_iov; ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:640:25: note: byref variable will be forcibly initialized struct iov_iter ffdc_iter; ^~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_user_read': /kisskb/src/drivers/fsi/fsi-sbefifo.c:808:22: note: byref variable will be forcibly initialized struct iovec resp_iov; ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:807:18: note: byref variable will be forcibly initialized struct iov_iter resp_iter; ^~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_submit': /kisskb/src/drivers/fsi/fsi-sbefifo.c:734:21: note: byref variable will be forcibly initialized struct kvec resp_iov; ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:733:25: note: byref variable will be forcibly initialized struct iov_iter resp_iter; ^~~~~~~~~ /kisskb/src/drivers/most/most_usb.c: In function 'value_store': /kisskb/src/drivers/most/most_usb.c:853:6: note: byref variable will be forcibly initialized u16 reg_addr; ^~~~~~~~ /kisskb/src/drivers/most/most_usb.c:852:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/most/most_usb.c: In function 'value_show': /kisskb/src/drivers/most/most_usb.c:830:6: note: byref variable will be forcibly initialized u16 reg_addr; ^~~~~~~~ /kisskb/src/drivers/most/most_usb.c:829:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/most/most_usb.c: In function 'wq_netinfo': /kisskb/src/drivers/most/most_usb.c:689:5: note: byref variable will be forcibly initialized u8 hw_addr[6]; ^~~~~~~ /kisskb/src/drivers/most/most_usb.c:688:18: note: byref variable will be forcibly initialized u16 hi, mi, lo, link; ^~~~ /kisskb/src/drivers/most/most_usb.c:688:14: note: byref variable will be forcibly initialized u16 hi, mi, lo, link; ^~ /kisskb/src/drivers/most/most_usb.c:688:10: note: byref variable will be forcibly initialized u16 hi, mi, lo, link; ^~ /kisskb/src/drivers/most/most_usb.c:688:6: note: byref variable will be forcibly initialized u16 hi, mi, lo, link; ^~ /kisskb/src/drivers/media/dvb-frontends/dibx000_common.c: In function 'dibx000_reset_i2c_master': /kisskb/src/drivers/media/dvb-frontends/dibx000_common.c:413:5: note: byref variable will be forcibly initialized u8 tx[4]; ^~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/usb.h:16, from /kisskb/src/drivers/most/most_usb.c:10: /kisskb/src/drivers/most/most_usb.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c: In function 'traceid_store': /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c:624:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c: In function 'hwevent_select_store': /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c:506:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c: In function 'hwevent_enable_store': /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c:477:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c: In function 'port_select_store': /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c:541:16: note: byref variable will be forcibly initialized unsigned long val, stmsper; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c: In function 'port_enable_store': /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c:588:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c: In function 'stm_send': /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c:308:5: note: byref variable will be forcibly initialized u8 paload[8]; ^~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cpu-debug.c: In function 'debug_func_knob_read': /kisskb/src/drivers/hwtracing/coresight/coresight-cpu-debug.c:511:7: note: byref variable will be forcibly initialized char buf[3]; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cpu-debug.c: In function 'debug_enable_func': /kisskb/src/drivers/hwtracing/coresight/coresight-cpu-debug.c:415:12: note: byref variable will be forcibly initialized cpumask_t mask; ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cpu-debug.c: In function 'debug_func_knob_write': /kisskb/src/drivers/hwtracing/coresight/coresight-cpu-debug.c:476:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c: In function 'of_stm_get_stimulus_area': /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c:696:14: note: byref variable will be forcibly initialized const char *name = NULL; ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c: In function 'stm_probe': /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c:864:18: note: byref variable will be forcibly initialized struct resource ch_res; ^~~~~~ /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c: In function 'aspeed_get_fan_tach_ch_rpm': /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c:527:50: note: byref variable will be forcibly initialized u32 raw_data, tach_div, clk_source, msec, usec, val; ^~~ /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c:577:7: note: byref variable will be forcibly initialized long fan_ctrl; ^~~~~~~~ In file included from /kisskb/src/include/linux/hwmon-sysfs.h:10, from /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c:11: /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c: In function 'aspeed_create_fan': /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c:848:6: note: byref variable will be forcibly initialized u32 pwm_port; ^~~~~~~~ In file included from /kisskb/src/drivers/hwtracing/intel_th/msu-sink.c:10: /kisskb/src/drivers/hwtracing/intel_th/msu-sink.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-core.c: In function 'cti_remove_sysfs_link': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-core.c:501:30: note: byref variable will be forcibly initialized struct coresight_sysfs_link link_info; ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/perf_event.h:49, from /kisskb/src/include/linux/coresight.h:11, from /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c:5: /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-core.c: In function 'cti_add_sysfs_link': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-core.c:482:30: note: byref variable will be forcibly initialized struct coresight_sysfs_link link_info; ^~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-core.c: In function 'cti_probe': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-core.c:859:24: note: byref variable will be forcibly initialized struct coresight_desc cti_desc; ^~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c: In function 'cti_plat_create_v8_etm_connection': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c:120:27: note: byref variable will be forcibly initialized struct coresight_device *csdev; ^~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c: In function 'cti_plat_create_v8_connections': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c:179:7: note: byref variable will be forcibly initialized char cpu_name_str[16]; ^~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c: In function 'cti_plat_create_connection': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c:348:7: note: byref variable will be forcibly initialized char cpu_name_str[16]; ^~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c:347:14: note: byref variable will be forcibly initialized const char *assoc_name = "unknown"; ^~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c:346:27: note: byref variable will be forcibly initialized struct coresight_device *csdev = NULL; ^~~~~ /kisskb/src/drivers/hwmon/corsair-psu.c: In function 'corsairpsu_get_value': /kisskb/src/drivers/hwmon/corsair-psu.c:234:5: note: byref variable will be forcibly initialized u8 data[REPLY_SIZE]; ^~~~ /kisskb/src/drivers/hwmon/corsair-psu.c: In function 'corsairpsu_get_criticals': /kisskb/src/drivers/hwmon/corsair-psu.c:283:7: note: byref variable will be forcibly initialized long tmp; ^~~ /kisskb/src/drivers/hwmon/corsair-psu.c: In function 'corsairpsu_check_cmd_support': /kisskb/src/drivers/hwmon/corsair-psu.c:313:7: note: byref variable will be forcibly initialized long tmp; ^~~ /kisskb/src/drivers/hwmon/corsair-psu.c: In function 'corsairpsu_debugfs_init': /kisskb/src/drivers/hwmon/corsair-psu.c:665:7: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/drivers/hwmon/corsair-psu.c: In function 'print_uptime': /kisskb/src/drivers/hwmon/corsair-psu.c:607:7: note: byref variable will be forcibly initialized long val; ^~~ In file included from /kisskb/src/include/linux/coresight.h:9, from /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:8: /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'trigout_sig_show': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:975:16: note: byref variable will be forcibly initialized unsigned long mask = con->con_out->used_mask; ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'trigin_sig_show': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:961:16: note: byref variable will be forcibly initialized unsigned long mask = con->con_in->used_mask; ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'print_chan_list': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:870:16: note: byref variable will be forcibly initialized unsigned long inuse_bits = 0, chan_mask; ^~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'chan_gate_enable_show': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:640:16: note: byref variable will be forcibly initialized unsigned long ctigate_bitmask = cfg->ctigate; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'trigout_filtered_show': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:746:16: note: byref variable will be forcibly initialized unsigned long mask = cfg->trig_out_filter; ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'chan_xtrigs_sel_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:795:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'trig_filter_enable_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:726:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'inout_sel_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:301:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'chan_op_parse': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:669:15: note: byref variable will be forcibly initialized int err = 0, channel = 0; ^~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'chan_gate_disable_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:656:15: note: byref variable will be forcibly initialized int err = 0, channel = 0; ^~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'chan_gate_enable_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:625:15: note: byref variable will be forcibly initialized int err = 0, channel = 0; ^~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'cti_trig_op_parse': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:571:6: note: byref variable will be forcibly initialized u32 trig_idx; ^~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:570:6: note: byref variable will be forcibly initialized u32 chan_idx; ^~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'apppulse_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:440:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'appclear_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:416:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'cti_reg32_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:246:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'outen_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:374:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'inen_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:335:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'itchinack_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:511:16: note: byref variable will be forcibly initialized unsigned long val = 0; \ ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:528:1: note: in expansion of macro 'coresight_cti_reg_wo' coresight_cti_reg_wo(itchinack, ITCHINACK); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'ittriginack_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:511:16: note: byref variable will be forcibly initialized unsigned long val = 0; \ ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:529:1: note: in expansion of macro 'coresight_cti_reg_wo' coresight_cti_reg_wo(ittriginack, ITTRIGINACK); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'itchout_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:490:16: note: byref variable will be forcibly initialized unsigned long val = 0; \ ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:525:1: note: in expansion of macro 'coresight_cti_reg_rw' coresight_cti_reg_rw(itchout, ITCHOUT); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'ittrigout_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:490:16: note: byref variable will be forcibly initialized unsigned long val = 0; \ ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:526:1: note: in expansion of macro 'coresight_cti_reg_rw' coresight_cti_reg_rw(ittrigout, ITTRIGOUT); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'itctrl_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:490:16: note: byref variable will be forcibly initialized unsigned long val = 0; \ ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:527:1: note: in expansion of macro 'coresight_cti_reg_rw' coresight_cti_reg_rw(itctrl, CORESIGHT_ITCTRL); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'intack_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:398:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c: In function 'enable_store': /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:104:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/perf_event.h:49, from /kisskb/src/include/linux/coresight.h:11, from /kisskb/src/drivers/hwtracing/coresight/coresight-trbe.h:10, from /kisskb/src/drivers/hwtracing/coresight/coresight-trbe.c:22: /kisskb/src/drivers/hwtracing/coresight/coresight-trbe.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/atxp1.c: In function 'cpu0_vid_store': /kisskb/src/drivers/hwmon/atxp1.c:96:16: note: byref variable will be forcibly initialized unsigned long vcore; ^~~~~ /kisskb/src/drivers/hwmon/atxp1.c: In function 'gpio2_store': /kisskb/src/drivers/hwmon/atxp1.c:214:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/hwmon/atxp1.c: In function 'gpio1_store': /kisskb/src/drivers/hwmon/atxp1.c:169:16: note: byref variable will be forcibly initialized unsigned long value; ^~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_pwm_ast': /kisskb/src/drivers/hwmon/asc7621.c:711:7: note: byref variable will be forcibly initialized long reqval; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_pwm_enable': /kisskb/src/drivers/hwmon/asc7621.c:589:7: note: byref variable will be forcibly initialized long reqval; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_u8': /kisskb/src/drivers/hwmon/asc7621.c:176:7: note: byref variable will be forcibly initialized long reqval; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_temp62': /kisskb/src/drivers/hwmon/asc7621.c:416:7: note: byref variable will be forcibly initialized long reqval, i, f; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_ap2_temp': /kisskb/src/drivers/hwmon/asc7621.c:470:7: note: byref variable will be forcibly initialized long reqval, auto_point1; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_temp_st': /kisskb/src/drivers/hwmon/asc7621.c:758:7: note: byref variable will be forcibly initialized long reqval; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_bitmask': /kisskb/src/drivers/hwmon/asc7621.c:208:7: note: byref variable will be forcibly initialized long reqval; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_temp8': /kisskb/src/drivers/hwmon/asc7621.c:360:7: note: byref variable will be forcibly initialized long reqval; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_fan16': /kisskb/src/drivers/hwmon/asc7621.c:253:7: note: byref variable will be forcibly initialized long reqval; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_in8': /kisskb/src/drivers/hwmon/asc7621.c:327:7: note: byref variable will be forcibly initialized long reqval; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_pwm_freq': /kisskb/src/drivers/hwmon/asc7621.c:662:16: note: byref variable will be forcibly initialized unsigned long reqval; ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_pwm_ac': /kisskb/src/drivers/hwmon/asc7621.c:521:16: note: byref variable will be forcibly initialized unsigned long reqval; ^~~~~~ /kisskb/src/drivers/hwmon/drivetemp.c: In function 'drivetemp_scsi_command': /kisskb/src/drivers/hwmon/drivetemp.c:166:5: note: byref variable will be forcibly initialized u8 scsi_cmd[MAX_COMMAND_SIZE]; ^~~~~~~~ /kisskb/src/drivers/hwmon/drivetemp.c: In function 'drivetemp_identify_sata': /kisskb/src/drivers/hwmon/drivetemp.c:336:7: note: byref variable will be forcibly initialized long temp; ^~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/usb/host/xhci.c:11: /kisskb/src/drivers/usb/host/xhci.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/host/xhci.c: In function 'xhci_calculate_lpm_timeout': /kisskb/src/drivers/usb/host/xhci.c:4909:6: note: byref variable will be forcibly initialized u16 timeout = USB3_LPM_DISABLED; ^~~~~~~ /kisskb/src/drivers/hwmon/ds1621.c: In function 'update_interval_store': /kisskb/src/drivers/hwmon/ds1621.c:281:16: note: byref variable will be forcibly initialized unsigned long convrate; ^~~~~~~~ /kisskb/src/drivers/hwmon/ds1621.c: In function 'temp_store': /kisskb/src/drivers/hwmon/ds1621.c:238:7: note: byref variable will be forcibly initialized long val; ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/usb.h:16, from /kisskb/src/drivers/usb/host/xhci-mem.c:11: /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:680:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'xhci_segment_alloc': /kisskb/src/drivers/usb/host/xhci-mem.c:34:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'scratchpad_alloc': /kisskb/src/drivers/usb/host/xhci-mem.c:1675:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'xhci_ring_expansion': /kisskb/src/drivers/usb/host/xhci-mem.c:427:23: note: byref variable will be forcibly initialized struct xhci_segment *last; ^~~~ /kisskb/src/drivers/usb/host/xhci-mem.c:426:23: note: byref variable will be forcibly initialized struct xhci_segment *first; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-dev.c: In function 'dev_debug_store': /kisskb/src/drivers/media/v4l2-core/v4l2-dev.c:68:6: note: byref variable will be forcibly initialized u16 value; ^~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:266, 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/include/linux/debugfs.h:15, from /kisskb/src/drivers/media/v4l2-core/v4l2-dev.c:17: /kisskb/src/drivers/media/v4l2-core/v4l2-dev.c: In function 'determine_valid_ioctls': /kisskb/src/drivers/media/v4l2-core/v4l2-dev.c:546:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(valid_ioctls, BASE_VIDIOC_PRIVATE); ^~~~~~~~~~~~ /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/usb/host/xhci.c: In function 'xhci_reserve_bandwidth': /kisskb/src/drivers/usb/host/xhci.c:2784:22: note: byref variable will be forcibly initialized struct xhci_bw_info ep_bw_info[31]; ^~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'xhci_mem_init': /kisskb/src/drivers/usb/host/xhci-mem.c:2382:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/xhci.c: In function 'xhci_alloc_streams': /kisskb/src/drivers/usb/host/xhci.c:3482:6: note: byref variable will be forcibly initialized u32 changed_ep_bitmask = 0; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci.c:3479:15: note: byref variable will be forcibly initialized unsigned int num_stream_ctxs; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'bit_show': /kisskb/src/drivers/hwmon/emc1403.c:54:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'show_hyst_common': /kisskb/src/drivers/hwmon/emc1403.c:106:15: note: byref variable will be forcibly initialized unsigned int hyst; ^~~~ /kisskb/src/drivers/hwmon/emc1403.c:105:15: note: byref variable will be forcibly initialized unsigned int limit; ^~~~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'temp_show': /kisskb/src/drivers/hwmon/emc1403.c:40:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'bit_store': /kisskb/src/drivers/hwmon/emc1403.c:85:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'temp_store': /kisskb/src/drivers/hwmon/emc1403.c:68:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'hyst_store': /kisskb/src/drivers/hwmon/emc1403.c:141:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/emc1403.c:138:15: note: byref variable will be forcibly initialized unsigned int limit; ^~~~~ /kisskb/src/drivers/hwmon/f75375s.c: In function 'set_pwm_mode': /kisskb/src/drivers/hwmon/f75375s.c:450:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/f75375s.c: In function 'set_in_min': /kisskb/src/drivers/hwmon/f75375s.c:558:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/f75375s.c: In function 'set_in_max': /kisskb/src/drivers/hwmon/f75375s.c:537:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/f75375s.c: In function 'set_temp_max_hyst': /kisskb/src/drivers/hwmon/f75375s.c:627:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/f75375s.c: In function 'set_temp_max': /kisskb/src/drivers/hwmon/f75375s.c:606:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/f75375s.c: In function 'set_fan_min': /kisskb/src/drivers/hwmon/f75375s.c:290:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/f75375s.c: In function 'set_pwm_enable': /kisskb/src/drivers/hwmon/f75375s.c:431:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/f75375s.c: In function 'set_pwm': /kisskb/src/drivers/hwmon/f75375s.c:335:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/f75375s.c: In function 'set_fan_target': /kisskb/src/drivers/hwmon/f75375s.c:310:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/g762.c: In function 'pwm1_store': /kisskb/src/drivers/hwmon/g762.c:903:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/g762.c: In function 'pwm1_enable_store': /kisskb/src/drivers/hwmon/g762.c:871:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/g762.c: In function 'pwm1_mode_store': /kisskb/src/drivers/hwmon/g762.c:765:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/g762.c: In function 'fan1_pulses_store': /kisskb/src/drivers/hwmon/g762.c:828:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/g762.c: In function 'fan1_div_store': /kisskb/src/drivers/hwmon/g762.c:796:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/media/dvb-core/dmxdev.c:21: /kisskb/src/drivers/media/dvb-core/dmxdev.c: In function 'dvb_dmxdev_buffer_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c:86:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(src->queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/g762.c: In function 'fan1_target_store': /kisskb/src/drivers/hwmon/g762.c:950:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/g762.c: In function 'g762_of_prop_import_one': /kisskb/src/drivers/hwmon/g762.c:641:6: note: byref variable will be forcibly initialized u32 pval; ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/media/dvb-core/dmxdev.c:23: /kisskb/src/drivers/media/dvb-core/dmxdev.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/media/dvb-core/dmxdev.c:21: /kisskb/src/drivers/media/dvb-core/dmxdev.c: In function 'dvb_dmxdev_release': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c:1455:3: note: in expansion of macro 'wait_event' wait_event(dmxdev->dvr_dvbdev->wait_queue, ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c:1451:3: note: in expansion of macro 'wait_event' wait_event(dmxdev->dvbdev->wait_queue, ^~~~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_beep_mask': /kisskb/src/drivers/hwmon/gl518sm.c:287:7: note: byref variable will be forcibly initialized long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:338:1: note: in expansion of macro 'set' set(BEEP_MASK, beep_mask, beep_mask, GL518_REG_ALARM); ^~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_temp_hyst1': /kisskb/src/drivers/hwmon/gl518sm.c:287:7: note: byref variable will be forcibly initialized long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:327:1: note: in expansion of macro 'set' set(TEMP, temp_hyst1, temp_hyst, GL518_REG_TEMP_HYST); ^~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_temp_max1': /kisskb/src/drivers/hwmon/gl518sm.c:287:7: note: byref variable will be forcibly initialized long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:326:1: note: in expansion of macro 'set' set(TEMP, temp_max1, temp_max, GL518_REG_TEMP_MAX); ^~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_beep_enable': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:337:1: note: in expansion of macro 'set_bits' set_bits(BOOL, beep_enable, beep_enable, GL518_REG_CONF, 0x04, 2); ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'beep_store': /kisskb/src/drivers/hwmon/gl518sm.c:478:16: note: byref variable will be forcibly initialized unsigned long bit; ^~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/gl518sm.c:348:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_fan_auto1': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:328:1: note: in expansion of macro 'set_bits' set_bits(BOOL, fan_auto1, fan_auto1, GL518_REG_MISC, 0x08, 3); ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_in_max3': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:324:2: note: in expansion of macro 'set_bits' set_bits(type, suffix, value, reg, 0xff00, 8) ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:336:1: note: in expansion of macro 'set_high' set_high(IN, in_max3, voltage_max[3], GL518_REG_VIN3_LIMIT); ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_in_max2': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:324:2: note: in expansion of macro 'set_bits' set_bits(type, suffix, value, reg, 0xff00, 8) ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:335:1: note: in expansion of macro 'set_high' set_high(IN, in_max2, voltage_max[2], GL518_REG_VIN2_LIMIT); ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_in_max1': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:324:2: note: in expansion of macro 'set_bits' set_bits(type, suffix, value, reg, 0xff00, 8) ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:334:1: note: in expansion of macro 'set_high' set_high(IN, in_max1, voltage_max[1], GL518_REG_VIN1_LIMIT); ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_in_max0': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:324:2: note: in expansion of macro 'set_bits' set_bits(type, suffix, value, reg, 0xff00, 8) ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:333:1: note: in expansion of macro 'set_high' set_high(VDD, in_max0, voltage_max[0], GL518_REG_VDD_LIMIT); ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_in_min3': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:322:2: note: in expansion of macro 'set_bits' set_bits(type, suffix, value, reg, 0x00ff, 0) ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:332:1: note: in expansion of macro 'set_low' set_low(IN, in_min3, voltage_min[3], GL518_REG_VIN3_LIMIT); ^~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_in_min2': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:322:2: note: in expansion of macro 'set_bits' set_bits(type, suffix, value, reg, 0x00ff, 0) ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:331:1: note: in expansion of macro 'set_low' set_low(IN, in_min2, voltage_min[2], GL518_REG_VIN2_LIMIT); ^~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_in_min1': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:322:2: note: in expansion of macro 'set_bits' set_bits(type, suffix, value, reg, 0x00ff, 0) ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:330:1: note: in expansion of macro 'set_low' set_low(IN, in_min1, voltage_min[1], GL518_REG_VIN1_LIMIT); ^~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_in_min0': /kisskb/src/drivers/hwmon/gl518sm.c:307:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:322:2: note: in expansion of macro 'set_bits' set_bits(type, suffix, value, reg, 0x00ff, 0) ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:329:1: note: in expansion of macro 'set_low' set_low(VDD, in_min0, voltage_min[0], GL518_REG_VDD_LIMIT); ^~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/gl518sm.c:382:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/media/dvb-core/dvbdev.c: In function 'dvb_usercopy': /kisskb/src/drivers/media/dvb-core/dvbdev.c:917:10: note: byref variable will be forcibly initialized char sbuf[128]; ^~~~ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_probe': /kisskb/src/drivers/usb/storage/alauda.c:1231:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ In file included from /kisskb/src/drivers/usb/storage/alauda.c:22: /kisskb/src/drivers/usb/storage/alauda.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_get_redu_data': /kisskb/src/drivers/usb/storage/alauda.c:522:16: note: byref variable will be forcibly initialized unsigned char command[] = { ^~~~~~~ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_read_block_raw': /kisskb/src/drivers/usb/storage/alauda.c:724:16: note: byref variable will be forcibly initialized unsigned char command[] = { ^~~~~~~ /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'set_rpm': /kisskb/src/drivers/hwmon/gpio-fan.c:270:16: note: byref variable will be forcibly initialized unsigned long rpm; ^~~ /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'pwm1_enable_store': /kisskb/src/drivers/hwmon/gpio-fan.c:214:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_read_data': /kisskb/src/drivers/usb/storage/alauda.c:916:22: note: byref variable will be forcibly initialized struct scatterlist *sg; ^~ /kisskb/src/drivers/usb/storage/alauda.c:910:26: note: byref variable will be forcibly initialized unsigned int page, len, offset; ^~~~~~ /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'pwm1_store': /kisskb/src/drivers/hwmon/gpio-fan.c:178:16: note: byref variable will be forcibly initialized unsigned long pwm; ^~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/hwmon/gpio-fan.c:15: /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_check_status2': /kisskb/src/drivers/usb/storage/alauda.c:496:16: note: byref variable will be forcibly initialized unsigned char data[3]; ^~~~ /kisskb/src/drivers/usb/storage/alauda.c:492:16: note: byref variable will be forcibly initialized unsigned char command[] = { ^~~~~~~ /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'gpio_fan_get_of_data': /kisskb/src/drivers/hwmon/gpio-fan.c:414:6: note: byref variable will be forcibly initialized u32 u; ^ /kisskb/src/drivers/hwmon/gpio-fan.c:413:11: note: byref variable will be forcibly initialized unsigned i; ^ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_write_block': /kisskb/src/drivers/usb/storage/alauda.c:775:16: note: byref variable will be forcibly initialized unsigned char command[] = { ^~~~~~~ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_erase_block': /kisskb/src/drivers/usb/storage/alauda.c:698:16: note: byref variable will be forcibly initialized unsigned char buf[2]; ^~~ /kisskb/src/drivers/usb/storage/alauda.c:694:16: note: byref variable will be forcibly initialized unsigned char command[] = { ^~~~~~~ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_write_lba': /kisskb/src/drivers/usb/storage/alauda.c:805:16: note: byref variable will be forcibly initialized unsigned char ecc[3]; ^~~ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_write_data': /kisskb/src/drivers/usb/storage/alauda.c:1009:22: note: byref variable will be forcibly initialized struct scatterlist *sg; ^~ /kisskb/src/drivers/usb/storage/alauda.c:1004:26: note: byref variable will be forcibly initialized unsigned int page, len, offset; ^~~~~~ /kisskb/src/drivers/usb/storage/alauda.c: In function 'alauda_check_media': /kisskb/src/drivers/usb/storage/alauda.c:455:16: note: byref variable will be forcibly initialized unsigned char status[2]; ^~~~~~ /kisskb/src/drivers/hwmon/ibmaem.c: In function 'aem_find_aem1_count': /kisskb/src/drivers/hwmon/ibmaem.c:496:32: note: byref variable will be forcibly initialized struct aem_find_firmware_resp ff_resp; ^~~~~~~ /kisskb/src/drivers/hwmon/ibmaem.c:495:31: note: byref variable will be forcibly initialized struct aem_find_firmware_req ff_req; ^~~~~~ /kisskb/src/drivers/hwmon/ibmaem.c: In function 'aem_read_sensor': /kisskb/src/drivers/hwmon/ibmaem.c:353:29: note: byref variable will be forcibly initialized struct aem_read_sensor_req rs_req; ^~~~~~ /kisskb/src/drivers/most/most_cdev.c: In function 'stop_channel': /kisskb/src/drivers/most/most_cdev.c:83:14: note: byref variable will be forcibly initialized struct mbo *mbo; ^~~ /kisskb/src/drivers/hwmon/ibmaem.c: In function 'aem_find_aem2': /kisskb/src/drivers/hwmon/ibmaem.c:634:31: note: byref variable will be forcibly initialized struct aem_find_instance_req fi_req; ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/most/most_cdev.c:8: /kisskb/src/drivers/most/most_cdev.c: In function 'comp_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_cdev.c:248:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(c->wq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_cdev.c:240:14: note: byref variable will be forcibly initialized struct mbo *mbo = NULL; ^~~ /kisskb/src/drivers/hwmon/ibmaem.c: In function 'aem_set_power_period': /kisskb/src/drivers/hwmon/ibmaem.c:890:16: note: byref variable will be forcibly initialized unsigned long temp; ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/most/most_cdev.c:8: /kisskb/src/drivers/most/most_cdev.c: In function 'comp_write': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_cdev.c:196:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(c->wq, ch_has_mbo(c) || !c->dev)) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_cdev.c:187:14: note: byref variable will be forcibly initialized struct mbo *mbo = NULL; ^~~ /kisskb/src/drivers/hwmon/ibmaem.c: In function 'aem_init_aem2': /kisskb/src/drivers/hwmon/ibmaem.c:753:32: note: byref variable will be forcibly initialized struct aem_find_instance_resp fi_resp; ^~~~~~~ /kisskb/src/drivers/hwmon/ibmaem.c: In function 'aem_register_bmc': /kisskb/src/drivers/hwmon/ibmaem.c:778:23: note: byref variable will be forcibly initialized struct aem_ipmi_data probe; ^~~~~ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'beep_store': /kisskb/src/drivers/hwmon/gl520sm.c:683:16: note: byref variable will be forcibly initialized unsigned long bit; ^~~ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'beep_mask_store': /kisskb/src/drivers/hwmon/gl520sm.c:630:16: note: byref variable will be forcibly initialized unsigned long r; ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'beep_enable_store': /kisskb/src/drivers/hwmon/gl520sm.c:606:16: note: byref variable will be forcibly initialized unsigned long v; ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/gl520sm.c:382:16: note: byref variable will be forcibly initialized unsigned long v; ^ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c: In function 'dib7000p_reset_stats': /kisskb/src/drivers/hwmon/gl520sm.c: In function 'fan1_off_store': /kisskb/src/drivers/hwmon/gl520sm.c:471:16: note: byref variable will be forcibly initialized unsigned long v; ^ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:1668:6: note: byref variable will be forcibly initialized u32 ucb; ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/ipmi.h:21, from /kisskb/src/drivers/hwmon/ibmpex.c:9: /kisskb/src/drivers/hwmon/ibmpex.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/gl520sm.c:285:7: note: byref variable will be forcibly initialized long v; ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/gl520sm.c:251:7: note: byref variable will be forcibly initialized long v; ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'temp_max_hyst_store': /kisskb/src/drivers/hwmon/gl520sm.c:556:7: note: byref variable will be forcibly initialized long v; ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/gl520sm.c:535:7: note: byref variable will be forcibly initialized long v; ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/gl520sm.c:422:16: note: byref variable will be forcibly initialized unsigned long v; ^ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c: In function 'dib7000p_set_channel': /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:974:13: note: byref variable will be forcibly initialized u16 value, est[4]; ^~~ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c: In function 'dib7000p_autosearch_start': /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:1134:33: note: byref variable will be forcibly initialized struct dtv_frontend_properties schan; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c: In function 'dib7000p_spur_protect': /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:1214:18: note: byref variable will be forcibly initialized int coef_re[8], coef_im[8]; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:1214:6: note: byref variable will be forcibly initialized int coef_re[8], coef_im[8]; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c: In function 'dib7000p_get_stats': /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:1904:6: note: byref variable will be forcibly initialized u16 strength; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:1901:19: note: byref variable will be forcibly initialized u32 time_us = 0, val, snr; ^~~ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c: In function 'dib7000p_agc_startup': /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:868:8: note: byref variable will be forcibly initialized u32 frequency_tuner; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-hub.c: In function 'xhci_usb2_hub_descriptor': /kisskb/src/drivers/usb/host/xhci-hub.c:283:7: note: byref variable will be forcibly initialized __u8 port_removable[(USB_MAXCHILDREN + 1 + 7) / 8]; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_write': /kisskb/src/drivers/media/dvb-frontends/mt312.c:89:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:88:5: note: byref variable will be forcibly initialized u8 buf[MAX_XFER_SIZE]; ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_writereg': /kisskb/src/drivers/media/dvb-frontends/mt312.c:132:5: note: byref variable will be forcibly initialized u8 tmp = val; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_set_voltage': /kisskb/src/drivers/media/dvb-frontends/mt312.c:420:11: note: byref variable will be forcibly initialized const u8 volt_tab[3] = { 0x00, 0x40, 0x00 }; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_i2c_read16': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:282:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read': /kisskb/src/drivers/media/dvb-frontends/mt312.c:55:5: note: byref variable will be forcibly initialized u8 regbuf[1] = { reg }; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:54:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/mt312.c:519:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_i2c_write16': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:363:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_snr': /kisskb/src/drivers/media/dvb-frontends/mt312.c:504:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_mbx_send_attr': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:529:9: note: byref variable will be forcibly initialized u8 *d, b[2]; ^ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/mt312.c:482:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_ber': /kisskb/src/drivers/media/dvb-frontends/mt312.c:466:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_status': /kisskb/src/drivers/media/dvb-frontends/mt312.c:437:5: note: byref variable will be forcibly initialized u8 status[3]; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_risc_apb_access_read': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1015:8: note: byref variable will be forcibly initialized u8 i, s; ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1014:6: note: byref variable will be forcibly initialized u16 mb[10]; ^~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_i2c_gate_ctrl': /kisskb/src/drivers/media/dvb-frontends/mt312.c:662:5: note: byref variable will be forcibly initialized u8 val = 0x00; ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_set_tone': /kisskb/src/drivers/media/dvb-frontends/mt312.c:399:5: note: byref variable will be forcibly initialized u8 diseqc_mode; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:396:11: note: byref variable will be forcibly initialized const u8 tone_tab[2] = { 0x01, 0x00 }; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_send_burst': /kisskb/src/drivers/media/dvb-frontends/mt312.c:375:5: note: byref variable will be forcibly initialized u8 diseqc_mode; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:372:11: note: byref variable will be forcibly initialized const u8 mini_tab[2] = { 0x02, 0x03 }; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_get_inversion': /kisskb/src/drivers/media/dvb-frontends/mt312.c:147:5: note: byref variable will be forcibly initialized u8 vit_mode; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_get_code_rate': /kisskb/src/drivers/media/dvb-frontends/mt312.c:220:5: note: byref variable will be forcibly initialized u8 fec_status; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:215:26: note: byref variable will be forcibly initialized const enum fe_code_rate fec_tab[8] = ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_sleep': /kisskb/src/drivers/media/dvb-frontends/mt312.c:691:5: note: byref variable will be forcibly initialized u8 config; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_get_symbol_rate': /kisskb/src/drivers/media/dvb-frontends/mt312.c:166:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:162:5: note: byref variable will be forcibly initialized u8 sym_rate_h; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_send_master_cmd': /kisskb/src/drivers/media/dvb-frontends/mt312.c:336:5: note: byref variable will be forcibly initialized u8 diseqc_mode; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_initfe': /kisskb/src/drivers/media/dvb-frontends/mt312.c:254:6: note: byref variable will be forcibly initialized u8 buf_def[8] = { 0x14, 0x12, 0x03, 0x02, ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:235:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_risc_apb_access_write': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1042:5: note: byref variable will be forcibly initialized u8 s, i; ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1041:6: note: byref variable will be forcibly initialized u16 mb[10]; ^~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_set_frontend': /kisskb/src/drivers/media/dvb-frontends/mt312.c:540:11: note: byref variable will be forcibly initialized const u8 inv_tab[3] = { 0x00, 0x40, 0x80 }; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:538:11: note: byref variable will be forcibly initialized const u8 fec_tab[10] = ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:535:13: note: byref variable will be forcibly initialized u8 buf[5], config_val; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:535:5: note: byref variable will be forcibly initialized u8 buf[5], config_val; ^~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_write_word_attr': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:384:5: note: byref variable will be forcibly initialized u8 b[2] = { val >> 8, val & 0xff }; ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_write_word': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:378:5: note: byref variable will be forcibly initialized u8 b[2] = { val >> 8, val & 0xff }; ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_set_diversity_in': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1532:6: note: byref variable will be forcibly initialized u16 mode = (u16) onoff; ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_set_output_mode': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1539:6: note: byref variable will be forcibly initialized u16 outreg, smo_mode; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_risc_check_version': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:768:6: note: byref variable will be forcibly initialized u16 fw_version = 0; ^~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-hub.c: In function 'xhci_get_port_status': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:767:5: note: byref variable will be forcibly initialized u8 size; ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c:766:5: note: byref variable will be forcibly initialized u8 r[4]; ^ /kisskb/src/drivers/usb/host/xhci-hub.c:1124:6: note: byref variable will be forcibly initialized u32 status = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_init': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1083:5: note: byref variable will be forcibly initialized u8 size; ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_set_channel_head': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1157:5: note: byref variable will be forcibly initialized u8 b[9]; ^ /kisskb/src/drivers/usb/host/xhci-hub.c: In function 'xhci_hub_control': /kisskb/src/drivers/usb/host/xhci-hub.c:1183:16: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_set_channel_union': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1349:24: note: byref variable will be forcibly initialized struct dibDVBTChannel ch; ^~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:2240:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_get_frontend': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1901:17: note: byref variable will be forcibly initialized enum fe_status stat; ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_set_frontend': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1998:40: note: byref variable will be forcibly initialized struct dvb_frontend_parametersContext channel_status; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ves1x93.c: In function 'ves1x93_writereg': /kisskb/src/drivers/media/dvb-frontends/ves1x93.c:85:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 3 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/ves1x93.c:84:5: note: byref variable will be forcibly initialized u8 buf [] = { 0x00, reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/ves1x93.c: In function 'ves1x93_readreg': /kisskb/src/drivers/media/dvb-frontends/ves1x93.c:101:17: note: byref variable will be forcibly initialized struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 2 }, ^~~ /kisskb/src/drivers/media/dvb-frontends/ves1x93.c:100:5: note: byref variable will be forcibly initialized u8 b1 [] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/ves1x93.c:99:5: note: byref variable will be forcibly initialized u8 b0 [] = { 0x00, reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/dib8000.c: In function 'dib8000_reset_stats': /kisskb/src/drivers/media/dvb-frontends/dib8000.c:999:6: note: byref variable will be forcibly initialized u32 ucb; ^~~ /kisskb/src/drivers/media/dvb-frontends/dib8000.c: In function 'dib8000_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/dib8000.c:3839:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/dib8000.c: In function 'dib8000_set_frequency_offset': /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'td_to_noop': /kisskb/src/drivers/usb/host/xhci-ring.c:727:18: note: byref variable will be forcibly initialized union xhci_trb *trb = td->first_trb; ^~~ /kisskb/src/drivers/usb/host/xhci-ring.c:726:23: note: byref variable will be forcibly initialized struct xhci_segment *seg = td->start_seg; ^~~ /kisskb/src/drivers/media/dvb-frontends/dib8000.c:2741:6: note: byref variable will be forcibly initialized u32 current_rf; ^~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'sum_trb_lengths': /kisskb/src/drivers/usb/host/xhci-ring.c:2292:23: note: byref variable will be forcibly initialized struct xhci_segment *seg = ring->deq_seg; ^~~ /kisskb/src/drivers/usb/host/xhci-ring.c:2291:18: note: byref variable will be forcibly initialized union xhci_trb *trb = ring->dequeue; ^~~ /kisskb/src/drivers/media/dvb-frontends/dib8000.c: In function 'dib8000_get_stats': /kisskb/src/drivers/media/dvb-frontends/dib8000.c:4130:6: note: byref variable will be forcibly initialized u16 strength; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib8000.c:4127:24: note: byref variable will be forcibly initialized u32 time_us = 0, snr, val; ^~~ /kisskb/src/drivers/media/dvb-frontends/dib8000.c: In function 'dib8000_get_frontend': /kisskb/src/drivers/media/dvb-frontends/dib8000.c:3418:17: note: byref variable will be forcibly initialized enum fe_status stat = 0; ^~~~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'xhci_stop_endpoint_command_watchdog': /kisskb/src/drivers/usb/host/xhci-ring.c:1274:7: note: byref variable will be forcibly initialized char str[XHCI_MSG_MAX]; ^~~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'xhci_abort_cmd_ring': /kisskb/src/drivers/usb/host/xhci-ring.c:370:18: note: byref variable will be forcibly initialized union xhci_trb *new_deq = xhci->cmd_ring->dequeue; ^~~~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c:369:23: note: byref variable will be forcibly initialized struct xhci_segment *new_seg = xhci->cmd_ring->deq_seg; ^~~~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'xhci_move_dequeue_past_td': /kisskb/src/drivers/usb/host/xhci-ring.c:580:13: note: byref variable will be forcibly initialized dma_addr_t addr; ^~~~ /kisskb/src/drivers/usb/host/xhci-ring.c:576:18: note: byref variable will be forcibly initialized union xhci_trb *new_deq; ^~~~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c:574:23: note: byref variable will be forcibly initialized struct xhci_segment *new_seg; ^~~~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'xhci_queue_bulk_tx': /kisskb/src/drivers/usb/host/xhci-ring.c:3593:12: note: byref variable will be forcibly initialized u64 addr, send_addr; ^~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c:3590:36: note: byref variable will be forcibly initialized unsigned int enqd_len, block_len, trb_buff_len, full_len; ^~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'xhci_queue_ctrl_tx': /kisskb/src/drivers/usb/host/xhci-ring.c:3823:7: note: byref variable will be forcibly initialized u64 addr; ^~~~ /kisskb/src/drivers/hwmon/ina209.c: In function 'ina209_history_store': /kisskb/src/drivers/hwmon/ina209.c:287:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/ina209.c: In function 'ina209_interval_store': /kisskb/src/drivers/hwmon/ina209.c:235:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/ina209.c: In function 'ina209_value_store': /kisskb/src/drivers/hwmon/ina209.c:312:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/ina209.c: In function 'ina209_init_client': /kisskb/src/drivers/hwmon/ina209.c:491:6: note: byref variable will be forcibly initialized u32 shunt; ^~~~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_auto_pwm_slope': /kisskb/src/drivers/hwmon/it87.c:1562:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_pwm_freq': /kisskb/src/drivers/hwmon/it87.c:1414:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_fan_div': /kisskb/src/drivers/hwmon/it87.c:1226:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_in': /kisskb/src/drivers/hwmon/it87.c:873:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/it87.c:1927:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_auto_pwm': /kisskb/src/drivers/hwmon/it87.c:1529:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_auto_temp': /kisskb/src/drivers/hwmon/it87.c:1601:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_pwm_temp_map': /kisskb/src/drivers/hwmon/it87.c:1468:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_pwm': /kisskb/src/drivers/hwmon/it87.c:1373:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_pwm_enable': /kisskb/src/drivers/hwmon/it87.c:1301:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_beep': /kisskb/src/drivers/hwmon/it87.c:1878:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_fan': /kisskb/src/drivers/hwmon/it87.c:1183:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_temp': /kisskb/src/drivers/hwmon/it87.c:961:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_temp_type': /kisskb/src/drivers/hwmon/it87.c:1045:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'clear_intrusion': /kisskb/src/drivers/hwmon/it87.c:1824:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lineage-pem.c: In function 'pem_read_block': /kisskb/src/drivers/hwmon/lineage-pem.c:133:5: note: byref variable will be forcibly initialized u8 block_buffer[I2C_SMBUS_BLOCK_MAX]; ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/it87.c: In function 'sm_it87_init': /kisskb/src/drivers/hwmon/it87.c:3302:17: note: byref variable will be forcibly initialized unsigned short isa_address[2]; ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/it87.c:3301:23: note: byref variable will be forcibly initialized struct it87_sio_data sio_data; ^~~~~~~~ /kisskb/src/drivers/hwmon/lm73.c: In function 'convrate_store': /kisskb/src/drivers/hwmon/lm73.c:102:16: note: byref variable will be forcibly initialized unsigned long convrate; ^~~~~~~~ /kisskb/src/drivers/hwmon/lm73.c: In function 'temp_store': /kisskb/src/drivers/hwmon/lm73.c:67:7: note: byref variable will be forcibly initialized long temp; ^~~~ /kisskb/src/drivers/usb/storage/cypress_atacb.c: In function 'cypress_probe': /kisskb/src/drivers/usb/storage/cypress_atacb.c:244:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ /kisskb/src/drivers/usb/storage/cypress_atacb.c: In function 'cypress_atacb_passthrough': /kisskb/src/drivers/usb/storage/cypress_atacb.c:166:17: note: byref variable will be forcibly initialized unsigned char regs[8]; ^~~~ /kisskb/src/drivers/usb/storage/cypress_atacb.c:165:23: note: byref variable will be forcibly initialized struct scsi_eh_save ses; ^~~ /kisskb/src/drivers/usb/storage/cypress_atacb.c:75:16: note: byref variable will be forcibly initialized unsigned char save_cmnd[MAX_COMMAND_SIZE]; ^~~~~~~~~ /kisskb/src/drivers/hwmon/lm75.c: In function 'lm75_read': /kisskb/src/drivers/hwmon/lm75.c:337:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/lm75.c: In function 'lm75_update_interval': /kisskb/src/drivers/hwmon/lm75.c:412:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/hwmon/lm77.c: In function 'temp_hyst_store': /kisskb/src/drivers/hwmon/lm77.c:187:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm77.c: In function 'temp_store': /kisskb/src/drivers/hwmon/lm77.c:162:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/usb/storage/datafab.c: In function 'datafab_probe': /kisskb/src/drivers/usb/storage/datafab.c:725:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ /kisskb/src/drivers/usb/storage/datafab.c: In function 'datafab_read_data': /kisskb/src/drivers/usb/storage/datafab.c:146:22: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/datafab.c:145:15: note: byref variable will be forcibly initialized unsigned int sg_offset = 0; ^~~~~~~~~ /kisskb/src/drivers/usb/storage/datafab.c: In function 'datafab_write_data': /kisskb/src/drivers/usb/storage/datafab.c:230:22: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/datafab.c:229:15: note: byref variable will be forcibly initialized unsigned int sg_offset = 0; ^~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-dbg.c: In function 'xhci_dbg_trace': /kisskb/src/drivers/usb/host/xhci-dbg.c:26:10: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/usb/host/xhci-dbg.c:25:19: note: byref variable will be forcibly initialized struct va_format vaf; ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/media/dvb-core/dvb_demux.c:24: /kisskb/src/drivers/media/dvb-core/dvb_demux.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/lm78.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/lm78.c:319:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm78.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/lm78.c:192:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm78.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/lm78.c:172:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm78.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/lm78.c:355:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm78.c: In function 'temp1_max_hyst_store': /kisskb/src/drivers/hwmon/lm78.c:274:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm78.c: In function 'temp1_max_store': /kisskb/src/drivers/hwmon/lm78.c:248:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm83.c: In function 'temp_store': /kisskb/src/drivers/hwmon/lm83.c:167:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_parse_attributes': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:456:5: note: byref variable will be forcibly initialized u8 tuple[257]; ^~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:455:6: note: byref variable will be forcibly initialized int tuple_type; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:454:6: note: byref variable will be forcibly initialized int tuple_length; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:453:6: note: byref variable will be forcibly initialized int address = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_write': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1447:5: note: byref variable will be forcibly initialized u8 fragbuf[HOST_LINK_BUF_SIZE]; ^~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1445:11: note: byref variable will be forcibly initialized u8 slot, connection_id; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1445:5: note: byref variable will be forcibly initialized u8 slot, connection_id; ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_read_data': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:637:5: note: byref variable will be forcibly initialized u8 buf[HOST_LINK_BUF_SIZE]; ^~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_link_init': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:325:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_read_condition': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1547:5: note: byref variable will be forcibly initialized u8 hdr[2]; ^~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1544:9: note: byref variable will be forcibly initialized size_t fraglen; ^~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_poll': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1788:6: note: byref variable will be forcibly initialized int result = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1787:6: note: byref variable will be forcibly initialized int slot; ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:20: /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1628:12: note: in expansion of macro 'wait_event_interruptible' status = wait_event_interruptible(ca->wait_queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1607:9: note: byref variable will be forcibly initialized size_t fraglen; ^~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1603:6: note: byref variable will be forcibly initialized int slot; ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1602:5: note: byref variable will be forcibly initialized u8 hdr[2]; ^~~ In file included from /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:20: /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/lm87.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/lm87.c:610:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/lm87.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/lm87.c:323:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm87.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/lm87.c:302:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm87.c: In function 'temp_low_store': /kisskb/src/drivers/hwmon/lm87.c:399:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm87.c: In function 'temp_high_store': /kisskb/src/drivers/hwmon/lm87.c:420:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm87.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/lm87.c:527:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm87.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/lm87.c:499:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm87.c: In function 'aout_output_store': /kisskb/src/drivers/hwmon/lm87.c:637:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm90.c: In function 'lm90_irq_thread': /kisskb/src/drivers/hwmon/lm90.c:1818:6: note: byref variable will be forcibly initialized u16 status; ^~~~~~ /kisskb/src/drivers/hwmon/lm90.c: In function 'lm90_alert': /kisskb/src/drivers/hwmon/lm90.c:1987:6: note: byref variable will be forcibly initialized u16 alarms; ^~~~~~ /kisskb/src/drivers/hwmon/lm90.c: In function 'pec_store': /kisskb/src/drivers/hwmon/lm90.c:990:7: note: byref variable will be forcibly initialized long val; ^~~ In file included from /kisskb/src/drivers/hwmon/lm90.c:87: /kisskb/src/drivers/hwmon/lm90.c: In function 'lm90_probe': /kisskb/src/include/linux/hwmon.h:419:22: note: byref variable will be forcibly initialized .config = (u32 []) { \ ^ /kisskb/src/drivers/hwmon/lm90.c:1897:18: note: in expansion of macro 'HWMON_CHANNEL_INFO' data->info[0] = HWMON_CHANNEL_INFO(chip, ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/hwmon.h:417:32: note: byref variable will be forcibly initialized (&(struct hwmon_channel_info) { \ ^ /kisskb/src/drivers/hwmon/lm90.c:1897:18: note: in expansion of macro 'HWMON_CHANNEL_INFO' data->info[0] = HWMON_CHANNEL_INFO(chip, ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_msg': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:28:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_msg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:28:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_msg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_ctx': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:36:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_trb': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/lm92.c: In function 'temp_store': /kisskb/src/drivers/hwmon/lm92.c:154:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/lm92.c: In function 'temp_hyst_store': /kisskb/src/drivers/hwmon/lm92.c:194:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_free_virt_dev': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_free_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_free_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_virt_dev': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_urb': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:256:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_urb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:256:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_urb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_ep_ctx': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:317:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ep_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:317:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ep_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_slot_ctx': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:363:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_slot_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:363:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_slot_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_ctrl_ctx': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:430:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctrl_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:430:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctrl_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_portsc': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:522:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_portsc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:522:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_portsc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_doorbell': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_doorbell, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_doorbell, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_dbc_log_request': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:582:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_dbc_log_request, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:582:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_dbc_log_request, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_msg': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:28:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_msg, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_ctx': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_trb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_trb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/lm95245.c: In function 'lm95245_read_temp': /kisskb/src/drivers/hwmon/lm95245.c:164:32: note: byref variable will be forcibly initialized int ret, regl, regh, regvall, regvalh; ^~~~~~~ /kisskb/src/drivers/hwmon/lm95245.c:164:23: note: byref variable will be forcibly initialized int ret, regl, regh, regvall, regvalh; ^~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_free_virt_dev': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_free_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_virt_dev': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_virt_dev, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_urb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:256:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_urb, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/lm95245.c: In function 'lm95245_read_conversion_rate': /kisskb/src/drivers/hwmon/lm95245.c:108:15: note: byref variable will be forcibly initialized unsigned int rate; ^~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_ep_ctx': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:317:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ep_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/lm95245.c: In function 'lm95245_write_temp': /kisskb/src/drivers/hwmon/lm95245.c:281:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_slot_ctx': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:363:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_slot_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_ctrl_ctx': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:430:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ctrl_ctx, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_portsc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:522:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_portsc, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_doorbell': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_doorbell, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_dbc_log_request': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:582:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_dbc_log_request, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_ring': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:456:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ring, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:456:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ring, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_ring': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:456:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(xhci_log_ring, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_enum_freq_bands': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2667:25: note: byref variable will be forcibly initialized struct v4l2_modulator m = { ^ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2649:21: note: byref variable will be forcibly initialized struct v4l2_tuner t = { ^ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_write_reg': /kisskb/src/drivers/hwmon/ltc2992.c:207:5: note: byref variable will be forcibly initialized u8 regvals[4]; ^~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_read_reg': /kisskb/src/drivers/hwmon/ltc2992.c:189:5: note: byref variable will be forcibly initialized u8 regvals[4]; ^~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_s_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2228:26: note: byref variable will be forcibly initialized struct v4l2_ext_control ctrl; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2227:27: note: byref variable will be forcibly initialized struct v4l2_ext_controls ctrls; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_g_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2194:26: note: byref variable will be forcibly initialized struct v4l2_ext_control ctrl; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2193:27: note: byref variable will be forcibly initialized struct v4l2_ext_controls ctrls; ^~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ene_ub6250_reset_resume': /kisskb/src/drivers/usb/storage/ene_ub6250.c:2403:5: note: byref variable will be forcibly initialized u8 tmp = 0; ^~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ene_ub6250_resume': /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_parse_dt': /kisskb/src/drivers/usb/storage/ene_ub6250.c:2381:5: note: byref variable will be forcibly initialized u8 tmp = 0; ^~~ /kisskb/src/drivers/hwmon/ltc2992.c:896:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/hwmon/ltc2992.c:895:6: note: byref variable will be forcibly initialized u32 addr; ^~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ene_send_scsi_cmd': /kisskb/src/drivers/usb/storage/ene_ub6250.c:500:27: note: byref variable will be forcibly initialized unsigned int cswlen = 0, partial = 0; ^~~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c:500:15: note: byref variable will be forcibly initialized unsigned int cswlen = 0, partial = 0; ^~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_set': /kisskb/src/drivers/hwmon/ltc2992.c:263:16: note: byref variable will be forcibly initialized unsigned long gpio_ctrl; ^~~~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_get': /kisskb/src/drivers/hwmon/ltc2992.c:219:16: note: byref variable will be forcibly initialized unsigned long gpio_status; ^~~~~~~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ene_load_bincode': /kisskb/src/drivers/usb/storage/ene_ub6250.c:1885:25: note: byref variable will be forcibly initialized const struct firmware *sd_fw = NULL; ^~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_set_multiple': /kisskb/src/drivers/hwmon/ltc2992.c:285:16: note: byref variable will be forcibly initialized unsigned long gpio_ctrl = 0; ^~~~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c:284:16: note: byref variable will be forcibly initialized unsigned long gpio_ctrl_io = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_get_multiple': /kisskb/src/drivers/hwmon/ltc2992.c:238:16: note: byref variable will be forcibly initialized unsigned long gpio_status; ^~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_g_parm': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2094:14: note: byref variable will be forcibly initialized v4l2_std_id std; ^~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ms_lib_check_disableblock': /kisskb/src/drivers/usb/storage/ene_ub6250.c:1221:28: note: byref variable will be forcibly initialized struct ms_lib_type_extdat extdat; ^~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function '__video_do_ioctl': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2910:25: note: byref variable will be forcibly initialized struct v4l2_ioctl_info default_info; ^~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'video_usercopy': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:3276:9: note: byref variable will be forcibly initialized void **kernel_ptr = NULL; ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:3275:15: note: byref variable will be forcibly initialized void __user *user_ptr = NULL; ^~~~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ms_lib_scan_logicalblocknumber': /kisskb/src/drivers/usb/storage/ene_ub6250.c:1565:28: note: byref variable will be forcibly initialized struct ms_lib_type_extdat extdat; ^~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c:1564:16: note: byref variable will be forcibly initialized u16 LogStart, LogEnde; ^~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:3274:10: note: byref variable will be forcibly initialized size_t array_size = 0; ^~~~~~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c:1564:6: note: byref variable will be forcibly initialized u16 LogStart, LogEnde; ^~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:3273:7: note: byref variable will be forcibly initialized bool always_copy = false; ^~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:3268:7: note: byref variable will be forcibly initialized char sbuf[128]; ^~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ms_libsearch_block_from_physical': /kisskb/src/drivers/usb/storage/ene_ub6250.c:1388:28: note: byref variable will be forcibly initialized struct ms_lib_type_extdat extdat; /* need check */ ^~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ene_ub6250_probe': /kisskb/src/drivers/usb/storage/ene_ub6250.c:2330:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ In file included from /kisskb/src/drivers/usb/storage/ene_ub6250.c:5: /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ms_lib_process_bootblock': /kisskb/src/drivers/usb/storage/ene_ub6250.c:942:28: note: byref variable will be forcibly initialized struct ms_lib_type_extdat ExtraData; ^~~~~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ms_card_init': /kisskb/src/drivers/usb/storage/ene_ub6250.c:1956:28: note: byref variable will be forcibly initialized struct ms_lib_type_extdat extdat; ^~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'do_scsi_request_sense': /kisskb/src/drivers/usb/storage/ene_ub6250.c:576:16: note: byref variable will be forcibly initialized unsigned char buf[18]; ^~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'do_scsi_inquiry': /kisskb/src/drivers/usb/storage/ene_ub6250.c:591:16: note: byref variable will be forcibly initialized unsigned char data_ptr[36] = { ^~~~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'sd_scsi_mode_sense': /kisskb/src/drivers/usb/storage/ene_ub6250.c:621:16: note: byref variable will be forcibly initialized unsigned char mediaWP[12] = { ^~~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c:618:16: note: byref variable will be forcibly initialized unsigned char mediaNoWP[12] = { ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c: In function 'tda1004x_write_byteI': /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ms_scsi_mode_sense': /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:118:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c:1475:16: note: byref variable will be forcibly initialized unsigned char mediaWP[12] = { ^~~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c:1472:16: note: byref variable will be forcibly initialized unsigned char mediaNoWP[12] = { ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c: In function 'tda1004x_read_byte': /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:139:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:138:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'sd_scsi_read_capacity': /kisskb/src/drivers/usb/storage/ene_ub6250.c:640:22: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/ene_ub6250.c:639:19: note: byref variable will be forcibly initialized unsigned char buf[8]; ^~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c:638:15: note: byref variable will be forcibly initialized unsigned int offset = 0; ^~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ms_scsi_read_capacity': /kisskb/src/drivers/usb/storage/ene_ub6250.c:1493:22: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/ene_ub6250.c:1492:19: note: byref variable will be forcibly initialized unsigned char buf[8]; ^~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c:1491:15: note: byref variable will be forcibly initialized unsigned int offset = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c: In function 'tda1004x_do_upload': /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:310:5: note: byref variable will be forcibly initialized u8 buf[65]; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c: In function 'tda10045_fwupload': /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:382:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c: In function 'tda10046_fwupload': /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:476:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/dvb-frontends/nxt6000.c: In function 'nxt6000_writereg': /kisskb/src/drivers/media/dvb-frontends/nxt6000.c:41:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = state->config->demod_address,.flags = 0,.buf = buf,.len = 2 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt6000.c:40:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt6000.c: In function 'nxt6000_readreg': /kisskb/src/drivers/media/dvb-frontends/nxt6000.c:55:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[] = { ^~~~ /kisskb/src/drivers/media/dvb-frontends/nxt6000.c:54:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/nxt6000.c:53:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ In file included from /kisskb/src/drivers/usb/host/xhci-dbgcap.h:13, from /kisskb/src/drivers/usb/host/xhci-dbgtty.c:15: /kisskb/src/drivers/usb/host/xhci-dbgtty.c: In function 'dbc_tty_put_char': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^~~~~ /kisskb/src/drivers/usb/host/xhci-dbgtty.c:227:11: note: in expansion of macro 'kfifo_put' status = kfifo_put(&port->write_fifo, ch); ^~~~~~~~~ /kisskb/src/drivers/hwmon/ltc4151.c: In function 'ltc4151_probe': /kisskb/src/drivers/hwmon/ltc4151.c:163:6: note: byref variable will be forcibly initialized u32 shunt; ^~~~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_stream_context_array_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:541:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_ring_dump_segment': /kisskb/src/drivers/usb/host/xhci-debugfs.c:201:9: note: byref variable will be forcibly initialized char str[XHCI_MSG_MAX]; ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c:199:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_portsc_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:349:9: note: byref variable will be forcibly initialized char str[XHCI_MSG_MAX]; ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_ring_dequeue_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:177:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_ring_enqueue_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:166:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_stream_id_write': /kisskb/src/drivers/usb/host/xhci-debugfs.c:510:8: note: byref variable will be forcibly initialized u16 stream_id; /* MaxPStreams + 1 <= 16 */ ^~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_endpoint_context_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:286:9: note: byref variable will be forcibly initialized char str[XHCI_MSG_MAX]; ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c:281:14: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_slot_context_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:264:9: note: byref variable will be forcibly initialized char str[XHCI_MSG_MAX]; ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_debugfs_regset': /kisskb/src/drivers/usb/host/xhci-debugfs.c:120:12: note: byref variable will be forcibly initialized va_list args; ^~~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_debugfs_create_ports': /kisskb/src/drivers/usb/host/xhci-debugfs.c:635:9: note: byref variable will be forcibly initialized char port_name[8]; ^~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_port_write': /kisskb/src/drivers/usb/host/xhci-debugfs.c:368:26: note: byref variable will be forcibly initialized char buf[32]; ^~~ /kisskb/src/drivers/hwmon/max127.c: In function 'max127_select_channel': /kisskb/src/drivers/hwmon/max127.c:56:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/hwmon/max127.c: In function 'max127_read_channel': /kisskb/src/drivers/hwmon/max127.c:76:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/hwmon/max127.c:75:5: note: byref variable will be forcibly initialized u8 i2c_data[MAX127_DATA_LEN]; ^~~~~~~~ /kisskb/src/drivers/hwmon/max127.c: In function 'max127_read_input': /kisskb/src/drivers/hwmon/max127.c:119:7: note: byref variable will be forcibly initialized long raw; ^~~ /kisskb/src/drivers/usb/host/xhci-dbgcap.c: In function 'xhci_dbc_ring_alloc': /kisskb/src/drivers/usb/host/xhci-dbgcap.c:427:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/storage/freecom.c: In function 'freecom_probe': /kisskb/src/drivers/usb/storage/freecom.c:546:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ /kisskb/src/drivers/usb/storage/freecom.c: In function 'freecom_transport': /kisskb/src/drivers/usb/storage/freecom.c:227:15: note: byref variable will be forcibly initialized unsigned int partial; ^~~~~~~ /kisskb/src/drivers/hwmon/max16065.c: In function 'max16065_limit_store': /kisskb/src/drivers/hwmon/max16065.c:225:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/usb/storage/isd200.c: In function 'isd200_probe': /kisskb/src/drivers/usb/storage/isd200.c:1543:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ /kisskb/src/drivers/usb/storage/isd200.c: In function 'isd200_scsi_to_ata': /kisskb/src/drivers/usb/storage/isd200.c:1287:29: note: byref variable will be forcibly initialized struct read_capacity_data readCapacityData; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/storage/isd200.c:1229:16: note: byref variable will be forcibly initialized unsigned char senseData[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; ^~~~~~~~~ /kisskb/src/drivers/usb/storage/isd200.c: In function 'isd200_action': /kisskb/src/drivers/usb/storage/isd200.c:480:16: note: byref variable will be forcibly initialized union ata_cdb ata; ^~~ /kisskb/src/drivers/usb/storage/isd200.c: In function 'isd200_ata_command': /kisskb/src/drivers/usb/storage/isd200.c:1516:16: note: byref variable will be forcibly initialized union ata_cdb ataCdb; ^~~~~~ /kisskb/src/drivers/hwmon/max6621.c: In function 'max6621_read': /kisskb/src/drivers/hwmon/max6621.c:205:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_write': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:84:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_set_gain_params': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:272:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_set_frequency': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:172:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_set_bandwidth': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:200:5: note: byref variable will be forcibly initialized u8 zl10036_rsd_off[] = { 0xc8 }; /* set RSD=1 */ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c:197:5: note: byref variable will be forcibly initialized u8 buf_br[] = { ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c:194:5: note: byref variable will be forcibly initialized u8 buf_bf[] = { ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_sleep': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:136:5: note: byref variable will be forcibly initialized u8 buf[] = { 0xf0, 0x80 }; /* regs 12/13 */ ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_init_regs': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:385:5: note: byref variable will be forcibly initialized u8 zl10036_init_tab[][2] = { ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_read_status_reg': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:62:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c:61:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/hwmon/max6639.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/max6639.c:291:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/max6639.c: In function 'temp_emergency_store': /kisskb/src/drivers/hwmon/max6639.c:259:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/max6639.c: In function 'temp_crit_store': /kisskb/src/drivers/hwmon/max6639.c:226:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/max6639.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/max6639.c:194:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10039.c: In function 'zl10039_write': /kisskb/src/drivers/media/dvb-frontends/zl10039.c:91:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10039.c:90:5: note: byref variable will be forcibly initialized u8 buf[MAX_XFER_SIZE]; ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10039.c: In function 'zl10039_writereg': /kisskb/src/drivers/media/dvb-frontends/zl10039.c:127:11: note: byref variable will be forcibly initialized const u8 tmp = val; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10039.c: In function 'zl10039_set_params': /kisskb/src/drivers/media/dvb-frontends/zl10039.c:180:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10039.c: In function 'zl10039_read': /kisskb/src/drivers/media/dvb-frontends/zl10039.c:62:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10039.c:61:5: note: byref variable will be forcibly initialized u8 regbuf[] = { reg }; ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:13, from /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:26: /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_empty': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/drivers/media/dvb-core/dvb_ringbuffer.c:60:25: note: in expansion of macro 'smp_load_acquire' return (rbuf->pread == smp_load_acquire(&rbuf->pwrite)); ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_avail': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: 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/drivers/media/dvb-core/dvb_ringbuffer.c:90:10: note: in expansion of macro 'smp_load_acquire' avail = smp_load_acquire(&rbuf->pwrite) - rbuf->pread; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_flush': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/arch/arm64/include/asm/barrier.h:111:52: note: in definition of macro '__smp_store_release' { .__val = (__force __unqual_scalar_typeof(*p)) (v) }; \ ^ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:106:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, smp_load_acquire(&rbuf->pwrite)); ^~~~~~~~~~~~~~~~~ /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/drivers/media/dvb-core/dvb_ringbuffer.c:106:34: note: in expansion of macro 'smp_load_acquire' smp_store_release(&rbuf->pread, smp_load_acquire(&rbuf->pwrite)); ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/media/dvb-core/dvb_ringbuffer.c:106:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, smp_load_acquire(&rbuf->pwrite)); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_reset': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/media/dvb-core/dvb_ringbuffer.c:118:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pwrite, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/media/dvb-core/dvb_ringbuffer.c:116:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_read_user': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/media/dvb-core/dvb_ringbuffer.c:154:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, (rbuf->pread + todo) % rbuf->size); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/media/dvb-core/dvb_ringbuffer.c:148:3: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_read': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/media/dvb-core/dvb_ringbuffer.c:178:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, (rbuf->pread + todo) % rbuf->size); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/media/dvb-core/dvb_ringbuffer.c:173:3: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pread, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_write': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/media/dvb-core/dvb_ringbuffer.c:202:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pwrite, (rbuf->pwrite + todo) % rbuf->size); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/media/dvb-core/dvb_ringbuffer.c:198:3: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pwrite, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_write_user': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/media/dvb-core/dvb_ringbuffer.c:233:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pwrite, (rbuf->pwrite + todo) % rbuf->size); ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/media/dvb-core/dvb_ringbuffer.c:227:3: note: in expansion of macro 'smp_store_release' smp_store_release(&rbuf->pwrite, 0); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-pci-renesas.c: In function 'renesas_xhci_check_request_fw': /kisskb/src/drivers/usb/host/xhci-pci-renesas.c:586:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'pvt_read_temp': /kisskb/src/drivers/hwmon/mr75203.c:144:12: note: byref variable will be forcibly initialized u32 stat, nbs; ^~~ /kisskb/src/drivers/hwmon/mr75203.c:144:6: note: byref variable will be forcibly initialized u32 stat, nbs; ^~~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'pvt_read_in': /kisskb/src/drivers/hwmon/mr75203.c:181:9: note: byref variable will be forcibly initialized u32 n, stat; ^~~~ /kisskb/src/drivers/hwmon/mr75203.c:181:6: note: byref variable will be forcibly initialized u32 n, stat; ^ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/hwmon/mr75203.c:16: /kisskb/src/drivers/hwmon/mr75203.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'pvt_init': /kisskb/src/drivers/hwmon/mr75203.c:262:17: note: byref variable will be forcibly initialized u32 clk_synth, val; ^~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'mr75203_probe': /kisskb/src/drivers/hwmon/mr75203.c:503:30: note: byref variable will be forcibly initialized u32 ts_num, vm_num, pd_num, val, index, i; ^~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_get_property': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2346:33: note: byref variable will be forcibly initialized struct dtv_frontend_properties getp; ^~~~ /kisskb/src/drivers/hwmon/max6642.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/max6642.c:221:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_get_frontend': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2400:33: note: byref variable will be forcibly initialized struct dtv_frontend_properties getp; ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_check_parameters': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:963:6: note: byref variable will be forcibly initialized u32 freq_max; ^~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:962:6: note: byref variable will be forcibly initialized u32 freq_min; ^~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_swzigzag': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:480:17: note: byref variable will be forcibly initialized enum fe_status s = FE_NONE; ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:20: /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_get_event': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:301:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(events->wait_queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_thread': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:675:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(fepriv->wait_queue, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:655:17: note: byref variable will be forcibly initialized enum fe_status s = FE_NONE; ^ /kisskb/src/drivers/hwmon/ntc_thermistor.c: In function 'get_temp_mc': /kisskb/src/drivers/hwmon/ntc_thermistor.c:549:11: note: byref variable will be forcibly initialized int low, high; ^~~~ /kisskb/src/drivers/hwmon/ntc_thermistor.c:549:6: note: byref variable will be forcibly initialized int low, high; ^~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_handle_ioctl': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2624:12: note: byref variable will be forcibly initialized ktime_t nexttime; ^~~~~~~~ /kisskb/src/drivers/hwmon/tc654.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/tc654.c:387:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/tc654.c: In function 'pwm_mode_store': /kisskb/src/drivers/hwmon/tc654.c:340:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/tc654.c: In function 'fan_pulses_store': /kisskb/src/drivers/hwmon/tc654.c:291:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/tc654.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/tc654.c:231:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/max6650.c: In function 'max6650_init_client': /kisskb/src/drivers/hwmon/max6650.c:366:6: note: byref variable will be forcibly initialized u32 target_rpm; ^~~~~~~~~~ /kisskb/src/drivers/hwmon/max6650.c:365:6: note: byref variable will be forcibly initialized u32 prescale; ^~~~~~~~ /kisskb/src/drivers/hwmon/max6650.c:364:6: note: byref variable will be forcibly initialized u32 voltage; ^~~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_read_temp': /kisskb/src/drivers/hwmon/tps23861.c:128:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_operating_mode': /kisskb/src/drivers/hwmon/tps23861.c:373:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'beep_enable_store': /kisskb/src/drivers/hwmon/nct6683.c:1002:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_detect_status': /kisskb/src/drivers/hwmon/tps23861.c:411:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'intrusion0_alarm_store': /kisskb/src/drivers/hwmon/nct6683.c:1063:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_class_status': /kisskb/src/drivers/hwmon/tps23861.c:449:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_poe_plus_status': /kisskb/src/drivers/hwmon/tps23861.c:480:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_read_voltage': /kisskb/src/drivers/hwmon/tps23861.c:143:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_read_current': /kisskb/src/drivers/hwmon/tps23861.c:167:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_resistance': /kisskb/src/drivers/hwmon/tps23861.c:492:6: note: byref variable will be forcibly initialized u16 regval; ^~~~~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/nct6683.c:927:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_probe': In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/hwmon/nct6683.c:24: /kisskb/src/drivers/hwmon/nct6683.c: In function 'array3_size': /kisskb/src/drivers/hwmon/tps23861.c:547:6: note: byref variable will be forcibly initialized u32 shunt_resistor; ^~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:155:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/hwmon/nct6683.c:24: /kisskb/src/drivers/hwmon/nct6683.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'nct6683_probe': /kisskb/src/drivers/hwmon/nct6683.c:1197:7: note: byref variable will be forcibly initialized char build[16]; ^~~~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'sensors_nct6683_init': /kisskb/src/drivers/hwmon/nct6683.c:1414:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/hwmon/nct6683.c:1412:26: note: byref variable will be forcibly initialized struct nct6683_sio_data sio_data; ^~~~~~~~ /kisskb/src/drivers/usb/host/xhci-rcar.c: In function 'xhci_rcar_download_firmware': /kisskb/src/drivers/usb/host/xhci-rcar.c:130:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/pc87360.c:599:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/pc87360.c:449:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/pc87360.c:429:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'therm_crit_store': /kisskb/src/drivers/hwmon/pc87360.c:730:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'therm_max_store': /kisskb/src/drivers/hwmon/pc87360.c:710:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'therm_min_store': /kisskb/src/drivers/hwmon/pc87360.c:689:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/pc87360.c:358:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/pc87360.c:282:7: note: byref variable will be forcibly initialized long fan_min; ^~~~~~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'temp_crit_store': /kisskb/src/drivers/hwmon/pc87360.c:933:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/pc87360.c:912:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/pc87360.c:891:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'pc87360_device_add': /kisskb/src/drivers/hwmon/pc87360.c:1686:18: note: byref variable will be forcibly initialized struct resource res[3]; ^~~ /kisskb/src/drivers/usb/host/xhci-plat.c: In function 'xhci_plat_probe': /kisskb/src/drivers/usb/host/xhci-plat.c:193:27: note: byref variable will be forcibly initialized struct resource *res; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx22702.c: In function 'cx22702_writereg': /kisskb/src/drivers/media/dvb-frontends/cx22702.c:77:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cx22702.c:76:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/usb/storage/jumpshot.c: In function 'jumpshot_probe': /kisskb/src/drivers/usb/storage/jumpshot.c:651:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ /kisskb/src/drivers/media/dvb-frontends/cx22702.c: In function 'cx22702_readreg': /kisskb/src/drivers/media/dvb-frontends/cx22702.c:98:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cx22702.c:96:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/usb/storage/jumpshot.c: In function 'jumpshot_read_data': /kisskb/src/drivers/usb/storage/jumpshot.c:164:22: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/jumpshot.c:163:15: note: byref variable will be forcibly initialized unsigned int sg_offset = 0; ^~~~~~~~~ /kisskb/src/drivers/usb/storage/jumpshot.c: In function 'jumpshot_write_data': /kisskb/src/drivers/usb/storage/jumpshot.c:241:22: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/jumpshot.c:240:15: note: byref variable will be forcibly initialized unsigned int sg_offset = 0; ^~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/hwmon/nct6775.c:45: /kisskb/src/drivers/hwmon/nct6775.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:155:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_beep': /kisskb/src/drivers/hwmon/nct6775.c:2121:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'clear_caseopen': /kisskb/src/drivers/hwmon/nct6775.c:3566:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_temp_type': /kisskb/src/drivers/hwmon/nct6775.c:2555:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_temp_beep': /kisskb/src/drivers/hwmon/nct6775.c:2170:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_fan_pulses': /kisskb/src/drivers/hwmon/nct6775.c:2382:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_show': /kisskb/src/drivers/hwmon/nct7802.c:141:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_in_reg': /kisskb/src/drivers/hwmon/nct6775.c:2040:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_mode_show': /kisskb/src/drivers/hwmon/nct7802.c:123:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_auto_temp': /kisskb/src/drivers/hwmon/nct6775.c:3385:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_enable_show': /kisskb/src/drivers/hwmon/nct7802.c:175:15: note: byref variable will be forcibly initialized unsigned int reg, enabled; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'beep_show': /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_auto_pwm': /kisskb/src/drivers/hwmon/nct7802.c:549:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/nct6775.c:3296:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'alarm_show': /kisskb/src/drivers/hwmon/nct7802.c:534:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_fan_is_visible': /kisskb/src/drivers/hwmon/nct7802.c:876:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_in_is_visible': /kisskb/src/drivers/hwmon/nct7802.c:800:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/nct6775.c:2747:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'temp_type_show': /kisskb/src/drivers/hwmon/nct7802.c:87:15: note: byref variable will be forcibly initialized unsigned int mode; ^~~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_temp_is_visible': /kisskb/src/drivers/hwmon/nct7802.c:701:15: note: byref variable will be forcibly initialized unsigned int reg; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_weight_temp': /kisskb/src/drivers/hwmon/nct6775.c:3214:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/nct7802.c:160:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_pwm_weight_temp_sel': /kisskb/src/drivers/hwmon/nct6775.c:2963:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'temp_store': /kisskb/src/drivers/hwmon/nct7802.c:470:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_read_temp': /kisskb/src/drivers/hwmon/nct7802.c:208:19: note: byref variable will be forcibly initialized unsigned int t1, t2 = 0; ^~ /kisskb/src/drivers/hwmon/nct7802.c:208:15: note: byref variable will be forcibly initialized unsigned int t1, t2 = 0; ^~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_fan_time': /kisskb/src/drivers/hwmon/nct6775.c:3264:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'temp_show': /kisskb/src/drivers/hwmon/nct7802.c:455:11: note: byref variable will be forcibly initialized int err, temp; ^~~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_speed_tolerance': /kisskb/src/drivers/hwmon/nct6775.c:3149:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_read_fan_min': /kisskb/src/drivers/hwmon/nct7802.c:256:19: note: byref variable will be forcibly initialized unsigned int f1, f2; ^~ /kisskb/src/drivers/hwmon/nct7802.c:256:15: note: byref variable will be forcibly initialized unsigned int f1, f2; ^~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_target_speed': /kisskb/src/drivers/hwmon/nct6775.c:3047:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_read_fan': /kisskb/src/drivers/hwmon/nct7802.c:232:19: note: byref variable will be forcibly initialized unsigned int f1, f2; ^~ /kisskb/src/drivers/hwmon/nct7802.c:232:15: note: byref variable will be forcibly initialized unsigned int f1, f2; ^~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_target_temp': /kisskb/src/drivers/hwmon/nct6775.c:3011:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_read_voltage': /kisskb/src/drivers/hwmon/nct7802.c:305:19: note: byref variable will be forcibly initialized unsigned int v1, v2; ^~ /kisskb/src/drivers/hwmon/nct7802.c:305:15: note: byref variable will be forcibly initialized unsigned int v1, v2; ^~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_temp_tolerance': /kisskb/src/drivers/hwmon/nct6775.c:3085:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_pwm_temp_sel': /kisskb/src/drivers/hwmon/nct7802.c: In function 'in_alarm_show': /kisskb/src/drivers/hwmon/nct7802.c:396:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c:2921:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_pwm_mode': /kisskb/src/drivers/hwmon/nct6775.c:2689:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_enable_store': /kisskb/src/drivers/hwmon/nct7802.c:191:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'beep_store': /kisskb/src/drivers/hwmon/nct7802.c:565:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/nct7802.c:517:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'in_store': /kisskb/src/drivers/hwmon/nct7802.c:379:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'temp_type_store': /kisskb/src/drivers/hwmon/nct7802.c:103:15: note: byref variable will be forcibly initialized unsigned int type; ^~~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_get_channel_config': /kisskb/src/drivers/hwmon/nct7802.c:1063:25: note: byref variable will be forcibly initialized const char *type_str, *md_str; ^~~~~~ /kisskb/src/drivers/hwmon/nct7802.c:1063:14: note: byref variable will be forcibly initialized const char *type_str, *md_str; ^~~~~~~~ /kisskb/src/drivers/hwmon/nct7802.c:1062:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_configure_channels': /kisskb/src/drivers/hwmon/nct7802.c:1147:30: note: byref variable will be forcibly initialized u8 mode_mask = MODE_LTD_EN, mode_val = MODE_LTD_EN; ^~~~~~~~ /kisskb/src/drivers/hwmon/nct7802.c:1147:5: note: byref variable will be forcibly initialized u8 mode_mask = MODE_LTD_EN, mode_val = MODE_LTD_EN; ^~~~~~~~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_temp_offset': /kisskb/src/drivers/hwmon/nct6775.c:2521:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_temp': /kisskb/src/drivers/hwmon/nct6775.c:2491:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/nct6775.c:2278:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'store_pwm_enable': /kisskb/src/drivers/hwmon/nct6775.c:2849:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/hwmon/nct6775.c:47: /kisskb/src/drivers/hwmon/nct6775.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'nct6775_probe': /kisskb/src/drivers/hwmon/nct6775.c:3949:17: note: byref variable will be forcibly initialized int src, mask, available; ^~~~~~~~~ /kisskb/src/drivers/hwmon/nct6775.c:3949:11: note: byref variable will be forcibly initialized int src, mask, available; ^~~~ /kisskb/src/drivers/hwmon/nct6775.c: In function 'sensors_nct6775_init': /kisskb/src/drivers/hwmon/nct6775.c:5022:26: note: byref variable will be forcibly initialized struct nct6775_sio_data sio_data; ^~~~~~~~ /kisskb/src/drivers/hwmon/nct6775.c:5021:18: note: byref variable will be forcibly initialized struct resource res; ^~~ /kisskb/src/drivers/hwmon/pc87427.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/pc87427.c:613:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/pc87427.c: In function 'pwm_enable_store': /kisskb/src/drivers/hwmon/pc87427.c:583:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/pc87427.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/pc87427.c:431:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/pc87427.c: In function 'pc87427_init': /kisskb/src/drivers/hwmon/pc87427.c:1297:26: note: byref variable will be forcibly initialized struct pc87427_sio_data sio_data; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'i2c_write': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:191:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = adr, .flags = 0, .buf = data, .len = len }; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'Write16': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:258:5: note: byref variable will be forcibly initialized u8 mm[6] = { reg & 0xff, (reg >> 16) & 0xff, ^~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'Write32': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:271:5: note: byref variable will be forcibly initialized u8 mm[8] = { reg & 0xff, (reg >> 16) & 0xff, ^~ /kisskb/src/drivers/usb/storage/karma.c: In function 'karma_probe': /kisskb/src/drivers/usb/storage/karma.c:202:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'i2c_read': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:201:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'Read32': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:245:5: note: byref variable will be forcibly initialized u8 mm2[4]; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:242:5: note: byref variable will be forcibly initialized u8 mm1[4] = { reg & 0xff, (reg >> 16) & 0xff, ^~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'CorrectSysClockDeviation': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1586:6: note: byref variable will be forcibly initialized s32 nomincr = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1585:6: note: byref variable will be forcibly initialized s32 incr = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'Read16': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:231:5: note: byref variable will be forcibly initialized u8 mm2[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:228:5: note: byref variable will be forcibly initialized u8 mm1[4] = { reg & 0xff, (reg >> 16) & 0xff, ^~~ /kisskb/src/drivers/usb/host/xhci-histb.c: In function 'xhci_histb_probe': /kisskb/src/drivers/usb/host/xhci-histb.c:204:19: note: byref variable will be forcibly initialized struct resource *res; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'ReadIFAgc': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:856:7: note: byref variable will be forcibly initialized u16 Value; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'drxd_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:2766:6: note: byref variable will be forcibly initialized u32 value; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'DRX_GetLockStatus': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:517:6: note: byref variable will be forcibly initialized u16 ScRaRamLock = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'drxd_read_status': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:2780:6: note: byref variable will be forcibly initialized u32 lock; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SetCfgIfAgc': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:588:8: note: byref variable will be forcibly initialized u16 FeAgRegAgModeLop; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:563:8: note: byref variable will be forcibly initialized u16 FeAgRegAgModeLop; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SetCfgRfAgc': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:833:9: note: byref variable will be forcibly initialized u16 FeAgRegAgAgcSio = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:807:7: note: byref variable will be forcibly initialized u16 AgModeLop = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:792:9: note: byref variable will be forcibly initialized u16 FeAgRegAgAgcSio = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:755:7: note: byref variable will be forcibly initialized u16 AgModeLop = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:740:9: note: byref variable will be forcibly initialized u16 FeAgRegAgAgcSio = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:707:8: note: byref variable will be forcibly initialized u16 AgModeLop = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SetCfgNoiseCalibration': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1864:6: note: byref variable will be forcibly initialized u16 beOptEna; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SC_SendCommand': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1306:6: note: byref variable will be forcibly initialized u16 errCode; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SC_ProcStartCommand': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1328:6: note: byref variable will be forcibly initialized u16 scExec; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'StartDiversity': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1785:6: note: byref variable will be forcibly initialized u16 rcControl; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'DRX_Start': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:2337:8: note: byref variable will be forcibly initialized u16 sc_config; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SetCfgPga': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1179:6: note: byref variable will be forcibly initialized u16 AgModeHip = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1178:6: note: byref variable will be forcibly initialized u16 AgModeLop = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'StopOC': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:401:6: note: byref variable will be forcibly initialized u16 dtoIncHip = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:400:6: note: byref variable will be forcibly initialized u16 dtoIncLop = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:398:6: note: byref variable will be forcibly initialized u16 ocSyncLvl = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'DRX_Stop': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1682:8: note: byref variable will be forcibly initialized u32 lock; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'load_firmware': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:892:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SetDeviceTypeId': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1491:6: note: byref variable will be forcibly initialized u16 deviceId = 0; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c: In function 'lock_tuner': /kisskb/src/drivers/media/dvb-frontends/tda10021.c:95:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr=state->config->demod_address, .flags=0, .buf=buf, .len=2}; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c:94:5: note: byref variable will be forcibly initialized u8 buf[2] = { 0x0f, tda10021_inittab[0x0f] | 0x80 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c: In function 'unlock_tuner': /kisskb/src/drivers/media/dvb-frontends/tda10021.c:109:17: note: byref variable will be forcibly initialized struct i2c_msg msg_post={.addr=state->config->demod_address, .flags=0, .buf=buf, .len=2}; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c:108:5: note: byref variable will be forcibly initialized u8 buf[2] = { 0x0f, tda10021_inittab[0x0f] & 0x7f }; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c: In function 'tda10021_readreg': /kisskb/src/drivers/media/dvb-frontends/tda10021.c:79:17: note: byref variable will be forcibly initialized struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c:78:5: note: byref variable will be forcibly initialized u8 b1 [] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c:77:5: note: byref variable will be forcibly initialized u8 b0 [] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c: In function '_tda10021_writereg': /kisskb/src/drivers/media/dvb-frontends/tda10021.c:63:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c:62:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/usb/storage/onetouch.c: In function 'onetouch_probe': /kisskb/src/drivers/usb/storage/onetouch.c:278:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ In file included from /kisskb/src/drivers/usb/host/xhci-mtk-sch.c:11: /kisskb/src/drivers/usb/host/xhci-mtk-sch.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/host/xhci-mtk.c: In function 'usb_wakeup_of_property_parse': /kisskb/src/drivers/usb/host/xhci-mtk.c:324:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'or51211_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/or51211.c:316:6: note: byref variable will be forcibly initialized u16 snr; ^~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'i2c_writebytes': /kisskb/src/drivers/media/dvb-frontends/or51211.c:62:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'i2c_readbytes': /kisskb/src/drivers/media/dvb-frontends/or51211.c:79:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'or51211_read_snr': /kisskb/src/drivers/media/dvb-frontends/or51211.c:285:5: note: byref variable will be forcibly initialized u8 snd_buf[3]; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c:284:5: note: byref variable will be forcibly initialized u8 rec_buf[2]; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'or51211_read_status': /kisskb/src/drivers/media/dvb-frontends/or51211.c:230:16: note: byref variable will be forcibly initialized unsigned char snd_buf[] = {0x04,0x00,0x03,0x00}; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c:229:16: note: byref variable will be forcibly initialized unsigned char rec_buf[2]; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'or51211_setmode': /kisskb/src/drivers/media/dvb-frontends/or51211.c:155:5: note: byref variable will be forcibly initialized u8 rec_buf[14]; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'or51211_load_firmware': /kisskb/src/drivers/media/dvb-frontends/or51211.c:97:5: note: byref variable will be forcibly initialized u8 tudata[585]; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'or51211_init': /kisskb/src/drivers/media/dvb-frontends/or51211.c:355:16: note: byref variable will be forcibly initialized unsigned char rec_buf[14]; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c:354:16: note: byref variable will be forcibly initialized unsigned char get_ver_buf[] = {0x04,0x00,0x30,0x00,0x00}; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c:353:25: note: byref variable will be forcibly initialized const struct firmware* fw; ^~ /kisskb/src/drivers/media/dvb-frontends/or51132.c: In function 'or51132_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/or51132.c:516:6: note: byref variable will be forcibly initialized u16 snr; ^~~ /kisskb/src/drivers/media/dvb-frontends/or51132.c: In function 'or51132_readreg': /kisskb/src/drivers/media/dvb-frontends/or51132.c:102:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/or51132.c:101:5: note: byref variable will be forcibly initialized u8 buf[2] = { 0x04, reg }; ^~~ /kisskb/src/drivers/media/dvb-frontends/or51132.c: In function 'or51132_readbuf': /kisskb/src/drivers/media/dvb-frontends/or51132.c:86:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, ^~~ /kisskb/src/drivers/media/dvb-frontends/or51132.c: In function 'or51132_writebuf': /kisskb/src/drivers/media/dvb-frontends/or51132.c:63:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, ^~~ /kisskb/src/drivers/media/dvb-frontends/or51132.c: In function 'or51132_setmode': /kisskb/src/drivers/media/dvb-frontends/or51132.c:223:5: note: byref variable will be forcibly initialized u8 cmd_buf2[3] = {0x1c, 0x00, 0 }; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51132.c:222:5: note: byref variable will be forcibly initialized u8 cmd_buf1[3] = {0x04, 0x01, 0x5f}; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51132.c: In function 'or51132_load_firmware': /kisskb/src/drivers/media/dvb-frontends/or51132.c:121:5: note: byref variable will be forcibly initialized u8 rec_buf[8]; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51132.c: In function 'or51132_set_parameters': /kisskb/src/drivers/media/dvb-frontends/or51132.c:299:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/hwmon/sht15.c: In function 'sht15_status_store': /kisskb/src/drivers/hwmon/sht15.c:708:7: note: byref variable will be forcibly initialized long value; ^~~~~ /kisskb/src/drivers/hwmon/sht15.c: In function 'sht15_update_status': /kisskb/src/drivers/hwmon/sht15.c:455:5: note: byref variable will be forcibly initialized u8 checksum_vals[2]; ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/hwmon/sht15.c:16: /kisskb/src/drivers/hwmon/sht15.c: In function 'sht15_measurement': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/sht15.c:542:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(data->wait_queue, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/sht15.c: In function 'sht15_bh_read_data': /kisskb/src/drivers/hwmon/sht15.c:816:5: note: byref variable will be forcibly initialized u8 checksum_vals[3]; ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/sht21.c: In function 'eic_read': /kisskb/src/drivers/hwmon/sht21.c:165:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/hwmon/sht21.c:163:5: note: byref variable will be forcibly initialized u8 rx[8]; ^~ /kisskb/src/drivers/hwmon/sht21.c:162:5: note: byref variable will be forcibly initialized u8 tx[2]; ^~ /kisskb/src/drivers/hwmon/sht4x.c: In function 'sht4x_read_values': /kisskb/src/drivers/hwmon/sht4x.c:80:5: note: byref variable will be forcibly initialized u8 raw_data[SHT4X_RESPONSE_LENGTH]; ^~~~~~~~ /kisskb/src/drivers/hwmon/sht4x.c:79:5: note: byref variable will be forcibly initialized u8 cmd[SHT4X_CMD_LEN] = {SHT4X_CMD_MEASURE_HPM}; ^~~ /kisskb/src/drivers/hwmon/sht4x.c: In function 'sht4x_probe': /kisskb/src/drivers/hwmon/sht4x.c:241:5: note: byref variable will be forcibly initialized u8 cmd[] = {SHT4X_CMD_RESET}; ^~~ /kisskb/src/drivers/hwmon/shtc1.c: In function 'shtc1_update_client': /kisskb/src/drivers/hwmon/shtc1.c:105:16: note: byref variable will be forcibly initialized unsigned char buf[SHTC1_RESPONSE_LENGTH]; ^~~ /kisskb/src/drivers/hwmon/shtc1.c: In function 'shtc1_probe': /kisskb/src/drivers/hwmon/shtc1.c:195:7: note: byref variable will be forcibly initialized char id_reg_buf[2]; ^~~~~~~~~~ In file included from /kisskb/src/drivers/usb/host/r8a66597-hcd.c:30: /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'r8a66597_read_fifo': /kisskb/src/drivers/usb/host/r8a66597.h:177:18: note: byref variable will be forcibly initialized unsigned long tmp = ioread32(fifoaddr); ^~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'set_pipe_reg_addr': /kisskb/src/drivers/usb/host/r8a66597-hcd.c:302:22: note: byref variable will be forcibly initialized const unsigned long fifoctr[] = {D0FIFOCTR, D1FIFOCTR, CFIFOCTR}; ^~~~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c:301:22: note: byref variable will be forcibly initialized const unsigned long fifosel[] = {D0FIFOSEL, D1FIFOSEL, CFIFOSEL}; ^~~~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c:300:22: note: byref variable will be forcibly initialized const unsigned long fifoaddr[] = {D0FIFO, D1FIFO, CFIFO}; ^~~~~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'set_address_zero': /kisskb/src/drivers/usb/host/r8a66597-hcd.c:1842:17: note: byref variable will be forcibly initialized u16 root_port, hub_port; ^~~~~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c:1842:6: note: byref variable will be forcibly initialized u16 root_port, hub_port; ^~~~~~~~~ /kisskb/src/drivers/hwmon/smsc47m192.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/smsc47m192.c:225:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/smsc47m192.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/smsc47m192.c:203:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/smsc47m192.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/smsc47m192.c:419:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'get_empty_pipenum': /kisskb/src/drivers/usb/host/r8a66597-hcd.c:655:6: note: byref variable will be forcibly initialized u16 array[R8A66597_MAX_NUM_PIPE], i = 0, min; ^~~~~ /kisskb/src/drivers/hwmon/smsc47m192.c: In function 'temp_offset_store': /kisskb/src/drivers/hwmon/smsc47m192.c:357:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/smsc47m192.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/smsc47m192.c:301:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/smsc47m192.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/smsc47m192.c:324:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'r8a66597_probe': /kisskb/src/drivers/usb/host/r8a66597-hcd.c:2399:7: note: byref variable will be forcibly initialized char clk_name[8]; ^~~~~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'r8a66597_check_detect_child': /kisskb/src/drivers/usb/host/r8a66597-hcd.c:2090:16: note: byref variable will be forcibly initialized unsigned long now_map[4]; ^~~~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'init_pipe_info': /kisskb/src/drivers/usb/host/r8a66597-hcd.c:937:28: note: byref variable will be forcibly initialized struct r8a66597_pipe_info info; ^~~~ /kisskb/src/drivers/usb/host/fsl-mph-dr-of.c: In function 'fsl_usb2_mph_dr_of_probe': /kisskb/src/drivers/usb/host/fsl-mph-dr-of.c:178:32: note: byref variable will be forcibly initialized struct fsl_usb2_platform_data data, *pdata; ^~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'rts51x_bulk_transport': /kisskb/src/drivers/usb/storage/realtek_cr.c:209:15: note: byref variable will be forcibly initialized unsigned int cswlen; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_writebytes': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:85:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = b, .len = len + 1 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:83:5: note: byref variable will be forcibly initialized u8 b[256]; ^ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'fw5895_init': /kisskb/src/drivers/usb/storage/realtek_cr.c:699:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_readbytes': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:106:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'enable_oscillator': /kisskb/src/drivers/usb/storage/realtek_cr.c:481:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'fw5895_set_mmc_wp': /kisskb/src/drivers/usb/storage/realtek_cr.c:722:5: note: byref variable will be forcibly initialized u8 buf[13]; ^~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_hab_send_request': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:156:25: note: byref variable will be forcibly initialized bcm3510_register_value v,hab; ^ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'rts51x_check_status': /kisskb/src/drivers/usb/storage/realtek_cr.c:451:5: note: byref variable will be forcibly initialized u8 buf[16]; ^~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_hab_get_response': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:139:25: note: byref variable will be forcibly initialized bcm3510_register_value v; ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_do_hab_cmd': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:207:24: note: byref variable will be forcibly initialized u8 ob[MAX_XFER_SIZE], ib[MAX_XFER_SIZE]; ^~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:207:5: note: byref variable will be forcibly initialized u8 ob[MAX_XFER_SIZE], ib[MAX_XFER_SIZE]; ^~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'rts51x_bulk_transport_special': /kisskb/src/drivers/usb/storage/realtek_cr.c:298:15: note: byref variable will be forcibly initialized unsigned int cswlen; ^~~~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'do_config_autodelink': /kisskb/src/drivers/usb/storage/realtek_cr.c:533:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'config_autodelink_after_power_on': /kisskb/src/drivers/usb/storage/realtek_cr.c:562:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'config_autodelink_before_power_down': /kisskb/src/drivers/usb/storage/realtek_cr.c:629:5: note: byref variable will be forcibly initialized u8 value; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_tuner_cmd': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:365:30: note: byref variable will be forcibly initialized struct bcm3510_hab_cmd_tune c; ^ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'realtek_cr_probe': /kisskb/src/drivers/usb/storage/realtek_cr.c:1036:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'realtek_cr_autosuspend_setup': /kisskb/src/drivers/usb/storage/realtek_cr.c:878:5: note: byref variable will be forcibly initialized u8 buf[16]; ^~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_check_firmware_version': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:663:42: note: byref variable will be forcibly initialized struct bcm3510_hab_cmd_get_version_info ver; ^~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_bert_reset': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:267:25: note: byref variable will be forcibly initialized bcm3510_register_value b; ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_set_frontend': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:500:38: note: byref variable will be forcibly initialized struct bcm3510_hab_cmd_bert_control bert; ^~~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:499:37: note: byref variable will be forcibly initialized struct bcm3510_hab_cmd_ext_acquire cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_clear_reset': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:704:25: note: byref variable will be forcibly initialized bcm3510_register_value v; ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_reset': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:683:25: note: byref variable will be forcibly initialized bcm3510_register_value v; ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_download_firmware': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:633:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_init_cold': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:729:25: note: byref variable will be forcibly initialized bcm3510_register_value v; ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_init': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:763:33: note: byref variable will be forcibly initialized struct bcm3510_hab_cmd_set_agc c; ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:762:25: note: byref variable will be forcibly initialized bcm3510_register_value j; ^ /kisskb/src/drivers/media/dvb-frontends/bcm3510.c: In function 'bcm3510_attach': /kisskb/src/drivers/media/dvb-frontends/bcm3510.c:800:25: note: byref variable will be forcibly initialized bcm3510_register_value v; ^ /kisskb/src/drivers/usb/storage/sddr09.c: In function 'sddr09_probe': /kisskb/src/drivers/usb/storage/sddr09.c:1751:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ In file included from /kisskb/src/drivers/usb/storage/sddr09.c:33: /kisskb/src/drivers/usb/storage/sddr09.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/storage/sddr09.c: In function 'sddr09_get_wp': /kisskb/src/drivers/usb/storage/sddr09.c:1096:16: note: byref variable will be forcibly initialized unsigned char status; ^~~~~~ /kisskb/src/drivers/usb/storage/sddr09.c: In function 'sddr09_get_cardinfo': /kisskb/src/drivers/usb/storage/sddr09.c:1140:7: note: byref variable will be forcibly initialized char blurbtxt[256]; ^~~~~~~~ /kisskb/src/drivers/usb/storage/sddr09.c:1139:16: note: byref variable will be forcibly initialized unsigned char deviceID[4]; ^~~~~~~~ /kisskb/src/drivers/usb/storage/sddr09.c: In function 'sddr09_read_data': /kisskb/src/drivers/usb/storage/sddr09.c:741:22: note: byref variable will be forcibly initialized struct scatterlist *sg; ^~ /kisskb/src/drivers/usb/storage/sddr09.c:740:20: note: byref variable will be forcibly initialized unsigned int len, offset; ^~~~~~ /kisskb/src/drivers/usb/storage/sddr09.c: In function 'sddr09_write_lba': /kisskb/src/drivers/usb/storage/sddr09.c:860:16: note: byref variable will be forcibly initialized unsigned char ecc[3]; ^~~ /kisskb/src/drivers/usb/storage/sddr09.c: In function 'sddr09_write_data': /kisskb/src/drivers/usb/storage/sddr09.c:968:22: note: byref variable will be forcibly initialized struct scatterlist *sg; ^~ /kisskb/src/drivers/usb/storage/sddr09.c:967:20: note: byref variable will be forcibly initialized unsigned int len, offset; ^~~~~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'temp_auto_point_temp_store': /kisskb/src/drivers/hwmon/amc6821.c:494:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'pwm1_auto_point_pwm_store': /kisskb/src/drivers/hwmon/amc6821.c:561:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'pwm1_enable_store': /kisskb/src/drivers/hwmon/amc6821.c:383:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'pwm1_store': /kisskb/src/drivers/hwmon/amc6821.c:358:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'fan1_div_store': /kisskb/src/drivers/hwmon/amc6821.c:655:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'fan_store': /kisskb/src/drivers/hwmon/amc6821.c:617:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'temp_store': /kisskb/src/drivers/hwmon/amc6821.c:282:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/thmc50.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/thmc50.c:186:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c: In function 'usbat_probe': /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1836:18: note: byref variable will be forcibly initialized struct us_data *us; ^~ /kisskb/src/drivers/hwmon/thmc50.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/thmc50.c:216:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/thmc50.c: In function 'analog_out_store': /kisskb/src/drivers/hwmon/thmc50.c:132:16: note: byref variable will be forcibly initialized unsigned long tmp; ^~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c: In function 'usbat_identify_device': /kisskb/src/drivers/usb/storage/shuttle_usbat.c:980:16: note: byref variable will be forcibly initialized unsigned char status; ^~~~~~ /kisskb/src/drivers/hwmon/tmp108.c: In function 'tmp108_write': /kisskb/src/drivers/hwmon/tmp108.c:194:6: note: byref variable will be forcibly initialized u32 regval, mask; ^~~~~~ /kisskb/src/drivers/hwmon/tmp108.c: In function 'tmp108_read': /kisskb/src/drivers/hwmon/tmp108.c:95:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c: In function 'usbat_flash_get_sector_count': /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1061:16: note: byref variable will be forcibly initialized unsigned char status; ^~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1059:17: note: byref variable will be forcibly initialized unsigned char command[3] = { 0x01, 0xA0, 0xEC }; ^~~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1054:16: note: byref variable will be forcibly initialized unsigned char registers[3] = { ^~~~~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c: In function 'usbat_flash_read_data': /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1127:22: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1126:15: note: byref variable will be forcibly initialized unsigned int sg_offset = 0; ^~~~~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1121:16: note: byref variable will be forcibly initialized unsigned char command[7]; ^~~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1112:16: note: byref variable will be forcibly initialized unsigned char registers[7] = { ^~~~~~~~~ /kisskb/src/drivers/hwmon/tmp108.c: In function 'tmp108_probe': /kisskb/src/drivers/hwmon/tmp108.c:332:6: note: byref variable will be forcibly initialized u32 config; ^~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c: In function 'usbat_flash_write_data': /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1218:22: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1217:15: note: byref variable will be forcibly initialized unsigned int sg_offset = 0; ^~~~~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1212:16: note: byref variable will be forcibly initialized unsigned char command[7]; ^~~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1203:16: note: byref variable will be forcibly initialized unsigned char registers[7] = { ^~~~~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c: In function 'usbat_hp8200e_handle_read10': /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1298:22: note: byref variable will be forcibly initialized struct scatterlist *sg = NULL; ^~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1297:15: note: byref variable will be forcibly initialized unsigned int sg_offset = 0; ^~~~~~~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c: In function 'usbat_hp8200e_transport': /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1557:16: note: byref variable will be forcibly initialized unsigned char data[32]; ^~~~ /kisskb/src/drivers/usb/storage/shuttle_usbat.c:1556:16: note: byref variable will be forcibly initialized unsigned char registers[32]; ^~~~~~~~~ /kisskb/src/drivers/hwmon/tmp421.c: In function 'tmp421_probe_child_from_dt': /kisskb/src/drivers/hwmon/tmp421.c:370:6: note: byref variable will be forcibly initialized s32 val; ^~~ /kisskb/src/drivers/hwmon/tmp421.c:369:6: note: byref variable will be forcibly initialized u32 i; ^ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c: In function 's5h1420_tuner_i2c_tuner_xfer': /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:837:5: note: byref variable will be forcibly initialized u8 tx_open[2] = { CON_1, state->CON_1_val | 1 }; /* repeater stops once there was a stop condition */ ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:836:17: note: byref variable will be forcibly initialized struct i2c_msg m[3]; ^ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c: In function 's5h1420_writereg': /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:99:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:98:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c: In function 's5h1420_readreg': /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:69:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:68:5: note: byref variable will be forcibly initialized u8 b[2]; ^ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c: In function 's5h1420_set_frontend': /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:651:8: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:633:36: note: byref variable will be forcibly initialized struct dvb_frontend_tune_settings fesettings; ^~~~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fill_registers_buffer': /kisskb/src/drivers/usb/host/fotg210-hcd.c:646:14: note: byref variable will be forcibly initialized char *next, scratch[80]; ^~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_hub_control': /kisskb/src/drivers/usb/host/fotg210-hcd.c:276:7: note: byref variable will be forcibly initialized char _buf[80]; \ ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:1685:4: note: in expansion of macro 'dbg_port' dbg_port(fotg210, "GetStatus", wIndex + 1, temp); ^~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'qh_schedule': /kisskb/src/drivers/usb/host/fotg210-hcd.c:3759:9: note: byref variable will be forcibly initialized __hc32 c_mask; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/usb/host/fotg210-hcd.c:25: /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_qtd_alloc': /kisskb/src/drivers/usb/host/fotg210-hcd.c:1823:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_qh_alloc': /kisskb/src/drivers/usb/host/fotg210-hcd.c:1856:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'intr_submit': /kisskb/src/drivers/usb/host/fotg210-hcd.c:3829:19: note: byref variable will be forcibly initialized struct list_head empty; ^~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'itd_urb_transaction': /kisskb/src/drivers/usb/host/fotg210-hcd.c:4079:13: note: byref variable will be forcibly initialized dma_addr_t itd_dma; ^~~~~~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_vrm': /kisskb/src/drivers/hwmon/vt1211.c:868:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_pwm_auto_point_pwm': /kisskb/src/drivers/hwmon/vt1211.c:836:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_urb_enqueue': /kisskb/src/drivers/usb/host/fotg210-hcd.c:5268:19: note: byref variable will be forcibly initialized struct list_head qtd_list; ^~~~~~~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_pwm_auto_point_temp': /kisskb/src/drivers/hwmon/vt1211.c:774:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_reset': /kisskb/src/drivers/usb/host/fotg210-hcd.c:270:7: note: byref variable will be forcibly initialized char _buf[80]; \ ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:942:2: note: in expansion of macro 'dbg_cmd' dbg_cmd(fotg210, "reset", command); ^~~~~~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_pwm': /kisskb/src/drivers/hwmon/vt1211.c:636:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'uframe_periodic_max_store': /kisskb/src/drivers/usb/host/fotg210-hcd.c:4704:11: note: byref variable will be forcibly initialized unsigned uframe_periodic_max; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_fan': /kisskb/src/drivers/hwmon/vt1211.c:530:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_stop': /kisskb/src/drivers/usb/host/fotg210-hcd.c:264:7: note: byref variable will be forcibly initialized char _buf[80]; \ ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:4895:2: note: in expansion of macro 'dbg_status' dbg_status(fotg210, "fotg210_stop completed", ^~~~~~~~~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_temp': /kisskb/src/drivers/hwmon/vt1211.c:453:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_in': /kisskb/src/drivers/hwmon/vt1211.c:379:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fill_async_buffer': /kisskb/src/drivers/usb/host/fotg210-hcd.c:454:8: note: byref variable will be forcibly initialized char *next; ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:453:17: note: byref variable will be forcibly initialized unsigned temp, size; ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_run': /kisskb/src/drivers/usb/host/fotg210-hcd.c:270:7: note: byref variable will be forcibly initialized char _buf[80]; \ ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5042:2: note: in expansion of macro 'dbg_cmd' dbg_cmd(fotg210, "init", fotg210->command); ^~~~~~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'vt1211_init': /kisskb/src/drivers/hwmon/vt1211.c:1316:17: note: byref variable will be forcibly initialized unsigned short address = 0; ^~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_hrtimer_func': /kisskb/src/drivers/usb/host/fotg210-hcd.c:1343:16: note: byref variable will be forcibly initialized unsigned long events; ^~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'w83627ehf_do_read_in': /kisskb/src/drivers/hwmon/w83627ehf.c:1482:8: note: byref variable will be forcibly initialized int bit[] = { 0, 1, 2, 3, 8, 21, 20, 16, 17, 19 }; ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_irq': /kisskb/src/drivers/usb/host/fotg210-hcd.c:264:7: note: byref variable will be forcibly initialized char _buf[80]; \ ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5228:3: note: in expansion of macro 'dbg_status' dbg_status(fotg210, "fatal", status); ^~~~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:270:7: note: byref variable will be forcibly initialized char _buf[80]; \ ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5227:3: note: in expansion of macro 'dbg_cmd' dbg_cmd(fotg210, "fatal", cmd); ^~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:264:7: note: byref variable will be forcibly initialized char _buf[80]; \ ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5152:2: note: in expansion of macro 'dbg_status' dbg_status(fotg210, "irq", status); ^~~~~~~~~~ /kisskb/src/drivers/hwmon/tmp513.c: In function 'tmp51x_read': /kisskb/src/drivers/hwmon/tmp513.c:400:6: note: byref variable will be forcibly initialized u32 regval; ^~~~~~ /kisskb/src/drivers/hwmon/tmp513.c: In function 'tmp51x_init': /kisskb/src/drivers/hwmon/tmp513.c:567:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/hwmon/tmp513.c: In function 'tmp51x_read_properties': /kisskb/src/drivers/hwmon/tmp513.c:659:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/hwmon/tmp513.c:658:6: note: byref variable will be forcibly initialized u32 nfactor[3]; ^~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/media/v4l2-dev.h:15, from /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:12: /kisskb/src/drivers/media/v4l2-core/v4l2-event.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/poll.h:8, from /kisskb/src/include/media/v4l2-dev.h:13, from /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:12: /kisskb/src/drivers/media/v4l2-core/v4l2-event.c: In function 'v4l2_event_dequeue': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:72:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(fh->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_tolerance': /kisskb/src/drivers/hwmon/w83627ehf.c:915:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_target_temp': /kisskb/src/drivers/hwmon/w83627ehf.c:891:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_step_output': /kisskb/src/drivers/hwmon/w83627ehf.c:975:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:991:1: note: in expansion of macro 'fan_functions' fan_functions(fan_step_output, data->REG_FAN_STEP_OUTPUT) ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_max_output': /kisskb/src/drivers/hwmon/w83627ehf.c:975:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:990:1: note: in expansion of macro 'fan_functions' fan_functions(fan_max_output, data->REG_FAN_MAX_OUTPUT) ^~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-event.c: In function 'v4l2_event_unsubscribe_all': /kisskb/src/drivers/media/v4l2-core/v4l2-event.c:279:33: note: byref variable will be forcibly initialized struct v4l2_event_subscription sub; ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_stop_output': /kisskb/src/drivers/hwmon/w83627ehf.c:975:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:989:1: note: in expansion of macro 'fan_functions' fan_functions(fan_stop_output, W83627EHF_REG_FAN_STOP_OUTPUT) ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_start_output': /kisskb/src/drivers/hwmon/w83627ehf.c:975:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:988:1: note: in expansion of macro 'fan_functions' fan_functions(fan_start_output, W83627EHF_REG_FAN_START_OUTPUT) ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_stop_time': /kisskb/src/drivers/hwmon/w83627ehf.c:1014:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:1027:1: note: in expansion of macro 'fan_time_functions' fan_time_functions(fan_stop_time, W83627EHF_REG_FAN_STOP_TIME) ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'sensors_w83627ehf_init': /kisskb/src/drivers/hwmon/w83627ehf.c:2123:28: note: byref variable will be forcibly initialized struct w83627ehf_sio_data sio_data; ^~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c:2118:17: note: byref variable will be forcibly initialized unsigned short address; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt330x_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:601:6: note: byref variable will be forcibly initialized u16 snr; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt3302_sw_reset': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:128:5: note: byref variable will be forcibly initialized u8 reset[] = { ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt3303_sw_reset': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:151:5: note: byref variable will be forcibly initialized u8 reset[] = { ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt330x_set_parameters': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:342:5: note: byref variable will be forcibly initialized u8 top_ctrl_cfg[] = { TOP_CONTROL, 0x03 }; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'i2c_read_demod_bytes': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:96:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:95:5: note: byref variable will be forcibly initialized u8 wr[] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt330x_probe': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:864:5: note: byref variable will be forcibly initialized u8 buf[1]; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt3303_read_snr': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:542:5: note: byref variable will be forcibly initialized u8 buf[5]; /* read data buffer */ ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt3303_read_status': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:726:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt3302_read_snr': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:495:5: note: byref variable will be forcibly initialized u8 buf[5]; /* read data buffer */ ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt3302_read_status': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:623:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt330x_attach': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:920:25: note: byref variable will be forcibly initialized struct lgdt330x_config config = *_config; ^~~~~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_tolerance': /kisskb/src/drivers/hwmon/w83l786ng.c:590:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_pwm_enable': /kisskb/src/drivers/hwmon/w83l786ng.c:534:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_pwm_mode': /kisskb/src/drivers/hwmon/w83l786ng.c:482:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/w83l786ng.c:509:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_fan_div': /kisskb/src/drivers/hwmon/w83l786ng.c:342:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/w83l786ng.c:297:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_in_max': /kisskb/src/drivers/hwmon/w83l786ng.c:244:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c:257:1: note: in expansion of macro 'store_in_reg' store_in_reg(MAX, max) ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_in_min': /kisskb/src/drivers/hwmon/w83l786ng.c:244:16: note: byref variable will be forcibly initialized unsigned long val; \ ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c:256:1: note: in expansion of macro 'store_in_reg' store_in_reg(MIN, min) ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/xgene-hwmon.c: In function 'xgene_hwmon_reg_map_rd': /kisskb/src/drivers/hwmon/xgene-hwmon.c:230:6: note: byref variable will be forcibly initialized u32 msg[3]; ^~~ /kisskb/src/drivers/hwmon/xgene-hwmon.c: In function 'xgene_hwmon_get_io_pwr': /kisskb/src/drivers/hwmon/xgene-hwmon.c:296:12: note: byref variable will be forcibly initialized u32 watt, mwatt; ^~~~~ /kisskb/src/drivers/hwmon/xgene-hwmon.c:296:6: note: byref variable will be forcibly initialized u32 watt, mwatt; ^~~~ /kisskb/src/drivers/hwmon/xgene-hwmon.c: In function 'power2_input_show': /kisskb/src/drivers/hwmon/xgene-hwmon.c:386:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/hwmon/xgene-hwmon.c: In function 'xgene_hwmon_get_cpu_pwr': /kisskb/src/drivers/hwmon/xgene-hwmon.c:279:12: note: byref variable will be forcibly initialized u32 watt, mwatt; ^~~~~ /kisskb/src/drivers/hwmon/xgene-hwmon.c:279:6: note: byref variable will be forcibly initialized u32 watt, mwatt; ^~~~ /kisskb/src/drivers/hwmon/xgene-hwmon.c: In function 'power1_input_show': /kisskb/src/drivers/hwmon/xgene-hwmon.c:371:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_temp': /kisskb/src/drivers/hwmon/w83l786ng.c:426:7: note: byref variable will be forcibly initialized long val; ^~~ /kisskb/src/drivers/hwmon/xgene-hwmon.c: In function 'temp1_input_show': /kisskb/src/drivers/hwmon/xgene-hwmon.c:325:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/hwmon/xgene-hwmon.c: In function 'xgene_hwmon_evt_work': /kisskb/src/drivers/hwmon/xgene-hwmon.c:439:26: note: byref variable will be forcibly initialized struct slimpro_resp_msg amsg; ^~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_write_reg': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:127:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:126:5: note: byref variable will be forcibly initialized u8 buf[] = { reg >> 8, reg & 0xff, val }; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_read_reg': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:151:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:150:5: note: byref variable will be forcibly initialized u8 reg_buf[] = { reg >> 8, reg & 0xff }; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_set_reg_bit': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:185:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_mpeg_tristate': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:290:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:5: note: byref variable will be forcibly initialized u8 __val; \ ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1722:14: note: in expansion of macro 'read_reg' *ucblocks = read_reg(state, 0x00f4); /* TPIFTPERRCNT[0-7] */ ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_calculate_snr_x100': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:5: note: byref variable will be forcibly initialized u8 __val; \ ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1495:9: note: in expansion of macro 'read_reg' (read_reg(state, 0x00e9)); ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:5: note: byref variable will be forcibly initialized u8 __val; \ ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1494:9: note: in expansion of macro 'read_reg' pwr = (read_reg(state, 0x00e8) << 8) | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:5: note: byref variable will be forcibly initialized u8 __val; \ ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1493:9: note: in expansion of macro 'read_reg' (read_reg(state, 0x00ed)); ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:5: note: byref variable will be forcibly initialized u8 __val; \ ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1492:9: note: in expansion of macro 'read_reg' mse = (read_reg(state, 0x00ec) << 8) | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1642:6: note: byref variable will be forcibly initialized u16 snr; /* snr_x10 */ ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1641:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_read_ber': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:5: note: byref variable will be forcibly initialized u8 __val; \ ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1707:21: note: in expansion of macro 'read_reg' tmp = (tmp << 8) | read_reg(state, 0x00ff); /* NBERVALUE[0-7] */ ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:5: note: byref variable will be forcibly initialized u8 __val; \ ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1706:21: note: in expansion of macro 'read_reg' tmp = (tmp << 8) | read_reg(state, 0x00fe); /* NBERVALUE[8-15] */ ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:5: note: byref variable will be forcibly initialized u8 __val; \ ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1705:21: note: in expansion of macro 'read_reg' tmp = (tmp << 8) | read_reg(state, 0x00fd); /* NBERVALUE[16-23] */ ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:5: note: byref variable will be forcibly initialized u8 __val; \ ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1704:21: note: in expansion of macro 'read_reg' tmp = read_reg(state, 0x00fc); /* NBERVALUE[24-31] */ ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_check_neverlock_status': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1263:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_check_oper_mode': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1146:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_check_lock_status': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1178:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_get_packet_error': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1424:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_pre_monitoring': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1281:5: note: byref variable will be forcibly initialized u8 currChDiffACQ, snrRef, mainStrong, aiccrejStatus; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1279:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_monitor_vsb': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1073:13: note: byref variable will be forcibly initialized u8 snrRef, maxPowerMan, nCombDet; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1071:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_mpeg_mode': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:226:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_mpeg_mode_polarity': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:264:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_read_status': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1569:6: note: byref variable will be forcibly initialized u16 strength = 0; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_set_vsb': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:383:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lnbh25.c: In function 'lnbh25_read_vmon': /kisskb/src/drivers/media/dvb-frontends/lnbh25.c:45:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lnbh25.c:44:5: note: byref variable will be forcibly initialized u8 status[6]; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/lnbh25.c:43:5: note: byref variable will be forcibly initialized u8 addr = 0x00; ^~~~ /kisskb/src/drivers/media/dvb-frontends/lnbh25.c: In function 'lnbh25_set_voltage': /kisskb/src/drivers/media/dvb-frontends/lnbh25.c:88:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_init': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:817:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_read_reg': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:81:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c:80:5: note: byref variable will be forcibly initialized u8 reg_buf[] = { reg >> 8, reg & 0xff }; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_set_qam': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:543:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2161_read_snr': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1246:11: note: byref variable will be forcibly initialized u8 snr1, snr2; ^~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1246:5: note: byref variable will be forcibly initialized u8 snr1, snr2; ^~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_read_lock_status': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1122:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_read_status': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1189:21: note: byref variable will be forcibly initialized int ret, acq_lock, sync_lock; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1189:11: note: byref variable will be forcibly initialized int ret, acq_lock, sync_lock; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_fic_version': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:496:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_nog': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:530:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_tnog': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:546:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_search': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1761:17: note: byref variable will be forcibly initialized enum fe_status status = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_sgn': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:562:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_prc': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:578:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_rs_frame_mode': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:597:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_rs_frame_ensemble': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:637:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_attach': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1799:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_rs_code_mode': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:663:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_sccc_block_mode': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:688:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_sccc_code_mode': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:725:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_read_snr': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1218:11: note: byref variable will be forcibly initialized u8 snr1, snr2; ^~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1218:5: note: byref variable will be forcibly initialized u8 snr1, snr2; ^~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_write_reg': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:57:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c:56:5: note: byref variable will be forcibly initialized u8 buf[] = { reg >> 8, reg & 0xff, val }; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_set_reg_bit': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:126:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_agc_fix': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:263:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_agc_polarity': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:305:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_tuner_pwr_save_polarity': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:325:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_set_if': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:238:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_tuner_pwr_save': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:362:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_set_spi_clock': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:422:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2161_set_output_interface': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:440:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_set_ensemble': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:395:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_spectrum_polarity': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:344:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/isl6421.c: In function 'isl6421_set_tone': /kisskb/src/drivers/media/dvb-frontends/isl6421.c:146:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = isl6421->i2c_addr, .flags = 0, ^~~ /kisskb/src/drivers/media/dvb-frontends/isl6421.c: In function 'isl6421_enable_high_lnb_voltage': /kisskb/src/drivers/media/dvb-frontends/isl6421.c:127:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = isl6421->i2c_addr, .flags = 0, ^~~ /kisskb/src/drivers/media/dvb-frontends/isl6421.c: In function 'isl6421_set_voltage': /kisskb/src/drivers/media/dvb-frontends/isl6421.c:37:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/isl6421.c:34:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c: In function 'subdev_do_ioctl': /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:651:15: note: byref variable will be forcibly initialized v4l2_std_id id; ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:521:32: note: byref variable will be forcibly initialized struct v4l2_subdev_selection sel; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:503:32: note: byref variable will be forcibly initialized struct v4l2_subdev_selection sel; ^~~ In file included from /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:14: /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c: In function 'v4l2_subdev_link_validate': /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:848:38: note: byref variable will be forcibly initialized struct v4l2_subdev_format sink_fmt, source_fmt; ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-subdev.c:848:28: note: byref variable will be forcibly initialized struct v4l2_subdev_format sink_fmt, source_fmt; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda10086.c: In function 'tda10086_write_byte': /kisskb/src/drivers/media/dvb-frontends/tda10086.c:42:5: note: byref variable will be forcibly initialized u8 b0[] = { reg, data }; ^~ /kisskb/src/drivers/media/dvb-frontends/tda10086.c: In function 'tda10086_read_byte': /kisskb/src/drivers/media/dvb-frontends/tda10086.c:59:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/tda10086.c:58:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/tda10086.c: In function 'tda10086_set_frontend': /kisskb/src/drivers/media/dvb-frontends/tda10086.c:406:6: note: byref variable will be forcibly initialized u32 freq = 0; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/usb/image/mdc800.c:75: /kisskb/src/drivers/usb/image/mdc800.c: In function 'mdc800_device_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/image/mdc800.c:734:5: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(mdc800->download_wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/image/mdc800.c: In function 'mdc800_usb_waitForIRQ': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/image/mdc800.c:337:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(mdc800->irq_wait, mdc800->irq_woken, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/image/mdc800.c: In function 'mdc800_device_write': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/image/mdc800.c:859:4: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(mdc800->write_wait, mdc800->written, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/cypress_cy7c63.c: In function 'write_port': /kisskb/src/drivers/usb/misc/cypress_cy7c63.c:120:6: note: byref variable will be forcibly initialized int value = -1; ^~~~~ /kisskb/src/drivers/usb/image/microtek.c: In function 'mts_usb_probe': /kisskb/src/drivers/usb/image/microtek.c:660:6: note: byref variable will be forcibly initialized int ep_in_set[3]; /* this will break if we have more than three endpoints ^~~~~~~~~ /kisskb/src/drivers/usb/serial/usb-serial.c: In function 'serial_proc_show': /kisskb/src/drivers/usb/serial/usb-serial.c:551:7: note: byref variable will be forcibly initialized char tmp[40]; ^~~ In file included from /kisskb/src/drivers/usb/misc/emi62.c:14: /kisskb/src/drivers/usb/misc/emi62.c: In function 'request_ihex_firmware': /kisskb/src/include/linux/ihex.h:68:25: note: byref variable will be forcibly initialized const struct firmware *lfw; ^~~ /kisskb/src/drivers/usb/misc/emi62.c: In function 'emi62_load_firmware': /kisskb/src/drivers/usb/misc/emi62.c:83:25: note: byref variable will be forcibly initialized const struct firmware *firmware_fw = NULL; ^~~~~~~~~~~ /kisskb/src/drivers/usb/misc/emi62.c:82:25: note: byref variable will be forcibly initialized const struct firmware *bitstream_fw = NULL; ^~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/emi62.c:81:25: note: byref variable will be forcibly initialized const struct firmware *loader_fw = NULL; ^~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c: In function 'v4l2_ctrl_query_fill': /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:71:6: note: byref variable will be forcibly initialized s64 def = _def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:70:6: note: byref variable will be forcibly initialized u64 step = _step; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:69:6: note: byref variable will be forcibly initialized s64 max = _max; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:68:6: note: byref variable will be forcibly initialized s64 min = _min; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:67:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-common.c: In function 'v4l2_get_link_freq': /kisskb/src/drivers/media/v4l2-core/v4l2-common.c:456:25: note: byref variable will be forcibly initialized struct v4l2_querymenu qm = { .id = V4L2_CID_LINK_FREQ }; ^~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c: In function 'tua6100_set_params': /kisskb/src/drivers/media/dvb-frontends/tua6100.c:68:17: note: byref variable will be forcibly initialized struct i2c_msg msg2 = { .addr = priv->i2c_address, .flags = 0, .buf = reg2, .len = 3 }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:67:17: note: byref variable will be forcibly initialized struct i2c_msg msg1 = { .addr = priv->i2c_address, .flags = 0, .buf = reg1, .len = 4 }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:66:17: note: byref variable will be forcibly initialized struct i2c_msg msg0 = { .addr = priv->i2c_address, .flags = 0, .buf = reg0, .len = 2 }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:65:5: note: byref variable will be forcibly initialized u8 reg2[] = { 0x02, 0x00, 0x00 }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:64:5: note: byref variable will be forcibly initialized u8 reg1[] = { 0x01, 0x00, 0x00, 0x00 }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:63:5: note: byref variable will be forcibly initialized u8 reg0[] = { 0x00, 0x00 }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c: In function 'tua6100_sleep': /kisskb/src/drivers/media/dvb-frontends/tua6100.c:44:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = reg0, .len = 2 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:43:5: note: byref variable will be forcibly initialized u8 reg0[] = { 0x00, 0x00 }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c: In function 'tua6100_attach': /kisskb/src/drivers/media/dvb-frontends/tua6100.c:165:17: note: byref variable will be forcibly initialized struct i2c_msg msg [] = { { .addr = addr, .flags = 0, .buf = b1, .len = 1 }, ^~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:164:5: note: byref variable will be forcibly initialized u8 b2 [] = { 0x00 }; ^~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:163:5: note: byref variable will be forcibly initialized u8 b1 [] = { 0x80 }; ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c: In function 's5h1409_writereg': /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:306:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:304:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data >> 8, data & 0xff }; ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c: In function 's5h1409_readreg': /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:324:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:322:5: note: byref variable will be forcibly initialized u8 b1[] = { 0, 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:321:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c: In function 's5h1409_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:877:6: note: byref variable will be forcibly initialized u16 snr; ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c: In function 's5h1409_read_status': /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:750:6: note: byref variable will be forcibly initialized u32 tuner_status = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/au8522_common.c: In function 'au8522_writereg': /kisskb/src/drivers/media/dvb-frontends/au8522_common.c:35:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config.demod_address, ^~~ /kisskb/src/drivers/media/dvb-frontends/au8522_common.c:33:5: note: byref variable will be forcibly initialized u8 buf[] = { (reg >> 8) | 0x80, reg & 0xff, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/au8522_common.c: In function 'au8522_readreg': /kisskb/src/drivers/media/dvb-frontends/au8522_common.c:54:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/au8522_common.c:52:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/au8522_common.c:51:5: note: byref variable will be forcibly initialized u8 b0[] = { (reg >> 8) | 0x40, reg & 0xff }; ^~ /kisskb/src/drivers/media/dvb-frontends/au8522_dig.c: In function 'au8522_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/au8522_dig.c:764:6: note: byref variable will be forcibly initialized u16 snr; ^~~ /kisskb/src/drivers/media/dvb-frontends/au8522_dig.c: In function 'au8522_read_status': /kisskb/src/drivers/media/dvb-frontends/au8522_dig.c:638:6: note: byref variable will be forcibly initialized u32 tuner_status = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/au8522_dig.c: In function 'au8522_attach': /kisskb/src/drivers/media/dvb-frontends/au8522_dig.c:836:23: note: byref variable will be forcibly initialized struct au8522_state *state = NULL; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/au8522_decoder.c: In function 'au8522_probe': /kisskb/src/drivers/media/dvb-frontends/au8522_decoder.c:675:23: note: byref variable will be forcibly initialized struct au8522_state *state; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_readreg': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:109:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c:108:5: note: byref variable will be forcibly initialized u8 b; ^ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:93:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->i2c_addr, ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c:92:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_set_frequency': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:383:6: note: byref variable will be forcibly initialized s32 f = 0; ^ /kisskb/src/drivers/media/dvb-frontends/cx24113.c:382:6: note: byref variable will be forcibly initialized u16 n = 6; ^ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_set_params': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:471:6: note: byref variable will be forcibly initialized u32 bw; ^~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_agc_callback': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:492:6: note: byref variable will be forcibly initialized s16 s, i; ^ In file included from /kisskb/src/drivers/usb/misc/ezusb.c:13: /kisskb/src/drivers/usb/misc/ezusb.c: In function 'request_ihex_firmware': /kisskb/src/include/linux/ihex.h:68:25: note: byref variable will be forcibly initialized const struct firmware *lfw; ^~~ /kisskb/src/drivers/usb/misc/ezusb.c: In function 'ezusb_ihex_firmware_download': /kisskb/src/drivers/usb/misc/ezusb.c:63:25: note: byref variable will be forcibly initialized const struct firmware *firmware = NULL; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c: In function 's5h1411_readreg': /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:353:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:351:5: note: byref variable will be forcibly initialized u8 b1[] = { 0, 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:350:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c: In function 's5h1411_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:792:6: note: byref variable will be forcibly initialized u16 snr; ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c: In function 's5h1411_read_status': /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:654:6: note: byref variable will be forcibly initialized u32 tuner_status = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c: In function 's5h1411_writereg': /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:336:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = addr, .flags = 0, .buf = buf, .len = 3 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:334:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data >> 8, data & 0xff }; ^~~ In file included from /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:10: /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'send_initial_event': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:44:20: note: byref variable will be forcibly initialized struct v4l2_event ev; ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'send_event': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:55:20: note: byref variable will be forcibly initialized struct v4l2_event ev; ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'v4l2_ctrl_new_std': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1417:6: note: byref variable will be forcibly initialized u32 flags; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1416:22: note: byref variable will be forcibly initialized enum v4l2_ctrl_type type; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1415:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c: In function 'lgs8gl5_update_alt_reg': /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:127:17: note: byref variable will be forcibly initialized struct i2c_msg msg[3] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:126:5: note: byref variable will be forcibly initialized u8 b2[] = {reg, data}; ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:125:5: note: byref variable will be forcibly initialized u8 b1[] = {0}; ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:124:5: note: byref variable will be forcibly initialized u8 b0[] = {reg}; ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c: In function 'lgs8gl5_write_reg': /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:64:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:63:5: note: byref variable will be forcibly initialized u8 buf[] = {reg, data}; ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c: In function 'lgs8gl5_read_reg': /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:86:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:85:5: note: byref variable will be forcibly initialized u8 b1[] = {0}; ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:84:5: note: byref variable will be forcibly initialized u8 b0[] = {reg}; ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'v4l2_ctrl_new_custom': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1380:6: note: byref variable will be forcibly initialized s64 def = cfg->def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1379:6: note: byref variable will be forcibly initialized u64 step = cfg->step; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1378:6: note: byref variable will be forcibly initialized s64 max = cfg->max; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1377:6: note: byref variable will be forcibly initialized s64 min = cfg->min; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1376:6: note: byref variable will be forcibly initialized u32 flags = cfg->flags; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1375:22: note: byref variable will be forcibly initialized enum v4l2_ctrl_type type = cfg->type; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1372:14: note: byref variable will be forcibly initialized const char *name = cfg->name; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'v4l2_ctrl_new_std_menu': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1446:6: note: byref variable will be forcibly initialized u32 flags; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1445:6: note: byref variable will be forcibly initialized u64 step; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1444:6: note: byref variable will be forcibly initialized s64 def = _def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1443:6: note: byref variable will be forcibly initialized s64 max = _max; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1442:6: note: byref variable will be forcibly initialized s64 min; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1441:22: note: byref variable will be forcibly initialized enum v4l2_ctrl_type type; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1440:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1439:15: note: byref variable will be forcibly initialized unsigned int qmenu_int_len = 0; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'v4l2_ctrl_new_std_menu_items': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1476:6: note: byref variable will be forcibly initialized s64 def = _def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1475:6: note: byref variable will be forcibly initialized s64 max = _max; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1474:6: note: byref variable will be forcibly initialized s64 min; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1473:6: note: byref variable will be forcibly initialized u64 step; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1472:6: note: byref variable will be forcibly initialized u32 flags; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1471:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1470:22: note: byref variable will be forcibly initialized enum v4l2_ctrl_type type; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'v4l2_ctrl_new_std_compound': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1506:22: note: byref variable will be forcibly initialized s64 min, max, step, def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1506:16: note: byref variable will be forcibly initialized s64 min, max, step, def; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1506:11: note: byref variable will be forcibly initialized s64 min, max, step, def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1506:6: note: byref variable will be forcibly initialized s64 min, max, step, def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1505:6: note: byref variable will be forcibly initialized u32 flags; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1504:22: note: byref variable will be forcibly initialized enum v4l2_ctrl_type type; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1503:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c: In function 'v4l2_ctrl_new_int_menu': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1530:6: note: byref variable will be forcibly initialized u32 flags; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1529:6: note: byref variable will be forcibly initialized s64 def = _def; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1528:6: note: byref variable will be forcibly initialized s64 max = _max; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1527:6: note: byref variable will be forcibly initialized u64 step; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1526:6: note: byref variable will be forcibly initialized s64 min; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1525:22: note: byref variable will be forcibly initialized enum v4l2_ctrl_type type; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-core.c:1524:14: note: byref variable will be forcibly initialized const char *name; ^~~~ /kisskb/src/drivers/usb/renesas_usbhs/mod.c: In function 'usbhs_interrupt': /kisskb/src/drivers/usb/renesas_usbhs/mod.c:245:25: note: byref variable will be forcibly initialized struct usbhs_irq_state irq_state; ^~~~~~~~~ /kisskb/src/drivers/usb/renesas_usbhs/common.c: In function 'usbhs_probe': /kisskb/src/drivers/usb/renesas_usbhs/common.c:596:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ In file included from /kisskb/src/drivers/usb/renesas_usbhs/pipe.c:9: /kisskb/src/drivers/usb/renesas_usbhs/pipe.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/renesas_usbhs/pipe.c: In function 'usbhs_pipe_malloc': /kisskb/src/drivers/usb/renesas_usbhs/pipe.c:700:6: note: byref variable will be forcibly initialized u16 pipecfg, pipebuf; ^~~~~~~ In file included from /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:12: /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/misc/idmouse.c: In function 'idmouse_create_image': /kisskb/src/drivers/usb/misc/idmouse.c:126:6: note: byref variable will be forcibly initialized int bulk_read; ^~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'v4l2_g_ext_ctrls_common': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:355:26: note: byref variable will be forcibly initialized struct v4l2_ctrl_helper helper[4]; ^~~~~~ /kisskb/src/drivers/usb/misc/idmouse.c: In function 'idmouse_probe': /kisskb/src/drivers/usb/misc/idmouse.c:321:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *endpoint; ^~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'try_set_ext_ctrls_common': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:519:26: note: byref variable will be forcibly initialized struct v4l2_ctrl_helper helper[4]; ^~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'v4l2_g_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:726:26: note: byref variable will be forcibly initialized struct v4l2_ext_control c; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'v4l2_ctrl_g_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:807:26: note: byref variable will be forcibly initialized struct v4l2_ext_control c; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c: In function 'v4l2_ctrl_g_ctrl_int64': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-api.c:820:26: note: byref variable will be forcibly initialized struct v4l2_ext_control c; ^ /kisskb/src/drivers/media/dvb-frontends/tda665x.c: In function 'tda665x_read': /kisskb/src/drivers/media/dvb-frontends/tda665x.c:29:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = config->addr, .flags = I2C_M_RD, .buf = buf, .len = 2 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda665x.c: In function 'tda665x_get_status': /kisskb/src/drivers/media/dvb-frontends/tda665x.c:69:5: note: byref variable will be forcibly initialized u8 result = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda665x.c: In function 'tda665x_write': /kisskb/src/drivers/media/dvb-frontends/tda665x.c:45:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = config->addr, .flags = 0, .buf = buf, .len = length }; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda665x.c: In function 'tda665x_set_frequency': /kisskb/src/drivers/media/dvb-frontends/tda665x.c:95:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda665x.c:94:17: note: byref variable will be forcibly initialized u32 frequency, status = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_write_reg': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:31:5: note: byref variable will be forcibly initialized u8 buf2[] = { data }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:30:5: note: byref variable will be forcibly initialized u8 buf1[] = { reg >> 8, reg & 0xFF }; ^~~~ /kisskb/src/drivers/usb/gadget/function/f_loopback.c: In function 'f_lb_opts_bulk_buflen_store': /kisskb/src/drivers/usb/gadget/function/f_loopback.c:528:6: note: byref variable will be forcibly initialized u32 num; ^~~ /kisskb/src/drivers/usb/gadget/function/f_loopback.c: In function 'f_lb_opts_qlen_store': /kisskb/src/drivers/usb/gadget/function/f_loopback.c:490:6: note: byref variable will be forcibly initialized u32 num; ^~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_read_reg': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:56:5: note: byref variable will be forcibly initialized u8 buf2[] = { 0 }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:55:5: note: byref variable will be forcibly initialized u8 buf1[] = { reg >> 8, reg & 0xFF }; ^~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:376:5: note: byref variable will be forcibly initialized u8 t; ^ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_read_ber': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:352:5: note: byref variable will be forcibly initialized u8 t; ^ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'is_locked': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:149:5: note: byref variable will be forcibly initialized u8 status; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_read_status': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:330:5: note: byref variable will be forcibly initialized u8 agc_locked = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:329:5: note: byref variable will be forcibly initialized u8 locked = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'set_if_freq': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:111:5: note: byref variable will be forcibly initialized u8 dat; ^~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_set_fe': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:261:5: note: byref variable will be forcibly initialized u8 locked = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_attach': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:454:5: note: byref variable will be forcibly initialized u8 data = 0; ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/usb/serial/generic.c:10: /kisskb/src/drivers/usb/serial/generic.c: In function 'usb_serial_generic_tiocmiwait': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/generic.c:538:8: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(port->port.delta_msr_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/generic.c:530:22: note: byref variable will be forcibly initialized struct async_icount cnow; ^~~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_iso_qlen_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1198:6: note: byref variable will be forcibly initialized u32 num; ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_bulk_qlen_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1160:6: note: byref variable will be forcibly initialized u32 num; ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_bulk_buflen_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1122:6: note: byref variable will be forcibly initialized u32 num; ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_isoc_maxburst_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1079:5: note: byref variable will be forcibly initialized u8 num; ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_isoc_mult_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1036:5: note: byref variable will be forcibly initialized u8 num; ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_isoc_interval_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:950:5: note: byref variable will be forcibly initialized u8 num; ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_pattern_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:907:5: note: byref variable will be forcibly initialized u8 num; ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_isoc_maxpacket_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:993:6: note: byref variable will be forcibly initialized u16 num; ^~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_core.c:13: /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_core.c:11: /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_writeregN': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:213:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:190:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c:189:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_readreg': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:249:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c:248:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c:247:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_load_firmware': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:556:16: note: byref variable will be forcibly initialized unsigned char vers[4]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c:554:21: note: byref variable will be forcibly initialized struct cx24116_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_firmware_ondemand': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:466:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_set_voltage': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:835:21: note: byref variable will be forcibly initialized struct cx24116_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_set_tone': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:863:21: note: byref variable will be forcibly initialized struct cx24116_cmd cmd; ^~~ /kisskb/src/drivers/usb/misc/isight_firmware.c: In function 'isight_firmware_load': /kisskb/src/drivers/usb/misc/isight_firmware.c:41:16: note: byref variable will be forcibly initialized unsigned char data[4]; ^~~~ /kisskb/src/drivers/usb/misc/isight_firmware.c:39:25: note: byref variable will be forcibly initialized const struct firmware *firmware; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_sleep': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:1178:21: note: byref variable will be forcibly initialized struct cx24116_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_diseqc_init': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:907:21: note: byref variable will be forcibly initialized struct cx24116_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_initfe': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:1146:21: note: byref variable will be forcibly initialized struct cx24116_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:714:21: note: byref variable will be forcibly initialized struct cx24116_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_set_frontend': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:1207:17: note: byref variable will be forcibly initialized enum fe_status tunerstat; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c:1206:21: note: byref variable will be forcibly initialized struct cx24116_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_get_frontend': /kisskb/src/drivers/media/dvb-frontends/af9013.c:403:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_init': /kisskb/src/drivers/media/dvb-frontends/af9013.c:835:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_pid_filter': /kisskb/src/drivers/media/dvb-frontends/af9013.c:1187:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_set_frontend': /kisskb/src/drivers/media/dvb-frontends/af9013.c:113:6: note: byref variable will be forcibly initialized u32 if_frequency, freq_cw; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:112:5: note: byref variable will be forcibly initialized u8 buf[6]; ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_read_status': /kisskb/src/drivers/media/dvb-frontends/af9013.c:522:5: note: byref variable will be forcibly initialized u8 buf[7]; ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:521:42: note: byref variable will be forcibly initialized unsigned int utmp, utmp1, utmp2, utmp3, utmp4; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:521:35: note: byref variable will be forcibly initialized unsigned int utmp, utmp1, utmp2, utmp3, utmp4; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:521:28: note: byref variable will be forcibly initialized unsigned int utmp, utmp1, utmp2, utmp3, utmp4; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:521:21: note: byref variable will be forcibly initialized unsigned int utmp, utmp1, utmp2, utmp3, utmp4; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:521:15: note: byref variable will be forcibly initialized unsigned int utmp, utmp1, utmp2, utmp3, utmp4; ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_sleep': /kisskb/src/drivers/media/dvb-frontends/af9013.c:982:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_download_firmware': /kisskb/src/drivers/media/dvb-frontends/af9013.c:1032:25: note: byref variable will be forcibly initialized const struct firmware *firmware; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:1030:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:1029:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_probe': /kisskb/src/drivers/media/dvb-frontends/af9013.c:1440:5: note: byref variable will be forcibly initialized u8 firmware_version[4]; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_rregs': /kisskb/src/drivers/media/dvb-frontends/af9013.c:1326:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:1325:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_wregs': /kisskb/src/drivers/media/dvb-frontends/af9013.c:1284:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:1283:5: note: byref variable will be forcibly initialized u8 buf[21]; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_readreg': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:310:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:309:5: note: byref variable will be forcibly initialized u8 recv = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_writecmd': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:282:5: note: byref variable will be forcibly initialized u8 buf[CX24117_ARGLEN+1]; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:281:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:260:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->priv->demod_address, ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:259:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_readregN': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:335:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:840:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_read_snr': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:818:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_read_ber': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:763:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_load_firmware': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:547:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:543:21: note: byref variable will be forcibly initialized struct cx24117_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_firmware_ondemand': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:443:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_set_voltage': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:902:21: note: byref variable will be forcibly initialized struct cx24117_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_set_tone': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:954:21: note: byref variable will be forcibly initialized struct cx24117_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:788:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:785:21: note: byref variable will be forcibly initialized struct cx24117_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_get_frontend': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1562:5: note: byref variable will be forcibly initialized u8 buf[0x1f-4]; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1556:21: note: byref variable will be forcibly initialized struct cx24117_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_set_frontend': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1300:17: note: byref variable will be forcibly initialized enum fe_status tunerstat; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1299:21: note: byref variable will be forcibly initialized struct cx24117_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_sleep': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1279:21: note: byref variable will be forcibly initialized struct cx24117_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_initfe': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1219:21: note: byref variable will be forcibly initialized struct cx24117_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_attach': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1163:23: note: byref variable will be forcibly initialized struct cx24117_priv *priv = NULL; ^~~~ In file included from /kisskb/src/include/linux/sh_dma.h:10, from /kisskb/src/drivers/usb/renesas_usbhs/fifo.h:12, from /kisskb/src/drivers/usb/renesas_usbhs/pipe.h:12, from /kisskb/src/drivers/usb/renesas_usbhs/common.h:21, from /kisskb/src/drivers/usb/renesas_usbhs/fifo.c:12: /kisskb/src/drivers/usb/renesas_usbhs/fifo.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:969:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^~ /kisskb/src/drivers/usb/renesas_usbhs/fifo.c: In function 'usbhsf_dma_init_dt': /kisskb/src/drivers/usb/renesas_usbhs/fifo.c:1277:7: note: byref variable will be forcibly initialized char name[16]; ^~~~ /kisskb/src/drivers/usb/renesas_usbhs/fifo.c: In function 'usbhsf_dma_init_pdev': /kisskb/src/drivers/usb/renesas_usbhs/fifo.c:1261:17: note: byref variable will be forcibly initialized dma_cap_mask_t mask; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_writeregs': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:224:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:195:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c:194:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/usb/renesas_usbhs/fifo.c: In function 'usbhsf_pkt_handler': /kisskb/src/drivers/usb/renesas_usbhs/fifo.c:164:6: note: byref variable will be forcibly initialized int is_done = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_readreg': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:166:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c:165:5: note: byref variable will be forcibly initialized u8 buf = 0; ^~~ /kisskb/src/drivers/media/cec/core/cec-core.c: In function 'cec_error_inj_write': /kisskb/src/drivers/media/cec/core/cec-core.c:194:8: note: byref variable will be forcibly initialized char *p; ^ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_voltage': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:535:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_msg_mpeg_output_global_config': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:443:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_tone': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:512:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_diseqc_send_burst': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:490:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_vco': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:1237:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_msg_mpeg_output_config': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:469:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_send_diseqc_msg': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:551:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_get_stats': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:609:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_clock_ratios': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:918:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_set_frontend': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:1136:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_init': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:1272:21: note: byref variable will be forcibly initialized struct cx24120_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c:1269:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21_readregs': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:310:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21_writeregs': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:227:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:226:5: note: byref variable will be forcibly initialized u8 buf[60];/* = { reg1, data };*/ ^~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21xx_send_diseqc_msg': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:383:5: note: byref variable will be forcibly initialized u8 LNB_CTRL_1; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:382:5: note: byref variable will be forcibly initialized u8 lnb_status; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21xx_set_symbolrate': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:354:5: note: byref variable will be forcibly initialized u8 sym_rate_bytes[3]; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21xx_setacquire': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:649:10: note: byref variable will be forcibly initialized u8 reg, regs[3]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:649:5: note: byref variable will be forcibly initialized u8 reg, regs[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:648:5: note: byref variable will be forcibly initialized u8 start_acq = 0x80; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:646:5: note: byref variable will be forcibly initialized u8 coderate_ptr; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:641:5: note: byref variable will be forcibly initialized u8 coderates[] = { ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21xx_set_frontend': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:728:16: note: byref variable will be forcibly initialized unsigned char regs[4]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:717:6: note: byref variable will be forcibly initialized int afs[ALLOWABLE_FS_COUNT] = { 200, 192, 193, 194, 195, ^~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:713:7: note: byref variable will be forcibly initialized bool inband_interferer_div4[ALLOWABLE_FS_COUNT]; ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:712:7: note: byref variable will be forcibly initialized bool inband_interferer_div2[ALLOWABLE_FS_COUNT]; ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21xx_sleep': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:841:5: note: byref variable will be forcibly initialized u8 regdata; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21xx_init': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:481:5: note: byref variable will be forcibly initialized u8 reg2[2]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:480:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:479:5: note: byref variable will be forcibly initialized u8 reg1; ^~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21_writereg': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:253:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:252:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21_readreg': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:284:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:283:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:282:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21_read_status': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:535:5: note: byref variable will be forcibly initialized u8 regs_read[2]; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_probe': /kisskb/src/drivers/media/dvb-frontends/si2168.c:672:20: note: byref variable will be forcibly initialized struct si2168_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_read_status': /kisskb/src/drivers/media/dvb-frontends/si2168.c:121:20: note: byref variable will be forcibly initialized struct si2168_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_ts_bus_ctrl': /kisskb/src/drivers/media/dvb-frontends/si2168.c:87:20: note: byref variable will be forcibly initialized struct si2168_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_set_frontend': /kisskb/src/drivers/media/dvb-frontends/si2168.c:236:20: note: byref variable will be forcibly initialized struct si2168_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_sleep': /kisskb/src/drivers/media/dvb-frontends/si2168.c:556:20: note: byref variable will be forcibly initialized struct si2168_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_init': /kisskb/src/drivers/media/dvb-frontends/si2168.c:415:20: note: byref variable will be forcibly initialized struct si2168_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c:414:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_deselect': /kisskb/src/drivers/media/dvb-frontends/si2168.c:612:20: note: byref variable will be forcibly initialized struct si2168_cmd cmd; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2168.c: In function 'si2168_select': /kisskb/src/drivers/media/dvb-frontends/si2168.c:594:20: note: byref variable will be forcibly initialized struct si2168_cmd cmd; ^~~ /kisskb/src/drivers/usb/renesas_usbhs/rza.c: In function 'usbhs_rza1_hardware_init': /kisskb/src/drivers/usb/renesas_usbhs/rza.c:19:20: note: byref variable will be forcibly initialized u32 freq_usb = 0, freq_extal = 0; ^~~~~~~~~~ /kisskb/src/drivers/usb/renesas_usbhs/rza.c:19:6: note: byref variable will be forcibly initialized u32 freq_usb = 0, freq_extal = 0; ^~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-request.c: In function 'v4l2_ctrl_request_clone': /kisskb/src/drivers/media/v4l2-core/v4l2-ctrls-request.c:70:25: note: byref variable will be forcibly initialized struct v4l2_ctrl_ref *new_ref; ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function '__gs_console_push': /kisskb/src/drivers/usb/gadget/function/u_serial.c:906:8: note: byref variable will be forcibly initialized char buf[64]; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/usb/gadget/function/u_serial.c:18: /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function 'gserial_free_port': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c:1190:2: note: in expansion of macro 'wait_event' wait_event(port->close_wait, gs_closed(port)); ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function 'gs_close': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c:697:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(port->drain_wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/gadget/function/u_serial.c:29: /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function 'gs_put_char': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^~~~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c:758:11: note: in expansion of macro 'kfifo_put' status = kfifo_put(&port->port_write_buf, ch); ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function 'gserial_set_console': /kisskb/src/drivers/usb/gadget/function/u_serial.c:1070:7: note: byref variable will be forcibly initialized bool enable; ^~~~~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function 'gserial_alloc_line_no_console': /kisskb/src/drivers/usb/gadget/function/u_serial.c:1217:29: note: byref variable will be forcibly initialized struct usb_cdc_line_coding coding; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c: In function 'stv0288_writeregI': /kisskb/src/drivers/media/dvb-frontends/stv0288.c:55:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c:54:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/misc/ldusb.c:23: /kisskb/src/drivers/usb/misc/ldusb.c: In function 'ld_usb_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c:473:12: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible(dev->read_wait, dev->interrupt_in_done); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c: In function 'stv0288_readreg': /kisskb/src/drivers/media/dvb-frontends/stv0288.c:86:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c:85:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c:84:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/usb/misc/ldusb.c: In function 'ld_usb_write': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c:555:12: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible(dev->write_wait, !dev->interrupt_out_busy); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c: In function 'ld_usb_release': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c:398:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(dev->write_wait, !dev->interrupt_out_busy, 2 * HZ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/misc/ldusb.c:23: /kisskb/src/drivers/usb/misc/ldusb.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c: In function 'stb6000_sleep': /kisskb/src/drivers/media/dvb-frontends/stb6000.c:42:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c:41:5: note: byref variable will be forcibly initialized u8 buf[] = { 10, 0 }; ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c: In function 'stb6000_set_params': /kisskb/src/drivers/media/dvb-frontends/stb6000.c:73:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c:72:5: note: byref variable will be forcibly initialized u8 buf[12]; ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c: In function 'stb6000_attach': /kisskb/src/drivers/media/dvb-frontends/stb6000.c:193:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c:192:5: note: byref variable will be forcibly initialized u8 b1[] = { 0, 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c:191:5: note: byref variable will be forcibly initialized u8 b0[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/s921.c: In function 's921_i2c_readreg': /kisskb/src/drivers/media/dvb-frontends/s921.c:234:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/s921.c:232:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/s921.c: In function 's921_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/s921.c:384:17: note: byref variable will be forcibly initialized enum fe_status status; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/s921.c: In function 's921_i2c_writereg': /kisskb/src/drivers/media/dvb-frontends/s921.c:202:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/s921.c:201:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_ep.c: In function 'setup_bd_list_xfr': /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_ep.c:428:25: note: byref variable will be forcibly initialized u32 maxp, tfs, dword2, dword3; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_write_reg': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:123:17: note: byref variable will be forcibly initialized struct i2c_msg i2cmsg = { ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:121:5: note: byref variable will be forcibly initialized u8 data[3]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_read_reg': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:144:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:143:5: note: byref variable will be forcibly initialized u8 buf = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:142:5: note: byref variable will be forcibly initialized u8 b0[] = { MSB(reg), LSB(reg) }; ^~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_write_bits': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:182:16: note: byref variable will be forcibly initialized u8 reg, mask, pos; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:182:10: note: byref variable will be forcibly initialized u8 reg, mask, pos; ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_ep.c:12: /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_ep.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_ep.c: In function 'ep_bd_list_alloc': /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_ep.c:127:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_get_bits': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:197:11: note: byref variable will be forcibly initialized u8 mask, pos; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:197:5: note: byref variable will be forcibly initialized u8 mask, pos; ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/media/cec/core/cec-adap.c:10: /kisskb/src/drivers/media/cec/core/cec-adap.c: In function 'cec_thread_func': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c:488:4: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(adap->kthread_waitq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c:478:10: note: in expansion of macro 'wait_event_interruptible_timeout' err = wait_event_interruptible_timeout(adap->kthread_waitq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_send_burst': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:1742:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c: In function 'cec_config_thread_func': /kisskb/src/drivers/media/cec/core/cec-adap.c:1484:18: note: byref variable will be forcibly initialized struct cec_msg msg = {}; ^~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'ir_getkeycode': /kisskb/src/drivers/media/rc/rc-main.c:552:6: note: byref variable will be forcibly initialized u64 scancode; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_attach': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:1903:29: note: byref variable will be forcibly initialized struct stv0900_init_params init_params; ^~~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'ir_setkeycode': /kisskb/src/drivers/media/rc/rc-main.c:431:6: note: byref variable will be forcibly initialized u64 scancode; ^~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_filter': /kisskb/src/drivers/media/rc/rc-main.c:1418:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/media/rc/rc-main.c:1416:28: note: byref variable will be forcibly initialized struct rc_scancode_filter new_filter, *filter; ^~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_wakeup_protocols': /kisskb/src/drivers/media/rc/rc-main.c:1577:8: note: byref variable will be forcibly initialized u64 mask = 1ULL << protocol; ^~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_protocols': /kisskb/src/drivers/media/rc/rc-main.c:1282:21: note: byref variable will be forcibly initialized u64 old_protocols, new_protocols; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'rc_prepare_rx_device': /kisskb/src/drivers/media/rc/rc-main.c:1787:6: note: byref variable will be forcibly initialized u64 rc_proto; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_get_tuner_freq': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1154:6: note: byref variable will be forcibly initialized u32 freq = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c: In function 'mn88472_set_frontend': /kisskb/src/drivers/media/dvb-frontends/mn88472.c:206:6: note: byref variable will be forcibly initialized u32 if_frequency; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c: In function 'mn88472_probe': /kisskb/src/drivers/media/dvb-frontends/mn88472.c:582:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c: In function 'mn88472_read_status': /kisskb/src/drivers/media/dvb-frontends/mn88472.c:24:5: note: byref variable will be forcibly initialized u8 buf[5]; ^~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c:23:15: note: byref variable will be forcibly initialized unsigned int utmp, utmp1, utmp2; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_blind_search_algo': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1596:3: note: byref variable will be forcibly initialized fec_timeout = 50, ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1595:6: note: byref variable will be forcibly initialized s32 demod_timeout = 500, ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c: In function 'mn88472_init': /kisskb/src/drivers/media/dvb-frontends/mn88472.c:400:25: note: byref variable will be forcibly initialized const struct firmware *firmware; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c:399:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_write_reg': /kisskb/src/drivers/media/dvb-frontends/ec100.c:24:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c:23:5: note: byref variable will be forcibly initialized u8 buf[2] = {reg, val}; ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_read_reg': /kisskb/src/drivers/media/dvb-frontends/ec100.c:49:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/ec100.c:235:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_read_ber': /kisskb/src/drivers/media/dvb-frontends/ec100.c:203:10: note: byref variable will be forcibly initialized u8 tmp, tmp2; ^~~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c:203:5: note: byref variable will be forcibly initialized u8 tmp, tmp2; ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_read_status': /kisskb/src/drivers/media/dvb-frontends/ec100.c:167:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_attach': /kisskb/src/drivers/media/dvb-frontends/ec100.c:276:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ In file included from /kisskb/src/include/linux/usb/gadget.h:24, from /kisskb/src/drivers/usb/renesas_usbhs/mod_gadget.c:15: /kisskb/src/drivers/usb/renesas_usbhs/mod_gadget.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_track_optimization': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:820:3: note: byref variable will be forcibly initialized timef, ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:819:3: note: byref variable will be forcibly initialized timed, ^~~~~ /kisskb/src/drivers/usb/renesas_usbhs/mod_gadget.c: In function 'usbhsg_irq_ctrl_stage': /kisskb/src/drivers/usb/renesas_usbhs/mod_gadget.c:483:25: note: byref variable will be forcibly initialized struct usb_ctrlrequest ctrl; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_sw_algo': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:192:3: note: byref variable will be forcibly initialized max_steps; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:190:3: note: byref variable will be forcibly initialized sft_stp_tout, ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:189:3: note: byref variable will be forcibly initialized fqc_inc, ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_dvbs1_acq_workaround': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1273:3: note: byref variable will be forcibly initialized fec_timeout, ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1272:3: note: byref variable will be forcibly initialized demod_timeout, ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_algo': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1810:27: note: byref variable will be forcibly initialized s32 demod_timeout = 500, fec_timeout = 50; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1810:6: note: byref variable will be forcibly initialized s32 demod_timeout = 500, fec_timeout = 50; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c: In function 'ds3000_writereg': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:231:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { .addr = state->config->demod_address, ^~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c:230:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c: In function 'ds3000_writeFW': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:264:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c: In function 'ds3000_readreg': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:304:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c:303:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c:302:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c: In function 'ds3000_set_frontend': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:891:6: note: byref variable will be forcibly initialized u32 frequency; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c:889:17: note: byref variable will be forcibly initialized enum fe_status status; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c: In function 'ds3000_firmware_ondemand': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:336:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c: In function 'ts2020_read_tuner_gain': /kisskb/src/drivers/media/dvb-frontends/ts2020.c:341:11: note: byref variable will be forcibly initialized unsigned utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c: In function 'ts2020_get_tuner_gain': /kisskb/src/drivers/media/dvb-frontends/ts2020.c:400:5: note: byref variable will be forcibly initialized u8 agc_pwm; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c: In function 'ts2020_set_tuner_rf': /kisskb/src/drivers/media/dvb-frontends/ts2020.c:168:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c: In function 'ts2020_set_params': /kisskb/src/drivers/media/dvb-frontends/ts2020.c:193:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c: In function 'ts2020_probe': /kisskb/src/drivers/media/dvb-frontends/ts2020.c:561:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c: In function 'ts2020_attach': /kisskb/src/drivers/media/dvb-frontends/ts2020.c:512:23: note: byref variable will be forcibly initialized struct ts2020_config pdata; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c:509:24: note: byref variable will be forcibly initialized struct i2c_board_info board_info; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c: In function 'mb86a20s_i2c_writereg': /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:216:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:215:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c: In function 'mb86a20s_i2c_readreg': /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:251:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:249:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/usb/serial/console.c: In function 'usb_console_setup': /kisskb/src/drivers/usb/serial/console.c:68:18: note: byref variable will be forcibly initialized struct ktermios dummy; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_setbits': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:228:11: note: byref variable will be forcibly initialized u8 mask, pos; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:228:5: note: byref variable will be forcibly initialized u8 mask, pos; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_get_tuner_freq': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:356:6: note: byref variable will be forcibly initialized u32 freq = 0; ^~~~ /kisskb/src/drivers/usb/serial/console.c: In function 'usb_console_write': /kisskb/src/drivers/usb/serial/console.c:236:18: note: byref variable will be forcibly initialized unsigned char cr = 13; ^~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_writeregs': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:125:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:124:5: note: byref variable will be forcibly initialized u8 buf[MAX_XFER_SIZE]; ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c: In function 'mb86a20s_get_stats': /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_writereg': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:159:5: note: byref variable will be forcibly initialized u8 tmp = data; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1570:23: note: byref variable will be forcibly initialized u32 block_error = 0, block_count = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1570:6: note: byref variable will be forcibly initialized u32 block_error = 0, block_count = 0; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1567:21: note: byref variable will be forcibly initialized u32 bit_error = 0, bit_count = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1567:6: note: byref variable will be forcibly initialized u32 bit_error = 0, bit_count = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_readreg': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:168:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:167:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:166:5: note: byref variable will be forcibly initialized u8 b0[] = { 0, 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367ter_gate_ctrl': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:335:5: note: byref variable will be forcibly initialized u8 tmp = stv0367_readreg(state, R367TER_I2CRPT); ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_readbits': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:240:11: note: byref variable will be forcibly initialized u8 mask, pos; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:240:5: note: byref variable will be forcibly initialized u8 mask, pos; ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c: In function 'mb86a20s_set_frontend': /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1864:10: note: byref variable will be forcibly initialized int rc, if_freq; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_writebits': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:214:16: note: byref variable will be forcibly initialized u8 reg, mask, pos; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:214:10: note: byref variable will be forcibly initialized u8 reg, mask, pos; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367ddb_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:3081:6: note: byref variable will be forcibly initialized u32 ucblocks = 0; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367cab_get_frontend': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:2604:6: note: byref variable will be forcibly initialized u32 ifkhz = 0; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367cab_algo': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:2330:38: note: byref variable will be forcibly initialized u32 QAMFEC_Lock, QAM_Lock, u32_tmp, ifkhz, ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367ter_algo': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:1005:51: note: byref variable will be forcibly initialized u32 trl_nomrate = 0, InternalFreq = 0, temp = 0, ifkhz = 0; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367ter_set_frontend': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:1230:5: note: byref variable will be forcibly initialized u8 SenseTrials[] = { INVERSION_ON, INVERSION_OFF }; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_probe': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:556:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_search': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:326:17: note: byref variable will be forcibly initialized enum fe_status status = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_gpio_set': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:440:5: note: byref variable will be forcibly initialized u8 gpio[GPIO_COUNT]; ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/misc/legousbtower.c:78: /kisskb/src/drivers/usb/misc/legousbtower.c: In function 'tower_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/legousbtower.c:530:12: note: in expansion of macro 'wait_event_interruptible_timeout' retval = wait_event_interruptible_timeout(dev->read_wait, dev->interrupt_in_done, dev->packet_timeout_jiffies); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_gpio_direction_output': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:426:5: note: byref variable will be forcibly initialized u8 gpio[GPIO_COUNT]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_attach': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:520:32: note: byref variable will be forcibly initialized struct cxd2820r_platform_data pdata; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:519:24: note: byref variable will be forcibly initialized struct i2c_board_info board_info; ^~~~~~~~~~ /kisskb/src/drivers/usb/misc/legousbtower.c: In function 'tower_open': /kisskb/src/drivers/usb/misc/legousbtower.c:311:27: note: byref variable will be forcibly initialized struct tower_reset_reply reset_reply; ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/misc/legousbtower.c:78: /kisskb/src/drivers/usb/misc/legousbtower.c: In function 'tower_write': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/legousbtower.c:608:12: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible(dev->write_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/legousbtower.c: In function 'tower_release': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/legousbtower.c:418:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(dev->write_wait, !dev->interrupt_out_busy, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/legousbtower.c: In function 'tower_probe': /kisskb/src/drivers/usb/misc/legousbtower.c:746:33: note: byref variable will be forcibly initialized struct tower_get_version_reply get_version_reply; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c: In function 'cxd2820r_set_frontend_c': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:20:22: note: byref variable will be forcibly initialized struct reg_val_mask tab[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:19:6: note: byref variable will be forcibly initialized u32 if_frequency; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:18:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c: In function 'cxd2820r_get_frontend_c': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:95:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:94:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c: In function 'cxd2820r_read_status_c': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:149:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:148:15: note: byref variable will be forcibly initialized unsigned int utmp, utmp1, utmp2; ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/v4l2.h:268, from /kisskb/src/drivers/media/v4l2-core/v4l2-trace.c:7: /kisskb/src/drivers/media/v4l2-core/v4l2-trace.c: In function 'perf_trace_v4l2_event_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/v4l2.h:100:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/v4l2.h:100:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-trace.c: In function 'perf_trace_vb2_v4l2_event_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/v4l2.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/v4l2.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/v4l2.h:268, from /kisskb/src/drivers/media/v4l2-core/v4l2-trace.c:7: /kisskb/src/drivers/media/v4l2-core/v4l2-trace.c: In function 'trace_event_raw_event_v4l2_event_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/v4l2.h:100:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-trace.c: In function 'trace_event_raw_event_vb2_v4l2_event_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/v4l2.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_v4l2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c: In function 'cxd2820r_set_frontend_t': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:30:22: note: byref variable will be forcibly initialized struct reg_val_mask tab[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:25:5: note: byref variable will be forcibly initialized u8 bw_params2[][2] = { ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:20:5: note: byref variable will be forcibly initialized u8 bw_params1[][5] = { ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:19:5: note: byref variable will be forcibly initialized u8 buf[3], bw_param; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:18:6: note: byref variable will be forcibly initialized u32 if_frequency; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c: In function 'cxd2820r_get_frontend_t': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:133:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:132:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c: In function 'cxd2820r_read_status_t': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:254:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/usb/gadget/function/storage_common.c: In function 'fsg_store_ro': /kisskb/src/drivers/usb/gadget/function/storage_common.c:395:8: note: byref variable will be forcibly initialized bool ro; ^~ /kisskb/src/drivers/usb/gadget/function/storage_common.c: In function 'fsg_store_nofua': /kisskb/src/drivers/usb/gadget/function/storage_common.c:417:8: note: byref variable will be forcibly initialized bool nofua; ^~~~~ /kisskb/src/drivers/usb/gadget/function/storage_common.c: In function 'fsg_store_cdrom': /kisskb/src/drivers/usb/gadget/function/storage_common.c:468:8: note: byref variable will be forcibly initialized bool cdrom; ^~~~~ /kisskb/src/drivers/usb/gadget/function/storage_common.c: In function 'fsg_store_removable': /kisskb/src/drivers/usb/gadget/function/storage_common.c:491:8: note: byref variable will be forcibly initialized bool removable; ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:171: /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:171: /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'fsg_unbind': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:3054:3: note: in expansion of macro 'wait_event' wait_event(common->fsg_wait, common->fsg != fsg); ^~~~~~~~~~ In file included from /kisskb/src/include/linux/rcuwait.h:6, from /kisskb/src/include/linux/percpu-rwsem.h:7, from /kisskb/src/include/linux/fs.h:33, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:171: /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'kernel_dequeue_signal': /kisskb/src/include/linux/sched/signal.h:295:19: note: byref variable will be forcibly initialized kernel_siginfo_t __info; ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:171: /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'bulk_out_complete': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/usb/gadget/function/f_mass_storage.c:441:2: note: in expansion of macro 'smp_store_release' smp_store_release(&bh->state, BUF_STATE_FULL); ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'bulk_in_complete': /kisskb/src/arch/arm64/include/asm/barrier.h:110:59: 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/usb/gadget/function/f_mass_storage.c:424:2: note: in expansion of macro 'smp_store_release' smp_store_release(&bh->state, BUF_STATE_EMPTY); ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:171: /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'sleep_thread': /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/wait.h:310:7: note: in definition of macro '___wait_event' if (condition) \ ^~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:579:8: note: in expansion of macro 'wait_event_interruptible' rc = wait_event_interruptible(common->io_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /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/drivers/usb/gadget/function/f_mass_storage.c:580:11: note: in expansion of macro 'smp_load_acquire' bh && smp_load_acquire(&bh->state) >= ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:579:8: note: in expansion of macro 'wait_event_interruptible' rc = wait_event_interruptible(common->io_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/wait.h:500:8: note: in definition of macro 'wait_event_interruptible' 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/drivers/usb/gadget/function/f_mass_storage.c:580:11: note: in expansion of macro 'smp_load_acquire' bh && smp_load_acquire(&bh->state) >= ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/wait.h:310:7: note: in definition of macro '___wait_event' if (condition) \ ^~~~~~~~~ /kisskb/src/include/linux/wait.h:384:11: note: in expansion of macro '__wait_event_freezable' __ret = __wait_event_freezable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:575:8: note: in expansion of macro 'wait_event_freezable' rc = wait_event_freezable(common->io_wait, ^~~~~~~~~~~~~~~~~~~~ /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/drivers/usb/gadget/function/f_mass_storage.c:576:11: note: in expansion of macro 'smp_load_acquire' bh && smp_load_acquire(&bh->state) >= ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:364:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:384:11: note: in expansion of macro '__wait_event_freezable' __ret = __wait_event_freezable(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:575:8: note: in expansion of macro 'wait_event_freezable' rc = wait_event_freezable(common->io_wait, ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:144:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^~~ /kisskb/src/include/linux/wait.h:383:8: note: in definition of macro 'wait_event_freezable' 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/drivers/usb/gadget/function/f_mass_storage.c:576:11: note: in expansion of macro 'smp_load_acquire' bh && smp_load_acquire(&bh->state) >= ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'check_command': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:1665:9: note: byref variable will be forcibly initialized char hdlen[20]; ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'do_read': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:595:24: note: byref variable will be forcibly initialized loff_t file_offset, file_offset_tmp; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'do_verify': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:940:24: note: byref variable will be forcibly initialized loff_t file_offset, file_offset_tmp; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'do_write': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:726:36: note: byref variable will be forcibly initialized loff_t usb_offset, file_offset, file_offset_tmp; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'fsg_opts_stall_store': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:3303:7: note: byref variable will be forcibly initialized bool stall; ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'fsg_alloc_inst': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:3399:24: note: byref variable will be forcibly initialized struct fsg_lun_config config; ^~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'fsg_lun_make': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:3199:5: note: byref variable will be forcibly initialized u8 num; ^~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:3197:24: note: byref variable will be forcibly initialized struct fsg_lun_config config; ^~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'fsg_common_create_luns': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:2878:7: note: byref variable will be forcibly initialized char buf[8]; /* enough for 100000000 different numbers, decimal */ ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c: In function 'cxd2820r_set_frontend_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:26:22: note: byref variable will be forcibly initialized struct reg_val_mask tab[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:20:5: note: byref variable will be forcibly initialized u8 bw_params1[][5] = { ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:19:5: note: byref variable will be forcibly initialized u8 buf[3], bw_param; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:18:6: note: byref variable will be forcibly initialized u32 if_frequency; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c: In function 'cxd2820r_get_frontend_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:163:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:162:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c: In function 'cxd2820r_read_status_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:282:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_event_thread': /kisskb/src/drivers/media/rc/rc-ir-raw.c:23:22: note: byref variable will be forcibly initialized struct ir_raw_event ev; ^~ In file included from /kisskb/src/include/media/rc-core.h:13, from /kisskb/src/drivers/media/rc/rc-core-priv.h:17, from /kisskb/src/drivers/media/rc/rc-ir-raw.c:11: /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_event_store': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c:82:7: note: in expansion of macro 'kfifo_put' if (!kfifo_put(&dev->raw->kfifo, *ev)) { ^~~~~~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_edge_handle': /kisskb/src/drivers/media/rc/rc-ir-raw.c:565:23: note: byref variable will be forcibly initialized struct ir_raw_event ev = { ^~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_encode_scancode': /kisskb/src/drivers/media/rc/rc-ir-raw.c:526:6: note: byref variable will be forcibly initialized u64 mask = 1ULL << protocol; ^~~~ /kisskb/src/drivers/usb/misc/ehset.c: In function 'ehset_probe': /kisskb/src/drivers/usb/misc/ehset.c:27:31: note: byref variable will be forcibly initialized struct usb_device_descriptor buf; ^~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '__ffs_ep0_read_events': /kisskb/src/drivers/usb/gadget/function/f_fs.c:476:30: note: byref variable will be forcibly initialized struct usb_functionfs_event events[ARRAY_SIZE(ffs->ev.types)]; ^~~~~~ /kisskb/src/drivers/usb/gadget/udc/dummy_hcd.c: In function 'dummy_g_get_frame': /kisskb/src/drivers/usb/gadget/udc/dummy_hcd.c:844:20: note: byref variable will be forcibly initialized struct timespec64 ts64; ^~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/usb/gadget/function/f_fs.c:40: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '__ffs_data_got_strings': /kisskb/src/drivers/usb/gadget/function/f_fs.c:2605:13: note: byref variable will be forcibly initialized vla_group(d); ^ /kisskb/src/drivers/usb/gadget/u_f.h:20:37: note: in definition of macro 'vla_group' #define vla_group(groupname) size_t groupname##__next = 0 ^~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_g_mode': /kisskb/src/drivers/media/cec/core/cec-api.c:361:6: note: byref variable will be forcibly initialized u32 mode = fh->mode_initiator | fh->mode_follower; ^~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_g_phys_addr': /kisskb/src/drivers/media/cec/core/cec-api.c:94:6: note: byref variable will be forcibly initialized u16 phys_addr; ^~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_g_log_addrs': /kisskb/src/drivers/media/cec/core/cec-api.c:147:23: note: byref variable will be forcibly initialized struct cec_log_addrs log_addrs; ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/gadget/udc/trace.h:289, from /kisskb/src/drivers/usb/gadget/udc/trace.c:10: /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'perf_trace_udc_log_gadget': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:20:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(udc_log_gadget, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:20:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(udc_log_gadget, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/gadget/udc/trace.h:289, from /kisskb/src/drivers/usb/gadget/udc/trace.c:10: /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'trace_event_raw_event_udc_log_gadget': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:20:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(udc_log_gadget, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_s_phys_addr': /kisskb/src/drivers/media/cec/core/cec-api.c:124:6: note: byref variable will be forcibly initialized u16 phys_addr; ^~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_s_log_addrs': /kisskb/src/drivers/media/cec/core/cec-api.c:170:23: note: byref variable will be forcibly initialized struct cec_log_addrs log_addrs; ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/gadget/udc/trace.h:289, from /kisskb/src/drivers/usb/gadget/udc/trace.c:10: /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'perf_trace_udc_log_ep': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:139:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(udc_log_ep, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:139:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(udc_log_ep, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/gadget/udc/trace.h:289, from /kisskb/src/drivers/usb/gadget/udc/trace.c:10: /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'trace_event_raw_event_udc_log_ep': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:139:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(udc_log_ep, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/media/cec/core/cec-api.c:10: /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_receive_msg': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:282:10: note: in expansion of macro 'wait_event_interruptible' res = wait_event_interruptible(fh->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:273:10: note: in expansion of macro 'wait_event_interruptible_timeout' res = wait_event_interruptible_timeout(fh->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/gadget/udc/trace.h:289, from /kisskb/src/drivers/usb/gadget/udc/trace.c:10: /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'perf_trace_udc_log_req': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(udc_log_req, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(udc_log_req, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/gadget/udc/trace.h:289, from /kisskb/src/drivers/usb/gadget/udc/trace.c:10: /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'trace_event_raw_event_udc_log_req': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(udc_log_req, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_dqevent': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:320:9: note: in expansion of macro 'wait_event_interruptible' err = wait_event_interruptible(fh->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_s_mode': /kisskb/src/drivers/media/cec/core/cec-api.c:477:20: note: byref variable will be forcibly initialized struct cec_event ev = { ^~ /kisskb/src/drivers/media/cec/core/cec-api.c:371:6: note: byref variable will be forcibly initialized u32 mode; ^~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_block_write': /kisskb/src/drivers/usb/typec/tipd/core.c:142:5: note: byref variable will be forcibly initialized u8 data[TPS_MAX_LEN + 1]; ^~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_block_read': /kisskb/src/drivers/usb/typec/tipd/core.c:119:5: note: byref variable will be forcibly initialized u8 data[TPS_MAX_LEN + 1]; ^~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_psy_get_online': /kisskb/src/drivers/usb/typec/tipd/core.c:600:6: note: byref variable will be forcibly initialized u16 pwr_status; ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/dummy_hcd.c: In function 'dummy_timer': /kisskb/src/drivers/usb/gadget/udc/dummy_hcd.c:1884:28: note: byref variable will be forcibly initialized struct usb_ctrlrequest setup; ^~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_exec_cmd': /kisskb/src/drivers/usb/gadget/udc/dummy_hcd.c:1836:9: note: byref variable will be forcibly initialized int status = -EINPROGRESS; ^~~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c:291:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'cd321x_switch_power_state': /kisskb/src/drivers/usb/typec/tipd/core.c:646:5: note: byref variable will be forcibly initialized u8 state; ^~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_read_partner_identity': /kisskb/src/drivers/usb/typec/tipd/core.c:199:34: note: byref variable will be forcibly initialized struct tps6598x_rx_identity_reg id; ^~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_dr_set': /kisskb/src/drivers/usb/typec/tipd/core.c:353:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_do_descs': /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_pr_set': /kisskb/src/drivers/usb/typec/tipd/core.c:383:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:2155:6: note: byref variable will be forcibly initialized int current_class = -1; ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_do_os_descs': /kisskb/src/drivers/usb/gadget/function/f_fs.c:2306:25: note: byref variable will be forcibly initialized enum ffs_os_desc_type type; ^~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_read_power_status': /kisskb/src/drivers/usb/typec/tipd/core.c:445:6: note: byref variable will be forcibly initialized u16 pwr_status; ^~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_read_data_status': /kisskb/src/drivers/usb/typec/tipd/core.c:430:6: note: byref variable will be forcibly initialized u32 data_status; ^~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/gadget/function/f_fs.c:40: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '_ffs_func_bind': /kisskb/src/drivers/usb/gadget/function/f_fs.c:3089:12: note: byref variable will be forcibly initialized vla_group(d); ^ /kisskb/src/drivers/usb/gadget/u_f.h:20:37: note: in definition of macro 'vla_group' #define vla_group(groupname) size_t groupname##__next = 0 ^~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_psy_get_prop': /kisskb/src/drivers/usb/typec/tipd/core.c:620:6: note: byref variable will be forcibly initialized u16 pwr_status; ^~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_connect': /kisskb/src/drivers/usb/typec/tipd/core.c:233:6: note: byref variable will be forcibly initialized u16 pwr_status; ^~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c:231:28: note: byref variable will be forcibly initialized struct typec_partner_desc desc; ^~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_probe': /kisskb/src/drivers/usb/typec/tipd/core.c:708:6: note: byref variable will be forcibly initialized u32 vid; ^~~ /kisskb/src/drivers/usb/typec/tipd/core.c:707:6: note: byref variable will be forcibly initialized u32 conf; ^~~~ /kisskb/src/drivers/usb/typec/tipd/core.c:706:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'cd321x_interrupt': /kisskb/src/drivers/usb/typec/tipd/core.c:475:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c:474:6: note: byref variable will be forcibly initialized u64 event; ^~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_interrupt': /kisskb/src/drivers/usb/typec/tipd/core.c:521:6: note: byref variable will be forcibly initialized u32 status; ^~~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c:520:6: note: byref variable will be forcibly initialized u64 event2; ^~~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c:519:6: note: byref variable will be forcibly initialized u64 event1; ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_ep0_read': /kisskb/src/include/linux/wait.h:776:14: note: byref variable will be forcibly initialized DEFINE_WAIT(__wait); \ ^~~~~~ /kisskb/src/include/linux/wait.h:1173:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^~~~ /kisskb/src/include/linux/wait.h:776:2: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(__wait); \ ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:9: note: in expansion of macro '__wait_event_interruptible_locked' ? 0 : __wait_event_interruptible_locked(wq, condition, 1, do_wait_intr_irq)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:549:7: note: in expansion of macro 'wait_event_interruptible_exclusive_locked_irq' if (wait_event_interruptible_exclusive_locked_irq(ffs->ev.waitq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '__ffs_data_got_descs': /kisskb/src/drivers/usb/gadget/function/f_fs.c:2441:25: note: byref variable will be forcibly initialized struct ffs_desc_helper helper; ^~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_ioctl': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1329:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor desc1, *desc; ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:1298:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible( ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_io': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1053:30: note: byref variable will be forcibly initialized 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) ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:960:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible( ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_read_iter': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1220:21: note: byref variable will be forcibly initialized struct ffs_io_data io_data, *p = &io_data; ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_write_iter': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1183:21: note: byref variable will be forcibly initialized struct ffs_io_data io_data, *p = &io_data; ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_fs_parse_param': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1506:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'i2c_write': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:229:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'write16_flags': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:354:33: note: byref variable will be forcibly initialized u8 adr = state->demod_address, mm[6], len; ^~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'write32_flags': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:383:33: note: byref variable will be forcibly initialized u8 adr = state->demod_address, mm[8], len; ^~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'i2c_read': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:253:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = { ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'i2c_readn': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:107:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[1] = {{.addr = adr, .flags = I2C_M_RD, ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'read16_flags': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:286:41: note: byref variable will be forcibly initialized u8 adr = state->demod_address, mm1[4], mm2[2], len; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:286:33: note: byref variable will be forcibly initialized u8 adr = state->demod_address, mm1[4], mm2[2], len; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'i2c_write': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:114:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = adr, .flags = 0, ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'WriteReg': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:143:5: note: byref variable will be forcibly initialized u8 msg[2] = {SubAddr, Reg}; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'ThermometerRead': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:258:6: note: byref variable will be forcibly initialized u8 Regs[16]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6676:6: note: byref variable will be forcibly initialized u16 err; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'RFTrackingFiltersCorrection': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:922:6: note: byref variable will be forcibly initialized u8 TMValue_Current; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:913:5: note: byref variable will be forcibly initialized u8 dCoverdT; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_dvbt_lock_status': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:912:5: note: byref variable will be forcibly initialized u8 RFBand; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:911:6: note: byref variable will be forcibly initialized s32 Cprog_table; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4078:6: note: byref variable will be forcibly initialized u16 sc_comm_exec = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4077:6: note: byref variable will be forcibly initialized u16 sc_ra_ram_lock = 0; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'WriteRegs': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:127:5: note: byref variable will be forcibly initialized u8 data[MAX_XFER_SIZE]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_strength': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6402:17: note: byref variable will be forcibly initialized u16 scu_coc = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6401:17: note: byref variable will be forcibly initialized u16 scu_lvl = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6397:29: note: byref variable will be forcibly initialized struct s_cfg_agc rf_agc, if_agc; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'CalcMainPLL': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:322:6: note: byref variable will be forcibly initialized u8 Div; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:321:6: note: byref variable will be forcibly initialized u8 PostDiv; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'CalcCalPLL': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:345:5: note: byref variable will be forcibly initialized u8 Div; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:344:5: note: byref variable will be forcibly initialized u8 PostDiv; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'mpegts_stop': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1399:6: note: byref variable will be forcibly initialized u16 fec_oc_ipr_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1398:6: note: byref variable will be forcibly initialized u16 fec_oc_snc_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_iqm_af': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1528:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'write_gpio': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5858:6: note: byref variable will be forcibly initialized u16 value = 0; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'CalibrateRF': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:375:6: note: byref variable will be forcibly initialized u8 RFC_M = 0; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:374:6: note: byref variable will be forcibly initialized u8 RFC_K = 0; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:373:6: note: byref variable will be forcibly initialized u8 GainTaper = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:372:6: note: byref variable will be forcibly initialized u8 BP_Filter = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:370:5: note: byref variable will be forcibly initialized u8 Regs[NUM_REGS]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'ChannelConfiguration': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:1059:7: note: byref variable will be forcibly initialized u8 Div; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:1058:7: note: byref variable will be forcibly initialized u8 PostDiv = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:979:5: note: byref variable will be forcibly initialized u8 IR_Meas = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:978:5: note: byref variable will be forcibly initialized u8 GainTaper = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'adc_sync_measurement': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:977:5: note: byref variable will be forcibly initialized u8 RF_Band = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:976:5: note: byref variable will be forcibly initialized u8 BP_Filter = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2840:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'adc_synchronization': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2889:7: note: byref variable will be forcibly initialized u16 clk_neg = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2878:6: note: byref variable will be forcibly initialized u16 count = 0; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_agc_rf': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2139:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'PowerScan': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:592:8: note: byref variable will be forcibly initialized u8 Regs[NUM_REGS]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:590:8: note: byref variable will be forcibly initialized u8 CountLimit = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:589:8: note: byref variable will be forcibly initialized u8 CID_Target = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:588:8: note: byref variable will be forcibly initialized s32 RFC_Cprog = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:587:8: note: byref variable will be forcibly initialized u8 Gain_Taper = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'RFTrackingFiltersInit': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:509:9: note: byref variable will be forcibly initialized s32 Cprog_table3 = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:508:9: note: byref variable will be forcibly initialized s32 Cprog_cal3 = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:507:9: note: byref variable will be forcibly initialized s32 Cprog_table2 = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:506:9: note: byref variable will be forcibly initialized s32 Cprog_cal2 = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:505:9: note: byref variable will be forcibly initialized s32 Cprog_table1 = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:504:9: note: byref variable will be forcibly initialized s32 Cprog_cal1 = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:502:10: note: byref variable will be forcibly initialized bool bcal = false; ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:501:8: note: byref variable will be forcibly initialized u32 RF3 = m_RF_Band_Map[RFBand].m_RF3_Default; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:500:8: note: byref variable will be forcibly initialized u32 RF2 = m_RF_Band_Map[RFBand].m_RF2_Default; ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:499:8: note: byref variable will be forcibly initialized u32 RF1 = m_RF_Band_Map[RFBand].m_RF1_Default; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_agc_if': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2291:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'mpegts_dto_setup': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1969:6: note: byref variable will be forcibly initialized u16 fec_oc_reg_ipr_mode = 0; /* FEC_OC_IPR_MODE register value */ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1968:6: note: byref variable will be forcibly initialized u16 fec_oc_reg_mode = 0; /* FEC_OC_MODE register value */ ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'dvbt_ctrl_set_echo_threshold': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3367:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'dvbt_activate_presets': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3439:36: note: byref variable will be forcibly initialized struct drxk_cfg_dvbt_echo_thres_t echo_thres8k = { 0, DRX_FFTMODE_8K }; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3438:36: note: byref variable will be forcibly initialized struct drxk_cfg_dvbt_echo_thres_t echo_thres2k = { 0, DRX_FFTMODE_2K }; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3436:7: note: byref variable will be forcibly initialized bool setfrenable = true; ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3435:7: note: byref variable will be forcibly initialized bool setincenable = false; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'init_agc': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3002:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'mpegts_start': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1899:6: note: byref variable will be forcibly initialized u16 fec_oc_snc_mode = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'read32_flags': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:320:41: note: byref variable will be forcibly initialized u8 adr = state->demod_address, mm1[4], mm2[4], len; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:320:33: note: byref variable will be forcibly initialized u8 adr = state->demod_address, mm1[4], mm2[4], len; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_device_capabilities': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:788:6: note: byref variable will be forcibly initialized u32 sio_top_jtagid_lo = 0; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:787:6: note: byref variable will be forcibly initialized u16 sio_pdr_ohw_cfg = 0; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxx_open': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:757:6: note: byref variable will be forcibly initialized u16 key = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:756:6: note: byref variable will be forcibly initialized u16 bid = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:755:6: note: byref variable will be forcibly initialized u32 jtag = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'i2c_read1': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:219:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[1] = { {.addr = adr, .flags = I2C_M_RD, ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'hi_command': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1007:7: note: byref variable will be forcibly initialized u16 wait_cmd; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_up_device': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:472:5: note: byref variable will be forcibly initialized u8 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'dvbt_enable_ofdm_token_ring': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1360:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'dvbt_sc_command': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3203:6: note: byref variable will be forcibly initialized u16 sc_exec = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3201:6: note: byref variable will be forcibly initialized u16 err_code = 0; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3200:6: note: byref variable will be forcibly initialized u16 cur_cmd = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_dvbt_signal_to_noise': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2481:6: note: byref variable will be forcibly initialized u16 transmission_params = 0; ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2474:6: note: byref variable will be forcibly initialized u16 eq_reg_td_req_smb_cnt = 0; ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2473:6: note: byref variable will be forcibly initialized u16 eq_reg_td_tps_pwr_ofs = 0; ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2472:6: note: byref variable will be forcibly initialized u16 eq_reg_td_sqr_err_exp = 0; ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2469:6: note: byref variable will be forcibly initialized u16 reg_data = 0; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_qam_signal_to_noise': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2420:6: note: byref variable will be forcibly initialized u16 qam_sl_err_power = 0; /* accum. error between ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_read_snr': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6655:6: note: byref variable will be forcibly initialized s32 snr2; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'scu_command': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1439:7: note: byref variable will be forcibly initialized char errname[30]; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1436:5: note: byref variable will be forcibly initialized u8 buffer[34]; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1433:6: note: byref variable will be forcibly initialized u16 cur_cmd = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'write_reg': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:136:17: note: byref variable will be forcibly initialized struct i2c_msg msg = {.addr = state->base->adr, .flags = 0, ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:135:5: note: byref variable will be forcibly initialized u8 data[3] = {reg >> 8, reg & 0xff, val}; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_qam_lock_status': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5327:6: note: byref variable will be forcibly initialized u16 result[2] = { 0, 0 }; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_get_stats': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6509:6: note: byref variable will be forcibly initialized s32 cnr; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6501:6: note: byref variable will be forcibly initialized u16 reg16; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6500:6: note: byref variable will be forcibly initialized u32 stat; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_down_qam': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4128:6: note: byref variable will be forcibly initialized u16 cmd_result; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'i2c_read_regs16': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4127:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:151:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[2] = {{.addr = adr, .flags = 0, ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:150:5: note: byref variable will be forcibly initialized u8 msg[2] = {reg >> 8, reg & 0xff}; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'qam_reset_qam': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5229:6: note: byref variable will be forcibly initialized u16 cmd_result; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'qam_demodulator_command': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5376:7: note: byref variable will be forcibly initialized u16 set_env_parameters[1] = { 0 }; ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5370:6: note: byref variable will be forcibly initialized u16 set_param_parameters[4] = { 0, 0, 0, 0 }; ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5369:6: note: byref variable will be forcibly initialized u16 cmd_result; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'write_field': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:192:18: note: byref variable will be forcibly initialized u8 shift, mask, old, new; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_qam': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5427:6: note: byref variable will be forcibly initialized u16 cmd_result; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'get_signal_parameters': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:503:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'write_shared_reg': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:179:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'tracking_optimization': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:543:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_dvbt': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3721:6: note: byref variable will be forcibly initialized u16 cmd_result = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'get_signal_to_noise': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:634:5: note: byref variable will be forcibly initialized u8 data1; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:633:5: note: byref variable will be forcibly initialized u8 data0; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'read_snr': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1315:6: note: byref variable will be forcibly initialized s32 snrval; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'get_cur_symbol_rate': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:469:5: note: byref variable will be forcibly initialized u8 tim_offs2; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:468:5: note: byref variable will be forcibly initialized u8 tim_offs1; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:467:5: note: byref variable will be forcibly initialized u8 tim_offs0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:466:5: note: byref variable will be forcibly initialized u8 symb_freq3; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:465:5: note: byref variable will be forcibly initialized u8 symb_freq2; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:464:5: note: byref variable will be forcibly initialized u8 symb_freq1; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:463:5: note: byref variable will be forcibly initialized u8 symb_freq0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'get_frontend': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1560:27: note: byref variable will be forcibly initialized const enum fe_code_rate modcod2fec[0x20] = { ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1550:28: note: byref variable will be forcibly initialized const enum fe_modulation modcod2mod[0x20] = { ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1546:6: note: byref variable will be forcibly initialized u32 symbolrate; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1545:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_down_dvbt': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1670:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1669:6: note: byref variable will be forcibly initialized u16 cmd_result = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1668:22: note: byref variable will be forcibly initialized enum drx_power_mode power_mode = DRXK_POWER_DOWN_OFDM; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'stop': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:858:6: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_up_dvbt': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3319:22: note: byref variable will be forcibly initialized enum drx_power_mode power_mode = DRX_POWER_UP; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_up_qam': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4112:22: note: byref variable will be forcibly initialized enum drx_power_mode power_mode = DRXK_POWER_DOWN_OFDM; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'start': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1013:6: note: byref variable will be forcibly initialized u8 reg_dmdcfgmd; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'bl_chain_cmd': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1251:6: note: byref variable will be forcibly initialized u16 bl_status = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_dvbt_standard': /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'probe': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1141:5: note: byref variable will be forcibly initialized u8 id; ^~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3476:6: note: byref variable will be forcibly initialized u16 data = 0; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3475:6: note: byref variable will be forcibly initialized u16 cmd_result = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'set_vth': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:989:5: note: byref variable will be forcibly initialized u8 tmp[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'manage_matype_info': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1295:6: note: byref variable will be forcibly initialized u8 bbheader[2]; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'bl_direct_cmd': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2790:6: note: byref variable will be forcibly initialized u16 bl_status = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'get_bit_error_rate_s': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:667:5: note: byref variable will be forcibly initialized u8 regs[3]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'get_bit_error_rate_s2': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:742:5: note: byref variable will be forcibly initialized u8 regs[3]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'read_ber': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1331:9: note: byref variable will be forcibly initialized u32 n, d; ^ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1331:6: note: byref variable will be forcibly initialized u32 n, d; ^ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'wait_dis': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1656:5: note: byref variable will be forcibly initialized u8 stat; ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_set_parameters': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6327:6: note: byref variable will be forcibly initialized u32 IF; ^~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1347:5: note: byref variable will be forcibly initialized u8 reg[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'init_drxk': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6034:22: note: byref variable will be forcibly initialized enum drx_power_mode power_mode = DRXK_POWER_DOWN_OFDM; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'read_status': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1507:7: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1444:7: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1431:7: note: byref variable will be forcibly initialized u8 vstatus; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1424:7: note: byref variable will be forcibly initialized u8 pdelstatus; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1375:5: note: byref variable will be forcibly initialized u8 dstatus = 0; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1374:5: note: byref variable will be forcibly initialized u8 dmd_state = 0; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_attach': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6810:26: note: byref variable will be forcibly initialized const struct firmware *fw = NULL; ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-i2c.c: In function 'v4l2_i2c_new_subdev': /kisskb/src/drivers/media/v4l2-core/v4l2-i2c.c:125:24: note: byref variable will be forcibly initialized struct i2c_board_info info; ^~~~ /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c: In function 'udc_create_dma_chain': /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c:762:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_readreg24': /kisskb/src/drivers/media/dvb-frontends/si2165.c:116:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_readreg16': /kisskb/src/drivers/media/dvb-frontends/si2165.c:105:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_writereg16': /kisskb/src/drivers/media/dvb-frontends/si2165.c:131:5: note: byref variable will be forcibly initialized u8 buf[2] = { val & 0xff, (val >> 8) & 0xff }; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_writereg32': /kisskb/src/drivers/media/dvb-frontends/si2165.c:145:5: note: byref variable will be forcibly initialized u8 buf[4] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_set_if_freq_shift': /kisskb/src/drivers/media/dvb-frontends/si2165.c:849:6: note: byref variable will be forcibly initialized u32 IF = 0; ^~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_init_pll': /kisskb/src/drivers/media/dvb-frontends/si2165.c:209:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_writereg24': /kisskb/src/drivers/media/dvb-frontends/si2165.c:138:5: note: byref variable will be forcibly initialized u8 buf[3] = { val & 0xff, (val >> 8) & 0xff, (val >> 16) & 0xff }; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_upload_firmware_block': /kisskb/src/drivers/media/dvb-frontends/si2165.c:290:5: note: byref variable will be forcibly initialized u8 buf_ctrl[4] = { 0x00, 0x00, 0x00, 0xc0 }; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_readreg8': /kisskb/src/drivers/media/dvb-frontends/si2165.c:95:15: note: byref variable will be forcibly initialized unsigned int val_tmp; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_wait_init_done': /kisskb/src/drivers/media/dvb-frontends/si2165.c:270:5: note: byref variable will be forcibly initialized u8 val = 0; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_probe': /kisskb/src/drivers/media/dvb-frontends/si2165.c:1154:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_read_status': /kisskb/src/drivers/media/dvb-frontends/si2165.c:768:9: note: byref variable will be forcibly initialized u32 biterrcnt; ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:672:6: note: byref variable will be forcibly initialized u32 u32tmp; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:671:5: note: byref variable will be forcibly initialized u8 u8tmp; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_set_frontend': /kisskb/src/drivers/media/dvb-frontends/si2165.c:1039:5: note: byref variable will be forcibly initialized u8 val[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_writereg_mask8': /kisskb/src/drivers/media/dvb-frontends/si2165.c:158:6: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_upload_firmware': /kisskb/src/drivers/media/dvb-frontends/si2165.c:372:6: note: byref variable will be forcibly initialized u32 offset; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:368:25: note: byref variable will be forcibly initialized const struct firmware *fw = NULL; ^~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:365:6: note: byref variable will be forcibly initialized u16 val16; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:364:5: note: byref variable will be forcibly initialized u8 val[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_init': /kisskb/src/drivers/media/dvb-frontends/si2165.c:530:5: note: byref variable will be forcibly initialized u8 patch_version = 0x00; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:529:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c: In function 'udc_probe': /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c:3130:8: note: byref variable will be forcibly initialized char tmp[128]; ^~~ /kisskb/src/drivers/usb/gadget/function/f_uvc.c: In function 'uvc_function_setup': /kisskb/src/drivers/usb/gadget/function/f_uvc.c:226:20: note: byref variable will be forcibly initialized struct v4l2_event v4l2_event; ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uvc.c: In function 'uvc_function_ep0_complete': /kisskb/src/drivers/usb/gadget/function/f_uvc.c:208:20: note: byref variable will be forcibly initialized struct v4l2_event v4l2_event; ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uvc.c: In function 'uvc_function_disable': /kisskb/src/drivers/usb/gadget/function/f_uvc.c:363:20: note: byref variable will be forcibly initialized struct v4l2_event v4l2_event; ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uvc.c: In function 'uvc_function_set_alt': /kisskb/src/drivers/usb/gadget/function/f_uvc.c:279:20: note: byref variable will be forcibly initialized struct v4l2_event v4l2_event; ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/a8293.c: In function 'a8293_probe': /kisskb/src/drivers/media/dvb-frontends/a8293.c:72:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/a8293.c: In function 'a8293_set_voltage': /kisskb/src/drivers/media/dvb-frontends/a8293.c:21:11: note: byref variable will be forcibly initialized u8 reg0, reg1; ^~~~ /kisskb/src/drivers/media/dvb-frontends/a8293.c:21:5: note: byref variable will be forcibly initialized u8 reg0, reg1; ^~~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_read_i2c': /kisskb/src/drivers/media/dvb-frontends/sp2.c:22:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_ci_poll_slot_status': /kisskb/src/drivers/media/dvb-frontends/sp2.c:237:5: note: byref variable will be forcibly initialized u8 buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_write_i2c': /kisskb/src/drivers/media/dvb-frontends/sp2.c:59:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c:56:5: note: byref variable will be forcibly initialized u8 buffer[35]; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_ci_op_cam': /kisskb/src/drivers/media/dvb-frontends/sp2.c:97:6: note: byref variable will be forcibly initialized int mem, ret; ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c:96:5: note: byref variable will be forcibly initialized u8 store; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_ci_slot_ts_enable': /kisskb/src/drivers/media/dvb-frontends/sp2.c:219:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_ci_slot_reset': /kisskb/src/drivers/media/dvb-frontends/sp2.c:177:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_init': /kisskb/src/drivers/media/dvb-frontends/sp2.c:266:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/usb/serial/ch341.c: In function 'ch341_break_ctl': /kisskb/src/drivers/usb/serial/ch341.c:623:10: note: byref variable will be forcibly initialized uint8_t break_reg[2]; ^~~~~~~~~ /kisskb/src/drivers/usb/serial/ch341.c: In function 'ch341_get_status': /kisskb/src/drivers/usb/serial/ch341.c:284:5: note: byref variable will be forcibly initialized u8 buffer[2]; ^~~~~~ /kisskb/src/drivers/usb/serial/ch341.c: In function 'ch341_configure': /kisskb/src/drivers/usb/serial/ch341.c:304:5: note: byref variable will be forcibly initialized u8 buffer[2]; ^~~~~~ /kisskb/src/drivers/usb/serial/ch341.c: In function 'ch341_detect_quirks': /kisskb/src/drivers/usb/serial/ch341.c:334:5: note: byref variable will be forcibly initialized u8 buffer[2]; ^~~~~~ /kisskb/src/drivers/usb/misc/trancevibrator.c: In function 'speed_store': /kisskb/src/drivers/usb/misc/trancevibrator.c:47:6: note: byref variable will be forcibly initialized int temp, retval, old; ^~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_pid_filter': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:606:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_probe': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:777:5: note: byref variable will be forcibly initialized u8 u8tmp; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_read_status': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:388:12: note: byref variable will be forcibly initialized u8 u8tmp, buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:388:5: note: byref variable will be forcibly initialized u8 u8tmp, buf[2]; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_get_frontend': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:274:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_set_frontend': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:166:14: note: byref variable will be forcibly initialized u32 if_ctl, if_frequency; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:165:13: note: byref variable will be forcibly initialized u8 buf[3], u8tmp; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:165:5: note: byref variable will be forcibly initialized u8 buf[3], u8tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_regmap_read': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:695:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_regmap_gather_write': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:749:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:748:5: note: byref variable will be forcibly initialized u8 buf[256]; ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_regmap_write': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:723:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_rd_demod_reg': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:148:15: note: byref variable will be forcibly initialized u8 msb, lsb, reading[4], len; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_get_frontend': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:530:5: note: byref variable will be forcibly initialized u8 buf[3]; ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_pid_filter': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:980:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_wr_demod_reg': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:178:27: note: byref variable will be forcibly initialized u8 msb, lsb, reading[4], writing[4], len; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:178:15: note: byref variable will be forcibly initialized u8 msb, lsb, reading[4], writing[4], len; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_read_status': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:644:12: note: byref variable will be forcibly initialized u8 u8tmp, buf[2]; ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:644:5: note: byref variable will be forcibly initialized u8 u8tmp, buf[2]; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:643:6: note: byref variable will be forcibly initialized u32 tmp; ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_set_frontend': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:446:7: note: byref variable will be forcibly initialized u32 if_freq; ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_probe': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:1031:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/usb/roles/class.c: In function 'role_store': /kisskb/src/drivers/usb/roles/class.c:243:8: note: byref variable will be forcibly initialized bool res; ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/typec/tipd/trace.h:306, from /kisskb/src/drivers/usb/typec/tipd/trace.c:9: /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'perf_trace_tps6598x_irq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tps6598x_irq, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tps6598x_irq, ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'perf_trace_cd321x_irq': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:217:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cd321x_irq, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:217:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cd321x_irq, ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'perf_trace_tps6598x_status': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tps6598x_status, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tps6598x_status, ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'perf_trace_tps6598x_power_status': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tps6598x_power_status, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tps6598x_power_status, ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'perf_trace_tps6598x_data_status': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:280:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tps6598x_data_status, ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:280:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tps6598x_data_status, ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/typec/tipd/trace.h:306, from /kisskb/src/drivers/usb/typec/tipd/trace.c:9: /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'trace_event_raw_event_tps6598x_irq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:197:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tps6598x_irq, ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'trace_event_raw_event_cd321x_irq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:217:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(cd321x_irq, ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'trace_event_raw_event_tps6598x_status': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:233:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tps6598x_status, ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'trace_event_raw_event_tps6598x_power_status': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tps6598x_power_status, ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'trace_event_raw_event_tps6598x_data_status': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(name, \ ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:280:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(tps6598x_data_status, ^~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c: In function 'pxa27x_change_configuration': /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c:2079:25: note: byref variable will be forcibly initialized struct usb_ctrlrequest req ; ^~~ /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c: In function 'pxa27x_change_interface': /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c:2109:26: note: byref variable will be forcibly initialized struct usb_ctrlrequest req; ^~~ /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c: In function 'nuke': /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c:769:17: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c: In function 'handle_ep0_ctrl_req': /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c:1821:4: note: byref variable will be forcibly initialized } u; ^ /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c: In function 'handle_ep': /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c:2022:17: note: byref variable will be forcibly initialized unsigned long flags; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_endpoint_parse_csi1_bus': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:373:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_connector_parse_analog': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:604:6: note: byref variable will be forcibly initialized u32 stds; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_endpoint_parse_csi2_bus': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:131:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:126:6: note: byref variable will be forcibly initialized u32 array[1 + V4L2_FWNODE_CSI2_MAX_DATA_LANES]; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_endpoint_parse_parallel_bus': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:268:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function '__v4l2_fwnode_endpoint_parse': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:404:6: note: byref variable will be forcibly initialized u32 bus_type = V4L2_FWNODE_BUS_TYPE_GUESS; ^~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:17: /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_get_connector_type': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:635:14: note: byref variable will be forcibly initialized const char *type_name; ^~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_reference_parse': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:894:31: note: byref variable will be forcibly initialized struct fwnode_reference_args args; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_reference_get_int_prop': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:1124:7: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:1102:31: note: byref variable will be forcibly initialized struct fwnode_reference_args fwnode_args; ^~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_parse_link': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:544:25: note: byref variable will be forcibly initialized struct fwnode_endpoint fwep; ^~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_connector_parse': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:654:14: note: byref variable will be forcibly initialized const char *label; ^~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c: In function 'v4l2_fwnode_device_parse': /kisskb/src/drivers/media/v4l2-core/v4l2-fwnode.c:744:6: note: byref variable will be forcibly initialized u32 val; ^~~ /kisskb/src/drivers/media/platform/cadence/cdns-csi2rx.c: In function 'csi2rx_start': /kisskb/src/drivers/media/platform/cadence/cdns-csi2rx.c:107:16: note: byref variable will be forcibly initialized unsigned long lanes_used = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/platform/cadence/cdns-csi2rx.c: In function 'csi2rx_get_resources': /kisskb/src/drivers/media/platform/cadence/cdns-csi2rx.c:352:8: note: byref variable will be forcibly initialized char clk_name[16]; ^~~~~~~~ /kisskb/src/drivers/media/platform/cadence/cdns-csi2tx.c: In function 'csi2tx_get_resources': /kisskb/src/drivers/media/platform/cadence/cdns-csi2tx.c:482:8: note: byref variable will be forcibly initialized char clk_name[16]; ^~~~~~~~ /kisskb/src/drivers/usb/misc/yurex.c: In function 'yurex_read': /kisskb/src/drivers/usb/misc/yurex.c:404:7: note: byref variable will be forcibly initialized char in_buffer[20]; ^~~~~~~~~ /kisskb/src/drivers/usb/misc/yurex.c: In function 'yurex_write': /kisskb/src/drivers/usb/misc/yurex.c:431:7: note: byref variable will be forcibly initialized char buffer[16 + 1]; ^~~~~~ /kisskb/src/drivers/usb/misc/yurex.c: In function 'yurex_probe': /kisskb/src/drivers/usb/misc/yurex.c:194:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *endpoint; ^~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function '__prepare_userptr': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:1108:19: note: byref variable will be forcibly initialized struct vb2_plane planes[VB2_MAX_PLANES]; ^~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function '__prepare_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:1224:19: note: byref variable will be forcibly initialized struct vb2_plane planes[VB2_MAX_PLANES]; ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:21: /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function '__vb2_wait_for_done_vb': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:1834:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(q->done_wq, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_process_read_urb': /kisskb/src/drivers/usb/serial/cp210x.c:887:7: note: byref variable will be forcibly initialized char flag; ^~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_core_create_bufs': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:906:31: note: byref variable will be forcibly initialized unsigned int num_planes = 0, num_buffers, allocated_buffers; ^~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:906:15: note: byref variable will be forcibly initialized unsigned int num_planes = 0, num_buffers, allocated_buffers; ^~~~~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_tiocmget': /kisskb/src/drivers/usb/serial/cp210x.c:1395:5: note: byref variable will be forcibly initialized u8 control; ^~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_get_tx_queue_byte_count': /kisskb/src/drivers/usb/serial/cp210x.c:916:28: note: byref variable will be forcibly initialized struct cp210x_comm_status sts; ^~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_tx_empty': /kisskb/src/drivers/usb/serial/cp210x.c:936:6: note: byref variable will be forcibly initialized u32 count; ^~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_get_fw_version': /kisskb/src/drivers/usb/serial/cp210x.c:2068:5: note: byref variable will be forcibly initialized u8 ver[3]; ^~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp2104_gpioconf_init': /kisskb/src/drivers/usb/serial/cp210x.c:1683:35: note: byref variable will be forcibly initialized struct cp210x_single_port_config config; ^~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp2105_gpioconf_init': /kisskb/src/drivers/usb/serial/cp210x.c:1619:33: note: byref variable will be forcibly initialized struct cp210x_dual_port_config config; ^~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c:1618:25: note: byref variable will be forcibly initialized struct cp210x_pin_mode mode; ^~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_core_reqbufs': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:762:47: note: byref variable will be forcibly initialized unsigned int num_buffers, allocated_buffers, num_planes = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:762:15: note: byref variable will be forcibly initialized unsigned int num_buffers, allocated_buffers, num_planes = 0; ^~~~~~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp2108_gpio_init': /kisskb/src/drivers/usb/serial/cp210x.c:1733:33: note: byref variable will be forcibly initialized struct cp210x_quad_port_config config; ^~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_write_u32_reg': /kisskb/src/drivers/usb/serial/cp210x.c:731:9: note: byref variable will be forcibly initialized __le32 le32_val; ^~~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_set_flow_control': /kisskb/src/drivers/usb/serial/cp210x.c:1125:25: note: byref variable will be forcibly initialized struct cp210x_flow_ctl flow_ctl; ^~~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c:1124:30: note: byref variable will be forcibly initialized struct cp210x_special_chars chars; ^~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_tiocmset_port': /kisskb/src/drivers/usb/serial/cp210x.c:1312:25: note: byref variable will be forcibly initialized struct cp210x_flow_ctl flow_ctl; ^~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:21: /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_wait_for_all_buffers': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:1898:3: note: in expansion of macro 'wait_event' wait_event(q->done_wq, !atomic_read(&q->owned_by_drv_count)); ^~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_core_dqbuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:1922:21: note: byref variable will be forcibly initialized struct vb2_buffer *vb = NULL; ^~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_thread': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:2918:11: note: byref variable will be forcibly initialized unsigned index = 0; ^~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function '__vb2_perform_fileio': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:2741:11: note: byref variable will be forcibly initialized unsigned index; ^~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_gpio_init_valid_mask': /kisskb/src/drivers/usb/serial/cp210x.c:1596:16: note: byref variable will be forcibly initialized unsigned long altfunc_mask = priv->gpio_altfunc; ^~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_gpio_set': /kisskb/src/drivers/usb/serial/cp210x.c:1476:27: note: byref variable will be forcibly initialized struct cp210x_gpio_write buf; ^~~ /kisskb/src/drivers/usb/serial/cp210x.c:1475:29: note: byref variable will be forcibly initialized struct cp210x_gpio_write16 buf16; ^~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_gpio_get': /kisskb/src/drivers/usb/serial/cp210x.c:1434:6: note: byref variable will be forcibly initialized u16 mask; ^~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c: In function 'vb2_mmap': /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:2264:27: note: byref variable will be forcibly initialized unsigned int buffer = 0, plane = 0; ^~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-core.c:2264:15: note: byref variable will be forcibly initialized unsigned int buffer = 0, plane = 0; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c: In function 'm88rs2000_writereg': /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:56:17: note: byref variable will be forcibly initialized struct i2c_msg msg = { ^~~ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:55:5: note: byref variable will be forcibly initialized u8 buf[] = { reg, data }; ^~~ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c: In function 'm88rs2000_readreg': /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:78:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:76:5: note: byref variable will be forcibly initialized u8 b1[] = { 0 }; ^~ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:75:5: note: byref variable will be forcibly initialized u8 b0[] = { reg }; ^~ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c: In function 'm88rs2000_set_frontend': /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:603:6: note: byref variable will be forcibly initialized u32 tuner_freq; ^~~~~~~~~~ /kisskb/src/drivers/usb/serial/digi_acceleport.c: In function 'digi_break_ctl': /kisskb/src/drivers/usb/serial/digi_acceleport.c:843:16: note: byref variable will be forcibly initialized unsigned char buf[4]; ^~~ /kisskb/src/drivers/usb/gadget/udc/m66592-udc.c: In function 'free_pipe_config': /kisskb/src/drivers/usb/gadget/udc/m66592-udc.c:463:26: note: byref variable will be forcibly initialized struct m66592_pipe_info info; ^~~~ /kisskb/src/drivers/usb/serial/digi_acceleport.c: In function 'digi_transmit_idle': /kisskb/src/drivers/usb/serial/digi_acceleport.c:577:16: note: byref variable will be forcibly initialized unsigned char buf[2]; ^~~ /kisskb/src/drivers/usb/serial/digi_acceleport.c: In function 'digi_set_termios': /kisskb/src/drivers/usb/serial/digi_acceleport.c:660:16: note: byref variable will be forcibly initialized unsigned char buf[32]; ^~~ /kisskb/src/drivers/usb/serial/digi_acceleport.c: In function 'digi_open': /kisskb/src/drivers/usb/serial/digi_acceleport.c:1072:18: note: byref variable will be forcibly initialized struct ktermios not_termios; ^~~~~~~~~~~ /kisskb/src/drivers/usb/serial/digi_acceleport.c:1070:16: note: byref variable will be forcibly initialized unsigned char buf[32]; ^~~ /kisskb/src/drivers/usb/serial/digi_acceleport.c: In function 'digi_close': /kisskb/src/drivers/usb/serial/digi_acceleport.c:1108:16: note: byref variable will be forcibly initialized unsigned char buf[32]; ^~~ /kisskb/src/drivers/usb/gadget/udc/m66592-udc.c: In function 'alloc_pipe_config': /kisskb/src/drivers/usb/gadget/udc/m66592-udc.c:385:26: note: byref variable will be forcibly initialized struct m66592_pipe_info info; ^~~~ /kisskb/src/drivers/usb/gadget/udc/m66592-udc.c: In function 'irq_control_stage': /kisskb/src/drivers/usb/gadget/udc/m66592-udc.c:1158:25: note: byref variable will be forcibly initialized struct usb_ctrlrequest ctrl; ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_get_frontend': /kisskb/src/drivers/media/dvb-frontends/af9033.c:492:5: note: byref variable will be forcibly initialized u8 buf[8]; ^~~ /kisskb/src/drivers/usb/gadget/udc/m66592-udc.c: In function 'm66592_probe': /kisskb/src/drivers/usb/gadget/udc/m66592-udc.c:1543:7: note: byref variable will be forcibly initialized char clk_name[8]; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_probe': /kisskb/src/drivers/media/dvb-frontends/af9033.c:1058:5: note: byref variable will be forcibly initialized u8 buf[8]; ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832_sdr.c: In function 'rtl2832_sdr_set_adc': /kisskb/src/drivers/media/dvb-frontends/rtl2832_sdr.c:491:5: note: byref variable will be forcibly initialized u8 buf[4], u8tmp1, u8tmp2; ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832_sdr.c:490:21: note: byref variable will be forcibly initialized unsigned int f_sr, f_if; ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_pid_filter': /kisskb/src/drivers/media/dvb-frontends/af9033.c:988:5: note: byref variable will be forcibly initialized u8 wbuf[2] = {(pid >> 0) & 0xff, (pid >> 8) & 0xff}; ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_set_frontend': /kisskb/src/drivers/media/dvb-frontends/af9033.c:363:6: note: byref variable will be forcibly initialized u32 if_frequency; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c:362:10: note: byref variable will be forcibly initialized u8 tmp, buf[3], bandwidth_reg_val; ^~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_read_snr': /kisskb/src/drivers/media/dvb-frontends/af9033.c:825:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/af9033.c:877:18: note: byref variable will be forcibly initialized u8 gain_offset, buf[7]; ^~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c:876:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_read_status': /kisskb/src/drivers/media/dvb-frontends/af9033.c:619:15: note: byref variable will be forcibly initialized unsigned int utmp, utmp1; ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c:618:5: note: byref variable will be forcibly initialized u8 buf[7]; ^~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_sleep': /kisskb/src/drivers/media/dvb-frontends/af9033.c:309:15: note: byref variable will be forcibly initialized unsigned int utmp; ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_wr_reg_val_tab': /kisskb/src/drivers/media/dvb-frontends/af9033.c:38:5: note: byref variable will be forcibly initialized u8 buf[1 + MAX_TAB_LEN]; ^~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_init': /kisskb/src/drivers/media/dvb-frontends/af9033.c:76:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_write_regs': /kisskb/src/drivers/media/dvb-frontends/helene.c:292:17: note: byref variable will be forcibly initialized struct i2c_msg msg[1] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/helene.c:291:5: note: byref variable will be forcibly initialized u8 buf[MAX_WRITE_REGSIZE + 1]; ^~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_write_reg': /kisskb/src/drivers/media/dvb-frontends/helene.c:325:5: note: byref variable will be forcibly initialized u8 tmp = val; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ ^~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_set_params_s': /kisskb/src/drivers/media/dvb-frontends/helene.c:512:5: note: byref variable will be forcibly initialized u8 data[MAX_WRITE_REGSIZE]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_read_regs': /kisskb/src/drivers/media/dvb-frontends/helene.c:334:17: note: byref variable will be forcibly initialized struct i2c_msg msg[2] = { ^~~ /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c: In function 'zd1301_demod_read_status': /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c:231:5: note: byref variable will be forcibly initialized u8 u8tmp; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_set_reg_bits': /kisskb/src/drivers/media/dvb-frontends/helene.c:379:5: note: byref variable will be forcibly initialized u8 rdata; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c: In function 'zd1301_demod_set_frontend': /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c:43:6: note: byref variable will be forcibly initialized u32 if_frequency; ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_set_params_t': /kisskb/src/drivers/media/dvb-frontends/helene.c:662:5: note: byref variable will be forcibly initialized u8 data[MAX_WRITE_REGSIZE]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_x_pon': /kisskb/src/drivers/media/dvb-frontends/helene.c:904:5: note: byref variable will be forcibly initialized u8 rdata[2]; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c:903:5: note: byref variable will be forcibly initialized u8 data[20]; ^~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c:902:5: note: byref variable will be forcibly initialized u8 cdata[] = {0x7A, 0x01}; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c:899:5: note: byref variable will be forcibly initialized u8 dataT[] = { 0x06, 0x00, 0x02, 0x00 }; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c: In function 'zd1301_demod_i2c_master_xfer': /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c:316:5: note: byref variable will be forcibly initialized u8 u8tmp; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'write_regm': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:133:15: note: byref variable will be forcibly initialized unsigned int regval; ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'campoll': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:504:6: note: byref variable will be forcibly initialized u8 slotstat; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:491:5: note: byref variable will be forcibly initialized u8 istat; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'poll_slot_status': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:534:5: note: byref variable will be forcibly initialized u8 slotstat; ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'cam_mode': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:201:5: note: byref variable will be forcibly initialized u8 dummy; ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_data': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:547:10: note: byref variable will be forcibly initialized u8 msb, lsb; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:547:5: note: byref variable will be forcibly initialized u8 msb, lsb; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'cxd2099_probe': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:610:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'write_io': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:122:5: note: byref variable will be forcibly initialized u8 addr[2] = {address & 0xff, address >> 8}; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_io': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:111:5: note: byref variable will be forcibly initialized u8 addr[2] = {address & 0xff, address >> 8}; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_cam_control': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:405:15: note: byref variable will be forcibly initialized unsigned int val; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'write_pccard': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:100:6: note: byref variable will be forcibly initialized u8 buf[256]; ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:96:5: note: byref variable will be forcibly initialized u8 addr[2] = {address & 0xff, address >> 8}; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_pccard': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:85:5: note: byref variable will be forcibly initialized u8 addr[2] = {address & 0xff, address >> 8}; ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_attribute_mem': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:380:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_video.c: In function 'uvc_video_encode_header': /kisskb/src/drivers/usb/gadget/function/uvc_video.c:33:20: note: byref variable will be forcibly initialized struct timespec64 ts = ns_to_timespec64(buf->buf.vb2_buf.timestamp); ^~ In file included from /kisskb/src/include/linux/usb/gadget.h:24, from /kisskb/src/drivers/usb/gadget/function/uvc_video.c:13: /kisskb/src/drivers/usb/gadget/function/uvc_video.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c: In function 'free_pipe_config': /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c:537:28: note: byref variable will be forcibly initialized struct r8a66597_pipe_info info; ^~~~ /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c: In function 'alloc_pipe_config': /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c:454:28: note: byref variable will be forcibly initialized struct r8a66597_pipe_info info; ^~~~ /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c: In function 'irq_control_stage': /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c:1362:25: note: byref variable will be forcibly initialized struct usb_ctrlrequest ctrl; ^~~~ /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c: In function 'r8a66597_probe': /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c:1838:7: note: byref variable will be forcibly initialized char clk_name[8]; ^~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/misc/chaoskey.c:17: /kisskb/src/drivers/usb/misc/chaoskey.c: In function '_chaoskey_fill': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/chaoskey.c:382:11: note: in expansion of macro 'wait_event_interruptible_timeout' result = wait_event_interruptible_timeout( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/chaoskey.c: In function 'chaoskey_probe': /kisskb/src/drivers/usb/misc/chaoskey.c:111:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *epd; ^~~ /kisskb/src/drivers/usb/misc/usb3503.c: In function 'usb3503_probe': /kisskb/src/drivers/usb/misc/usb3503.c:172:7: note: byref variable will be forcibly initialized u32 rate = 0; ^~~~ /kisskb/src/drivers/usb/misc/usb3503.c:166:6: note: byref variable will be forcibly initialized int len; ^~~ /kisskb/src/drivers/usb/misc/usb3503.c:163:6: note: byref variable will be forcibly initialized u32 mode = USB3503_MODE_HUB; ^~~~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'get_lsr_info': /kisskb/src/drivers/usb/serial/io_edgeport.c:1474:15: note: byref variable will be forcibly initialized unsigned int result = 0; ^~~~~~ /kisskb/src/drivers/usb/misc/lvstest.c: In function 'u2_timeout_store': /kisskb/src/drivers/usb/misc/lvstest.c:203:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/usb/misc/lvstest.c: In function 'u1_timeout_store': /kisskb/src/drivers/usb/misc/lvstest.c:232:16: note: byref variable will be forcibly initialized unsigned long val; ^~~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'edge_unthrottle': /kisskb/src/drivers/usb/serial/io_edgeport.c:1424:17: note: byref variable will be forcibly initialized unsigned char start_char = START_CHAR(tty); ^~~~~~~~~~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'edge_throttle': /kisskb/src/drivers/usb/serial/io_edgeport.c:1386:17: note: byref variable will be forcibly initialized unsigned char stop_char = STOP_CHAR(tty); ^~~~~~~~~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'send_cmd_write_baud_rate': /kisskb/src/drivers/usb/serial/io_edgeport.c:2187:6: note: byref variable will be forcibly initialized int divisor; ^~~~~~~ /kisskb/src/drivers/usb/misc/lvstest.c: In function 'lvs_rh_probe': /kisskb/src/drivers/usb/misc/lvstest.c:397:34: note: byref variable will be forcibly initialized struct usb_endpoint_descriptor *endpoint; ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/serial/io_edgeport.c:31: /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'edge_open': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/io_edgeport.c:899:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(edge_port->wait_open, !edge_port->openPending, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'get_manufacturing_desc': /kisskb/src/drivers/usb/serial/io_edgeport.c:2537:8: note: byref variable will be forcibly initialized char string[30]; ^~~~~~ In file included from /kisskb/src/drivers/usb/serial/io_edgeport.c:41: /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'request_ihex_firmware': /kisskb/src/include/linux/ihex.h:68:25: note: byref variable will be forcibly initialized const struct firmware *lfw; ^~~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'load_application_firmware': /kisskb/src/drivers/usb/serial/io_edgeport.c:2624:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'update_edgeport_E2PROM': /kisskb/src/drivers/usb/serial/io_edgeport.c:318:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/media/v4l2-core/v4l2-dv-timings.c: In function 'v4l2_dv_timings_aspect_ratio': /kisskb/src/drivers/media/v4l2-core/v4l2-dv-timings.c:359:19: note: byref variable will be forcibly initialized unsigned long n, d; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-dv-timings.c:359:16: note: byref variable will be forcibly initialized unsigned long n, d; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-dv-timings.c: In function 'v4l2_calc_timeperframe': /kisskb/src/drivers/media/v4l2-core/v4l2-dv-timings.c:389:19: note: byref variable will be forcibly initialized unsigned long n, d; ^ /kisskb/src/drivers/media/v4l2-core/v4l2-dv-timings.c:389:16: note: byref variable will be forcibly initialized unsigned long n, d; ^ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c: In function 's5p_jpeg_parse_hdr': /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1121:25: note: byref variable will be forcibly initialized struct s5p_jpeg_buffer jpeg_buffer; ^~~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1116:38: note: byref variable will be forcibly initialized unsigned int height = 0, width = 0, word, subsampling = 0; ^~~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1116:27: note: byref variable will be forcibly initialized unsigned int height = 0, width = 0, word, subsampling = 0; ^~~~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1116:15: note: byref variable will be forcibly initialized unsigned int height = 0, width = 0, word, subsampling = 0; ^~~~~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c: In function 'exynos3250_jpeg_try_crop': /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1742:19: note: byref variable will be forcibly initialized struct v4l2_rect base_rect; ^~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c: In function 'exynos4_jpeg_parse_huff_tbl': /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:806:25: note: byref variable will be forcibly initialized struct s5p_jpeg_buffer jpeg_buffer; ^~~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c: In function 'exynos4_jpeg_parse_q_tbl': /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:896:25: note: byref variable will be forcibly initialized struct s5p_jpeg_buffer jpeg_buffer; ^~~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c: In function 'exynos4_jpeg_parse_decode_h_tbl': /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:770:15: note: byref variable will be forcibly initialized unsigned int word; ^~~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:769:25: note: byref variable will be forcibly initialized struct s5p_jpeg_buffer jpeg_buffer; ^~~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c: In function 'exynos4_jpeg_parse_decode_q_tbl': /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:865:25: note: byref variable will be forcibly initialized struct s5p_jpeg_buffer jpeg_buffer; ^~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function '__uvcg_iter_frm_intrv': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1243:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(u32) * 8 + 1 + 1]; ^~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c: In function 'exynos4_jpeg_get_output_buffer_size': /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1556:22: note: byref variable will be forcibly initialized int w = pix->width, h = pix->height, wh_align; ^ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1556:6: note: byref variable will be forcibly initialized int w = pix->width, h = pix->height, wh_align; ^ In file included from /kisskb/src/include/linux/usb/gadget.h:24, from /kisskb/src/include/linux/usb/composite.h:41, from /kisskb/src/drivers/usb/gadget/function/u_uvc.h:17, from /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:15: /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_streaming_class_allow_link': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2159:19: note: byref variable will be forcibly initialized size_t size = 0, count = 0; ^~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2159:9: note: byref variable will be forcibly initialized size_t size = 0, count = 0; ^~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2158:8: note: byref variable will be forcibly initialized void *data, *data_save; ^~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2156:49: note: byref variable will be forcibly initialized struct uvc_descriptor_header ***class_array, **cl_arr; ^~~~~~ /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c: In function 's5p_jpeg_s_fmt': /kisskb/src/drivers/media/platform/s5p-jpeg/jpeg-core.c:1590:19: note: byref variable will be forcibly initialized struct v4l2_rect scale_rect; ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'hidg_setup': /kisskb/src/drivers/usb/gadget/function/f_hid.c:715:26: note: byref variable will be forcibly initialized struct hid_descriptor hidg_desc_copy = hidg_desc; ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/gadget/function/f_hid.c:9: /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hidg_intout_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:301:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(hidg->read_queue, READ_COND_INTOUT)) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hidg_ssreport_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:370:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(hidg->read_queue, READ_COND_SSREPORT)) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hidg_write': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:617:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:625:11: note: in expansion of macro '__wait_event_interruptible_exclusive' __ret = __wait_event_interruptible_exclusive(wq, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:444:7: note: in expansion of macro 'wait_event_interruptible_exclusive' if (wait_event_interruptible_exclusive( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hid_opts_report_length_store': /kisskb/src/drivers/usb/gadget/function/f_hid.c:1075:10: note: byref variable will be forcibly initialized u##prec num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:1104:1: note: in expansion of macro 'F_HID_OPT' F_HID_OPT(report_length, 16, 65535); ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hid_opts_no_out_endpoint_store': /kisskb/src/drivers/usb/gadget/function/f_hid.c:1075:10: note: byref variable will be forcibly initialized u##prec num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:1103:1: note: in expansion of macro 'F_HID_OPT' F_HID_OPT(no_out_endpoint, 8, 1); ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hid_opts_protocol_store': /kisskb/src/drivers/usb/gadget/function/f_hid.c:1075:10: note: byref variable will be forcibly initialized u##prec num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:1102:1: note: in expansion of macro 'F_HID_OPT' F_HID_OPT(protocol, 8, 255); ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_mjpeg_b_default_frame_index_store': /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hid_opts_subclass_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1744:5: note: byref variable will be forcibly initialized u8 num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1772:1: note: in expansion of macro 'UVCG_MJPEG_ATTR' UVCG_MJPEG_ATTR(b_default_frame_index, bDefaultFrameIndex, 8); ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:1075:10: note: byref variable will be forcibly initialized u##prec num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:1101:1: note: in expansion of macro 'F_HID_OPT' F_HID_OPT(subclass, 8, 255); ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_frame_bm_capabilities_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1117:25: note: byref variable will be forcibly initialized typeof(f->frame.cname) num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1181:1: note: in expansion of macro 'UVCG_FRAME_ATTR' UVCG_FRAME_ATTR(bm_capabilities, bmCapabilities, 8); ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'ghid_setup': /kisskb/src/drivers/usb/gadget/function/f_hid.c:1320:8: note: byref variable will be forcibly initialized dev_t dev; ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_uncompressed_b_default_frame_index_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1551:5: note: byref variable will be forcibly initialized u8 num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1580:1: note: in expansion of macro 'UVCG_UNCOMPRESSED_ATTR' UVCG_UNCOMPRESSED_ATTR(b_default_frame_index, bDefaultFrameIndex, 8); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_uncompressed_b_bits_per_pixel_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1551:5: note: byref variable will be forcibly initialized u8 num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1579:1: note: in expansion of macro 'UVCG_UNCOMPRESSED_ATTR' UVCG_UNCOMPRESSED_ATTR(b_bits_per_pixel, bBitsPerPixel, 8); ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_frame_dw_frame_interval_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1277:19: note: byref variable will be forcibly initialized u32 *frm_intrv, *tmp; ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1276:15: note: byref variable will be forcibly initialized int ret = 0, n = 0; ^ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function '__uvcg_fill_frm_intrv': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1225:6: note: byref variable will be forcibly initialized u32 num, **interv; ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_frame_dw_default_frame_interval_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1117:25: note: byref variable will be forcibly initialized typeof(f->frame.cname) num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1187:1: note: in expansion of macro 'UVCG_FRAME_ATTR' UVCG_FRAME_ATTR(dw_default_frame_interval, dwDefaultFrameInterval, 32); ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_frame_dw_max_video_frame_buffer_size_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1117:25: note: byref variable will be forcibly initialized typeof(f->frame.cname) num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1186:1: note: in expansion of macro 'UVCG_FRAME_ATTR' UVCG_FRAME_ATTR(dw_max_video_frame_buffer_size, dwMaxVideoFrameBufferSize, 32); ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_frame_dw_max_bit_rate_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1117:25: note: byref variable will be forcibly initialized typeof(f->frame.cname) num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1185:1: note: in expansion of macro 'UVCG_FRAME_ATTR' UVCG_FRAME_ATTR(dw_max_bit_rate, dwMaxBitRate, 32); ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_frame_dw_min_bit_rate_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1117:25: note: byref variable will be forcibly initialized typeof(f->frame.cname) num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1184:1: note: in expansion of macro 'UVCG_FRAME_ATTR' UVCG_FRAME_ATTR(dw_min_bit_rate, dwMinBitRate, 32); ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_control_header_dw_clock_frequency_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:173:10: note: byref variable will be forcibly initialized u##bits num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:206:1: note: in expansion of macro 'UVCG_CTRL_HDR_ATTR' UVCG_CTRL_HDR_ATTR(dw_clock_frequency, dwClockFrequency, 32, 0x7fffffff); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'f_uvc_opts_streaming_maxburst_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2396:15: note: byref variable will be forcibly initialized unsigned int num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2424:1: note: in expansion of macro 'UVCG_OPTS_ATTR' UVCG_OPTS_ATTR(streaming_maxburst, streaming_maxburst, 15); ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'f_uvc_opts_streaming_maxpacket_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2396:15: note: byref variable will be forcibly initialized unsigned int num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2423:1: note: in expansion of macro 'UVCG_OPTS_ATTR' UVCG_OPTS_ATTR(streaming_maxpacket, streaming_maxpacket, 3072); ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'f_uvc_opts_streaming_interval_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2396:15: note: byref variable will be forcibly initialized unsigned int num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:2422:1: note: in expansion of macro 'UVCG_OPTS_ATTR' UVCG_OPTS_ATTR(streaming_interval, streaming_interval, 16); ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_frame_w_height_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1117:25: note: byref variable will be forcibly initialized typeof(f->frame.cname) num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1183:1: note: in expansion of macro 'UVCG_FRAME_ATTR' UVCG_FRAME_ATTR(w_height, wHeight, 16); ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_frame_w_width_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1117:25: note: byref variable will be forcibly initialized typeof(f->frame.cname) num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:1182:1: note: in expansion of macro 'UVCG_FRAME_ATTR' UVCG_FRAME_ATTR(w_width, wWidth, 16); ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c: In function 'uvcg_control_header_bcd_uvc_store': /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:173:10: note: byref variable will be forcibly initialized u##bits num; \ ^~~ /kisskb/src/drivers/usb/gadget/function/uvc_configfs.c:204:1: note: in expansion of macro 'UVCG_CTRL_HDR_ATTR' UVCG_CTRL_HDR_ATTR(bcd_uvc, bcdUVC, 16, 0xffff); ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c:12: /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c: In function 'v4l2_m2m_cancel_job': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c:429:3: note: in expansion of macro 'wait_event' wait_event(m2m_ctx->finished, ^~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c: In function 'v4l2_m2m_suspend': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^~~~~~~~~~~~ /kisskb/src/drivers/media/v4l2-core/v4l2-mem2mem.c:554:3: note: in expansion of macro 'wait_event' wait_event(curr_ctx->finished, ^~~~~~~~~~ /kisskb/src/drivers/usb/serial/io_ti.c: In function 'edge_unthrottle': /kisskb/src/drivers/usb/serial/io_ti.c:2157:17: note: byref variable will be forcibly initialized unsigned char start_char = START_CHAR(tty); ^~~~~~~~~~ /kisskb/src/drivers/usb/serial/io_ti.c: In function 'edge_throttle': /kisskb/src/drivers/usb/serial/io_ti.c:2130:17: note: byref variable will be forcibly initialized unsigned char stop_char = STOP_CHAR(tty); ^~~~~~~~~ /kisskb/src/drivers/usb/serial/io_ti.c: In function 'download_code': /kisskb/src/drivers/usb/serial/io_ti.c:925:6: note: byref variable will be forcibly initialized int done; ^~~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_tiocmget': /kisskb/src/drivers/usb/serial/f81534.c:1441:5: note: byref variable will be forcibly initialized u8 msr; ^~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_read_msr': /kisskb/src/drivers/usb/serial/f81534.c:1061:5: note: byref variable will be forcibly initialized u8 msr; ^~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_lsr_worker': /kisskb/src/drivers/usb/serial/f81534.c:1311:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_set_mask_register': /kisskb/src/drivers/usb/serial/f81534.c:300:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ /kisskb/src/drivers/usb/serial/io_ti.c: In function 'download_fw': /kisskb/src/drivers/usb/serial/io_ti.c:1003:25: note: byref variable will be forcibly initialized const struct firmware *fw; ^~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_wait_for_spi_idle': /kisskb/src/drivers/usb/serial/f81534.c:351:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc.c:9: /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc.c: In function 's5p_mfc_suspend': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc.c:1481:9: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(m_dev->queue, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_read_flash': /kisskb/src/drivers/usb/serial/f81534.c:405:5: note: byref variable will be forcibly initialized u8 tmp_buf[F81534_MAX_DATA_BLOCK]; ^~~~~~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_find_config_idx': /kisskb/src/drivers/usb/serial/f81534.c:731:5: note: byref variable will be forcibly initialized u8 tmp; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/media/platform/exynos4-is/fimc-core.c:9: /kisskb/src/drivers/media/platform/exynos4-is/fimc-core.c: In function 'fimc_m2m_suspend': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-core.c:836:12: note: in expansion of macro 'wait_event_timeout' timeout = wait_event_timeout(fimc->irq_queue, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-core.c: In function 'fimc_parse_dt': /kisskb/src/drivers/media/platform/exynos4-is/fimc-core.c:871:6: note: byref variable will be forcibly initialized u32 args[FIMC_PIX_LIMITS_MAX]; ^~~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_check_port_hw_disabled': /kisskb/src/drivers/usb/serial/f81534.c:763:5: note: byref variable will be forcibly initialized u8 lsr; ^~~ /kisskb/src/drivers/usb/serial/f81534.c:762:5: note: byref variable will be forcibly initialized u8 msr; ^~~ /kisskb/src/drivers/usb/serial/f81534.c:761:5: note: byref variable will be forcibly initialized u8 old_mcr; ^~~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-core.c: In function 'fimc_probe': /kisskb/src/drivers/media/platform/exynos4-is/fimc-core.c:925:6: note: byref variable will be forcibly initialized u32 lclk_freq = 0; ^~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc.c: In function 's5p_mfc_configure_2port_memory': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc.c:1120:13: note: byref variable will be forcibly initialized dma_addr_t bank2_dma_addr; ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/typec/mux.c:15: /kisskb/src/drivers/usb/typec/mux.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/typec/class.c: In function 'vconn_source_store': /kisskb/src/drivers/usb/typec/class.c:1428:7: note: byref variable will be forcibly initialized bool source; ^~~~~~ /kisskb/src/drivers/usb/typec/class.c: In function 'typec_altmode_update_active': /kisskb/src/drivers/usb/typec/class.c:290:7: note: byref variable will be forcibly initialized char dir[6]; ^~~ /kisskb/src/drivers/usb/typec/class.c: In function 'active_store': /kisskb/src/drivers/usb/typec/class.c:361:7: note: byref variable will be forcibly initialized bool enter; ^~~~~ /kisskb/src/drivers/usb/typec/class.c: In function 'typec_register_plug': /kisskb/src/drivers/usb/typec/class.c:964:7: note: byref variable will be forcibly initialized char name[8]; ^~~~ /kisskb/src/drivers/usb/typec/class.c: In function 'typec_port_register_altmodes': /kisskb/src/drivers/usb/typec/class.c:1936:12: note: byref variable will be forcibly initialized u32 svid, vdo; ^~~ /kisskb/src/drivers/usb/typec/class.c:1936:6: note: byref variable will be forcibly initialized u32 svid, vdo; ^~~~ /kisskb/src/drivers/usb/typec/class.c:1933:28: note: byref variable will be forcibly initialized struct typec_altmode_desc desc; ^~~~ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'get_lsr_info': /kisskb/src/drivers/usb/serial/ftdi_sio.c:1523:15: note: byref variable will be forcibly initialized unsigned int result = 0; ^~~~~~ /kisskb/src/drivers/usb/gadget/udc/mv_udc_core.c: In function 'req_to_dtd': /kisskb/src/drivers/usb/gadget/udc/mv_udc_core.c:408:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/gadget/udc/mv_udc_core.c:406:6: note: byref variable will be forcibly initialized int is_last, is_first = 1; ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/mv_udc_core.c:405:11: note: byref variable will be forcibly initialized unsigned count; ^~~~~ /kisskb/src/drivers/usb/gadget/udc/mv_udc_core.c: In function 'eps_init': /kisskb/src/drivers/usb/gadget/udc/mv_udc_core.c:1238:7: note: byref variable will be forcibly initialized char name[14]; ^~~~ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'ftdi_tiocmget': /kisskb/src/drivers/usb/serial/ftdi_sio.c:2872:16: note: byref variable will be forcibly initialized unsigned char buf[2]; ^~~ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'ftdi_tx_empty': /kisskb/src/drivers/usb/serial/ftdi_sio.c:2618:16: note: byref variable will be forcibly initialized unsigned char buf[2]; ^~~ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'latency_timer_store': /kisskb/src/drivers/usb/serial/ftdi_sio.c:1681:5: note: byref variable will be forcibly initialized u8 v; ^ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'event_char_store': /kisskb/src/drivers/usb/serial/ftdi_sio.c:1703:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function '_read_latency_timer': /kisskb/src/drivers/usb/serial/ftdi_sio.c:1440:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'ftdi_read_cbus_pins': /kisskb/src/drivers/usb/serial/ftdi_sio.c:1843:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'ftdi_gpio_init_valid_mask': /kisskb/src/drivers/usb/serial/ftdi_sio.c:1974:16: note: byref variable will be forcibly initialized unsigned long map = priv->gpio_altfunc; ^~~ /kisskb/src/drivers/usb/gadget/udc/fotg210-udc.c: In function 'fotg210_irq': /kisskb/src/drivers/usb/gadget/udc/fotg210-udc.c:940:26: note: byref variable will be forcibly initialized struct usb_ctrlrequest ctrl; ^~~~ In file included from /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c:13: /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c: In function 'mv_u3d_req_to_trb': /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c:406:13: note: byref variable will be forcibly initialized dma_addr_t dma; ^~~ /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c:402:6: note: byref variable will be forcibly initialized int is_last; ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c:401:11: note: byref variable will be forcibly initialized unsigned count; ^~~~~ /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c: In function 'mv_u3d_eps_init': /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c:1303:7: note: byref variable will be forcibly initialized char name[14]; ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/gadget/function/f_printer.c:14: /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'printer_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c:492:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(dev->rx_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'printer_write': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c:611:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(dev->tx_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'printer_fsync': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c:710:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(dev->tx_flush_wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'f_printer_opts_q_len_store': /kisskb/src/drivers/usb/gadget/function/f_printer.c:1282:6: note: byref variable will be forcibly initialized u16 num; ^~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'gprinter_setup': /kisskb/src/drivers/usb/gadget/function/f_printer.c:1520:8: note: byref variable will be forcibly initialized dev_t devt; ^~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_tuner.c: In function 'vidtv_tuner_check_frequency_shift': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_tuner.c:128:28: note: byref variable will be forcibly initialized struct vidtv_tuner_config config = tuner_dev->config; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_intr.c:12: /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_intr.c: In function 's5p_mfc_wait_for_done_dev': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_intr.c:25:8: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(dev->queue, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_intr.c: In function 's5p_mfc_wait_for_done_ctx': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_intr.c:62:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(ctx->queue, ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_intr.c:57:9: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(ctx->queue, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_tcm.c: In function 'tcm_usbg_tpg_nexus_store': /kisskb/src/drivers/usb/gadget/function/f_tcm.c:1627:16: note: byref variable will be forcibly initialized unsigned char i_port[USBG_NAMELEN], *ptr; ^~~~~~ /kisskb/src/drivers/usb/gadget/function/f_tcm.c: In function 'usbg_make_tpg': /kisskb/src/drivers/usb/gadget/function/f_tcm.c:1342:16: note: byref variable will be forcibly initialized unsigned long tpgt; ^~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_demod.c: In function 'vidtv_demod_set_frontend': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_demod.c:265:6: note: byref variable will be forcibly initialized u32 tuner_status = 0; ^~~~~~~~~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_demod.c: In function 'vidtv_demod_read_status': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_demod.c:204:6: note: byref variable will be forcibly initialized u16 snr = 0; ^~~ /kisskb/src/drivers/usb/gadget/function/f_tcm.c: In function 'usbg_get_cmd': /kisskb/src/drivers/usb/gadget/function/f_tcm.c:1077:11: note: byref variable will be forcibly initialized int tag, cpu; ^~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_bridge.c: In function 'vidtv_bridge_check_demod_lock': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_bridge.c:143:17: note: byref variable will be forcibly initialized enum fe_status status; ^~~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_bridge.c: In function 'vidtv_bridge_probe_demod': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_bridge.c:342:28: note: byref variable will be forcibly initialized struct vidtv_demod_config cfg = { ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/vb2.h:69, from /kisskb/src/drivers/media/common/videobuf2/vb2-trace.c:5: /kisskb/src/drivers/media/common/videobuf2/vb2-trace.c: In function 'perf_trace_vb2_event_class': /kisskb/src/include/trace/perf.h:44:6: note: byref variable will be forcibly initialized int rctx; \ ^~~~ /kisskb/src/include/trace/events/vb2.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:38:18: note: byref variable will be forcibly initialized struct pt_regs *__regs; \ ^~~~~~ /kisskb/src/include/trace/events/vb2.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_event_class, ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/vb2.h:69, from /kisskb/src/drivers/media/common/videobuf2/vb2-trace.c:5: /kisskb/src/drivers/media/common/videobuf2/vb2-trace.c: In function 'trace_event_raw_event_vb2_event_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized struct trace_event_buffer fbuffer; \ ^~~~~~~ /kisskb/src/include/trace/events/vb2.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' DECLARE_EVENT_CLASS(vb2_event_class, ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/bus.c: In function 'typec_altmode_set_mux': /kisskb/src/drivers/usb/typec/bus.c:18:25: note: byref variable will be forcibly initialized struct typec_mux_state state; ^~~~~ /kisskb/src/drivers/usb/serial/ir-usb.c: In function 'ir_set_termios': /kisskb/src/drivers/usb/serial/ir-usb.c:383:6: note: byref variable will be forcibly initialized int actual_length; ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/keyspan_pda.c: In function 'keyspan_pda_get_modem_info': /kisskb/src/drivers/usb/serial/keyspan_pda.c:375:5: note: byref variable will be forcibly initialized u8 data; ^~~~ /kisskb/src/drivers/usb/serial/keyspan_pda.c: In function 'keyspan_pda_tiocmset': /kisskb/src/drivers/usb/serial/keyspan_pda.c:431:16: note: byref variable will be forcibly initialized unsigned char status; ^~~~~~ /kisskb/src/drivers/usb/serial/keyspan_pda.c: In function 'keyspan_pda_tiocmget': /kisskb/src/drivers/usb/serial/keyspan_pda.c:408:16: note: byref variable will be forcibly initialized unsigned char status; ^~~~~~ /kisskb/src/drivers/usb/serial/keyspan_pda.c: In function 'keyspan_pda_get_write_room': /kisskb/src/drivers/usb/serial/keyspan_pda.c:80:5: note: byref variable will be forcibly initialized u8 room; ^~~~ /kisskb/src/drivers/usb/serial/iuu_phoenix.c: In function 'bulk_immediate': /kisskb/src/drivers/usb/serial/iuu_phoenix.c:271:6: note: byref variable will be forcibly initialized int actual = 0; ^~~~~~ /kisskb/src/drivers/usb/serial/iuu_phoenix.c: In function 'iuu_set_termios': /kisskb/src/drivers/usb/serial/iuu_phoenix.c:888:6: note: byref variable will be forcibly initialized u32 actual; ^~~~~~ /kisskb/src/drivers/usb/serial/iuu_phoenix.c: In function 'read_immediate': /kisskb/src/drivers/usb/serial/iuu_phoenix.c:292:6: note: byref variable will be forcibly initialized int actual = 0; ^~~~~~ /kisskb/src/drivers/usb/serial/iuu_phoenix.c: In function 'iuu_open': /kisskb/src/drivers/usb/serial/iuu_phoenix.c:963:6: note: byref variable will be forcibly initialized u32 actual; ^~~~~~ /kisskb/src/drivers/usb/serial/iuu_phoenix.c: In function 'vcc_mode_store': /kisskb/src/drivers/usb/serial/iuu_phoenix.c:1121:16: note: byref variable will be forcibly initialized unsigned long v; ^ /kisskb/src/drivers/media/common/videobuf2/videobuf2-v4l2.c: In function 'vb2_reqbufs': /kisskb/src/drivers/media/common/videobuf2/videobuf2-v4l2.c:714:6: note: byref variable will be forcibly initialized u32 flags = req->flags; ^~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-v4l2.c: In function 'vb2_create_bufs': /kisskb/src/drivers/media/common/videobuf2/videobuf2-v4l2.c:746:11: note: byref variable will be forcibly initialized unsigned requested_sizes[VIDEO_MAX_PLANES]; ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-v4l2.c: In function 'vb2_qbuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-v4l2.c:806:24: note: byref variable will be forcibly initialized struct media_request *req = NULL; ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-v4l2.c: In function 'vb2_ioctl_reqbufs': /kisskb/src/drivers/media/common/videobuf2/videobuf2-v4l2.c:993:6: note: byref variable will be forcibly initialized u32 flags = p->flags; ^~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_pes.c: In function 'vidtv_pes_write_h': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_pes.c:137:31: note: byref variable will be forcibly initialized struct pes_header_write_args pts_dts_args; ^~~~~~~~~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_pes.c: In function 'vidtv_pes_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_pes.c:327:6: note: byref variable will be forcibly initialized u64 last_pcr = args->pcr; ^~~~~~~~ In file included from /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:20: /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_table_header_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:757:24: note: byref variable will be forcibly initialized struct psi_write_args psi_args = { ^~~~~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_pat_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:986:6: note: byref variable will be forcibly initialized u32 crc = INITIAL_CRC; ^~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_pmt_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:1165:6: note: byref variable will be forcibly initialized u32 crc = INITIAL_CRC; ^~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_sdt_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:1339:6: note: byref variable will be forcibly initialized u32 crc = INITIAL_CRC; ^~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_nit_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:1680:6: note: byref variable will be forcibly initialized u32 crc = INITIAL_CRC; ^~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_eit_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:1891:6: note: byref variable will be forcibly initialized u32 crc = INITIAL_CRC; ^~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_eit_event_init': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:1952:12: note: byref variable will be forcibly initialized struct tm time; ^~~~ /kisskb/src/drivers/usb/serial/metro-usb.c: In function 'metrousb_send_unidirectional_cmd': /kisskb/src/drivers/usb/serial/metro-usb.c:81:6: note: byref variable will be forcibly initialized int actual_len; ^~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/media/platform/exynos-gsc/gsc-core.c:9: /kisskb/src/drivers/media/platform/exynos-gsc/gsc-core.c: In function 'gsc_m2m_suspend': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/exynos-gsc/gsc-core.c:1244:12: note: in expansion of macro 'wait_event_timeout' timeout = wait_event_timeout(gsc->irq_queue, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/exynos-gsc/gsc-core.c: In function 'gsc_set_prefbuf': /kisskb/src/drivers/media/platform/exynos-gsc/gsc-core.c:352:18: note: byref variable will be forcibly initialized u32 high_addr, high_plane; ^~~~~~~~~~ /kisskb/src/drivers/media/platform/exynos-gsc/gsc-core.c:352:7: note: byref variable will be forcibly initialized u32 high_addr, high_plane; ^~~~~~~~~ /kisskb/src/drivers/media/platform/exynos-gsc/gsc-core.c:351:17: note: byref variable will be forcibly initialized u32 low_addr, low_plane, mid_addr, mid_plane; ^~~~~~~~~ /kisskb/src/drivers/media/platform/exynos-gsc/gsc-core.c:351:7: note: byref variable will be forcibly initialized u32 low_addr, low_plane, mid_addr, mid_plane; ^~~~~~~~ /kisskb/src/drivers/media/platform/exynos-gsc/gsc-core.c: In function 'gsc_try_selection': /kisskb/src/drivers/media/platform/exynos-gsc/gsc-core.c:523:35: note: byref variable will be forcibly initialized u32 mod_x = 0, mod_y = 0, tmp_w, tmp_h; ^~~~~ /kisskb/src/drivers/media/platform/exynos-gsc/gsc-core.c:523:28: note: byref variable will be forcibly initialized u32 mod_x = 0, mod_y = 0, tmp_w, tmp_h; ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/media/platform/exynos-gsc/gsc-m2m.c:9: /kisskb/src/drivers/media/platform/exynos-gsc/gsc-m2m.c: In function 'gsc_m2m_ctx_stop_req': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/exynos-gsc/gsc-m2m.c:38:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(gsc->irq_queue, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/exynos-gsc/gsc-m2m.c: In function 'gsc_m2m_s_selection': /kisskb/src/drivers/media/platform/exynos-gsc/gsc-m2m.c:490:24: note: byref variable will be forcibly initialized struct v4l2_selection sel = *s; ^~~ /kisskb/src/drivers/usb/serial/mos7720.c: In function 'mos7720_unthrottle': /kisskb/src/drivers/usb/serial/mos7720.c:1164:17: note: byref variable will be forcibly initialized unsigned char start_char = START_CHAR(tty); ^~~~~~~~~~ /kisskb/src/drivers/usb/serial/mos7720.c: In function 'mos7720_throttle': /kisskb/src/drivers/usb/serial/mos7720.c:1134:17: note: byref variable will be forcibly initialized unsigned char stop_char = STOP_CHAR(tty); ^~~~~~~~~ /kisskb/src/drivers/usb/serial/mos7720.c: In function 'send_cmd_write_baud_rate': /kisskb/src/drivers/usb/serial/mos7720.c:1316:6: note: byref variable will be forcibly initialized int divisor; ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/gadget/legacy/inode.c:13: /kisskb/src/drivers/usb/gadget/legacy/inode.c: In function 'ep_io': /kisskb/src/drivers/usb/gadget/legacy/inode.c:332:30: 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) ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/media/radio/si470x/radio-si470x.h:17, from /kisskb/src/drivers/media/radio/si470x/radio-si470x-common.c:102: /kisskb/src/drivers/media/radio/si470x/radio-si470x-common.c: In function 'si470x_fops_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/radio/si470x/radio-si470x-common.c:476:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(radio->read_queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/mos7720.c: In function 'get_lsr_info': /kisskb/src/drivers/usb/serial/mos7720.c:1555:16: note: byref variable will be forcibly initialized unsigned char data = 0; ^~~~ /kisskb/src/drivers/usb/serial/mos7720.c:1554:15: note: byref variable will be forcibly initialized unsigned int result = 0; ^~~~~~ /kisskb/src/drivers/media/radio/si470x/radio-si470x-common.c: In function 'si470x_set_seek': /kisskb/src/drivers/media/radio/si470x/radio-si470x-common.c:298:15: note: byref variable will be forcibly initialized unsigned int freq; ^~~~ /kisskb/src/drivers/usb/gadget/legacy/inode.c: In function 'ep_config': /kisskb/src/drivers/usb/gadget/legacy/inode.c:723:8: note: byref variable will be forcibly initialized u32 tag; ^~~ /kisskb/src/drivers/usb/serial/mos7720.c: In function 'mos7720_startup': /kisskb/src/drivers/usb/serial/mos7720.c:1647:7: note: byref variable will be forcibly initialized char data; ^~~~ /kisskb/src/drivers/usb/serial/mos7720.c: In function 'mos7720_open': /kisskb/src/drivers/usb/serial/mos7720.c:849:7: note: byref variable will be forcibly initialized __u8 data; ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/gadget/legacy/inode.c:13: /kisskb/src/drivers/usb/gadget/legacy/inode.c: In function 'ep0_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/legacy/inode.c:1063:12: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible (dev->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/legacy/inode.c:968:13: note: in expansion of macro 'wait_event_interruptible' retval = wait_event_interruptible (dev->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/legacy/inode.c: In function 'dev_config': /kisskb/src/drivers/usb/gadget/legacy/inode.c:1799:8: note: byref variable will be forcibly initialized u32 tag; ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c: In function 'vb2_vmalloc_unmap_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c:389:21: note: byref variable will be forcibly initialized struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(buf->vaddr); ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c: In function 'vb2_vmalloc_detach_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c:398:21: note: byref variable will be forcibly initialized struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(buf->vaddr); ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c: In function 'vb2_vmalloc_map_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-vmalloc.c:375:21: note: byref variable will be forcibly initialized struct dma_buf_map map; ^~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-reg.c: In function 'fimc_hw_camblk_cfg_writeback': /kisskb/src/drivers/media/platform/exynos4-is/fimc-reg.c:811:26: note: byref variable will be forcibly initialized unsigned int mask, val, camblk_cfg; ^~~~~~~~~~ /kisskb/src/drivers/usb/serial/mxuport.c: In function 'mxuport_probe': /kisskb/src/drivers/usb/serial/mxuport.c:1054:7: note: byref variable will be forcibly initialized char buf[32]; ^~~ /kisskb/src/drivers/usb/serial/mxuport.c:1052:6: note: byref variable will be forcibly initialized u32 version; ^~~~~~~ /kisskb/src/drivers/usb/serial/mxuport.c:1051:25: note: byref variable will be forcibly initialized const struct firmware *fw_p = NULL; ^~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c: In function 's5p_mfc_dec_ctrls_setup': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c:1134:26: note: byref variable will be forcibly initialized struct v4l2_ctrl_config cfg; ^~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c: In function 's5p_mfc_dec_init': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c:1187:21: note: byref variable will be forcibly initialized struct v4l2_format f; ^ /kisskb/src/drivers/usb/typec/qcom-pmic-typec.c: In function 'qcom_pmic_typec_check_connection': /kisskb/src/drivers/usb/typec/qcom-pmic-typec.c:70:15: note: byref variable will be forcibly initialized unsigned int stat; ^~~~ /kisskb/src/drivers/usb/typec/qcom-pmic-typec.c: In function 'qcom_pmic_typec_probe': /kisskb/src/drivers/usb/typec/qcom-pmic-typec.c:137:6: note: byref variable will be forcibly initialized u32 reg; ^~~ /kisskb/src/drivers/usb/typec/qcom-pmic-typec.c:135:14: note: byref variable will be forcibly initialized const char *buf; ^~~ /kisskb/src/drivers/usb/typec/qcom-pmic-typec.c:134:26: note: byref variable will be forcibly initialized struct typec_capability cap; ^~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c: In function 'xvip_dma_verify_format': /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c:59:28: note: byref variable will be forcibly initialized struct v4l2_subdev_format fmt; ^~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c: In function 'xvip_pipeline_validate': /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c:176:21: note: byref variable will be forcibly initialized struct media_graph graph; ^~~~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c: In function 'xvip_dma_set_format': /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c:598:34: note: byref variable will be forcibly initialized const struct xvip_video_format *info; ^~~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c: In function 'xvip_dma_init': /kisskb/src/drivers/media/platform/xilinx/xilinx-dma.c:650:7: note: byref variable will be forcibly initialized char name[16]; ^~~~ /kisskb/src/drivers/usb/serial/pl2303.c: In function 'pl2303_supports_hx_status': /kisskb/src/drivers/usb/serial/pl2303.c:391:5: note: byref variable will be forcibly initialized u8 buf; ^~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c: In function 'check_vb_with_fmt': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c:2363:14: note: byref variable will be forcibly initialized dma_addr_t dma = vb2_dma_contig_plane_dma_addr(vb, i); ^~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c: In function 'vb2_dc_unmap_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c:740:21: note: byref variable will be forcibly initialized struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(buf->vaddr); ^~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c: In function 'enc_post_frame_start': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c:1217:32: note: byref variable will be forcibly initialized unsigned long enc_y_addr = 0, enc_c_addr = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c:1217:16: note: byref variable will be forcibly initialized unsigned long enc_y_addr = 0, enc_c_addr = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c: In function 'vb2_dc_vaddr': /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-contig.c:102:22: note: byref variable will be forcibly initialized struct dma_buf_map map; ^~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c: In function 's5p_mfc_enc_ctrls_setup': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c:2622:26: note: byref variable will be forcibly initialized struct v4l2_ctrl_config cfg; ^~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c: In function 's5p_mfc_enc_init': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c:2692:21: note: byref variable will be forcibly initialized struct v4l2_format f; ^ /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c: In function 'vb2_dma_sg_unmap_dmabuf': /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c:584:21: note: byref variable will be forcibly initialized struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(buf->vaddr); ^~~ In file included from /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c:18: /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c: In function 'vb2_dma_sg_vaddr': /kisskb/src/drivers/media/common/videobuf2/videobuf2-dma-sg.c:306:21: note: byref variable will be forcibly initialized struct dma_buf_map map; ^~~ /kisskb/src/drivers/usb/serial/ssu100.c: In function 'ssu100_process_read_urb': /kisskb/src/drivers/usb/serial/ssu100.c:482:7: note: byref variable will be forcibly initialized char flag = TTY_NORMAL; ^~~~ /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c: In function 'ti_tx_empty': /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c:850:5: note: byref variable will be forcibly initialized u8 lsr, mask; ^~~ /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c: In function 'ti_do_download': /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c:1549:6: note: byref variable will be forcibly initialized int done; ^~~~ /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c: In function 'ti_download_firmware': /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c:1581:7: note: byref variable will be forcibly initialized char buf[32]; ^~~ /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c:1580:25: note: byref variable will be forcibly initialized const struct firmware *fw_p; ^~~~ /kisskb/src/drivers/usb/serial/upd78f0730.c: In function 'upd78f0730_tiocmset': /kisskb/src/drivers/usb/serial/upd78f0730.c:209:32: note: byref variable will be forcibly initialized struct upd78f0730_set_dtr_rts request; ^~~~~~~ /kisskb/src/drivers/usb/serial/upd78f0730.c: In function 'upd78f0730_break_ctl': /kisskb/src/drivers/usb/serial/upd78f0730.c:245:32: note: byref variable will be forcibly initialized struct upd78f0730_set_dtr_rts request; ^~~~~~~ /kisskb/src/drivers/usb/serial/upd78f0730.c: In function 'upd78f0730_set_termios': /kisskb/src/drivers/usb/serial/upd78f0730.c:303:33: note: byref variable will be forcibly initialized struct upd78f0730_line_control request; ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/serial/whiteheat.c:17: /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_send_command': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c:565:6: note: in expansion of macro 'wait_event_timeout' t = wait_event_timeout(command_info->wait_command, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_set_dtr': /kisskb/src/drivers/usb/serial/whiteheat.c:707:27: note: byref variable will be forcibly initialized struct whiteheat_set_rdb dtr_command; ^~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_set_rts': /kisskb/src/drivers/usb/serial/whiteheat.c:696:27: note: byref variable will be forcibly initialized struct whiteheat_set_rdb rts_command; ^~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_get_dtr_rts': /kisskb/src/drivers/usb/serial/whiteheat.c:740:26: note: byref variable will be forcibly initialized struct whiteheat_simple get_dr_command; ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_set_break': /kisskb/src/drivers/usb/serial/whiteheat.c:718:27: note: byref variable will be forcibly initialized struct whiteheat_set_rdb break_command; ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_report_tx_done': /kisskb/src/drivers/usb/serial/whiteheat.c:750:26: note: byref variable will be forcibly initialized struct whiteheat_simple close_command; ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_close': /kisskb/src/drivers/usb/serial/whiteheat.c:610:26: note: byref variable will be forcibly initialized struct whiteheat_simple close_command; ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_open': /kisskb/src/drivers/usb/serial/whiteheat.c:600:26: note: byref variable will be forcibly initialized struct whiteheat_simple open_command; ^~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_purge': /kisskb/src/drivers/usb/serial/whiteheat.c:729:25: note: byref variable will be forcibly initialized struct whiteheat_purge purge_command; ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_setup_port': /kisskb/src/drivers/usb/serial/whiteheat.c:622:33: note: byref variable will be forcibly initialized struct whiteheat_port_settings port_settings; ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'whiteheat_attach': /kisskb/src/drivers/usb/serial/whiteheat.c:225:6: note: byref variable will be forcibly initialized int alen; ^~~~ /kisskb/src/drivers/media/radio/si470x/radio-si470x-i2c.c: In function 'si470x_set_register': /kisskb/src/drivers/media/radio/si470x/radio-si470x-i2c.c:111:9: note: byref variable will be forcibly initialized __be16 buf[WRITE_REG_NUM]; ^~~ /kisskb/src/drivers/media/radio/si470x/radio-si470x-i2c.c: In function 'si470x_get_register': /kisskb/src/drivers/media/radio/si470x/radio-si470x-i2c.c:87:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[1] = { ^~~~ /kisskb/src/drivers/media/radio/si470x/radio-si470x-i2c.c:86:9: note: byref variable will be forcibly initialized __be16 buf[READ_REG_NUM]; ^~~ /kisskb/src/drivers/media/radio/si470x/radio-si470x-i2c.c: In function 'si470x_get_all_registers': /kisskb/src/drivers/media/radio/si470x/radio-si470x-i2c.c:142:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[1] = { ^~~~ /kisskb/src/drivers/media/radio/si470x/radio-si470x-i2c.c:141:9: note: byref variable will be forcibly initialized __be16 buf[READ_REG_NUM]; ^~~ /kisskb/src/drivers/media/radio/si470x/radio-si470x-i2c.c: In function 'si470x_i2c_interrupt': /kisskb/src/drivers/media/radio/si470x/radio-si470x-i2c.c:245:16: note: byref variable will be forcibly initialized unsigned char tmpbuf[3]; ^~~~~~ /kisskb/src/drivers/media/radio/si470x/radio-si470x-usb.c: In function 'si470x_int_in_callback': /kisskb/src/drivers/media/radio/si470x/radio-si470x-usb.c:370:16: note: byref variable will be forcibly initialized unsigned char tmpbuf[3]; ^~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_config_desc_MaxPower_store': /kisskb/src/drivers/usb/gadget/configfs.c:520:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_idProduct_store': /kisskb/src/drivers/usb/gadget/configfs.c:164:6: note: byref variable will be forcibly initialized u16 val; \ ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:175:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u16' GI_DEVICE_DESC_SIMPLE_W_##_type(_name) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:183:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' GI_DEVICE_DESC_SIMPLE_RW(idProduct, u16); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_idVendor_store': /kisskb/src/drivers/usb/gadget/configfs.c:164:6: note: byref variable will be forcibly initialized u16 val; \ ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:175:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u16' GI_DEVICE_DESC_SIMPLE_W_##_type(_name) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:182:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' GI_DEVICE_DESC_SIMPLE_RW(idVendor, u16); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bcdUSB_store': /kisskb/src/drivers/usb/gadget/configfs.c:219:6: note: byref variable will be forcibly initialized u16 bcdUSB; ^~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bcdDevice_store': /kisskb/src/drivers/usb/gadget/configfs.c:202:6: note: byref variable will be forcibly initialized u16 bcdDevice; ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'ext_prop_type_store': /kisskb/src/drivers/usb/gadget/configfs.c:973:5: note: byref variable will be forcibly initialized u8 type; ^~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'os_desc_b_vendor_code_store': /kisskb/src/drivers/usb/gadget/configfs.c:832:5: note: byref variable will be forcibly initialized u8 b_vendor_code; ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_config_desc_bmAttributes_store': /kisskb/src/drivers/usb/gadget/configfs.c:543:5: note: byref variable will be forcibly initialized u8 val; ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bMaxPacketSize0_store': /kisskb/src/drivers/usb/gadget/configfs.c:151:5: note: byref variable will be forcibly initialized u8 val; \ ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:175:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' GI_DEVICE_DESC_SIMPLE_W_##_type(_name) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:181:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' GI_DEVICE_DESC_SIMPLE_RW(bMaxPacketSize0, u8); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bDeviceProtocol_store': /kisskb/src/drivers/usb/gadget/configfs.c:151:5: note: byref variable will be forcibly initialized u8 val; \ ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:175:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' GI_DEVICE_DESC_SIMPLE_W_##_type(_name) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:180:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' GI_DEVICE_DESC_SIMPLE_RW(bDeviceProtocol, u8); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bDeviceSubClass_store': /kisskb/src/drivers/usb/gadget/configfs.c:151:5: note: byref variable will be forcibly initialized u8 val; \ ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:175:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' GI_DEVICE_DESC_SIMPLE_W_##_type(_name) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:179:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' GI_DEVICE_DESC_SIMPLE_RW(bDeviceSubClass, u8); ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bDeviceClass_store': /kisskb/src/drivers/usb/gadget/configfs.c:151:5: note: byref variable will be forcibly initialized u8 val; \ ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:175:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' GI_DEVICE_DESC_SIMPLE_W_##_type(_name) ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:178:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' GI_DEVICE_DESC_SIMPLE_RW(bDeviceClass, u8); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/usb/gadget/configfs.c:4: /kisskb/src/drivers/usb/gadget/configfs.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/drivers/usb/gadget/configfs.c:10: /kisskb/src/drivers/usb/gadget/configfs.c: In function 'ext_prop_make': /kisskb/src/drivers/usb/gadget/configfs.c:1086:12: note: byref variable will be forcibly initialized vla_group(data_chunk); ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/u_f.h:20:37: note: in definition of macro 'vla_group' #define vla_group(groupname) size_t groupname##__next = 0 ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'os_desc_use_store': /kisskb/src/drivers/usb/gadget/configfs.c:808:7: note: byref variable will be forcibly initialized bool use; ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'config_desc_make': /kisskb/src/drivers/usb/gadget/configfs.c:687:5: note: byref variable will be forcibly initialized u8 num; ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:685:7: note: byref variable will be forcibly initialized char buf[MAX_NAME_LEN]; ^~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-vip.c: In function 'xvip_of_get_format': /kisskb/src/drivers/media/platform/xilinx/xilinx-vip.c:107:6: note: byref variable will be forcibly initialized u32 width; ^~~~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-vip.c:105:15: note: byref variable will be forcibly initialized unsigned int vf_code; ^~~~~~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-vip.c:104:14: note: byref variable will be forcibly initialized const char *pattern = "mono"; ^~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'function_make': /kisskb/src/drivers/usb/gadget/configfs.c:591:7: note: byref variable will be forcibly initialized char buf[MAX_NAME_LEN]; ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'check_user_usb_string': /kisskb/src/drivers/usb/gadget/configfs.c:16:6: note: byref variable will be forcibly initialized u16 num; ^~~ In file included from /kisskb/src/drivers/usb/gadget/configfs.c:10: /kisskb/src/drivers/usb/gadget/configfs.c: In function 'usb_os_desc_prepare_interf_dir': /kisskb/src/drivers/usb/gadget/configfs.c:1214:12: note: byref variable will be forcibly initialized vla_group(data_chunk); ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/u_f.h:20:37: note: in definition of macro 'vla_group' #define vla_group(groupname) size_t groupname##__next = 0 ^~~~~~~~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-vipp.c: In function 'xvip_graph_build_one': /kisskb/src/drivers/media/platform/xilinx/xilinx-vipp.c:77:26: note: byref variable will be forcibly initialized struct v4l2_fwnode_link link; ^~~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-vipp.c: In function 'xvip_graph_build_dma': /kisskb/src/drivers/media/platform/xilinx/xilinx-vipp.c:194:26: note: byref variable will be forcibly initialized struct v4l2_fwnode_link link; ^~~~ In file included from /kisskb/src/include/linux/usb/gadget.h:24, from /kisskb/src/include/linux/usb/composite.h:41, from /kisskb/src/drivers/usb/gadget/function/u_fs.h:16, from /kisskb/src/drivers/usb/gadget/legacy/g_ffs.c:47: /kisskb/src/drivers/usb/gadget/legacy/g_ffs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-vipp.c: In function 'xvip_graph_dma_init_one': /kisskb/src/drivers/media/platform/xilinx/xilinx-vipp.c:436:15: note: byref variable will be forcibly initialized unsigned int index; ^~~~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-vipp.c:435:14: note: byref variable will be forcibly initialized const char *direction; ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/legacy/mass_storage.c: In function 'msg_bind': /kisskb/src/drivers/usb/gadget/legacy/mass_storage.c:142:20: note: byref variable will be forcibly initialized struct fsg_config config; ^~~~~~ /kisskb/src/drivers/media/platform/xilinx/xilinx-tpg.c: In function 'xtpg_s_stream': /kisskb/src/drivers/media/platform/xilinx/xilinx-tpg.c:188:22: note: byref variable will be forcibly initialized struct xvtc_config config = { ^~~~~~ /kisskb/src/drivers/usb/gadget/composite.c: In function 'bos_desc': /kisskb/src/drivers/usb/gadget/composite.c:666:31: note: byref variable will be forcibly initialized struct usb_dcd_config_params dcd_config_params; ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/media/platform/exynos4-is/fimc-m2m.c:9: /kisskb/src/drivers/media/platform/exynos4-is/fimc-m2m.c: In function 'fimc_m2m_shutdown': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-m2m.c:68:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(fimc->irq_queue, ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/platform/vsp1/vsp1_entity.c:10: /kisskb/src/drivers/media/platform/vsp1/vsp1_entity.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_entity.c: In function 'vsp1_entity_init_cfg': /kisskb/src/drivers/media/platform/vsp1/vsp1_entity.c:187:28: note: byref variable will be forcibly initialized struct v4l2_subdev_format format; ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/media/platform/vsp1/vsp1_pipe.c:10: /kisskb/src/drivers/media/platform/vsp1/vsp1_pipe.c: In function 'vsp1_pipeline_stop': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_pipe.c:337:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(pipe->wq, vsp1_pipeline_stopped(pipe), ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/platform/vsp1/vsp1_dl.c:14: /kisskb/src/drivers/media/platform/vsp1/vsp1_dl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c:9: /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c: In function 'fimc_stop_capture': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c:138:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(fimc->irq_queue, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c: In function 'fimc_get_sensor_frame_desc': /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c:857:30: note: byref variable will be forcibly initialized struct v4l2_mbus_frame_desc fd; ^~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c: In function 's5p_mfc_load_firmware': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c:47:19: note: byref variable will be forcibly initialized struct firmware *fw_blob; ^~~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c: In function 'fimc_cap_s_selection': /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c:1300:19: note: byref variable will be forcibly initialized struct v4l2_rect rect = s->r; ^~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c: In function 'fimc_pipeline_try_format': /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c:772:6: note: byref variable will be forcibly initialized u32 fcc; ^~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c:766:28: note: byref variable will be forcibly initialized struct v4l2_subdev_format sfmt; ^~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c: In function 'fimc_pipeline_validate': /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c:1156:33: note: byref variable will be forcibly initialized struct v4l2_plane_pix_format plane_fmt[FIMC_MAX_PLANES]; ^~~~~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c:1098:38: note: byref variable will be forcibly initialized struct v4l2_subdev_format sink_fmt, src_fmt; ^~~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c:1098:28: note: byref variable will be forcibly initialized struct v4l2_subdev_format sink_fmt, src_fmt; ^~~~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c: In function '__video_try_or_set_format': /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c:944:29: note: byref variable will be forcibly initialized struct v4l2_mbus_framefmt mbus_fmt; ^~~~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c: In function 'fimc_cap_try_fmt_mplane': /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c:988:36: note: byref variable will be forcibly initialized struct fimc_fmt *out_fmt = NULL, *inp_fmt = NULL; ^~~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c:988:19: note: byref variable will be forcibly initialized struct fimc_fmt *out_fmt = NULL, *inp_fmt = NULL; ^~~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c: In function '__fimc_capture_set_format': /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c:1014:19: note: byref variable will be forcibly initialized struct fimc_fmt *inp_fmt = NULL; ^~~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c: In function 'fimc_capture_irq_handler': /kisskb/src/drivers/media/platform/exynos4-is/fimc-capture.c:222:16: note: byref variable will be forcibly initialized unsigned int size = f->payload[plane]; ^~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_opr.c: In function 's5p_mfc_alloc_priv_buf': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_opr.c:58:14: note: byref variable will be forcibly initialized dma_addr_t base = dev->dma_base[mem_ctx]; ^~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c: In function 's5p_mfc_sleep_cmd_v5': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c:54:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c: In function 's5p_mfc_wakeup_cmd_v5': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c:63:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c: In function 's5p_mfc_sys_init_cmd_v5': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c:43:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c: In function 's5p_mfc_close_inst_cmd_v5': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c:127:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c: In function 's5p_mfc_open_inst_cmd_v5': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c:74:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c: In function 's5p_mfc_sleep_cmd_v6': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c:50:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c: In function 's5p_mfc_wakeup_cmd_v6': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c:59:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c: In function 's5p_mfc_close_inst_cmd_v6': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c:140:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c: In function 's5p_mfc_sys_init_cmd_v6': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c:34:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c: In function 's5p_mfc_open_inst_cmd_v6': /kisskb/src/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c:70:26: note: byref variable will be forcibly initialized struct s5p_mfc_cmd_args h2r_args; ^~~~~~~~ /kisskb/src/drivers/media/platform/mtk-vpu/mtk_vpu.c: In function 'load_requested_vpu': /kisskb/src/drivers/media/platform/mtk-vpu/mtk_vpu.c:506:25: note: byref variable will be forcibly initialized const struct firmware *vpu_fw; ^~~~~~ /kisskb/src/drivers/media/platform/mtk-vpu/mtk_vpu.c: In function 'vpu_ipi_handler': /kisskb/src/drivers/media/platform/mtk-vpu/mtk_vpu.c:745:16: note: byref variable will be forcibly initialized unsigned char data[SHARE_BUF_SIZE]; ^~~~ /kisskb/src/drivers/media/platform/mtk-vpu/mtk_vpu.c: In function 'vpu_debug_read': /kisskb/src/drivers/media/platform/mtk-vpu/mtk_vpu.c:652:7: note: byref variable will be forcibly initialized char buf[256]; ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/media/platform/mtk-vpu/mtk_vpu.c:6: /kisskb/src/drivers/media/platform/mtk-vpu/mtk_vpu.c: In function 'vpu_ipi_send': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/mtk-vpu/mtk_vpu.c:364:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(vpu->ack_wq, vpu->ipi_id_ack[id], timeout); ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/mtk-vpu/mtk_vpu.c: In function 'vpu_load_firmware': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/mtk-vpu/mtk_vpu.c:612:8: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(run->wq, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_drm.c: In function 'vsp1_du_insert_uif': /kisskb/src/drivers/media/platform/vsp1/vsp1_drm.c:69:28: note: byref variable will be forcibly initialized struct v4l2_subdev_format format; ^~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_drm.c: In function 'vsp1_du_pipeline_setup_rpf': /kisskb/src/drivers/media/platform/vsp1/vsp1_drm.c:122:28: note: byref variable will be forcibly initialized struct v4l2_subdev_format format; ^~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_drm.c:121:31: note: byref variable will be forcibly initialized struct v4l2_subdev_selection sel; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/media/platform/vsp1/vsp1_drm.c:10: /kisskb/src/drivers/media/platform/vsp1/vsp1_drm.c: In function 'vsp1_du_pipeline_setup_brx': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_drm.c:301:10: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(owner_pipe->wait_queue, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_rpf.c: In function 'vsp1_rpf_create': /kisskb/src/drivers/media/platform/vsp1/vsp1_rpf.c:347:7: note: byref variable will be forcibly initialized char name[6]; ^~~~ In file included from /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c:13: /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c: In function 'vsp1_video_calculate_partition': /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c:192:31: note: byref variable will be forcibly initialized struct vsp1_partition_window window; ^~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_wpf.c: In function 'vsp1_wpf_create': /kisskb/src/drivers/media/platform/vsp1/vsp1_wpf.c:566:7: note: byref variable will be forcibly initialized char name[6]; ^~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c: In function 'vsp1_video_pipeline_build_branch': /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c:472:27: note: byref variable will be forcibly initialized struct media_entity_enum ent_enum; ^~~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c: In function 'vsp1_video_pipeline_build': /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c:561:21: note: byref variable will be forcibly initialized struct media_graph graph; ^~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c: In function 'vsp1_video_verify_format': /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c:65:28: note: byref variable will be forcibly initialized struct v4l2_subdev_format fmt; ^~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c: In function 'vsp1_video_set_format': /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c:1001:33: note: byref variable will be forcibly initialized const struct vsp1_format_info *info; ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c:11: /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c: In function 'vsp1_video_suspend': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_video.c:1202:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(pipe->wq, vsp1_pipeline_stopped(pipe), ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/radio/radio-shark2.c: In function 'shark_read_reg': /kisskb/src/drivers/media/radio/radio-shark2.c:103:14: note: byref variable will be forcibly initialized int i, res, actual_len; ^~~~~~~~~~ /kisskb/src/drivers/media/radio/radio-shark2.c: In function 'shark_write_reg': /kisskb/src/drivers/media/radio/radio-shark2.c:78:14: note: byref variable will be forcibly initialized int i, res, actual_len; ^~~~~~~~~~ /kisskb/src/drivers/media/radio/radio-shark2.c: In function 'shark_led_work': /kisskb/src/drivers/media/radio/radio-shark2.c:146:26: note: byref variable will be forcibly initialized int i, res, brightness, actual_len; ^~~~~~~~~~ /kisskb/src/drivers/media/platform/mtk-jpeg/mtk_jpeg_dec_parse.c: In function 'mtk_jpeg_do_parse': /kisskb/src/drivers/media/platform/mtk-jpeg/mtk_jpeg_dec_parse.c:69:7: note: byref variable will be forcibly initialized u32 word; ^~~~ /kisskb/src/drivers/media/platform/mtk-jpeg/mtk_jpeg_dec_parse.c:61:25: note: byref variable will be forcibly initialized struct mtk_jpeg_stream stream; ^~~~~~ /kisskb/src/drivers/media/platform/mtk-jpeg/mtk_jpeg_dec_hw.c: In function 'mtk_jpeg_calc_dst_size': /kisskb/src/drivers/media/platform/mtk-jpeg/mtk_jpeg_dec_hw.c:142:6: note: byref variable will be forcibly initialized u32 brz_w[3]; ^~~~~ /kisskb/src/drivers/media/platform/mtk-jpeg/mtk_jpeg_dec_hw.c:141:6: note: byref variable will be forcibly initialized u32 ds_row_h[3]; ^~~~~~~~ /kisskb/src/drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c: In function 'mtk_jpeg_dec_device_run': /kisskb/src/drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c:962:21: note: byref variable will be forcibly initialized struct mtk_jpeg_fb fb; ^~ /kisskb/src/drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c:961:21: note: byref variable will be forcibly initialized struct mtk_jpeg_bs bs; ^~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/media/platform/qcom/camss/camss.c:14: /kisskb/src/drivers/media/platform/qcom/camss/camss.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-csid.c: In function 'csid_enum_frame_size': /kisskb/src/drivers/media/platform/qcom/camss/camss-csid.c:380:28: note: byref variable will be forcibly initialized struct v4l2_mbus_framefmt format; ^~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/media/platform/qcom/camss/camss-csid.c:16: /kisskb/src/drivers/media/platform/qcom/camss/camss-csid.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-csid.c: In function 'csid_link_setup': /kisskb/src/drivers/media/platform/qcom/camss/camss-csid.c:698:29: note: byref variable will be forcibly initialized struct v4l2_subdev_format format = { 0 }; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-csid.c: In function 'csid_set_clock_rates': /kisskb/src/drivers/media/platform/qcom/camss/camss-csid.c:105:8: note: byref variable will be forcibly initialized u64 min_rate = link_freq / 4; ^~~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_uds.c: In function 'uds_try_format': /kisskb/src/drivers/media/platform/vsp1/vsp1_uds.c:173:15: note: byref variable will be forcibly initialized unsigned int maximum; ^~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_uds.c:172:15: note: byref variable will be forcibly initialized unsigned int minimum; ^~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_uds.c: In function 'vsp1_uds_create': /kisskb/src/drivers/media/platform/vsp1/vsp1_uds.c:411:7: note: byref variable will be forcibly initialized char name[6]; ^~~~ /kisskb/src/drivers/media/platform/exynos4-is/media-dev.c: In function 'fimc_md_get_clocks': /kisskb/src/drivers/media/platform/exynos4-is/media-dev.c:1086:7: note: byref variable will be forcibly initialized char clk_name[32]; ^~~~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/media-dev.c: In function '__of_get_csis_id': /kisskb/src/drivers/media/platform/exynos4-is/media-dev.c:567:6: note: byref variable will be forcibly initialized u32 reg = 0; ^~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-csid-4-7.c: In function 'csid_src_pad_code': /kisskb/src/drivers/media/platform/qcom/camss/camss-csid-4-7.c:372:7: note: byref variable will be forcibly initialized u32 src_code[] = { ^~~~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-csid-4-7.c:362:7: note: byref variable will be forcibly initialized u32 src_code[] = { ^~~~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/media-dev.c: In function 'fimc_md_register_clk_provider': /kisskb/src/drivers/media/platform/exynos4-is/media-dev.c:1329:15: note: byref variable will be forcibly initialized const char *p_name; ^~~~~~ /kisskb/src/drivers/media/platform/exynos4-is/media-dev.c:1328:24: note: byref variable will be forcibly initialized struct clk_init_data init; ^~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-csid-170.c: In function 'csid_src_pad_code': /kisskb/src/drivers/media/platform/qcom/camss/camss-csid-170.c:567:7: note: byref variable will be forcibly initialized u32 src_code[] = { ^~~~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-csid-170.c:557:7: note: byref variable will be forcibly initialized u32 src_code[] = { ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/media/platform/vsp1/vsp1_histo.c:11: /kisskb/src/drivers/media/platform/vsp1/vsp1_histo.c: In function 'histo_stop_streaming': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_histo.c:153:2: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(histo->wait_queue, !histo->readout, histo->irqlock); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/vsp1/vsp1_uif.c: In function 'vsp1_uif_create': /kisskb/src/drivers/media/platform/vsp1/vsp1_uif.c:246:7: note: byref variable will be forcibly initialized char name[6]; ^~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-csiphy.c: In function 'csiphy_enum_frame_size': /kisskb/src/drivers/media/platform/qcom/camss/camss-csiphy.c:444:28: note: byref variable will be forcibly initialized struct v4l2_mbus_framefmt format; ^~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/media/platform/qcom/camss/camss-csiphy.c:16: /kisskb/src/drivers/media/platform/qcom/camss/camss-csiphy.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-csiphy.c: In function 'csiphy_set_clock_rates': /kisskb/src/drivers/media/platform/qcom/camss/camss-csiphy.c:145:8: note: byref variable will be forcibly initialized u64 min_rate = link_freq / 4; ^~~~~~~~ /kisskb/src/drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c: In function 'mtk_mdp_try_crop': /kisskb/src/drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c:281:31: note: byref variable will be forcibly initialized u32 align_w, align_h, new_w, new_h; ^~~~~ /kisskb/src/drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c:281:24: note: byref variable will be forcibly initialized u32 align_w, align_h, new_w, new_h; ^~~~~ /kisskb/src/drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c: In function 'mtk_mdp_m2m_s_selection': /kisskb/src/drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c:842:19: note: byref variable will be forcibly initialized struct v4l2_rect new_r; ^~~~~ /kisskb/src/drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c: In function 'mtk_mdp_m2m_open': /kisskb/src/drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c:1056:21: note: byref variable will be forcibly initialized struct v4l2_format default_format; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/radio/tef6862.c: In function 'tef6862_s_frequency': /kisskb/src/drivers/media/radio/tef6862.c:97:5: note: byref variable will be forcibly initialized u8 i2cmsg[3]; ^~~~~~ /kisskb/src/drivers/media/radio/tef6862.c: In function 'tef6862_sigstr': /kisskb/src/drivers/media/radio/tef6862.c:61:5: note: byref variable will be forcibly initialized u8 buf[4]; ^~~ /kisskb/src/drivers/media/radio/radio-tea5764.c: In function 'tea5764_i2c_write': /kisskb/src/drivers/media/radio/radio-tea5764.c:162:28: note: byref variable will be forcibly initialized struct tea5764_write_regs wr; ^~ /kisskb/src/drivers/media/radio/radio-tea5764.c: In function 'tea5764_i2c_read': /kisskb/src/drivers/media/radio/radio-tea5764.c:145:17: note: byref variable will be forcibly initialized struct i2c_msg msgs[1] = { ^~~~ /kisskb/src/drivers/media/platform/mtk-mdp/mtk_mdp_vpu.c: In function 'mtk_mdp_vpu_send_ap_ipi': /kisskb/src/drivers/media/platform/mtk-mdp/mtk_mdp_vpu.c:99:22: note: byref variable will be forcibly initialized struct mdp_ipi_comm msg; ^~~ /kisskb/src/drivers/media/platform/mtk-mdp/mtk_mdp_vpu.c: In function 'mtk_mdp_vpu_init': /kisskb/src/drivers/media/platform/mtk-mdp/mtk_mdp_vpu.c:115:22: note: byref variable will be forcibly initialized struct mdp_ipi_init msg; ^~~ /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_get_tx_ctune': /kisskb/src/drivers/media/radio/radio-wl1273.c:877:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_get_freq': /kisskb/src/drivers/media/radio/radio-wl1273.c:457:6: note: byref variable will be forcibly initialized u16 f; ^ /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_write_fw': /kisskb/src/drivers/media/radio/radio-wl1273.c:99:17: note: byref variable will be forcibly initialized struct i2c_msg msg; ^~~ /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_upload_firmware_patch': /kisskb/src/drivers/media/radio/radio-wl1273.c:493:25: note: byref variable will be forcibly initialized const struct firmware *fw_p; ^~~~ /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_vidioc_g_modulator': /kisskb/src/drivers/media/radio/radio-wl1273.c:1762:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_vidioc_log_status': /kisskb/src/drivers/media/radio/radio-wl1273.c:1804:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_vidioc_g_tuner': /kisskb/src/drivers/media/radio/radio-wl1273.c:1501:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_rds': /kisskb/src/drivers/media/radio/radio-wl1273.c:138:17: note: byref variable will be forcibly initialized struct i2c_msg msg[] = { ^~~ /kisskb/src/drivers/media/radio/radio-wl1273.c:137:23: note: byref variable will be forcibly initialized struct v4l2_rds_data rds = { 0, 0, 0 }; ^~~ /kisskb/src/drivers/media/radio/radio-wl1273.c:136:5: note: byref variable will be forcibly initialized u8 b0 = WL1273_RDS_DATA_GET, status; ^~ /kisskb/src/drivers/media/radio/radio-wl1273.c:135:6: note: byref variable will be forcibly initialized u16 val; ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/media/radio/radio-wl1273.c:9: /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_fops_read': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/radio/radio-wl1273.c:1224:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(radio->read_queue, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/radio/radio-wl1273.c:1181:6: note: byref variable will be forcibly initialized u16 val; ^~~ /kisskb/src/drivers/media/radio/radio-wl1273.c: In function 'wl1273_fm_irq_thread_handler': /kisskb/src/drivers/media/radio/radio-wl1273.c:285:7: note: byref variable will be forcibly initialized u16 freq; ^~~~ /kisskb/src/drivers/media/radio/radio-wl1273.c:247:7: note: byref variable will be forcibly initialized u16 level; ^~~~~ /kisskb/src/drivers/media/radio/radio-wl1273.c:222:6: note: byref variable will be forcibly initialized u16 flags; ^~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-1.c: In function 'vfe_isr': /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-1.c:892:14: note: byref variable will be forcibly initialized u32 value0, value1; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-1.c:892:6: note: byref variable will be forcibly initialized u32 value0, value1; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-7.c: In function 'vfe_isr': /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-7.c:1050:14: note: byref variable will be forcibly initialized u32 value0, value1; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-7.c:1050:6: note: byref variable will be forcibly initialized u32 value0, value1; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-ispif.c: In function 'ispif_enum_frame_size': /kisskb/src/drivers/media/platform/qcom/camss/camss-ispif.c:981:28: note: byref variable will be forcibly initialized struct v4l2_mbus_framefmt format; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-8.c: In function 'vfe_isr': /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-8.c:980:14: note: byref variable will be forcibly initialized u32 value0, value1; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-8.c:980:6: note: byref variable will be forcibly initialized u32 value0, value1; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-1.c: In function 'vfe_wm_line_based': In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/media/platform/qcom/camss/camss-ispif.c:17: /kisskb/src/drivers/media/platform/qcom/camss/camss-ispif.c: In function 'devm_kmalloc_array': /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-1.c:310:30: note: byref variable will be forcibly initialized u16 width = 0, height = 0, bytesperline = 0, wpl; ^~~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-1.c:310:18: note: byref variable will be forcibly initialized u16 width = 0, height = 0, bytesperline = 0, wpl; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-1.c:310:7: note: byref variable will be forcibly initialized u16 width = 0, height = 0, bytesperline = 0, wpl; ^~~~~ /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-ispif.c: In function 'ispif_link_setup': /kisskb/src/drivers/media/platform/qcom/camss/camss-ispif.c:1287:21: note: byref variable will be forcibly initialized enum vfe_line_id id; ^~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-7.c: In function 'vfe_wm_line_based': /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-7.c:403:30: note: byref variable will be forcibly initialized u16 width = 0, height = 0, bytesperline = 0, wpl; ^~~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-7.c:403:18: note: byref variable will be forcibly initialized u16 width = 0, height = 0, bytesperline = 0, wpl; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-7.c:403:7: note: byref variable will be forcibly initialized u16 width = 0, height = 0, bytesperline = 0, wpl; ^~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-gen1.c: In function 'vfe_enable_output': /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-gen1.c:175:15: note: byref variable will be forcibly initialized unsigned int frame_skip = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-170.c: In function 'vfe_enable_output': /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-170.c:465:15: note: byref variable will be forcibly initialized unsigned int frame_skip = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-8.c: In function 'vfe_wm_line_based': /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-8.c:376:30: note: byref variable will be forcibly initialized u16 width = 0, height = 0, bytesperline = 0, wpl; ^~~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-8.c:376:18: note: byref variable will be forcibly initialized u16 width = 0, height = 0, bytesperline = 0, wpl; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe-4-8.c:376:7: note: byref variable will be forcibly initialized u16 width = 0, height = 0, bytesperline = 0, wpl; ^~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c: In function 'vfe_src_pad_code': /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c:265:8: note: byref variable will be forcibly initialized u32 src_code[] = { ^~~~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c:252:8: note: byref variable will be forcibly initialized u32 src_code[] = { ^~~~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c:239:8: note: byref variable will be forcibly initialized u32 src_code[] = { ^~~~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c:226:8: note: byref variable will be forcibly initialized u32 src_code[] = { ^~~~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c:206:8: note: byref variable will be forcibly initialized u32 src_code[] = { ^~~~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c:196:8: note: byref variable will be forcibly initialized u32 src_code[] = { ^~~~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c:186:8: note: byref variable will be forcibly initialized u32 src_code[] = { ^~~~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c:176:8: note: byref variable will be forcibly initialized u32 src_code[] = { ^~~~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c: In function 'vfe_enum_frame_size': /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c:1007:28: note: byref variable will be forcibly initialized struct v4l2_mbus_framefmt format; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c: In function 'vfe_set_selection': /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c:1219:29: note: byref variable will be forcibly initialized struct v4l2_subdev_format fmt = { 0 }; ^~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c:1202:32: note: byref variable will be forcibly initialized struct v4l2_subdev_selection crop = { 0 }; ^~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c: In function 'vfe_set_format': /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c:1083:32: note: byref variable will be forcibly initialized struct v4l2_subdev_selection sel = { 0 }; ^~~ In file included from /kisskb/src/include/linux/iommu.h:11, from /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c:13: /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c: In function 'vfe_set_clock_rates': /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c:455:8: note: byref variable will be forcibly initialized u64 min_rate = 0; ^~~~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c:438:6: note: byref variable will be forcibly initialized u64 pixel_clock[VFE_LINE_NUM_MAX]; ^~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c: In function 'vfe_check_clock_rates': /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c:537:8: note: byref variable will be forcibly initialized u64 min_rate = 0; ^~~~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c:521:6: note: byref variable will be forcibly initialized u64 pixel_clock[VFE_LINE_NUM_MAX]; ^~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c: In function 'msm_vfe_register_entities': /kisskb/src/drivers/media/platform/qcom/camss/camss-vfe.c:1533:8: note: byref variable will be forcibly initialized char name[32]; ^~~~ /kisskb/src/drivers/media/platform/qcom/venus/firmware.c: In function 'venus_load_fw': /kisskb/src/drivers/media/platform/qcom/venus/firmware.c:85:18: note: byref variable will be forcibly initialized struct resource r; ^ /kisskb/src/drivers/media/platform/qcom/venus/firmware.c:82:25: note: byref variable will be forcibly initialized const struct firmware *mdt; ^~~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'session_register_bufs': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:569:25: note: byref variable will be forcibly initialized struct hfi_buffer_desc bd; ^~ /kisskb/src/drivers/media/platform/qcom/venus/firmware.c: In function 'venus_boot': /kisskb/src/drivers/media/platform/qcom/venus/firmware.c:214:9: note: byref variable will be forcibly initialized size_t mem_size; ^~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/firmware.c:213:14: note: byref variable will be forcibly initialized phys_addr_t mem_phys; ^~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/firmware.c:212:14: note: byref variable will be forcibly initialized const char *fwpath = NULL; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-video.c: In function 'video_get_subdev_format': /kisskb/src/drivers/media/platform/qcom/camss/camss-video.c:345:6: note: byref variable will be forcibly initialized u32 pad; ^~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-video.c:343:28: note: byref variable will be forcibly initialized struct v4l2_subdev_format fmt; ^~~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'platform_get_bufreq': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:607:33: note: byref variable will be forcibly initialized struct hfi_plat_buffers_params params; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/firmware.c: In function 'venus_firmware_init': /kisskb/src/drivers/media/platform/qcom/venus/firmware.c:273:30: note: byref variable will be forcibly initialized struct platform_device_info info; ^~~~ /kisskb/src/drivers/media/platform/qcom/camss/camss-video.c: In function 'video_check_format': /kisskb/src/drivers/media/platform/qcom/camss/camss-video.c:466:21: note: byref variable will be forcibly initialized struct v4l2_format format; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'session_process_buf': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:488:24: note: byref variable will be forcibly initialized struct hfi_frame_data fdata; ^~~~~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'venus_helper_queue_dpb_bufs': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:99:25: note: byref variable will be forcibly initialized struct hfi_frame_data fdata; ^~~~~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'venus_helper_unregister_bufs': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:549:25: note: byref variable will be forcibly initialized struct hfi_buffer_desc bd; ^~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'venus_helper_get_bufreq': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:650:25: note: byref variable will be forcibly initialized union hfi_get_property hprop; ^~~~~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'venus_helper_alloc_dpb_bufs': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:151:33: note: byref variable will be forcibly initialized struct hfi_buffer_requirements bufreq; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'intbufs_set_buffer': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:222:25: note: byref variable will be forcibly initialized struct hfi_buffer_desc bd; ^~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:221:33: note: byref variable will be forcibly initialized struct hfi_buffer_requirements bufreq; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'venus_helper_intbufs_realloc': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:364:25: note: byref variable will be forcibly initialized struct hfi_buffer_desc bd; ^~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'venus_helper_get_profile_level': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:901:25: note: byref variable will be forcibly initialized union hfi_get_property hprop; ^~~~~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'venus_helper_set_profile_level': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:917:27: note: byref variable will be forcibly initialized struct hfi_profile_level pl; ^~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'venus_helper_set_input_resolution': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:1107:23: note: byref variable will be forcibly initialized struct hfi_framesize fs; ^~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'venus_helper_set_output_resolution': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:1122:23: note: byref variable will be forcibly initialized struct hfi_framesize fs; ^~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'venus_helper_set_work_mode': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:1157:29: note: byref variable will be forcibly initialized struct hfi_video_work_mode wm; ^~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'venus_helper_set_format_constraints': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:1172:56: note: byref variable will be forcibly initialized struct hfi_uncompressed_plane_actual_constraints_info pconstraint; ^~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'venus_helper_set_num_bufs': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:1201:33: note: byref variable will be forcibly initialized struct hfi_buffer_count_actual buf_count; ^~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'venus_helper_set_raw_format': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:1233:40: note: byref variable will be forcibly initialized struct hfi_uncompressed_format_select fmt; ^~~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'venus_helper_set_dyn_bufmode': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:1285:31: note: byref variable will be forcibly initialized struct hfi_buffer_alloc_mode mode; ^~~~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'venus_helper_set_bufsize': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:1307:32: note: byref variable will be forcibly initialized struct hfi_buffer_size_actual bufsz; ^~~~~ /kisskb/src/drivers/media/platform/qcom/venus/helpers.c: In function 'venus_helper_set_stride': /kisskb/src/drivers/media/platform/qcom/venus/helpers.c:1805:44: note: byref variable will be forcibly initialized struct hfi_uncompressed_plane_actual_info plane_actual_info; ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_iface_cmdq_write_nolock': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:378:6: note: byref variable will be forcibly initialized u32 rx_req; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_session_cmd': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:954:25: note: byref variable will be forcibly initialized struct hfi_session_pkt pkt; ^~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_iface_dbgq_read_nolock': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:703:6: note: byref variable will be forcibly initialized u32 tx_req; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_iface_msgq_read_nolock': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:670:6: note: byref variable will be forcibly initialized u32 tx_req; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_session_unset_buffers': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:1337:5: note: byref variable will be forcibly initialized u8 packet[IFACEQ_VAR_LARGE_PKT_SIZE]; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_sys_set_debug': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:837:5: note: byref variable will be forcibly initialized u8 packet[IFACEQ_VAR_SMALL_PKT_SIZE]; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_session_init': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:1196:30: note: byref variable will be forcibly initialized struct hfi_session_init_pkt pkt; ^~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_session_set_buffers': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:1317:5: note: byref variable will be forcibly initialized u8 packet[IFACEQ_VAR_LARGE_PKT_SIZE]; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_core_trigger_ssr': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:1182:30: note: byref variable will be forcibly initialized struct hfi_sys_test_ssr_pkt pkt; ^~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_hfi_core_set_resource': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:428:5: note: byref variable will be forcibly initialized u8 packet[IFACEQ_VAR_SMALL_PKT_SIZE]; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_core_ping': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:1172:26: note: byref variable will be forcibly initialized struct hfi_sys_ping_pkt pkt; ^~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_session_parse_seq_hdr': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:1367:5: note: byref variable will be forcibly initialized u8 packet[IFACEQ_VAR_SMALL_PKT_SIZE]; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_session_get_property': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:1422:38: note: byref variable will be forcibly initialized struct hfi_session_get_property_pkt pkt; ^~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_session_ftb': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:1302:37: note: byref variable will be forcibly initialized struct hfi_session_fill_buffer_pkt pkt; ^~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_session_set_property': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:1405:5: note: byref variable will be forcibly initialized u8 packet[IFACEQ_VAR_LARGE_PKT_SIZE]; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_sys_set_coverage': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:854:5: note: byref variable will be forcibly initialized u8 packet[IFACEQ_VAR_SMALL_PKT_SIZE]; ^~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/media/platform/video-mux.c:15: /kisskb/src/drivers/media/platform/video-mux.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ /kisskb/src/drivers/media/platform/video-mux.c: In function 'video_mux_probe': /kisskb/src/drivers/media/platform/video-mux.c:431:22: note: byref variable will be forcibly initialized struct of_endpoint endpoint; ^~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_prepare_power_collapse': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:981:29: note: byref variable will be forcibly initialized struct hfi_sys_pc_prep_pkt pkt; ^~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_sys_set_idle_message': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:872:5: note: byref variable will be forcibly initialized u8 packet[IFACEQ_VAR_SMALL_PKT_SIZE]; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_sys_set_power_control': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:893:5: note: byref variable will be forcibly initialized u8 packet[IFACEQ_VAR_SMALL_PKT_SIZE]; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_core_init': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:1134:26: note: byref variable will be forcibly initialized struct hfi_sys_init_pkt pkt; ^~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:1133:34: note: byref variable will be forcibly initialized struct hfi_sys_get_property_pkt version_pkt; ^~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_session_etb': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:1284:59: note: byref variable will be forcibly initialized struct hfi_session_empty_buffer_uncompressed_plane0_pkt pkt; ^~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:1276:50: note: byref variable will be forcibly initialized struct hfi_session_empty_buffer_compressed_pkt pkt; ^~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_session_flush': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:1243:31: note: byref variable will be forcibly initialized struct hfi_session_flush_pkt pkt; ^~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c: In function 'venus_session_get_seq_hdr': /kisskb/src/drivers/media/platform/qcom/venus/hfi_venus.c:1388:5: note: byref variable will be forcibly initialized u8 packet[IFACEQ_VAR_SMALL_PKT_SIZE]; ^~~~~~ In file included from /kisskb/src/drivers/media/platform/qcom/venus/hfi_cmds.c:6: /kisskb/src/drivers/media/platform/qcom/venus/hfi_cmds.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized size_t bytes; ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/media/platform/aspeed-video.c:7: /kisskb/src/drivers/media/platform/aspeed-video.c: In function 'aspeed_video_get_resolution': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/aspeed-video.c:835:8: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout(video->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/aspeed-video.c:818:8: note: in expansion of macro 'wait_event_interruptible_timeout' rc = wait_event_interruptible_timeout(video->wait, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/aspeed-video.c: In function 'aspeed_video_stop_streaming': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/aspeed-video.c:1515:7: note: in expansion of macro 'wait_event_timeout' rc = wait_event_timeout(video->wait, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/aspeed-video.c: In function 'aspeed_video_query_dv_timings': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/aspeed-video.c:1245:8: note: in expansion of macro 'wait_event_interruptible' rc = wait_event_interruptible(video->wait, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/rcar_fdp1.c: In function 'fdp1_set_format': /kisskb/src/drivers/media/platform/rcar_fdp1.c:1607:25: note: byref variable will be forcibly initialized const struct fdp1_fmt *fmtinfo; ^~~~~~~ /kisskb/src/drivers/media/platform/rcar_fdp1.c: In function 'fdp1_start_streaming': /kisskb/src/drivers/media/platform/rcar_fdp1.c:1938:15: note: byref variable will be forcibly initialized dma_addr_t smsk_base; ^~~~~~~~~ /kisskb/src/drivers/media/platform/rcar_fdp1.c: In function 'fdp1_open': /kisskb/src/drivers/media/platform/rcar_fdp1.c:2078:32: note: byref variable will be forcibly initialized struct v4l2_pix_format_mplane format; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_msgs.c: In function 'sys_get_prop_image_version': /kisskb/src/drivers/media/platform/qcom/venus/hfi_msgs.c:257:9: note: byref variable will be forcibly initialized size_t smem_blk_sz; ^~~~~~~~~~~ /kisskb/src/drivers/media/platform/rcar_jpu.c: In function 'jpu_parse_hdr': /kisskb/src/drivers/media/platform/rcar_jpu.c:606:15: note: byref variable will be forcibly initialized unsigned int word; ^~~~ /kisskb/src/drivers/media/platform/rcar_jpu.c:605:21: note: byref variable will be forcibly initialized struct jpeg_buffer jpeg_buffer; ^~~~~~~~~~~ /kisskb/src/drivers/media/platform/rcar_jpu.c: In function 'jpu_s_fmt': /kisskb/src/drivers/media/platform/rcar_jpu.c:847:18: note: byref variable will be forcibly initialized struct jpu_fmt *fmtinfo; ^~~~~~~ /kisskb/src/drivers/media/platform/rcar_jpu.c: In function 'jpu_streamon': /kisskb/src/drivers/media/platform/rcar_jpu.c:909:53: note: byref variable will be forcibly initialized struct jpu_q_data *src_q_data, *dst_q_data, *orig, adj, *ref; ^~~ /kisskb/src/drivers/media/platform/rcar_jpu.c: In function 'jpu_buf_queue': /kisskb/src/drivers/media/platform/rcar_jpu.c:1082:23: note: byref variable will be forcibly initialized unsigned int width, height; ^~~~~~ /kisskb/src/drivers/media/platform/rcar_jpu.c:1082:16: note: byref variable will be forcibly initialized unsigned int width, height; ^~~~~ /kisskb/src/drivers/media/platform/rcar_jpu.c:1079:30: note: byref variable will be forcibly initialized struct jpu_q_data *q_data, adjust; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/pm_helpers.c: In function 'vcodec_domains_get': /kisskb/src/drivers/media/platform/qcom/venus/pm_helpers.c:861:18: note: byref variable will be forcibly initialized struct device **opp_virt_dev; ^~~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/pm_helpers.c: In function 'power_save_mode_enable': /kisskb/src/drivers/media/platform/qcom/venus/pm_helpers.c:531:6: note: byref variable will be forcibly initialized u32 venc_mode; ^~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/pm_helpers.c: In function 'decide_core': /kisskb/src/drivers/media/platform/qcom/venus/pm_helpers.c:628:35: note: byref variable will be forcibly initialized struct hfi_videocores_usage_type cu; ^~ /kisskb/src/drivers/media/platform/qcom/venus/pm_helpers.c:627:21: note: byref variable will be forcibly initialized u32 min_lp_coreid, min_lp_load, cur_inst_lp_load; ^~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/pm_helpers.c:627:6: note: byref variable will be forcibly initialized u32 min_lp_coreid, min_lp_load, cur_inst_lp_load; ^~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/pm_helpers.c:626:18: note: byref variable will be forcibly initialized u32 min_coreid, min_load, cur_inst_load; ^~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/pm_helpers.c:626:6: note: byref variable will be forcibly initialized u32 min_coreid, min_load, cur_inst_load; ^~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/pm_helpers.c: In function 'load_scale_bw': /kisskb/src/drivers/media/platform/qcom/venus/pm_helpers.c:220:24: note: byref variable will be forcibly initialized u32 mbs_per_sec, avg, peak, total_avg = 0, total_peak = 0; ^~~~ /kisskb/src/drivers/media/platform/qcom/venus/pm_helpers.c:220:19: note: byref variable will be forcibly initialized u32 mbs_per_sec, avg, peak, total_avg = 0, total_peak = 0; ^~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/media/platform/qcom/venus/hfi.c:10: /kisskb/src/drivers/media/platform/qcom/venus/hfi.c: In function 'hfi_core_deinit': /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/drivers/media/platform/qcom/venus/hfi.c:102:3: note: in expansion of macro 'wait_var_event' wait_var_event(&core->insts_count, ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_parser.c: In function 'hfi_platform_parser': /kisskb/src/drivers/media/platform/qcom/venus/hfi_parser.c:236:15: note: byref variable will be forcibly initialized unsigned int entries; ^~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_parser.c:235:30: note: byref variable will be forcibly initialized u32 enc_codecs, dec_codecs, count = 0; ^~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_parser.c:235:18: note: byref variable will be forcibly initialized u32 enc_codecs, dec_codecs, count = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_parser.c:235:6: note: byref variable will be forcibly initialized u32 enc_codecs, dec_codecs, count = 0; ^~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_parser.c: In function 'hfi_parser': /kisskb/src/drivers/media/platform/qcom/venus/hfi_parser.c:268:38: note: byref variable will be forcibly initialized u32 *word = buf, *data, codecs = 0, domain = 0; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/hfi_parser.c:268:26: note: byref variable will be forcibly initialized u32 *word = buf, *data, codecs = 0, domain = 0; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/vdec_ctrls.c: In function 'vdec_op_g_volatile_ctrl': /kisskb/src/drivers/media/platform/qcom/venus/vdec_ctrls.c:55:15: note: byref variable will be forcibly initialized u32 profile, level; ^~~~~ /kisskb/src/drivers/media/platform/qcom/venus/vdec_ctrls.c:55:6: note: byref variable will be forcibly initialized u32 profile, level; ^~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/vdec_ctrls.c:53:33: note: byref variable will be forcibly initialized struct hfi_buffer_requirements bufreq; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/vdec.c: In function 'vdec_s_fmt': /kisskb/src/drivers/media/platform/qcom/venus/vdec.c:277:21: note: byref variable will be forcibly initialized struct v4l2_format format; ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/media/platform/qcom/venus/vdec.c:6: /kisskb/src/drivers/media/platform/qcom/venus/vdec.c: In function 'vdec_check_src_change': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/vdec.c:221:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(inst->reconf_wait, inst->reconfig, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/vdec.c: In function 'vdec_num_buffers': /kisskb/src/drivers/media/platform/qcom/venus/vdec.c:824:33: note: byref variable will be forcibly initialized struct hfi_buffer_requirements bufreq; ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/media/platform/qcom/venus/vdec.c:6: /kisskb/src/drivers/media/platform/qcom/venus/vdec.c: In function 'vdec_queue_setup': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/vdec.c:879:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(core->sys_err_done, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/vdec.c:850:23: note: byref variable will be forcibly initialized unsigned int in_num, out_num; ^~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/vdec.c:850:15: note: byref variable will be forcibly initialized unsigned int in_num, out_num; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/vdec.c: In function 'vdec_verify_conf': /kisskb/src/drivers/media/platform/qcom/venus/vdec.c:942:33: note: byref variable will be forcibly initialized struct hfi_buffer_requirements bufreq; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/vdec.c: In function 'vdec_set_properties': /kisskb/src/drivers/media/platform/qcom/venus/vdec.c:629:27: note: byref variable will be forcibly initialized u32 ptype, decode_order, conceal; ^~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/vdec.c:629:13: note: byref variable will be forcibly initialized u32 ptype, decode_order, conceal; ^~~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/vdec.c:628:20: note: byref variable will be forcibly initialized struct hfi_enable en = { .enable = 1 }; ^~ /kisskb/src/drivers/media/platform/qcom/venus/vdec.c: In function 'vdec_set_work_route': /kisskb/src/drivers/media/platform/qcom/venus/vdec.c:662:30: note: byref variable will be forcibly initialized struct hfi_video_work_route wr; ^~ /kisskb/src/drivers/media/platform/qcom/venus/vdec.c: In function 'vdec_output_conf': /kisskb/src/drivers/media/platform/qcom/venus/vdec.c:681:15: note: byref variable will be forcibly initialized u32 out_fmt, out2_fmt; ^~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/vdec.c:681:6: note: byref variable will be forcibly initialized u32 out_fmt, out2_fmt; ^~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/vdec.c:678:33: note: byref variable will be forcibly initialized struct hfi_buffer_requirements bufreq; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/vdec.c:677:20: note: byref variable will be forcibly initialized struct hfi_enable en = { .enable = 1 }; ^~ /kisskb/src/drivers/media/platform/qcom/venus/vdec.c: In function 'vdec_buf_done': /kisskb/src/drivers/media/platform/qcom/venus/vdec.c:1358:28: note: byref variable will be forcibly initialized const struct v4l2_event ev = { .type = V4L2_EVENT_EOS }; ^~ /kisskb/src/drivers/media/platform/qcom/venus/venc_ctrls.c: In function 'venc_op_s_ctrl': /kisskb/src/drivers/media/platform/qcom/venus/venc_ctrls.c:77:6: note: byref variable will be forcibly initialized u32 bframes; ^~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc_ctrls.c:76:22: note: byref variable will be forcibly initialized struct hfi_ltr_mark ltr_mark; ^~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc_ctrls.c:75:21: note: byref variable will be forcibly initialized struct hfi_ltr_use ltr_use; ^~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc_ctrls.c:74:21: note: byref variable will be forcibly initialized struct hfi_bitrate brate; ^~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc_ctrls.c:73:20: note: byref variable will be forcibly initialized struct hfi_enable en = { .enable = 1 }; ^~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c: In function 'venc_s_fmt': /kisskb/src/drivers/media/platform/qcom/venus/venc.c:236:21: note: byref variable will be forcibly initialized struct v4l2_format format; ^~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c: In function 'venc_set_properties': /kisskb/src/drivers/media/platform/qcom/venus/venc.c:870:21: note: byref variable will be forcibly initialized struct hfi_enable en = {}; ^~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c:752:33: note: byref variable will be forcibly initialized struct hfi_heic_frame_quality quality = {}; ^~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c:719:7: note: byref variable will be forcibly initialized u32 max_num_b_frames = NUM_B_FRAMES_MAX; ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c:690:27: note: byref variable will be forcibly initialized struct hfi_hdr10_pq_sei hdr10; ^~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c:631:33: note: byref variable will be forcibly initialized struct hfi_h264_8x8_transform h264_transform; ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c:630:30: note: byref variable will be forcibly initialized struct hfi_h264_db_control deblock; ^~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c:629:35: note: byref variable will be forcibly initialized struct hfi_h264_entropy_control entropy; ^~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c:628:35: note: byref variable will be forcibly initialized struct hfi_h264_vui_timing_info info; ^~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c:611:13: note: byref variable will be forcibly initialized u32 ptype, rate_control, bitrate; ^~~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c:609:22: note: byref variable will be forcibly initialized struct hfi_ltr_mode ltr_mode; ^~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c:608:20: note: byref variable will be forcibly initialized struct hfi_enable en; ^~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c:607:32: note: byref variable will be forcibly initialized struct hfi_quantization_range quant_range; ^~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c:606:26: note: byref variable will be forcibly initialized struct hfi_quantization quant; ^~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c:605:24: note: byref variable will be forcibly initialized struct hfi_idr_period idrp; ^~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c:604:21: note: byref variable will be forcibly initialized struct hfi_bitrate brate; ^~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c:603:23: note: byref variable will be forcibly initialized struct hfi_framerate frate; ^~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c:602:26: note: byref variable will be forcibly initialized struct hfi_intra_period intra_period; ^~~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c: In function 'venc_out_num_buffers': /kisskb/src/drivers/media/platform/qcom/venus/venc.c:952:33: note: byref variable will be forcibly initialized struct hfi_buffer_requirements bufreq; ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/media/platform/qcom/venus/venc.c:6: /kisskb/src/drivers/media/platform/qcom/venus/venc.c: In function 'venc_queue_setup': /kisskb/src/include/linux/wait.h:303:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c:997:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(core->sys_err_done, ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c:970:15: note: byref variable will be forcibly initialized unsigned int num, min = 4; ^~~ /kisskb/src/drivers/media/platform/qcom/venus/venc.c: In function 'venc_verify_conf': /kisskb/src/drivers/media/platform/qcom/venus/venc.c:1106:33: note: byref variable will be forcibly initialized struct hfi_buffer_requirements bufreq; ^~~~~~ Completed OK # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 # Build took: 0:02:56.354598
© Michael Ellerman 2006-2018.